Method

GioDBusMethodInvocationget_object_path

since: 2.26

Declaration

const gchar*
g_dbus_method_invocation_get_object_path (
  GDBusMethodInvocation* invocation
)

Description

Gets the object path the method was invoked on.

Available since: 2.26

Return value

Type: const gchar*

A string. Do not free, it is owned by invocation.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.