![]() |
![]() |
![]() |
libnm-glib Reference Manual | ![]() |
---|---|---|---|---|
#define NM_DBUS_SETTINGS_SYSTEM_UNMANAGED_DEVICES #define NM_DBUS_SETTINGS_SYSTEM_HOSTNAME #define NM_DBUS_SETTINGS_SYSTEM_CAN_MODIFY 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); const char* nm_dbus_settings_system_get_hostname (NMDBusSettingsSystem *self); gboolean nm_dbus_settings_system_save_hostname (NMDBusSettingsSystem *self, const char *hostname, GError **err); gboolean nm_dbus_settings_system_get_can_modify (NMDBusSettingsSystem *self);
#define NM_DBUS_SETTINGS_SYSTEM_UNMANAGED_DEVICES "unmanaged-devices"
NMDBusSettingsSystem* nm_dbus_settings_system_new (DBusGConnection *dbus_connection);
|
|
Returns : |
gboolean nm_dbus_settings_system_add_connection (NMDBusSettingsSystem *self, NMConnection *connection, GError **err);
|
|
|
|
|
|
Returns : |
GSList* nm_dbus_settings_system_get_unmanaged_devices (NMDBusSettingsSystem *self);
|
|
Returns : |
const char* nm_dbus_settings_system_get_hostname (NMDBusSettingsSystem *self);
|
|
Returns : |
gboolean nm_dbus_settings_system_save_hostname (NMDBusSettingsSystem *self, const char *hostname, GError **err);
|
|
|
|
|
|
Returns : |
gboolean nm_dbus_settings_system_get_can_modify (NMDBusSettingsSystem *self);
|
|
Returns : |