get_message


Description:

public unowned DBusMessage get_message ()

Gets the DBusMessage for the method invocation.

This is useful if you need to use low-level protocol features, such as UNIX file descriptor passing, that cannot be properly expressed in the Variant API.

See this server and client for an example of how to use this low-level API to send and receive UNIX file descriptors.

Parameters:

this

A DBusMethodInvocation.

Returns:

DBusMessage. Do not free, it is owned by this .