Method
GioDBusProxyget_name
since: 2.26
Declaration [src]
const gchar*
g_dbus_proxy_get_name (
GDBusProxy* proxy
)
Description [src]
Gets the name that proxy
was constructed for.
When connected to a message bus, this will usually be non-NULL
.
However, it may be NULL
for a proxy that communicates using a peer-to-peer pattern.
Available since: 2.26