GDBusInterfaceIface

Base type for D-Bus interfaces. GTypeInterface parent_iface; The parent interface. get_info () Returns a GDBusInterfaceInfo. See g_dbus_interface_get_info(). get_object () Gets the enclosing GDBusObject. See g_dbus_interface_get_object(). set_object () Sets the enclosing GDBusObject. See g_dbus_interface_set_object(). dup_object () Gets a reference to the enclosing GDBusObject. See g_dbus_interface_dup_object(). Added in 2.32. Since 2.30

Members

Variables

dupObject
GDBusObject* function(GDBusInterface* iface) dupObject;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getInfo
GDBusInterfaceInfo* function(GDBusInterface* iface) getInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getObject
GDBusObject* function(GDBusInterface* iface) getObject;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentIface
GTypeInterface parentIface;
Undocumented in source.
setObject
void function(GDBusInterface* iface, GDBusObject* object) setObject;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta