![]() |
![]() |
![]() |
libnm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define NM_OBJECT_PATH
#define NM_OBJECT_DBUS_CONNECTION
struct NMObject;
NMObjectClass;
const char * nm_object_get_path (NMObject *object
);
GObject +----NMObject +----NMAccessPoint +----NMActiveConnection +----NMDevice +----NMDhcpConfig +----NMIPConfig +----NMRemoteConnection +----NMWimaxNsp
"dbus-connection" GDBusConnection* : Read / Write / Construct Only "nm-running-internal" gboolean : Read "path" gchar* : Read / Write / Construct Only
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;