![]() |
![]() |
![]() |
libnm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define NM_OBJECT_PATH
#define NM_OBJECT_DBUS_CONNECTION
#define NM_OBJECT_DBUS_OBJECT_MANAGER
NMObject;
NMObjectClass;
const char * nm_object_get_path (NMObject *object
);
GObject +----NMObject +----NMAccessPoint +----NMActiveConnection +----NMDevice +----NMDhcpConfig +----NMIPConfig +----NMRemoteConnection +----NMWimaxNsp
"dbus-connection" GDBusConnection* : Read "dbus-object" GDBusObject* : Read / Write / Construct Only "dbus-object-manager" GDBusObjectManager* : Read / Write / Construct Only "path" gchar* : Read
typedef struct { GObjectClass parent; /* Methods */ void (*init_dbus) (NMObject *object); /* The "object-creation-failed" method is PRIVATE for libnm and * is not meant for any external usage. It indicates that an error * occured during creation of an object. */ void (*object_creation_failed) (NMObject *master_object, const char *failed_path); } NMObjectClass;
"dbus-connection"
property "dbus-connection" GDBusConnection* : Read
The GDBusConnection of the object.
"dbus-object"
property "dbus-object" GDBusObject* : Read / Write / Construct Only
The GDBusObject of the object.
"dbus-object-manager"
property "dbus-object-manager" GDBusObjectManager* : Read / Write / Construct Only
The GDBusObjectManager of the object.