Method
SysprofDocumentJitmapget_mapping
Declaration [src]
const char*
sysprof_document_jitmap_get_mapping (
SysprofDocumentJitmap* self,
guint position,
SysprofAddress* address
)
Description [src]
Gets the position mapping and returns it as address and the return value
of this function.
Parameters
position-
Type:
guintThe index of the mapping.
address-
Type:
SysprofAddressA location for the address.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it.