Method

SysprofDocumentCtrsetget_raw_value

Declaration [src]

void
sysprof_document_ctrset_get_raw_value (
  SysprofDocumentCtrset* self,
  guint nth,
  guint* id,
  guint8* value
)

Description [src]

The raw value is 8 bytes and may not be converted to local byte ordering.

nth must be less-than sysprof_document_ctrset_get_n_values().

This method is not directly available to language bindings.

Parameters

nth

Type: guint

The nth value to get.

id

Type: guint*

A location for the counter id.

The argument will be set by the function.
value

Type: guint8*

A location to store the raw value.

The data is owned by the caller of the method.