Method

GioDBusProxyget_object_path

since: 2.26

Declaration

const gchar*
g_dbus_proxy_get_object_path (
  GDBusProxy* proxy
)

Description

Gets the object path proxy is for.

Available since: 2.26

Return value

Type: const gchar*

A string owned by proxy. Do not free.

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