Method

GioDBusObjectget_object_path

since: 2.30

Declaration

const gchar*
g_dbus_object_get_object_path (
  GDBusObject* object
)

Description

Gets the object path for object.

Available since: 2.30

Return value

Type: const gchar*

A string owned by object. Do not free.

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