GDBusObjectProxy
GDBusObjectProxy — Client-side D-Bus object
|
|
Object Hierarchy
GObject
╰── GDBusObjectProxy
Implemented Interfaces
GDBusObjectProxy implements
GDBusObject.
Includes
#include <gio/gio.h>
Functions
g_dbus_object_proxy_get_connection ()
GDBusConnection *
g_dbus_object_proxy_get_connection (GDBusObjectProxy *proxy);
Gets the connection that proxy
is for.
Returns
A GDBusConnection. Do not free, the
object is owned by proxy
.
[transfer none]
Since: 2.30
Types and Values
GDBusObjectProxy
typedef struct _GDBusObjectProxy GDBusObjectProxy;
The GDBusObjectProxy structure contains private data and should
only be accessed using the provided API.
Since: 2.30
struct GDBusObjectProxyClass
struct GDBusObjectProxyClass {
GObjectClass parent_class;
};
Class structure for GDBusObjectProxy.
Since: 2.30
Property Details
The “g-connection” property
“g-connection” GDBusConnection *
The connection of the proxy.
Owner: GDBusObjectProxy
Flags: Read / Write / Construct Only
Since: 2.30
The “g-object-path” property
“g-object-path” gchar *
The object path of the proxy.
Owner: GDBusObjectProxy
Flags: Read / Write / Construct Only
Default value: NULL
Since: 2.30