From c333f062ddcba9b35330647bf6cbd0a07f2d786e Mon Sep 17 00:00:00 2001
From: Michael Biebl Creates a new NMAccessPoint. connection the DBusGConnection the DBusGConnection Gets the flags of the access point. Gets the WPA (version 1) flags of the access point. Gets the RSN (Robust Secure Network, ie WPA version 2) flags of the access
point. Gets the SSID of the access point. the GByteArray containing the SSID. This is the internal copy used by the
+ the GByteArray containing the SSID. This is the internal copy used by the
access point, and must not be modified. Gets the frequency of the access point. Gets the mode of the access point. Gets the maximum bit rate of the access point in kbit/s. Gets the current signal strength of the access point. Returns the timestamp (in CLOCK_BOOTTIME seconds) for the last time the
access point was found in scan results. A value of -1 means the access
@@ -593,9 +593,9 @@ point has not been found in a scan. Filters a given list of connections for a given NMAccessPoint object and
return connections which may be activated with the access point. Any
returned connections will match the connections a list of
-NMConnection objects to filter.
-GObject *
+GObject *
nm_access_point_new ()
@@ -51,7 +51,7 @@
-NM80211ApFlags
+NM80211ApFlags
nm_access_point_get_flags ()
@@ -59,7 +59,7 @@
-NM80211ApSecurityFlags
+NM80211ApSecurityFlags
nm_access_point_get_wpa_flags ()
@@ -67,14 +67,14 @@
-NM80211ApSecurityFlags
+NM80211ApSecurityFlags
nm_access_point_get_rsn_flags ()
-
const GByteArray *
+ const GByteArray *
nm_access_point_get_ssid ()
@@ -89,7 +89,7 @@
-guint32
+guint32
nm_access_point_get_frequency ()
@@ -97,7 +97,7 @@
-NM80211Mode
+NM80211Mode
nm_access_point_get_mode ()
@@ -105,7 +105,7 @@
-guint32
+guint32
nm_access_point_get_max_bitrate ()
@@ -113,7 +113,7 @@
-guint8
+guint8
nm_access_point_get_strength ()
@@ -121,7 +121,7 @@
-gint
+gint
nm_access_point_get_last_seen ()
@@ -129,7 +129,7 @@
-GSList *
+GSList *
nm_access_point_filter_connections ()
@@ -137,7 +137,7 @@
-gboolean
+gboolean
nm_access_point_connection_valid ()
@@ -164,43 +164,43 @@
-gchar *
+gchar *
bssid
Read
-
guint
+guint
flags
Read
-
guint
+guint
frequency
Read
-gchar *
+gchar *
hw-address
Read
-
gint
+gint
last-seen
Read
-
guint
+guint
max-bitrate
Read
-
guint
+guint
mode
Read
-
@@ -211,12 +211,12 @@
guint
+guint
rsn-flags
Read
Read
-
guchar
+guchar
strength
Read
-
@@ -280,7 +280,7 @@
guint
+guint
wpa-flags
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMAccessPoint
@@ -292,8 +292,8 @@
Functions
nm_access_point_new ()
-GObject *
-nm_access_point_new (
DBusGConnection *connection,
+GObject *
+nm_access_point_new (
DBusGConnection *connection,
const char *path);
+
@@ -327,7 +327,7 @@ nm_access_point_new (
nm_access_point_get_flags ()
-NM80211ApFlags
+
NM80211ApFlags
nm_access_point_get_flags (
NMAccessPoint *ap);
nm_access_point_get_wpa_flags ()
-NM80211ApSecurityFlags
+
NM80211ApSecurityFlags
nm_access_point_get_wpa_flags (
NMAccessPoint *ap);
nm_access_point_get_rsn_flags ()
-NM80211ApSecurityFlags
+
NM80211ApSecurityFlags
nm_access_point_get_rsn_flags (
NMAccessPoint *ap);
nm_access_point_get_ssid ()
-const GByteArray *
+
const GByteArray *
nm_access_point_get_ssid (
NMAccessPoint *ap);
Returns
-
nm_access_point_get_frequency ()
-guint32
+
guint32
nm_access_point_get_frequency (
NMAccessPoint *ap);
nm_access_point_get_mode ()
-NM80211Mode
+
NM80211Mode
nm_access_point_get_mode (
NMAccessPoint *ap);
nm_access_point_get_max_bitrate ()
-guint32
+
guint32
nm_access_point_get_max_bitrate (
NMAccessPoint *ap);
nm_access_point_get_strength ()
-guint8
+
guint8
nm_access_point_get_strength (
NMAccessPoint *ap);
nm_access_point_get_last_seen ()
-gint
+
gint
nm_access_point_get_last_seen (
NMAccessPoint *ap);
nm_access_point_filter_connections ()
-GSList *
+
GSList *
nm_access_point_filter_connections (
+ NMAccessPoint *ap,
- const GSList *connections);const GSList *connections);ap
@@ -622,7 +622,7 @@ filter that list with this function.
+NMConnection objects to filter.
[element-type NMConnection]
a
-list of NMConnection objects that could be activated with the given ap
+list of NMConnection objects that could be activated with the given ap
.
The elements of the list are owned by their creator and should not be freed
by the caller, but the returned list itself is owned by the caller and should
-be freed with g_slist_free() when it is no longer required.
g_slist_free() when it is no longer required.
[transfer container][element-type NMConnection]
gboolean +gboolean nm_access_point_connection_valid (+NMAccessPoint *ap, -NMConnection *connection);NMConnection *connection);
Validates a given connection against a given Wi-Fi access point to ensure that
the connection may be activated with that AP. The connection must match the
ap
@@ -667,7 +667,7 @@ against
connection
an NMConnection to validate against ap
+
an NMConnection to validate against ap
TRUE if the connection may be activated with this Wi-Fi AP,
-FALSE if it cannot be.
TRUE if the connection may be activated with this Wi-Fi AP,
+FALSE if it cannot be.
“bssid” property“bssid” gchar *+
“bssid” gchar *
The BSSID of the access point.
Flags: Read
Default value: NULL
@@ -792,7 +792,7 @@ access point and must not be modified.“flags” property“flags” guint+
“flags” guint
The flags of the access point.
Flags: Read
Allowed values: <= 1
@@ -801,7 +801,7 @@ access point and must not be modified.“frequency” property“frequency” guint+
“frequency” guint
The frequency of the access point.
Flags: Read
Allowed values: <= 10000
@@ -810,7 +810,7 @@ access point and must not be modified.“hw-address” property“hw-address” gchar *+
“hw-address” gchar *
The hardware address of the access point.
Flags: Read
Default value: NULL
@@ -818,7 +818,7 @@ access point and must not be modified.“last-seen” property“last-seen” gint+
“last-seen” gint
The timestamp (in CLOCK_BOOTTIME seconds) for the last time the access point was found in scan results. A value of -1 means the access point has not been found in a scan.
@@ -830,7 +830,7 @@ access point has not been found in a scan.“max-bitrate” property“max-bitrate” guint+
“max-bitrate” guint
The maximum bit rate of the access point in kbit/s.
Flags: Read
Default value: 0
@@ -838,7 +838,7 @@ access point has not been found in a scan.“mode” property“mode” guint+
“mode” guint
The mode of the access point; either "infrastructure" (a central coordinator of the wireless network allowing clients to connect) or "ad-hoc" (a network with no central controller).
@@ -849,7 +849,7 @@ coordinator of the wireless network allowing clients to connect) or“rsn-flags” property“rsn-flags” guint+
“rsn-flags” guint
The RSN flags of the access point.
Flags: Read
Default value: 0
@@ -864,7 +864,7 @@ coordinator of the wireless network allowing clients to connect) or“strength” property“strength” guchar+
“strength” guchar
The current signal strength of the access point.
Flags: Read
Default value: 0
@@ -872,7 +872,7 @@ coordinator of the wireless network allowing clients to connect) or“wpa-flags” property“wpa-flags” guint+
“wpa-flags” guint
The WPA flags of the access point.
Flags: Read
Default value: 0
diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index 7fef6792..27809916 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -43,7 +43,7 @@ GObject
+ GObject
╰── NMObject
╰── NMActiveConnection
╰── NMVPNConnection
@@ -349,8 +349,8 @@
Functions
nm_active_connection_new ()
-GObject *
-nm_active_connection_new (DBusGConnection *connection,
+GObject *
+nm_active_connection_new (DBusGConnection *connection,
const char *path);
Creates a new NMActiveConnection.
@@ -364,7 +364,7 @@ nm_active_connection_new (connection
-the DBusGConnection
+the DBusGConnection
@@ -386,7 +386,7 @@ nm_active_connection_new (nm_active_connection_get_connection ()
const char *
nm_active_connection_get_connection (NMActiveConnection *connection);
-Gets the NMConnection's DBus object path. This is often used with
+
Gets the NMConnection's DBus object path. This is often used with
nm_remote_settings_get_connection_by_path() to retrieve the
NMRemoteConnection object that describes the connection.
@@ -406,7 +406,7 @@ nm_active_connection_get_connection (
Returns
- the object path of the NMConnection which this NMActiveConnection
+
the object path of the NMConnection which this NMActiveConnection
is an active instance of. This is the internal string used by the
connection, and must not be modified.
@@ -416,7 +416,7 @@ connection, and must not be modified.
nm_active_connection_get_id ()
const char *
nm_active_connection_get_id (NMActiveConnection *connection);
-Gets the NMConnection's ID.
+Gets the NMConnection's ID.
Parameters
-Flags: Run First
+Flags: Run First
The “permission-changed” signal
void
user_function (NMClient *client,
- guint permission,
- guint result,
- gpointer user_data)
+ guint permission,
+ guint result,
+ gpointer user_data)
Notifies that a permission has changed
-Flags: Run First
+Flags: Run First
diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html
index 92fdac7b..c8ec4557 100644
--- a/docs/libnm-glib/html/NMDHCP4Config.html
+++ b/docs/libnm-glib/html/NMDHCP4Config.html
@@ -43,7 +43,7 @@
-GObject *
+GObject *
nm_dhcp4_config_new ()
@@ -51,7 +51,7 @@
-GHashTable *
+GHashTable *
nm_dhcp4_config_get_options ()
@@ -77,7 +77,7 @@
-GHashTable *
+GHashTable *
options
Read
@@ -98,7 +98,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDHCP4Config
@@ -110,8 +110,8 @@
Functions
nm_dhcp4_config_new ()
-GObject *
-nm_dhcp4_config_new (DBusGConnection *connection,
+GObject *
+nm_dhcp4_config_new (DBusGConnection *connection,
const char *object_path);
Creates a new NMDHCP4Config.
@@ -125,7 +125,7 @@ nm_dhcp4_config_new (connection
-the DBusGConnection
+the DBusGConnection
@@ -145,7 +145,7 @@ nm_dhcp4_config_new (
nm_dhcp4_config_get_options ()
-GHashTable *
+GHashTable *
nm_dhcp4_config_get_options (NMDHCP4Config *config);
Gets all the options contained in the configuration.
@@ -165,7 +165,7 @@ nm_dhcp4_config_get_options (
Returns
- the GHashTable containing strings for keys and values.
+
the GHashTable containing strings for keys and values.
This is the internal copy used by the configuration, and must not be modified.
[transfer none][element-type utf8 GObject.Value]
@@ -218,8 +218,8 @@ configuration, and must not be modified.
Property Details
The “options” property
- “options” GHashTable *
-The GHashTable containing options of the configuration.
+ “options” GHashTable *
+The GHashTable containing options of the configuration.
Type: GLib.HashTable(utf8,GObject.Value)
Flags: Read
diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html
index 978a2e8a..c9b53d21 100644
--- a/docs/libnm-glib/html/NMDHCP6Config.html
+++ b/docs/libnm-glib/html/NMDHCP6Config.html
@@ -43,7 +43,7 @@
-GObject *
+GObject *
nm_dhcp6_config_new ()
@@ -51,7 +51,7 @@
-GHashTable *
+GHashTable *
nm_dhcp6_config_get_options ()
@@ -77,7 +77,7 @@
-GHashTable *
+GHashTable *
options
Read
@@ -98,7 +98,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDHCP6Config
@@ -110,8 +110,8 @@
Functions
nm_dhcp6_config_new ()
-GObject *
-nm_dhcp6_config_new (DBusGConnection *connection,
+GObject *
+nm_dhcp6_config_new (DBusGConnection *connection,
const char *object_path);
Creates a new NMDHCP6Config.
@@ -125,7 +125,7 @@ nm_dhcp6_config_new (connection
-the DBusGConnection
+the DBusGConnection
@@ -145,7 +145,7 @@ nm_dhcp6_config_new (
nm_dhcp6_config_get_options ()
-GHashTable *
+GHashTable *
nm_dhcp6_config_get_options (NMDHCP6Config *config);
Gets all the options contained in the configuration.
@@ -165,7 +165,7 @@ nm_dhcp6_config_get_options (
Returns
- the GHashTable containing strings for keys and values.
+
the GHashTable containing strings for keys and values.
This is the internal copy used by the configuration, and must not be modified.
[transfer none][element-type utf8 GObject.Value]
@@ -218,8 +218,8 @@ configuration, and must not be modified.
Property Details
The “options” property
- “options” GHashTable *
-The GHashTable containing options of the configuration.
+ “options” GHashTable *
+The GHashTable containing options of the configuration.
Type: GLib.HashTable(utf8,GObject.Value)
Flags: Read
diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html
index 93b7ce9b..45ffe561 100644
--- a/docs/libnm-glib/html/NMDevice.html
+++ b/docs/libnm-glib/html/NMDevice.html
@@ -44,7 +44,7 @@
-GQuark
+GQuark
nm_device_error_quark ()
@@ -52,7 +52,7 @@
-GObject *
+GObject *
nm_device_new ()
@@ -74,7 +74,7 @@
-NMDeviceType
+NMDeviceType
nm_device_get_device_type ()
@@ -124,7 +124,7 @@
-NMDeviceCapabilities
+NMDeviceCapabilities
nm_device_get_capabilities ()
@@ -132,7 +132,7 @@
-gboolean
+gboolean
nm_device_get_managed ()
@@ -148,7 +148,7 @@
-gboolean
+gboolean
nm_device_get_autoconnect ()
@@ -164,7 +164,7 @@
-gboolean
+gboolean
nm_device_get_firmware_missing ()
@@ -204,7 +204,7 @@
-NMDeviceState
+NMDeviceState
nm_device_get_state ()
@@ -212,7 +212,7 @@
-NMDeviceState
+NMDeviceState
nm_device_get_state_reason ()
@@ -227,7 +227,7 @@
-const GPtrArray *
+ const GPtrArray *
nm_device_get_available_connections ()
@@ -242,7 +242,7 @@
-guint32
+guint32
nm_device_get_mtu ()
@@ -250,7 +250,7 @@
-gboolean
+gboolean
nm_device_is_software ()
@@ -258,7 +258,7 @@
-gboolean
+gboolean
nm_device_is_real ()
@@ -319,7 +319,7 @@
-GSList *
+GSList *
nm_device_filter_connections ()
@@ -327,7 +327,7 @@
-gboolean
+gboolean
nm_device_connection_valid ()
@@ -335,7 +335,7 @@
-gboolean
+gboolean
nm_device_connection_compatible ()
@@ -343,7 +343,7 @@
-GType
+GType
nm_device_get_setting_type ()
@@ -376,7 +376,7 @@
Read
-gboolean
+gboolean
autoconnect
Read / Write
@@ -387,12 +387,12 @@
Read
-guint
+guint
capabilities
Read
-guint
+guint
device-type
Read
@@ -410,36 +410,36 @@
-gchar *
+gchar *
driver
Read
-gchar *
+gchar *
driver-version
Read
-gboolean
+gboolean
firmware-missing
Read
-gchar *
+gchar *
firmware-version
Read
-gchar *
+gchar *
interface
Read
-gchar *
+gchar *
ip-interface
Read
@@ -456,34 +456,34 @@
Read
-gboolean
+gboolean
managed
Read
-guint
+guint
mtu
Read
-gchar *
+gchar *
physical-port-id
Read
-gchar *
+gchar *
product
Read
-gboolean
+gboolean
real
Read
-guint
+guint
state
Read
@@ -494,13 +494,13 @@
-gchar *
+gchar *
udi
Read
-gchar *
+gchar *
vendor
Read
@@ -518,7 +518,7 @@
void
state-changed
-Run First
+Run First
@@ -639,7 +639,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
├── NMDeviceEthernet
@@ -664,7 +664,7 @@
Functions
nm_device_error_quark ()
-GQuark
+GQuark
nm_device_error_quark (void);
Registers an error quark for NMDevice if necessary.
@@ -676,8 +676,8 @@ nm_device_error_quark (void
nm_device_new ()
-GObject *
-nm_device_new (DBusGConnection *connection,
+GObject *
+nm_device_new (DBusGConnection *connection,
const char *path);
Creates a new NMDevice.
@@ -691,7 +691,7 @@ nm_device_new (connection
-the DBusGConnection
+the DBusGConnection
@@ -766,7 +766,7 @@ used by the device, and must not be modified.
nm_device_get_device_type ()
-NMDeviceType
+NMDeviceType
nm_device_get_device_type (NMDevice *device);
Returns the numeric type of the NMDevice, ie Ethernet, Wi-Fi, etc.
@@ -952,7 +952,7 @@ nm_device_get_hw_address (
Returns
- the current MAC of the device, or NULL.
+
the current MAC of the device, or NULL.
This is the internal string used by the device, and must not be modified.
Since: 0.9.10
@@ -960,7 +960,7 @@ This is the internal string used by the device, and must not be modified.
nm_device_get_capabilities ()
-NMDeviceCapabilities
+NMDeviceCapabilities
nm_device_get_capabilities (NMDevice *device);
Gets the device' capabilities.
@@ -986,7 +986,7 @@ nm_device_get_capabilities (
nm_device_get_managed ()
-gboolean
+gboolean
nm_device_get_managed (NMDevice *device);
Whether the NMDevice is managed by NetworkManager.
@@ -1006,7 +1006,7 @@ nm_device_get_managed (
Returns
- TRUE if the device is managed by NetworkManager
+ TRUE if the device is managed by NetworkManager
@@ -1014,7 +1014,7 @@ nm_device_get_managed (nm_device_set_managed ()
void
nm_device_set_managed (NMDevice *device,
- gboolean managed);
+ gboolean managed);
Enables or disables management of NMDevice by NetworkManager.
nm_device_get_autoconnect ()
-gboolean
+gboolean
nm_device_get_autoconnect (NMDevice *device);
Whether the NMDevice can be autoconnected.
@@ -1063,7 +1063,7 @@ nm_device_get_autoconnect (
Returns
- TRUE if the device is allowed to be autoconnected
+ TRUE if the device is allowed to be autoconnected
nm_device_set_autoconnect ()
void
nm_device_set_autoconnect (NMDevice *device,
- gboolean autoconnect);
+ gboolean autoconnect);
Enables or disables automatic activation of the NMDevice.
Parameters
@@ -1089,7 +1089,7 @@ nm_device_set_autoconnect (autoconnect
-TRUE to enable autoconnecting
+TRUE to enable autoconnecting
@@ -1099,7 +1099,7 @@ nm_device_set_autoconnect (
nm_device_get_firmware_missing ()
-gboolean
+gboolean
nm_device_get_firmware_missing (NMDevice *device);
Indicates that firmware required for the device's operation is likely
to be missing.
@@ -1120,7 +1120,7 @@ to be missing.
Returns
- TRUE if firmware required for the device's operation is likely
+
TRUE if firmware required for the device's operation is likely
to be missing.
the NMIP4Config or NULL if the device is not activated.
the NMIP4Config or NULL if the device is not activated.
[transfer none]
the NMDHCP4Config or NULL if the device is not activated or not
+
the NMDHCP4Config or NULL if the device is not activated or not
using DHCP.
[transfer none]
the NMIP6Config or NULL if the device is not activated.
the NMIP6Config or NULL if the device is not activated.
[transfer none]
the NMDHCP6Config or NULL if the device is not activated or not
+
the NMDHCP6Config or NULL if the device is not activated or not
using DHCP.
[transfer none]
NMDeviceState +NMDeviceState nm_device_get_state (NMDevice *device);Gets the current NMDevice state.
@@ -1275,9 +1275,9 @@ nm_device_get_state (nm_device_get_state_reason ()
-NMDeviceState +NMDeviceState nm_device_get_state_reason (+NMDevice *device, -NMDeviceStateReason *reason);NMDeviceStateReason *reason);Gets the current NMDevice state (return value) and the reason for entering the state (
@@ -1297,7 +1297,7 @@ the state (reasonargument).reason@@ -1331,7 +1331,7 @@ nm_device_get_active_connection ( - reason
+ location to store reason (NMDeviceStateReason), or
NULL.location to store reason (NMDeviceStateReason), or
NULL.[out][allow-none] @@ -1339,9 +1339,9 @@ not part of an active connection.Returns
-the NMActiveConnection or
NULLif the device is +the NMActiveConnection or
NULLif the device is not part of an active connection.[transfer none]
nm_device_get_available_connections ()
-const GPtrArray * +const GPtrArray * nm_device_get_available_connections (-NMDevice *device);Gets the NMRemoteConnections currently known to the daemon that could +
Gets the NMRemoteConnections currently known to the daemon that could be activated on
device.@@ -1361,8 +1361,8 @@ be activated ondevice@@ -1373,9 +1373,9 @@ the connection, and must not be modified.Returns
-the GPtrArray -containing NMRemoteConnections. This is the internal copy used by +
the GPtrArray +containing NMRemoteConnections. This is the internal copy used by the connection, and must not be modified.
[element-type NMRemoteConnection]
nm_device_get_physical_port_id ()
const char * nm_device_get_physical_port_id (-NMDevice *device);Gets the physical port ID of the NMDevice. If non-
NULL, this is +Gets the physical port ID of the NMDevice. If non-
NULL, this is an opaque string that can be used to recognize when -seemingly-unrelated NMDevices are actually just different virtual +seemingly-unrelated NMDevices are actually just different virtual ports on a single physical port. (Eg, NPAR / SR-IOV.)@@ -1403,7 +1403,7 @@ must not be modified.Returns
-the physical port ID of the device, or
NULLif the port +the physical port ID of the device, or
NULLif the port ID is unknown. This is the internal string used by the device and must not be modified.
@@ -2073,7 +2073,7 @@ that can be used onnm_device_get_mtu ()
-guint32 +guint32 nm_device_get_mtu (NMDevice *device);Gets the MTU of the NMDevice.
@@ -1430,7 +1430,7 @@ nm_device_get_mtu (nm_device_is_software ()
-gboolean +gboolean nm_device_is_software (NMDevice *device);Whether the device is a software device.
@@ -1450,15 +1450,15 @@ nm_device_is_software (Returns
-+
TRUEifdevice-is a software device,FALSEif it is a hardware device.
TRUEifdevice+is a software device,FALSEif it is a hardware device.Since: 1.0
nm_device_is_real ()
-gboolean +gboolean nm_device_is_real (NMDevice *device);@@ -1611,8 +1611,8 @@ devices inParameters
@@ -1477,7 +1477,7 @@ nm_device_is_real (Returns
-
TRUEif the device exists, orFALSEif it is a placeholder device +
TRUEif the device exists, orFALSEif it is a placeholder device that could be automatically created by NetworkManager if one of its “available-connections” was activated.devicesNMDeviceCallbackFn ()
void (*NMDeviceCallbackFn) (+NMDevice *device, -GError *error, -gpointer user_data);GError *error, +gpointer user_data);
@@ -1620,7 +1620,7 @@ devices indevicesvoid nm_device_disconnect (+NMDevice *device,NMDeviceCallbackFn callback, -gpointer user_data);gpointer user_data);Disconnects the device if currently connected, and prevents the device from automatically connecting to networks until the next manual network connection request.
@@ -1660,7 +1660,7 @@ operation completes.void nm_device_delete (+NMDevice *device,NMDeviceCallbackFn callback, -gpointer user_data);gpointer user_data);Deletes the software device. Hardware devices can't be deleted.
Parameters
@@ -1696,9 +1696,9 @@ operation completes.
nm_device_filter_connections ()
-GSList * +GSList * nm_device_filter_connections (+NMDevice *device, -const GSList *connections);const GSList *connections);Filters a given list of connections for a given NMDevice object and return connections which may be activated with the device. For example if
device@@ -1725,7 +1725,7 @@ incompatible with the device. To get the full list of connections see@@ -1734,20 +1734,20 @@ incompatible with the device. To get the full list of connections see - connections
+ a list of NMConnection objects to filter.
a list of NMConnection objects to filter.
[element-type NMConnection] Returns
a -list of NMConnection objects that could be activated with the given
+be freed withdevice+list of NMConnection objects that could be activated with the givendevice. The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should -be freed withg_slist_free()when it is no longer required.g_slist_free()when it is no longer required.[transfer container][element-type NMConnection]
nm_device_connection_valid ()
-gboolean +gboolean nm_device_connection_valid (+NMDevice *device, -NMConnection *connection);NMConnection *connection);Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if
device@@ -1773,7 +1773,7 @@ against@@ -1782,17 +1782,17 @@ against - connection
an NMConnection to validate against
device+an NMConnection to validate against
device
nm_device_connection_compatible ()
-gboolean +gboolean nm_device_connection_compatible (+NMDevice *device, -NMConnection *connection, -GError **error);NMConnection *connection, +GError **error);Validates a given connection for a given NMDevice object and returns whether the connection may be activated with the device. For example if
device@@ -1821,13 +1821,13 @@ against- connection
an NMConnection to validate against
device+an NMConnection to validate against
device@@ -1835,16 +1835,16 @@ against - error
+ return location for a GError, or
NULL
nm_device_get_setting_type ()
-GType +GType nm_device_get_setting_type (-NMDevice *device);Gets the (primary) NMSetting subtype associated with connections +
Gets the (primary) NMSetting subtype associated with connections that can be used on
device.@@ -1865,7 +1865,7 @@ that can be used on@@ -1874,8 +1874,8 @@ that can be used ondeviceSince: 0.9.10
deviceNMDeviceDeactivateFn ()
void (*NMDeviceDeactivateFn) (+NMDevice *device, -GError *error, -gpointer user_data);GError *error, +gpointer user_data);
NMDeviceDeactivateFnis deprecated and should not be used in newly-written code.device
The
-“autoconnect”property“autoconnect” gboolean+“autoconnect” gbooleanWhether the device can auto-activate a connection.
Flags: Read / Write
Default value: TRUE
@@ -2089,7 +2089,7 @@ that can be used ondevice
The
-“capabilities”property“capabilities” guint+“capabilities” guintThe capabilities of the device.
Flags: Read
Default value: 0
@@ -2097,7 +2097,7 @@ that can be used ondevice
The
-“device-type”property“device-type” guint+“device-type” guintThe numeric type of the device.
Flags: Read
Default value: 0
@@ -2119,7 +2119,7 @@ that can be used ondevice
The
-“driver”property“driver” gchar *+“driver” gchar *The driver of the device.
Flags: Read
Default value: NULL
@@ -2127,7 +2127,7 @@ that can be used ondevice
The
-“driver-version”property“driver-version” gchar *+“driver-version” gchar *The version of the device driver.
Flags: Read
Default value: NULL
@@ -2135,8 +2135,8 @@ that can be used ondevice
The
-“firmware-missing”property“firmware-missing” gboolean-When
TRUEindicates the device is likely missing firmware required +“firmware-missing” gboolean+When
TRUEindicates the device is likely missing firmware required for its operation.Flags: Read
Default value: FALSE
@@ -2144,7 +2144,7 @@ for its operation.
The
-“firmware-version”property“firmware-version” gchar *+“firmware-version” gchar *The firmware version of the device.
Flags: Read
Default value: NULL
@@ -2152,7 +2152,7 @@ for its operation.
The
-“interface”property“interface” gchar *+“interface” gchar *The interface of the device.
Flags: Read
Default value: NULL
@@ -2160,7 +2160,7 @@ for its operation.
The
-“ip-interface”property“ip-interface” gchar *+“ip-interface” gchar *The IP interface of the device which should be used for all IP-related operations like addressing and routing.
Flags: Read
@@ -2183,7 +2183,7 @@ operations like addressing and routing.
The
-“managed”property“managed” gboolean+“managed” gbooleanWhether the device is managed by NetworkManager.
Flags: Read
Default value: FALSE
@@ -2191,7 +2191,7 @@ operations like addressing and routing.
The
-“mtu”property“mtu” guint+“mtu” guintThe MTU of the device.
Flags: Read
Default value: 1500
@@ -2200,7 +2200,7 @@ operations like addressing and routing.
The
-“physical-port-id”property“physical-port-id” gchar *+“physical-port-id” gchar *The physical port ID of the device. (See
nm_device_get_physical_port_id().)Flags: Read
@@ -2210,7 +2210,7 @@ operations like addressing and routing.
The
-“product”property“product” gchar *+“product” gchar *The product string of the device.
Flags: Read
Default value: NULL
@@ -2218,7 +2218,7 @@ operations like addressing and routing.
diff --git a/docs/libnm-glib/html/NMDeviceAdsl.html b/docs/libnm-glib/html/NMDeviceAdsl.html index d13ad015..0a3f0b15 100644 --- a/docs/libnm-glib/html/NMDeviceAdsl.html +++ b/docs/libnm-glib/html/NMDeviceAdsl.html @@ -43,7 +43,7 @@The
-“real”property“real” gboolean+“real” gbooleanWhether the device is real or is a placeholder device that could be created automatically by NetworkManager if one of its “available-connections” was activated.
@@ -2229,7 +2229,7 @@ be created automatically by NetworkManager if one of its
The
-“state”property“state” guint+“state” guintThe state of the device.
Flags: Read
Default value: 0
@@ -2244,7 +2244,7 @@ be created automatically by NetworkManager if one of its
The
-“udi”property“udi” gchar *+“udi” gchar *An operating-system specific device hardware identifier; this is not unique to a specific hardware device across reboots or hotplugs. It is an opaque string which for some device types (Bluetooth, Modem) @@ -2257,7 +2257,7 @@ request more information about the device from those services.
-The
-“vendor”property“vendor” gchar *+“vendor” gchar *The vendor string of the device.
Flags: Read
Default value: NULL
@@ -2269,10 +2269,10 @@ request more information about the device from those services.The
“state-changed”signalvoid user_function (NMDevice *device, - guint new_state, - guint old_state, - guint reason, - gpointer user_data)+ guint new_state, + guint old_state, + guint reason, + gpointer user_data)Notifies the state change of a NMDevice.
Flags: Run First
+Flags: Run First
-GQuark +GQuark nm_device_adsl_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_adsl_new () @@ -59,7 +59,7 @@ -gboolean +gboolean nm_device_adsl_get_carrier () @@ -77,7 +77,7 @@ - @@ -108,7 +108,7 @@gboolean +gboolean carrier Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceAdsl @@ -121,7 +121,7 @@Functions
nm_device_adsl_error_quark ()
-GQuark +GQuark nm_device_adsl_error_quark (void);Registers an error quark for NMDeviceAdsl if necessary.
@@ -132,8 +132,8 @@ nm_device_adsl_error_quark (void<
nm_device_adsl_new ()
-GObject * -nm_device_adsl_new (DBusGConnection *connection, +GObject * +nm_device_adsl_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceAdsl.
@@ -147,7 +147,7 @@ nm_device_adsl_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -167,7 +167,7 @@ nm_device_adsl_new ( nm_device_adsl_get_carrier ()
-gboolean +gboolean nm_device_adsl_get_carrier (NMDeviceAdsl *device);Whether the device has carrier.
@@ -187,7 +187,7 @@ nm_device_adsl_get_carrier (@@ -246,7 +246,7 @@ nm_device_adsl_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrierProperty Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 3e64df33..c4234d64 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_bond_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_bond_new () @@ -66,14 +66,14 @@ -gboolean +gboolean nm_device_bond_get_carrier () - const GPtrArray * + const GPtrArray * nm_device_bond_get_slaves () @@ -92,13 +92,13 @@ - gboolean +gboolean carrier Read @@ -144,7 +144,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceBond @@ -157,7 +157,7 @@Functions
nm_device_bond_error_quark ()
-GQuark +GQuark nm_device_bond_error_quark (void);Registers an error quark for NMDeviceBond if necessary.
@@ -168,8 +168,8 @@ nm_device_bond_error_quark (void<
nm_device_bond_new ()
-GObject * -nm_device_bond_new (DBusGConnection *connection, +GObject * +nm_device_bond_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceBond.
@@ -183,7 +183,7 @@ nm_device_bond_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -230,7 +230,7 @@ device, and must not be modified.
nm_device_bond_get_carrier ()
-gboolean +gboolean nm_device_bond_get_carrier (NMDeviceBond *device);Whether the device has carrier.
@@ -250,13 +250,13 @@ nm_device_bond_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrier
nm_device_bond_get_slaves ()
-const GPtrArray * +const GPtrArray * nm_device_bond_get_slaves (NMDeviceBond *device);Gets the devices currently slaved to
@@ -277,8 +277,8 @@ nm_device_bond_get_slaves (device.Returns
-the GPtrArray containing -NMDevices that are slaves of
device+the GPtrArray containing +NMDevices that are slaves of
device. This is the internal copy used by the device, and must not be modified.[element-type NMDevice]
@@ -360,7 +360,7 @@ copy used by the device, and must not be modified.Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -368,7 +368,7 @@ copy used by the device, and must not be modified.
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceBridge.html b/docs/libnm-glib/html/NMDeviceBridge.html index 0fa39ecf..00821c1d 100644 --- a/docs/libnm-glib/html/NMDeviceBridge.html +++ b/docs/libnm-glib/html/NMDeviceBridge.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_bridge_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_bridge_new () @@ -66,14 +66,14 @@ -gboolean +gboolean nm_device_bridge_get_carrier () - const GPtrArray * + const GPtrArray * nm_device_bridge_get_slaves () @@ -92,13 +92,13 @@ - gboolean +gboolean carrier Read @@ -144,7 +144,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceBridge @@ -157,7 +157,7 @@Functions
nm_device_bridge_error_quark ()
-GQuark +GQuark nm_device_bridge_error_quark (void);Registers an error quark for NMDeviceBridge if necessary.
@@ -169,8 +169,8 @@ nm_device_bridge_error_quark (voi
nm_device_bridge_new ()
-GObject * -nm_device_bridge_new (DBusGConnection *connection, +GObject * +nm_device_bridge_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceBridge.
@@ -184,7 +184,7 @@ nm_device_bridge_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -233,7 +233,7 @@ device, and must not be modified.
nm_device_bridge_get_carrier ()
-gboolean +gboolean nm_device_bridge_get_carrier (NMDeviceBridge *device);Whether the device has carrier.
@@ -253,14 +253,14 @@ nm_device_bridge_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrierSince: 0.9.8
nm_device_bridge_get_slaves ()
-const GPtrArray * +const GPtrArray * nm_device_bridge_get_slaves (NMDeviceBridge *device);Gets the devices currently slaved to
@@ -281,8 +281,8 @@ nm_device_bridge_get_slaves (device.Returns
-the GPtrArray containing -NMDevices that are slaves of
device+the GPtrArray containing +NMDevices that are slaves of
device. This is the internal copy used by the device, and must not be modified.[element-type NMDevice]
@@ -365,7 +365,7 @@ copy used by the device, and must not be modified.Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -374,7 +374,7 @@ copy used by the device, and must not be modified.
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceBt.html b/docs/libnm-glib/html/NMDeviceBt.html index b88627c6..847313ff 100644 --- a/docs/libnm-glib/html/NMDeviceBt.html +++ b/docs/libnm-glib/html/NMDeviceBt.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_bt_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_bt_new () @@ -73,7 +73,7 @@ -NMBluetoothCapabilities +NMBluetoothCapabilities nm_device_bt_get_capabilities () @@ -92,19 +92,19 @@ - guint +guint bt-capabilities Read -gchar * +gchar *hw-address Read @@ -144,7 +144,7 @@ -gchar * +gchar *name Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceBt @@ -157,7 +157,7 @@Functions
nm_device_bt_error_quark ()
-GQuark +GQuark nm_device_bt_error_quark (void);Registers an error quark for NMDeviceBt if necessary.
@@ -168,8 +168,8 @@ nm_device_bt_error_quark (voidnm_device_bt_new ()
-GObject * -nm_device_bt_new (DBusGConnection *connection, +GObject * +nm_device_bt_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceBt.
@@ -183,7 +183,7 @@ nm_device_bt_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -256,7 +256,7 @@ nm_device_bt_get_name ( nm_device_bt_get_capabilities ()
-NMBluetoothCapabilities +NMBluetoothCapabilities nm_device_bt_get_capabilities (NMDeviceBt *device);Returns the Bluetooth device's usable capabilities.
@@ -368,15 +368,15 @@ nm_device_bt_get_capabilities (Property Details
The
-“bt-capabilities”property“bt-capabilities” guint-The device's bluetooth capabilities, a combination of NMBluetoothCapabilities.
+“bt-capabilities” guint+The device's bluetooth capabilities, a combination of NMBluetoothCapabilities.
Flags: Read
Default value: 0
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -384,7 +384,7 @@ nm_device_bt_get_capabilities (The
-“name”property“name” gchar *+“name” gchar *The name of the bluetooth device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html index 9fa020ef..ef7c87e9 100644 --- a/docs/libnm-glib/html/NMDeviceEthernet.html +++ b/docs/libnm-glib/html/NMDeviceEthernet.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_ethernet_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_ethernet_new () @@ -73,7 +73,7 @@ -guint32 +guint32 nm_device_ethernet_get_speed () @@ -81,7 +81,7 @@ -gboolean +gboolean nm_device_ethernet_get_carrier () @@ -100,24 +100,24 @@ - gboolean +gboolean carrier Read -gchar * +gchar *hw-address Read -gchar * +gchar *perm-hw-address Read - @@ -161,7 +161,7 @@guint +guint speed Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceEthernet @@ -174,7 +174,7 @@Functions
nm_device_ethernet_error_quark ()
-GQuark +GQuark nm_device_ethernet_error_quark (void);Registers an error quark for NMDeviceEthernet if necessary.
@@ -185,8 +185,8 @@ nm_device_ethernet_error_quark (v
nm_device_ethernet_new ()
-GObject * -nm_device_ethernet_new (DBusGConnection *connection, +GObject * +nm_device_ethernet_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceEthernet.
@@ -200,7 +200,7 @@ nm_device_ethernet_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -275,7 +275,7 @@ device, and must not be modified.
nm_device_ethernet_get_speed ()
-guint32 +guint32 nm_device_ethernet_get_speed (NMDeviceEthernet *device);Gets the speed of the NMDeviceEthernet.
@@ -301,7 +301,7 @@ nm_device_ethernet_get_speed (@@ -412,7 +412,7 @@ nm_device_ethernet_get_carrier (nm_device_ethernet_get_carrier ()
-gboolean +gboolean nm_device_ethernet_get_carrier (NMDeviceEthernet *device);Whether the device has carrier.
Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -420,7 +420,7 @@ nm_device_ethernet_get_carrier (The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The active hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -428,7 +428,7 @@ nm_device_ethernet_get_carrier (The
-“perm-hw-address”property“perm-hw-address” gchar *+“perm-hw-address” gchar *The permanent hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -436,7 +436,7 @@ nm_device_ethernet_get_carrier (The
-“speed”property“speed” guint+“speed” guintThe speed of the device.
Flags: Read
Default value: 0
diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html index 3bf60761..eff41bfe 100644 --- a/docs/libnm-glib/html/NMDeviceGeneric.html +++ b/docs/libnm-glib/html/NMDeviceGeneric.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_generic_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_generic_new () @@ -78,13 +78,13 @@ -gchar * +gchar *hw-address Read @@ -120,7 +120,7 @@ -gchar * +gchar *type-description Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceGeneric @@ -133,7 +133,7 @@Functions
nm_device_generic_error_quark ()
-GQuark +GQuark nm_device_generic_error_quark (void);Registers an error quark for NMDeviceGeneric if necessary.
@@ -145,8 +145,8 @@ nm_device_generic_error_quark (vo
nm_device_generic_new ()
-GObject * -nm_device_generic_new (DBusGConnection *connection, +GObject * +nm_device_generic_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceGeneric.
@@ -160,7 +160,7 @@ nm_device_generic_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -268,7 +268,7 @@ device, and must not be modified. Property Details
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware address of the device.
Flags: Read
Default value: NULL
@@ -276,8 +276,8 @@ device, and must not be modified.
The
-“type-description”property“type-description” gchar *-A description of the specific type of device this is, or
NULL+“type-description” gchar *+A description of the specific type of device this is, or
NULLif not known.Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceInfiniband.html b/docs/libnm-glib/html/NMDeviceInfiniband.html index 16935937..2ed81002 100644 --- a/docs/libnm-glib/html/NMDeviceInfiniband.html +++ b/docs/libnm-glib/html/NMDeviceInfiniband.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_infiniband_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_infiniband_new () @@ -66,7 +66,7 @@ -gboolean +gboolean nm_device_infiniband_get_carrier () @@ -85,13 +85,13 @@ - gboolean +gboolean carrier Read @@ -127,7 +127,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceInfiniband @@ -140,7 +140,7 @@Functions
nm_device_infiniband_error_quark ()
-GQuark +GQuark nm_device_infiniband_error_quark (void);Registers an error quark for NMDeviceInfiniband if necessary.
@@ -151,8 +151,8 @@ nm_device_infiniband_error_quark (nm_device_infiniband_new ()
-GObject * -nm_device_infiniband_new (DBusGConnection *connection, +GObject * +nm_device_infiniband_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceInfiniband.
@@ -166,7 +166,7 @@ nm_device_infiniband_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -213,7 +213,7 @@ device, and must not be modified.
@@ -312,7 +312,7 @@ nm_device_infiniband_get_carrier (nm_device_infiniband_get_carrier ()
-gboolean +gboolean nm_device_infiniband_get_carrier (NMDeviceInfiniband *device);Whether the device has carrier.
Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -320,7 +320,7 @@ nm_device_infiniband_get_carrier (The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html index f6f17303..e03d8f20 100644 --- a/docs/libnm-glib/html/NMDeviceModem.html +++ b/docs/libnm-glib/html/NMDeviceModem.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_modem_error_quark () @@ -51,7 +51,7 @@ -NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_modem_capabilities () @@ -59,7 +59,7 @@ -NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_current_capabilities () @@ -78,12 +78,12 @@ - guint +guint current-capabilities Read - @@ -119,7 +119,7 @@guint +guint modem-capabilities Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceModem @@ -132,7 +132,7 @@Functions
nm_device_modem_error_quark ()
-GQuark +GQuark nm_device_modem_error_quark (void);Registers an error quark for NMDeviceModem if necessary.
@@ -143,7 +143,7 @@ nm_device_modem_error_quark (void
nm_device_modem_get_modem_capabilities ()
-NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_modem_capabilities (NMDeviceModem *self);Returns a bitfield of the generic access technology families the modem @@ -172,7 +172,7 @@ may require a firmware reload or reinitialization.
nm_device_modem_get_current_capabilities ()
-NMDeviceModemCapabilities +NMDeviceModemCapabilities nm_device_modem_get_current_capabilities (NMDeviceModem *self);Returns a bitfield of the generic access technology families the modem @@ -268,7 +268,7 @@ a firmware reload or other reinitialization
Property Details
The
-“current-capabilities”property“current-capabilities” guint+“current-capabilities” guintThe generic family of access technologies the modem currently supports without a firmware reload or reinitialization.
Flags: Read
@@ -277,7 +277,7 @@ without a firmware reload or reinitialization.
The
-“modem-capabilities”property“modem-capabilities” guint+“modem-capabilities” guintThe generic family of access technologies the modem supports. Not all capabilities are available at the same time however; some modems require a firmware reload or other reinitialization to switch between eg diff --git a/docs/libnm-glib/html/NMDeviceOlpcMesh.html b/docs/libnm-glib/html/NMDeviceOlpcMesh.html index ae2e367a..cb82c33e 100644 --- a/docs/libnm-glib/html/NMDeviceOlpcMesh.html +++ b/docs/libnm-glib/html/NMDeviceOlpcMesh.html @@ -43,7 +43,7 @@
-GQuark +GQuark nm_device_olpc_mesh_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_olpc_mesh_new () @@ -74,7 +74,7 @@ -guint32 +guint32 nm_device_olpc_mesh_get_active_channel () @@ -93,7 +93,7 @@ - @@ -105,7 +105,7 @@guint +guint active-channel Read @@ -145,7 +145,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceOlpcMesh @@ -158,7 +158,7 @@Functions
nm_device_olpc_mesh_error_quark ()
-GQuark +GQuark nm_device_olpc_mesh_error_quark (void);Registers an error quark for NMDeviceOlpcMesh if necessary.
@@ -169,8 +169,8 @@ nm_device_olpc_mesh_error_quark (
nm_device_olpc_mesh_new ()
-GObject * -nm_device_olpc_mesh_new (DBusGConnection *connection, +GObject * +nm_device_olpc_mesh_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceOlpcMesh.
@@ -184,7 +184,7 @@ nm_device_olpc_mesh_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -251,14 +251,14 @@ nm_device_olpc_mesh_get_companion ( Returns
-the companion of the device of
+NULL.the companion of the device of
NULL.[transfer none]
nm_device_olpc_mesh_get_active_channel ()
-guint32 +guint32 nm_device_olpc_mesh_get_active_channel (NMDeviceOlpcMesh *device);Returns the active channel of the NMDeviceOlpcMesh device.
@@ -350,7 +350,7 @@ nm_device_olpc_mesh_get_active_channelProperty Details
The
-“active-channel”property“active-channel” guint+“active-channel” guintThe device's active channel.
Flags: Read
Default value: 0
@@ -365,7 +365,7 @@ nm_device_olpc_mesh_get_active_channel
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceTeam.html b/docs/libnm-glib/html/NMDeviceTeam.html index f7464aa5..5ea1fdd2 100644 --- a/docs/libnm-glib/html/NMDeviceTeam.html +++ b/docs/libnm-glib/html/NMDeviceTeam.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_team_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_team_new () @@ -66,14 +66,14 @@ -gboolean +gboolean nm_device_team_get_carrier () - const GPtrArray * + const GPtrArray * nm_device_team_get_slaves () @@ -92,13 +92,13 @@ - gboolean +gboolean carrier Read @@ -144,7 +144,7 @@ -gchar * +gchar *hw-address Read Object Hierarchy
-GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceTeam @@ -157,7 +157,7 @@Functions
nm_device_team_error_quark ()
-GQuark +GQuark nm_device_team_error_quark (void);Registers an error quark for NMDeviceTeam if necessary.
@@ -169,8 +169,8 @@ nm_device_team_error_quark (void<
nm_device_team_new ()
-GObject * -nm_device_team_new (DBusGConnection *connection, +GObject * +nm_device_team_new (DBusGConnection *connection,const char *path);Creates a new NMDeviceTeam.
@@ -184,7 +184,7 @@ nm_device_team_new (connection
-+ the DBusGConnection
the DBusGConnection
@@ -233,7 +233,7 @@ device, and must not be modified.
nm_device_team_get_carrier ()
-gboolean +gboolean nm_device_team_get_carrier (NMDeviceTeam *device);Whether the device has carrier.
@@ -253,14 +253,14 @@ nm_device_team_get_carrier (Returns
-+
TRUEif the device has carrier
TRUEif the device has carrierSince: 0.9.10
nm_device_team_get_slaves ()
-const GPtrArray * +const GPtrArray * nm_device_team_get_slaves (NMDeviceTeam *device);Gets the devices currently enslaved to
@@ -281,8 +281,8 @@ nm_device_team_get_slaves (device.Returns
-the GPtrArray containing -NMDevices that are slaves of
device+the GPtrArray containing +NMDevices that are slaves of
device. This is the internal copy used by the device, and must not be modified.[element-type NMDevice]
@@ -364,7 +364,7 @@ copy used by the device, and must not be modified.Property Details
The
-“carrier”property“carrier” gboolean+“carrier” gbooleanWhether the device has carrier.
Flags: Read
Default value: FALSE
@@ -372,7 +372,7 @@ copy used by the device, and must not be modified.
The
-“hw-address”property“hw-address” gchar *+“hw-address” gchar *The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm-glib/html/NMDeviceVlan.html b/docs/libnm-glib/html/NMDeviceVlan.html index 8e5b4c71..72052696 100644 --- a/docs/libnm-glib/html/NMDeviceVlan.html +++ b/docs/libnm-glib/html/NMDeviceVlan.html @@ -43,7 +43,7 @@-GQuark +GQuark nm_device_vlan_error_quark () @@ -51,7 +51,7 @@ -GObject * +GObject * nm_device_vlan_new () @@ -66,7 +66,7 @@ -gboolean +gboolean nm_device_vlan_get_carrier () @@ -82,7 +82,7 @@ -guint +guint nm_device_vlan_get_vlan_id () @@ -101,13 +101,13 @@ - gboolean +gboolean carrier Read @@ -118,7 +118,7 @@ -gchar * +gchar *hw-address Read Read - @@ -162,7 +162,7 @@guint +guint vlan-id Read