NMDBusSettingsSystem

NMDBusSettingsSystem

Synopsis




#define             NM_DBUS_SETTINGS_SYSTEM_UNMANAGED_DEVICES
                    NMDBusSettingsSystem;
NMDBusSettingsSystem* nm_dbus_settings_system_new       (DBusGConnection *dbus_connection);
gboolean            nm_dbus_settings_system_add_connection
                                                        (NMDBusSettingsSystem *self,
                                                         NMConnection *connection,
                                                         GError **err);
GSList*             nm_dbus_settings_system_get_unmanaged_devices
                                                        (NMDBusSettingsSystem *self);

Description

Details

NM_DBUS_SETTINGS_SYSTEM_UNMANAGED_DEVICES

#define NM_DBUS_SETTINGS_SYSTEM_UNMANAGED_DEVICES "unmanaged-devices"


NMDBusSettingsSystem

typedef struct {
	NMDBusSettings parent;
} NMDBusSettingsSystem;


nm_dbus_settings_system_new ()

NMDBusSettingsSystem* nm_dbus_settings_system_new       (DBusGConnection *dbus_connection);

dbus_connection :

Returns :


nm_dbus_settings_system_add_connection ()

gboolean            nm_dbus_settings_system_add_connection
                                                        (NMDBusSettingsSystem *self,
                                                         NMConnection *connection,
                                                         GError **err);

self :

connection :

err :

Returns :


nm_dbus_settings_system_get_unmanaged_devices ()

GSList*             nm_dbus_settings_system_get_unmanaged_devices
                                                        (NMDBusSettingsSystem *self);

self :

Returns :