Top | ![]() |
![]() |
![]() |
![]() |
GQuark | nm_object_error_quark () |
DBusGConnection * | nm_object_get_connection () |
const char * | nm_object_get_path () |
DBusGConnection * | dbus-connection | Read / Write / Construct Only |
gchar * | dbus-path | Read / Write / Construct Only |
enum | NMObjectError |
#define | NM_OBJECT_ERROR |
#define | NM_OBJECT_DBUS_CONNECTION |
#define | NM_OBJECT_DBUS_PATH |
GObject ╰── NMObject ├── NMAccessPoint ├── NMActiveConnection ├── NMClient ├── NMDevice ├── NMDHCP4Config ├── NMDHCP6Config ├── NMIP4Config ├── NMIP6Config ╰── NMWimaxNsp
GQuark
nm_object_error_quark (void
);
Registers an error quark for NMObject if necessary.
DBusGConnection *
nm_object_get_connection (NMObject *object
);
Gets the NMObject's DBusGConnection.
Describes errors that may result from operations involving a NMObject.
“dbus-connection”
property“dbus-connection” DBusGConnection *
Flags: Read / Write / Construct Only
“dbus-path”
property“dbus-path” gchar *
Flags: Read / Write / Construct Only
Default value: NULL
“object-creation-failed”
signalvoid user_function (NMObject *master_object, gpointer error, gpointer failed_path, gpointer user_data)
Indicates that an error occurred while creating an NMObject object
during property handling of master_object
.
Note: Be aware that the signal is private for libnm-glib's internal use.
master_object |
the object that received the signal |
|
error |
the error that occurred while creating object |
|
failed_path |
object path of the failed object |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run First