Method

SysprofDocumentDBusMessageget_message_data

Declaration [src]

const guint8*
sysprof_document_dbus_message_get_message_data (
  SysprofDocumentDBusMessage* self,
  guint* length
)

Description

No description available.

Parameters

length

Type: guint*

The location of the length of the data.

The argument will be set by the function.

Return value

Type: const guint8*

The message data or NULL if length is zero.

The returned data is owned by the instance.
The return value can be NULL.