Method
Gio DBusMessageget_arg0_path
since: 2.80
Declaration [src]
constgchar*
g_dbus_message_get_arg0_path(
GDBusMessage*message
)
Description [src]
Convenience to get the first item in the body of message.
See g_dbus_message_get_arg0() for returning string-typed arg0 values.
Available since: 2.80
Return value
Type: const gchar*
The object path item or NULL if the first item in the
body of message is not an object path.
The returned data is owned by the instance.
The return value can be
NULL. The value is a NUL terminated UTF-8 string.