From c333f062ddcba9b35330647bf6cbd0a07f2d786e Mon Sep 17 00:00:00 2001
From: Michael Biebl
NMAccessPoint implements
- GInitable and GAsyncInitable. Gets the SSID of the access point. the GBytes containing the SSID, or the GBytes containing the SSID, or [transfer none] Gets the frequency 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
@@ -556,9 +556,9 @@ point has not been found in a scan. Filters a given array of connections for a given NMAccessPoint object and
returns connections which may be activated with the access point. Any
returned connections will match the connections an array of NMConnections to
+ an array of NMConnections to
filter. an array of
-NMConnections that could be activated with the given [transfer container][element-type NMConnection] Validates a given connection against a given Wi-Fi access point to ensure that
@@ -637,8 +637,8 @@ against The BSSID of the access point. Flags: Read Default value: NULL The frequency of the access point. Flags: Read Allowed values: <= 10000 Alias for “bssid”. 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. The maximum bit rate of the access point in kbit/s. Flags: Read Default value: 0 The SSID of the access point, or The SSID of the access point, or Flags: Read The current signal strength of the access point. Flags: Read Default value: 0
NMClient implements
- GInitable and GAsyncInitable. Registers an error quark for NMClient if necessary. Gets whether the entry refers to VPN name servers. Since: 1.6 Creates a new NMClient. Note that this will do blocking D-Bus calls to initialize the
client. You can use cancellable a GCancellable, or a GCancellable, or error location for a GError, or Creates a new NMClient and begins asynchronously initializing it.
cancellable a GCancellable, or a GCancellable, or Gets the result of an error location for a GError, or a new NMClient, or a new NMClient, or string with the version (or string with the version (or Tests whether the daemon is still in the process of activating
connections at startup. Determines whether the daemon is running. Whether networking is enabled or disabled. Enables or disables networking. When networking is disabled, all controlled
interfaces are disconnected and deactivated. When networking is enabled,
all controlled interfaces are available for activation. enabled error return location for a GError, or
-GBytes *
+GBytes *
nm_access_point_get_ssid ()
@@ -83,7 +83,7 @@
-guint32
+guint32
nm_access_point_get_frequency ()
@@ -99,7 +99,7 @@
-guint32
+guint32
nm_access_point_get_max_bitrate ()
@@ -107,7 +107,7 @@
-guint8
+guint8
nm_access_point_get_strength ()
@@ -115,7 +115,7 @@
-gint
+gint
nm_access_point_get_last_seen ()
@@ -123,7 +123,7 @@
-GPtrArray *
+GPtrArray *
nm_access_point_filter_connections ()
@@ -131,7 +131,7 @@
-gboolean
+gboolean
nm_access_point_connection_valid ()
@@ -151,7 +151,7 @@
@@ -161,23 +161,23 @@
-gchar *
+gchar *
bssid
Read
Read
-
guint
+guint
frequency
Read
-gchar *
+gchar *
hw-address
Read
-
gint
+gint
last-seen
Read
-
@@ -193,12 +193,12 @@
guint
+guint
max-bitrate
Read
-GBytes *
+GBytes *
ssid
Read
-
@@ -271,7 +271,7 @@
guchar
+guchar
strength
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMAccessPoint
@@ -280,7 +280,7 @@
Implemented Interfaces
Description
@@ -368,7 +368,7 @@ point.
nm_access_point_get_ssid ()
-GBytes *
+
GBytes *
nm_access_point_get_ssid (
NMAccessPoint *ap);
Returns
-NULL if the
+NULL if the
SSID is unknown.
nm_access_point_get_frequency ()
-guint32
+
guint32
nm_access_point_get_frequency (
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 ()
-GPtrArray *
+
GPtrArray *
nm_access_point_filter_connections (
+ NMAccessPoint *ap,
- const GPtrArray *connections);const GPtrArray *connections);ap
@@ -584,7 +584,7 @@ with this function.
@@ -594,16 +594,16 @@ filter.
-[element-type NMConnection]
Returns
ap
+NMConnections that could be activated with the given ap
. The array should
-be freed with g_ptr_array_unref() when it is no longer required. g_ptr_array_unref() when it is no longer required.
nm_access_point_connection_valid ()
-gboolean
+
gboolean
nm_access_point_connection_valid (
NMAccessPoint *ap,
NMConnection *connection);Property Details
The
-“bssid” property “bssid” gchar *
+ “bssid” gchar *
The
-“frequency” property “frequency” guint
+ “frequency” guint
The
-“hw-address” property “hw-address” gchar *
+ “hw-address” gchar *
NMAccessPoint:hw-address has been deprecated since version 1.0 and should not be used in newly-written code.
The
-“last-seen” property “last-seen” gint
+ “last-seen” gint
The
-“max-bitrate” property “max-bitrate” guint
+ “max-bitrate” guint
The
-“ssid” property “ssid” GBytes *
-NULL if it is not known. “ssid” GBytes *
+NULL if it is not known.
The
-“strength” property “strength” guchar
+ “strength” guchar
![]()
@@ -79,7 +80,7 @@
![]()
-
const GPtrArray *
+ const GPtrArray *
nm_active_connection_get_devices ()
@@ -95,6 +96,14 @@
+
+NMActiveConnectionStateReason
+
+
+nm_active_connection_get_state_reason ()
+
+
+
NMDevice *
@@ -103,7 +112,7 @@
-gboolean
+gboolean
nm_active_connection_get_default ()
@@ -127,7 +136,7 @@
-gboolean
+gboolean
nm_active_connection_get_default6 ()
@@ -151,7 +160,7 @@
-gboolean
+gboolean
nm_active_connection_get_vpn ()
@@ -176,18 +185,18 @@
Read
-
gboolean
+gboolean
default
Read
-
gboolean
+gboolean
default6
Read
@@ -205,7 +214,7 @@
-GPtrArray *
+GPtrArray *
devices
Read
@@ -229,7 +238,7 @@
-gchar *
+gchar *
id
Read
@@ -240,18 +249,18 @@
-gchar *
+gchar *
specific-object-path
Read
-gchar *
+gchar *
type
Read
-gchar *
+gchar *
uuid
Read
-
@@ -259,6 +268,21 @@
gboolean
+gboolean
vpn
Read
Types and Values
Object Hierarchy
- GBoxed
+
GBoxed
╰── NMDnsEntry
- GEnum
+ GEnum
├── NMClientError
├── NMClientPermission
╰── NMClientPermissionResult
- GObject
+ GObject
╰── NMClient
Implemented Interfaces
Description
@@ -935,7 +935,7 @@ NMClient implements
Functions
nm_client_error_quark ()
-GQuark
+
GQuark
nm_client_error_quark (
void);
nm_dns_entry_get_vpn ()
-gboolean
+
gboolean
nm_dns_entry_get_vpn (
NMDnsEntry *entry);
Returns
-TRUE if the entry refers to VPN name serversTRUE if the entry refers to VPN name servers
nm_client_new ()
NMClient *
-nm_client_new (
+nm_client_new (GCancellable *cancellable,
- GError **error);GCancellable *cancellable,
+ GError **error);nm_client_new_async() if you want to avoid
@@ -1126,12 +1126,12 @@ that.
-
+NULLNULL
@@ -1146,9 +1146,9 @@ that.
-
+ NULL
nm_client_new_async ()
void
-nm_client_new_async (
+nm_client_new_async (GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
callback
will be called when it is done; use
@@ -1165,7 +1165,7 @@ the callback can be invoked with two first parameters as NULL.
-
+NULLNULL
@@ -1187,8 +1187,8 @@ the callback can be invoked with two first parameters as NULL.
nm_client_new_finish ()
NMClient *
-nm_client_new_finish (
+nm_client_new_finish (GAsyncResult *result,
- GError **error);GAsyncResult *result,
+ GError **error);
nm_client_new_async() call.
@@ -1214,7 +1214,7 @@ nm_client_new_finish (
-
+ NULL
Returns
-NULL on errorNULL on error
@@ -1240,7 +1240,7 @@ nm_client_get_version (
Returns
-NULL if NetworkManager is not running)NULL if NetworkManager is not running)
@@ -1272,7 +1272,7 @@ nm_client_get_state (
nm_client_get_startup ()
-gboolean
+
gboolean
nm_client_get_startup (
NMClient *client);
nm_client_get_nm_running ()
-gboolean
+
gboolean
nm_client_get_nm_running (
NMClient *client);
Returns
-TRUE if the daemon is runningTRUE if the daemon is running
nm_client_networking_get_enabled ()
-gboolean
+
gboolean
nm_client_networking_get_enabled (
NMClient *client);
nm_client_networking_set_enabled ()
-gboolean
+
gboolean
nm_client_networking_set_enabled (
+ NMClient *client,
- gboolean enabled,
- GError **error);gboolean enabled,
+ GError **error);
-
+TRUE to set networking enabled, FALSE to set networking disabledTRUE to set networking enabled, FALSE to set networking disabled
-
+ NULL. [allow-none]
gboolean +gboolean nm_client_wireless_get_enabled (NMClient *client);Determines whether the wireless is enabled.
@@ -1421,7 +1421,7 @@ nm_client_wireless_get_enabled (nm_client_wireless_set_enabled ()
void nm_client_wireless_set_enabled (+NMClient *client, -gboolean enabled);gboolean enabled);
Enables or disables wireless devices.
enabled
-TRUE to enable wireless
+TRUE to enable wireless
@@ -1449,7 +1449,7 @@ nm_client_wireless_set_enabled (
gboolean +gboolean nm_client_wwan_get_enabled (NMClient *client);Determines whether WWAN is enabled.
@@ -1496,7 +1496,7 @@ nm_client_wwan_get_enabled (Returns
-+
TRUEif WWAN is enabled
TRUEif WWAN is enabled
nm_client_wwan_set_enabled ()
void
nm_client_wwan_set_enabled (NMClient *client,
- gboolean enabled);
+ gboolean enabled);
Enables or disables WWAN devices.
Parameters
@@ -1522,7 +1522,7 @@ nm_client_wwan_set_enabled (enabled
-TRUE to enable WWAN
+TRUE to enable WWAN
@@ -1532,7 +1532,7 @@ nm_client_wwan_set_enabled (
nm_client_wwan_hardware_get_enabled ()
-gboolean
+gboolean
nm_client_wwan_hardware_get_enabled (NMClient *client);
Determines whether the WWAN hardware is enabled.
nm_client_wimax_get_enabled ()
-gboolean
+gboolean
nm_client_wimax_get_enabled (NMClient *client);
Determines whether WiMAX is enabled.
@@ -1578,7 +1578,7 @@ nm_client_wimax_get_enabled (
Returns
- TRUE if WiMAX is enabled
+ TRUE if WiMAX is enabled
@@ -1586,7 +1586,7 @@ nm_client_wimax_get_enabled (nm_client_wimax_set_enabled ()
void
nm_client_wimax_set_enabled (NMClient *client,
- gboolean enabled);
+ gboolean enabled);
Enables or disables WiMAX devices.
Parameters
@@ -1604,7 +1604,7 @@ nm_client_wimax_set_enabled (enabled
-TRUE to enable WiMAX
+TRUE to enable WiMAX
@@ -1614,7 +1614,7 @@ nm_client_wimax_set_enabled (
nm_client_wimax_hardware_get_enabled ()
-gboolean
+gboolean
nm_client_wimax_hardware_get_enabled (NMClient *client);
Determines whether the WiMAX hardware is enabled.
@@ -1634,17 +1634,17 @@ nm_client_wimax_hardware_get_enabled (
Returns
- TRUE if the WiMAX hardware is enabled
+ TRUE if the WiMAX hardware is enabled
nm_client_get_logging ()
-gboolean
+gboolean
nm_client_get_logging (NMClient *client,
char **level,
char **domains,
- GError **error);
+ GError **error);
Gets NetworkManager current logging level and domains.
nm_client_set_logging ()
-gboolean
+gboolean
nm_client_set_logging (NMClient *client,
const char *level,
const char *domains,
- GError **error);
+ GError **error);
Sets NetworkManager logging level and/or domains.
Parameters
@@ -1709,18 +1709,18 @@ nm_client_set_logging (level
- logging level to set (NULL or an empty string for no change).
+ logging level to set (NULL or an empty string for no change).
[allow-none]
domains
logging domains to set. The string should be a list of log
-domains separated by ",". (NULL or an empty string for no change).
+domains separated by ",". (NULL or an empty string for no change).
[allow-none]
error
-
+ return location for a GError, or NULL.
[allow-none]
@@ -1728,7 +1728,7 @@ domains separated by ",". (
Returns
- TRUE on success, FALSE otherwise
+ TRUE on success, FALSE otherwise
@@ -1800,8 +1800,8 @@ connectivity state first before returning any information.
nm_client_check_connectivity ()
NMConnectivityState
nm_client_check_connectivity (NMClient *client,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
Updates the network connectivity state and returns the (new)
current state. Contrast nm_client_get_connectivity(), which returns
the most recent known state without re-checking.
@@ -1823,12 +1823,12 @@ if you do not want to block.
cancellable
-
+a GCancellable
error
-return location for a GError
+return location for a GError
@@ -1844,9 +1844,9 @@ if you do not want to block.
nm_client_check_connectivity_async ()
void
nm_client_check_connectivity_async (NMClient *client,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously updates the network connectivity state and invokes
callback
when complete. Contrast nm_client_get_connectivity(),
@@ -1868,7 +1868,7 @@ re-checking, and cancellable
-
+a GCancellable
@@ -1891,8 +1891,8 @@ re-checking, and nm_client_check_connectivity_finish ()
NMConnectivityState
nm_client_check_connectivity_finish (NMClient *client,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Retrieves the result of an nm_client_check_connectivity_async()
call.
@@ -1911,12 +1911,12 @@ call.
result
-the GAsyncResult
+the GAsyncResult
error
-return location for a GError
+return location for a GError
@@ -1930,11 +1930,11 @@ call.
nm_client_save_hostname ()
-gboolean
+gboolean
nm_client_save_hostname (NMClient *client,
const char *hostname,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
Requests that the machine's persistent hostname be set to the specified value
or cleared.
@@ -1953,18 +1953,18 @@ or cleared.
hostname
- the new persistent hostname to set, or NULL to
+
the new persistent hostname to set, or NULL to
clear any existing persistent hostname.
[allow-none]
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-return location for GError
+return location for GError
@@ -1972,7 +1972,7 @@ clear any existing persistent hostname.
@@ -1981,9 +1981,9 @@ clear any existing persistent hostname.
void
nm_client_save_hostname_async (NMClient *client,
const char *hostname,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Requests that the machine's persistent hostname be set to the specified value
or cleared.
@@ -2002,13 +2002,13 @@ or cleared.
hostname
- the new persistent hostname to set, or NULL to
+
the new persistent hostname to set, or NULL to
clear any existing persistent hostname.
[allow-none]
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2029,10 +2029,10 @@ clear any existing persistent hostname.
nm_client_save_hostname_finish ()
-gboolean
+gboolean
nm_client_save_hostname_finish (NMClient *client,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of an nm_client_save_hostname_async() call.
Parameters
@@ -2050,12 +2050,12 @@ nm_client_save_hostname_finish (
result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-return location for GError
+return location for GError
@@ -2063,13 +2063,13 @@ nm_client_save_hostname_finish (
nm_client_get_devices ()
-const GPtrArray *
+const GPtrArray *
nm_client_get_devices (NMClient *client);
Gets all the known network devices. Use nm_device_get_type() or the
NM_IS_DEVICE_XXXX functions to determine what kind of
@@ -2092,7 +2092,7 @@ methods such as
Returns
- a GPtrArray
+
a GPtrArray
containing all the NMDevices. The returned array is owned by the
NMClient object and should not be modified.
[transfer none][element-type NMDevice]
@@ -2101,7 +2101,7 @@ containing all the NM
nm_client_get_all_devices ()
-const GPtrArray *
+const GPtrArray *
nm_client_get_all_devices (NMClient *client);
Gets both real devices and device placeholders (eg, software devices which
do not currently exist, but could be created automatically by NetworkManager
@@ -2128,7 +2128,7 @@ use device-specific methods such as
Returns
- a GPtrArray
+
a GPtrArray
containing all the NMDevices. The returned array is owned by the
NMClient object and should not be modified.
[transfer none][element-type NMDevice]
@@ -2167,7 +2167,7 @@ nm_client_get_device_by_path (
Returns
the NMDevice for the given object_path
-or NULL if none is found.
+or NULL if none is found.
[transfer none]
@@ -2203,14 +2203,14 @@ nm_client_get_device_by_iface (
Returns
the NMDevice for the given iface
-or NULL if none is found.
+or NULL if none is found.
[transfer none]
nm_client_get_active_connections ()
-const GPtrArray *
+const GPtrArray *
nm_client_get_active_connections (NMClient *client);
Gets the active connections.
@@ -2230,7 +2230,7 @@ nm_client_get_active_connections (
Returns
- a GPtrArray
+
a GPtrArray
containing all the active NMActiveConnections.
The returned array is owned by the client and should not be modified.
[transfer none][element-type NMActiveConnection]
@@ -2249,7 +2249,7 @@ the default route. If there is a VPN active with the default route,
then this function returns the active connection that contains the
route to the VPN endpoint.
If there is no default route, or the default route is over a
-non-NetworkManager-recognized device, this will return NULL.
+non-NetworkManager-recognized device, this will return NULL.
Parameters
-Flags: Run First
+Flags: Run First
@@ -4042,7 +4042,7 @@ user_function (void
user_function (NMClient *client,
NMActiveConnection *active_connection,
- gpointer user_data)
+ gpointer user_data)
Notifies that a NMActiveConnection has been removed.
-Flags: Run First
+Flags: Run First
The “any-device-added” signal
void
user_function (NMClient *client,
- GObject *device,
- gpointer user_data)
+ GObject *device,
+ gpointer user_data)
Notifies that a NMDevice is added. This signal is emitted for both
regular devices and placeholder devices.
@@ -4109,15 +4109,15 @@ regular devices and placeholder devices.
-Flags: Run First
+Flags: Run First
The “any-device-removed” signal
void
user_function (NMClient *client,
- GObject *device,
- gpointer user_data)
+ GObject *device,
+ gpointer user_data)
Notifies that a NMDevice is removed. This signal is emitted for both
regular devices and placeholder devices.
@@ -4147,7 +4147,7 @@ regular devices and placeholder devices.
-Flags: Run First
+Flags: Run First
@@ -4155,7 +4155,7 @@ regular devices and placeholder devices.
void
user_function (NMClient *client,
NMRemoteConnection *connection,
- gpointer user_data)
+ gpointer user_data)
Notifies that a NMConnection has been added.
-Flags: Run First
+Flags: Run First
@@ -4192,7 +4192,7 @@ user_function (void
user_function (NMClient *client,
NMRemoteConnection *connection,
- gpointer user_data)
+ gpointer user_data)
Notifies that a NMConnection has been removed.
-Flags: Run First
+Flags: Run First
The “device-added” signal
void
user_function (NMClient *client,
- GObject *device,
- gpointer user_data)
+ GObject *device,
+ gpointer user_data)
Notifies that a NMDevice is added. This signal is not emitted for
placeholder devices.
@@ -4259,15 +4259,15 @@ placeholder devices.
-Flags: Run First
+Flags: Run First
The “device-removed” signal
void
user_function (NMClient *client,
- GObject *device,
- gpointer user_data)
+ GObject *device,
+ gpointer user_data)
Notifies that a NMDevice is removed. This signal is not emitted for
placeholder devices.
@@ -4297,16 +4297,16 @@ placeholder devices.
-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/html/NMConnection.html b/docs/libnm/html/NMConnection.html
index f2645b05..55947dda 100644
--- a/docs/libnm/html/NMConnection.html
+++ b/docs/libnm/html/NMConnection.html
@@ -74,7 +74,7 @@
-GVariant *
+GVariant *
nm_connection_to_dbus ()
@@ -82,7 +82,7 @@
-gboolean
+gboolean
nm_connection_replace_settings ()
@@ -106,7 +106,7 @@
-gboolean
+gboolean
nm_connection_compare ()
@@ -114,7 +114,7 @@
-gboolean
+gboolean
nm_connection_diff ()
@@ -122,7 +122,7 @@
-gboolean
+gboolean
nm_connection_verify ()
@@ -130,7 +130,7 @@
-gboolean
+gboolean
nm_connection_verify_secrets ()
@@ -138,7 +138,7 @@
-gboolean
+gboolean
nm_connection_normalize ()
@@ -169,7 +169,7 @@
-gboolean
+gboolean
nm_connection_update_secrets ()
@@ -199,7 +199,7 @@
-gboolean
+gboolean
nm_connection_is_type ()
@@ -244,7 +244,7 @@
-gboolean
+gboolean
nm_connection_is_virtual ()
@@ -340,6 +340,14 @@
+NMSettingDummy *
+
+
+nm_connection_get_setting_dummy ()
+
+
+
+
NMSettingGeneric *
@@ -388,7 +396,7 @@
-NMSettingMacsec *
+NMSettingMacsec *
nm_connection_get_setting_macsec ()
@@ -558,7 +566,7 @@
@@ -615,8 +623,8 @@ the setting object's reference count.
nm_connection_remove_setting ()
void
nm_connection_remove_setting (NMConnection *connection,
- GType setting_type);
-Removes the NMSetting with the given GType from the NMConnection. This
+ GType setting_type);
+
Removes the NMSetting with the given GType from the NMConnection. This
operation dereferences the NMSetting object.
-the GType of the setting object to remove
+the GType of the setting object to remove
@@ -646,8 +654,8 @@ operation dereferences the nm_connection_get_setting ()
NMSetting *
nm_connection_get_setting (NMConnection *connection,
- GType setting_type);
-Gets the NMSetting with the given GType, if one has been previously added
+ GType setting_type);
+
Gets the NMSetting with the given GType, if one has been previously added
to the NMConnection.
Parameters
@@ -665,7 +673,7 @@ to the
setting_type
-the GType of the setting object to return
+the GType of the setting object to return
@@ -673,7 +681,7 @@ to the
Returns
- the NMSetting, or NULL if no setting of that type was previously
+
the NMSetting, or NULL if no setting of that type was previously
added to the NMConnection.
[transfer none]
@@ -710,7 +718,7 @@ the
Returns
- the NMSetting, or NULL if no setting with that name was previously
+
the NMSetting, or NULL if no setting with that name was previously
added to the NMConnection.
[transfer none]
@@ -718,10 +726,10 @@ added to the
nm_connection_to_dbus ()
-GVariant *
+GVariant *
nm_connection_to_dbus (NMConnection *connection,
NMConnectionSerializationFlags flags);
-Converts the NMConnection into a GVariant of type
+
Converts the NMConnection into a GVariant of type
NM_VARIANT_TYPE_CONNECTION describing the connection, suitable for
marshalling over D-Bus or otherwise serializing.
@@ -748,7 +756,7 @@ marshalling over D-Bus or otherwise serializing.
Returns
- a new floating GVariant describing the connection,
+
a new floating GVariant describing the connection,
its settings, and each setting's properties.
[transfer none]
@@ -756,10 +764,10 @@ its settings, and each setting's properties.
nm_connection_replace_settings ()
-gboolean
+gboolean
nm_connection_replace_settings (NMConnection *connection,
- GVariant *new_settings,
- GError **error);
+ GVariant *new_settings,
+ GError **error);
Replaces connection
's settings with new_settings
(which must be
@@ -781,12 +789,12 @@ need to result in a connection that passes new_settings
-
a GVariant of type NM_VARIANT_TYPE_CONNECTION, with the new settings
+a GVariant of type NM_VARIANT_TYPE_CONNECTION, with the new settings
error
-location to store error, or NULL
+location to store error, or NULL
@@ -794,7 +802,7 @@ need to result in a connection that passes
Returns
- TRUE if connection was updated, FALSE if new_settings
+
TRUE if connection was updated, FALSE if new_settings
could not
be deserialized (in which case connection
will be unchanged).
@@ -861,7 +869,7 @@ nm_connection_clear_settings (
nm_connection_compare ()
-gboolean
+gboolean
nm_connection_compare (NMConnection *a,
NMConnection *b,
NMSettingCompareFlags flags);
@@ -897,17 +905,17 @@ each flag's behavior.
nm_connection_diff ()
-gboolean
+gboolean
nm_connection_diff (NMConnection *a,
NMConnection *b,
NMSettingCompareFlags flags,
- GHashTable **out_settings);
+ GHashTable **out_settings);
Compares two NMConnection objects for similarity, with comparison behavior
modified by a set of flags. See nm_setting_compare() for a description of
each flag's behavior. If the connections differ, settings and keys within
@@ -951,16 +959,16 @@ differ mapped to one or more of
Returns
- TRUE if the connections contain the same values, FALSE if they do
+
TRUE if the connections contain the same values, FALSE if they do
not
nm_connection_verify ()
-gboolean
+gboolean
nm_connection_verify (NMConnection *connection,
- GError **error);
+ GError **error);
Validates the connection and all its settings. Each setting's properties
have allowed values, and some values are dependent on other values. For
example, if a Wi-Fi connection is security enabled, the NMSettingWireless
@@ -968,7 +976,7 @@ setting object's 'security' property must contain the setting name of the
NMSettingWirelessSecurity object, which must also be present in the
connection for the connection to be valid. As another example, the
NMSettingWired object's 'mac-address' property must be a validly formatted
-MAC address. The returned GError contains information about which
+MAC address. The returned GError contains information about which
setting and which property failed validation, and how it failed validation.
Parameters
@@ -986,7 +994,7 @@ setting and which property failed validation, and how it failed validation.
error
-location to store error, or NULL
+location to store error, or NULL
@@ -994,15 +1002,15 @@ setting and which property failed validation, and how it failed validation.
nm_connection_verify_secrets ()
-gboolean
+gboolean
nm_connection_verify_secrets (NMConnection *connection,
- GError **error);
+ GError **error);
Verifies the secrets in the connection.
Parameters
@@ -1020,7 +1028,7 @@ nm_connection_verify_secrets (error
-location to store error, or NULL
+location to store error, or NULL
@@ -1028,23 +1036,23 @@ nm_connection_verify_secrets (
Returns
- TRUE if the secrets are valid, FALSE if they are not
+ TRUE if the secrets are valid, FALSE if they are not
Since: 1.2
nm_connection_normalize ()
-gboolean
+gboolean
nm_connection_normalize (NMConnection *connection,
- GHashTable *parameters,
- gboolean *modified,
- GError **error);
+ GHashTable *parameters,
+ gboolean *modified,
+ GError **error);
Does some basic normalization and fixup of well known inconsistencies
and deprecated fields. If the connection was modified in any way,
the output parameter modified
- is set TRUE.
-Finally the connection will be verified and TRUE returns if the connection
+ is set TRUE.
+Finally the connection will be verified and TRUE returns if the connection
is valid. As this function only performs some specific normalization steps
it cannot repair all connections. If the connection has errors that
cannot be normalized, the connection will not be modified.
@@ -1064,10 +1072,10 @@ cannot be normalized, the connection will not be modified.
parameters
- a GHashTable with
+
a GHashTable with
normalization parameters to allow customization of the normalization by providing
specific arguments. Unknown arguments will be ignored and the default will be
-used. The keys must be strings, hashed by g_str_hash() and g_str_equal() functions.
+used. The keys must be strings, hashed by g_str_hash() and g_str_equal() functions.
The values are opaque and depend on the parameter name.
[allow-none][element-type utf8 gpointer]
@@ -1078,7 +1086,7 @@ The values are opaque and depend on the parameter name.
error
-location to store error, or NULL. Contains the reason,
+
location to store error, or NULL. Contains the reason,
why the connection is invalid, if the function returns an error.
@@ -1087,7 +1095,7 @@ why the connection is invalid, if the function returns an error.
@@ -1095,7 +1103,7 @@ why the connection is invalid, if the function returns an error.
nm_connection_need_secrets ()
const char *
nm_connection_need_secrets (NMConnection *connection,
- GPtrArray **hints);
+ GPtrArray **hints);
Returns the name of the first setting object in the connection which would
need secrets to make a successful connection. The returned hints are only
intended as a guide to what secrets may be required, because in some
@@ -1117,10 +1125,10 @@ secrets are needed.
hints
- the address of a pointer to a GPtrArray, initialized to NULL, which on
-return points to an allocated GPtrArray containing the property names of
+
the address of a pointer to a GPtrArray, initialized to NULL, which on
+return points to an allocated GPtrArray containing the property names of
secrets of the NMSetting which may be required; the caller owns the array
-and must free the array itself with g_ptr_array_free(), but not free its
+and must free the array itself with g_ptr_array_free(), but not free its
elements.
[out][element-type utf8][allow-none][transfer container]
@@ -1163,7 +1171,7 @@ keeping secret data in memory when not needed.
nm_connection_clear_secrets_with_flags
(NMConnection *connection,
NMSettingClearSecretsWithFlagsFn func,
- gpointer user_data);
+ gpointer user_data);
Clears and frees secrets determined by func
.
@@ -1199,16 +1207,16 @@ specific secret should be cleared or not.
nm_connection_update_secrets ()
-gboolean
+gboolean
nm_connection_update_secrets (NMConnection *connection,
const char *setting_name,
- GVariant *secrets,
- GError **error);
+ GVariant *secrets,
+ GError **error);
Update the specified setting's secrets, given a dictionary of secrets
intended for that setting (deserialized from D-Bus for example). Will also
extract the given setting's secrets hash if given a connection dictionary.
If setting_name
- is NULL, expects a fully serialized NMConnection as
+ is NULL, expects a fully serialized NMConnection as
returned by nm_connection_to_dbus() and will update all secrets from all
settings contained in secrets
.
@@ -1233,13 +1241,13 @@ settings contained in secrets
secrets
-a GVariant of secrets, of type NM_VARIANT_TYPE_CONNECTION
+
a GVariant of secrets, of type NM_VARIANT_TYPE_CONNECTION
or NM_VARIANT_TYPE_SETTING
error
-location to store error, or NULL
+location to store error, or NULL
@@ -1247,7 +1255,7 @@ or
Returns
- TRUE if the secrets were successfully updated, FALSE if the update
+
TRUE if the secrets were successfully updated, FALSE if the update
failed (tried to update secrets for a setting that doesn't exist, etc)
@@ -1258,7 +1266,7 @@ failed (tried to update secrets for a setting that doesn't exist, etc)
nm_connection_set_path (NMConnection *connection,
const char *path);
Sets the D-Bus path of the connection. This property is not serialized, and
-is only for the reference of the caller. Sets the “path”
+is only for the reference of the caller. Sets the “path”
property.
Parameters
@@ -1317,7 +1325,7 @@ nm_connection_get_path (const char *
nm_connection_get_interface_name (NMConnection *connection);
Returns the interface name as stored in NMSettingConnection:interface_name.
-If the connection contains no NMSettingConnection, it will return NULL.
+If the connection contains no NMSettingConnection, it will return NULL.
For hardware devices and software devices created outside of NetworkManager,
this name is used to match the device. for software devices created by
NetworkManager, this is the name of the created interface.
@@ -1338,13 +1346,13 @@ NetworkManager, this is the name of the created interface.
gboolean +gboolean nm_connection_is_type (NMConnection *connection,const char *type);A convenience function to check if the given
connection@@ -1377,8 +1385,8 @@ property of the connection and matches that against
TRUE if the connection is of the given type
-, FALSE if not
TRUE if the connection is of the given type
+, FALSE if not
void
nm_connection_for_each_setting_value (NMConnection *connection,
NMSettingValueIterFn func,
- gpointer user_data);
+ gpointer user_data);
Iterates over the properties of each NMSetting object in the NMConnection,
calling the supplied user function for each property.
@@ -1524,7 +1532,7 @@ nm_connection_get_connection_type (
nm_connection_is_virtual ()
-gboolean
+gboolean
nm_connection_is_virtual (NMConnection *connection);
Checks if connection
refers to a virtual device (and thus can potentially be
@@ -1579,7 +1587,7 @@ Eg, "VLAN (eth1.1)".
Returns
the name of connection
's device,
-or NULL if connection
+or NULL if connection
is not a virtual connection type.
[transfer full]
@@ -1607,7 +1615,7 @@ nm_connection_get_setting_802_1x (
Returns
- an NMSetting8021x if the connection contains one, otherwise NULL.
+ an NMSetting8021x if the connection contains one, otherwise NULL.
[transfer none]
@@ -1634,7 +1642,7 @@ nm_connection_get_setting_bluetooth (
Returns
- an NMSettingBluetooth if the connection contains one, otherwise NULL.
+ an NMSettingBluetooth if the connection contains one, otherwise NULL.
[transfer none]
@@ -1661,7 +1669,7 @@ nm_connection_get_setting_bond (
Returns
- an NMSettingBond if the connection contains one, otherwise NULL.
+ an NMSettingBond if the connection contains one, otherwise NULL.
[transfer none]
@@ -1688,7 +1696,7 @@ nm_connection_get_setting_team (
Returns
- an NMSettingTeam if the connection contains one, otherwise NULL.
+ an NMSettingTeam if the connection contains one, otherwise NULL.
[transfer none]
@@ -1715,7 +1723,7 @@ nm_connection_get_setting_team_port (
Returns
- an NMSettingTeamPort if the connection contains one, otherwise NULL.
+ an NMSettingTeamPort if the connection contains one, otherwise NULL.
[transfer none]
@@ -1742,7 +1750,7 @@ nm_connection_get_setting_bridge (
Returns
- an NMSettingBridge if the connection contains one, otherwise NULL.
+ an NMSettingBridge if the connection contains one, otherwise NULL.
[transfer none]
@@ -1769,7 +1777,7 @@ nm_connection_get_setting_bridge_port (
Returns
- an NMSettingBridgePort if the connection contains one, otherwise NULL.
+ an NMSettingBridgePort if the connection contains one, otherwise NULL.
[transfer none]
@@ -1796,7 +1804,7 @@ nm_connection_get_setting_cdma (
Returns
- an NMSettingCdma if the connection contains one, otherwise NULL.
+ an NMSettingCdma if the connection contains one, otherwise NULL.
[transfer none]
@@ -1823,7 +1831,7 @@ nm_connection_get_setting_connection (
Returns
- an NMSettingConnection if the connection contains one, otherwise NULL.
+ an NMSettingConnection if the connection contains one, otherwise NULL.
[transfer none]
@@ -1856,6 +1864,34 @@ nm_connection_get_setting_dcb (
+nm_connection_get_setting_dummy ()
+NMSettingDummy *
+nm_connection_get_setting_dummy (NMConnection *connection);
+A shortcut to return any NMSettingDummy the connection might contain.
+
+
+Since: 1.8
+
+
+
nm_connection_get_setting_generic ()
NMSettingGeneric *
nm_connection_get_setting_generic (NMConnection *connection);
@@ -1904,7 +1940,7 @@ nm_connection_get_setting_gsm (
Returns
- an NMSettingGsm if the connection contains one, otherwise NULL.
+ an NMSettingGsm if the connection contains one, otherwise NULL.
[transfer none]
@@ -1931,7 +1967,7 @@ nm_connection_get_setting_infiniband (
Returns
- an NMSettingInfiniband if the connection contains one, otherwise NULL.
+ an NMSettingInfiniband if the connection contains one, otherwise NULL.
[transfer none]
@@ -1958,7 +1994,7 @@ nm_connection_get_setting_ip_tunnel (
Returns
- an NMSettingIPTunnel if the connection contains one, otherwise NULL.
+ an NMSettingIPTunnel if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.2
@@ -1990,7 +2026,7 @@ majority of IPv4-setting-related methods are on that type, not
Returns
an NMSettingIP4Config if the
-connection contains one, otherwise NULL.
+connection contains one, otherwise NULL.
[type NMSettingIP4Config][transfer none]
@@ -2021,16 +2057,16 @@ majority of IPv6-setting-related methods are on that type, not
Returns
an NMSettingIP6Config if the
-connection contains one, otherwise NULL.
+connection contains one, otherwise NULL.
[type NMSettingIP6Config][transfer none]
nm_connection_get_setting_macsec ()
-NMSettingMacsec *
+NMSettingMacsec *
nm_connection_get_setting_macsec (NMConnection *connection);
-A shortcut to return any NMSettingMacsec the connection might contain.
+A shortcut to return any NMSettingMacsec the connection might contain.
Parameters
@@ -791,20 +791,21 @@
Object Hierarchy
- GBoxed
+ GBoxed
╰── NMLldpNeighbor
- GObject
+ GObject
╰── NMObject
╰── NMDevice
├── NMDeviceAdsl
├── NMDeviceBond
├── NMDeviceBridge
├── NMDeviceBt
+ ├── NMDeviceDummy
├── NMDeviceEthernet
├── NMDeviceGeneric
├── NMDeviceInfiniband
├── NMDeviceIPTunnel
- ├── NMDeviceMacsec
+ ├── NMDeviceMacsec
├── NMDeviceMacvlan
├── NMDeviceModem
├── NMDeviceOlpcMesh
@@ -820,7 +821,7 @@
Implemented Interfaces
NMDevice implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -1069,7 +1070,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.
@@ -1102,7 +1103,7 @@ nm_device_get_capabilities (
nm_device_get_managed ()
-gboolean
+gboolean
nm_device_get_managed (NMDevice *device);
Whether the NMDevice is managed by NetworkManager.
@@ -1122,7 +1123,7 @@ nm_device_get_managed (
Returns
- TRUE if the device is managed by NetworkManager
+ TRUE if the device is managed by NetworkManager
@@ -1130,7 +1131,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.
Parameters
@@ -1148,7 +1149,7 @@ nm_device_set_managed (managed
-TRUE to make the device managed by NetworkManager.
+TRUE to make the device managed by NetworkManager.
@@ -1159,7 +1160,7 @@ nm_device_set_managed (
nm_device_get_autoconnect ()
-gboolean
+gboolean
nm_device_get_autoconnect (NMDevice *device);
Whether the NMDevice can be autoconnected.
@@ -1179,7 +1180,7 @@ nm_device_get_autoconnect (
Returns
- TRUE if the device is allowed to be autoconnected
+ TRUE if the device is allowed to be autoconnected
@@ -1187,7 +1188,7 @@ nm_device_get_autoconnect (nm_device_set_autoconnect ()
void
nm_device_set_autoconnect (NMDevice *device,
- gboolean autoconnect);
+ gboolean autoconnect);
Enables or disables automatic activation of the NMDevice.
Parameters
@@ -1205,7 +1206,7 @@ nm_device_set_autoconnect (autoconnect
-TRUE to enable autoconnecting
+TRUE to enable autoconnecting
@@ -1215,7 +1216,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.
@@ -1236,14 +1237,14 @@ 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.
nm_device_get_nm_plugin_missing ()
-gboolean
+gboolean
nm_device_get_nm_plugin_missing (NMDevice *device);
Indicates that the NetworkManager plugin for the device is not installed.
@@ -1263,7 +1264,7 @@ nm_device_get_nm_plugin_missing (
Since: 1.2
@@ -1292,7 +1293,7 @@ works with VPN connections.
Returns
- the IPv4 NMIPConfig, or NULL if the device is not
+
the IPv4 NMIPConfig, or NULL if the device is not
activated.
[transfer none]
@@ -1322,7 +1323,7 @@ works with VPN connections.
Returns
- the IPv4 NMDhcpConfig, or NULL if the device is
+
the IPv4 NMDhcpConfig, or NULL if the device is
not activated or not using DHCP.
[transfer none]
@@ -1352,7 +1353,7 @@ works with VPN connections.
Returns
- the IPv6 NMIPConfig or NULL if the device is not activated.
+ the IPv6 NMIPConfig or NULL if the device is not activated.
[transfer none]
@@ -1381,7 +1382,7 @@ works with VPN connections.
Returns
- the IPv6 NMDhcpConfig, or NULL if the device is
+
the IPv6 NMDhcpConfig, or NULL if the device is
not activated or not using DHCPv6.
[transfer none]
@@ -1461,7 +1462,7 @@ nm_device_get_active_connection (
Returns
- the NMActiveConnection or NULL if the device is
+
the NMActiveConnection or NULL if the device is
not part of an active connection.
[transfer none]
@@ -1469,7 +1470,7 @@ not part of an active connection.
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
be activated on device
@@ -1491,7 +1492,7 @@ be activated on device
Returns
- the GPtrArray
+
the GPtrArray
containing NMRemoteConnections. This is the internal copy used by
the connection, and must not be modified.
[element-type NMRemoteConnection]
@@ -1502,7 +1503,7 @@ the connection, and must not be modified.
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
ports on a single physical port. (Eg, NPAR / SR-IOV.)
@@ -1523,7 +1524,7 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)
Returns
- the physical port ID of the device, or NULL if the port
+
the physical port ID of the device, or NULL if the port
ID is unknown. This is the internal string used by the device and
must not be modified.
@@ -1531,7 +1532,7 @@ must not be modified.
nm_device_get_mtu ()
-guint32
+guint32
nm_device_get_mtu (NMDevice *device);
Gets the MTU of the NMDevice.
@@ -1557,7 +1558,7 @@ nm_device_get_mtu (
nm_device_is_real ()
-gboolean
+gboolean
nm_device_is_real (NMDevice *device);
Parameters
@@ -1576,7 +1577,7 @@ nm_device_is_real (
Returns
- TRUE if the device exists, or FALSE if it is a placeholder device
+
TRUE if the device exists, or FALSE if it is a placeholder device
that could be automatically created by NetworkManager if one of its
“available-connections” was activated.
@@ -1585,7 +1586,7 @@ that could be automatically created by NetworkManager if one of its
nm_device_is_software ()
-gboolean
+gboolean
nm_device_is_software (NMDevice *device);
Whether the device is a software device.
@@ -1722,7 +1723,7 @@ nm_device_get_metered (
nm_device_get_lldp_neighbors ()
-GPtrArray *
+GPtrArray *
nm_device_get_lldp_neighbors (NMDevice *device);
Gets the list of neighbors discovered through LLDP.
@@ -1742,7 +1743,7 @@ nm_device_get_lldp_neighbors (
Returns
- the GPtrArray
+
the GPtrArray
containing NMLldpNeighbors. This is the internal copy used by the
device and must not be modified. The library never modifies the returned
array and thus it is safe for callers to reference and keep using it.
@@ -1791,13 +1792,13 @@ devices in devices
nm_device_reapply ()
-gboolean
+gboolean
nm_device_reapply (NMDevice *device,
NMConnection *connection,
- guint64 version_id,
- guint32 flags,
- GCancellable *cancellable,
- GError **error);
+ guint64 version_id,
+ guint32 flags,
+ GCancellable *cancellable,
+ GError **error);
Attempts to update device with changes to the currently active connection
made since it was last applied.
@@ -1816,7 +1817,7 @@ made since it was last applied.
connection
-the NMConnection to replace the applied settings with or NULL to reuse existing
+the NMConnection to replace the applied settings with or NULL to reuse existing
@@ -1833,12 +1834,12 @@ catch concurrent accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+location for a GError, or NULL
@@ -1846,7 +1847,7 @@ catch concurrent accesses.
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
Since: 1.2
@@ -1857,11 +1858,11 @@ will be set.
void
nm_device_reapply_async (NMDevice *device,
NMConnection *connection,
- guint64 version_id,
- guint32 flags,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ guint64 version_id,
+ guint32 flags,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins an attempt to update device with changes to the
currently active connection made since it was last applied.
@@ -1880,7 +1881,7 @@ currently active connection made since it was last applied.
connection
-the NMConnection to replace the applied settings with or NULL to reuse existing
+the NMConnection to replace the applied settings with or NULL to reuse existing
@@ -1897,7 +1898,7 @@ catch concurrent accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -1919,10 +1920,10 @@ catch concurrent accesses.
nm_device_reapply_finish ()
-gboolean
+gboolean
nm_device_reapply_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_reapply_async().
Parameters
@@ -1940,12 +1941,12 @@ nm_device_reapply_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+location for a GError, or NULL
@@ -1953,7 +1954,7 @@ nm_device_reapply_finish (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
Since: 1.2
@@ -1963,10 +1964,10 @@ will be set.
nm_device_get_applied_connection ()
NMConnection *
nm_device_get_applied_connection (NMDevice *device,
- guint32 flags,
- guint64 *version_id,
- GCancellable *cancellable,
- GError **error);
+ guint32 flags,
+ guint64 *version_id,
+ GCancellable *cancellable,
+ GError **error);
Fetch the currently applied connection on the device.
Parameters
@@ -1995,12 +1996,12 @@ the applied connection.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+location for a GError, or NULL
@@ -2009,7 +2010,7 @@ the applied connection.
Returns
a NMConnection with the currently applied settings
-or NULL on error.
+or NULL on error.
The connection is as received from D-Bus and might not validate according
to nm_connection_verify().
[transfer full]
@@ -2022,10 +2023,10 @@ to void
nm_device_get_applied_connection_async
(NMDevice *device,
- guint32 flags,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ guint32 flags,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins an get the a currently applied connection.
Parameters
@@ -2048,7 +2049,7 @@ nm_device_get_applied_connection_async
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2073,9 +2074,9 @@ nm_device_get_applied_connection_async
NMConnection *
nm_device_get_applied_connection_finish
(NMDevice *device,
- GAsyncResult *result,
- guint64 *version_id,
- GError **error);
+ GAsyncResult *result,
+ guint64 *version_id,
+ GError **error);
Gets the result of a call to nm_device_get_applied_connection_async().
result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
@@ -2104,7 +2105,7 @@ connection.
error
-
+location for a GError, or NULL
@@ -2112,7 +2113,7 @@ connection.
Returns
- a currently applied NMConnection or NULL in case
+
a currently applied NMConnection or NULL in case
of error.
The connection is as received from D-Bus and might not validate according
to nm_connection_verify().
@@ -2123,10 +2124,10 @@ to
nm_device_disconnect ()
-gboolean
+gboolean
nm_device_disconnect (NMDevice *device,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
Disconnects the device if currently connected, and prevents the device from
automatically connecting to networks until the next manual network connection
request.
@@ -2146,12 +2147,12 @@ request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+location for a GError, or NULL
@@ -2159,7 +2160,7 @@ request.
@@ -2168,9 +2169,9 @@ will be set.
nm_device_disconnect_async ()
void
nm_device_disconnect_async (NMDevice *device,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins disconnecting the device if currently connected, and
prevents the device from automatically connecting to networks until the next
manual network connection request.
@@ -2190,7 +2191,7 @@ manual network connection request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2211,10 +2212,10 @@ manual network connection request.
nm_device_disconnect_finish ()
-gboolean
+gboolean
nm_device_disconnect_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_disconnect_async().
Parameters
@@ -2232,12 +2233,12 @@ nm_device_disconnect_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+location for a GError, or NULL
@@ -2245,17 +2246,17 @@ nm_device_disconnect_finish (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
nm_device_delete ()
-gboolean
+gboolean
nm_device_delete (NMDevice *device,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
Deletes the software device. Hardware devices can't be deleted.
Parameters
@@ -2273,12 +2274,12 @@ nm_device_delete (cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+location for a GError, or NULL
@@ -2286,7 +2287,7 @@ nm_device_delete (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
@@ -2295,9 +2296,9 @@ will be set.
nm_device_delete_async ()
void
nm_device_delete_async (NMDevice *device,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins deleteing the software device. Hardware devices can't
be deleted.
@@ -2316,7 +2317,7 @@ be deleted.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2337,10 +2338,10 @@ be deleted.
nm_device_delete_finish ()
-gboolean
+gboolean
nm_device_delete_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_delete_async().
Parameters
@@ -2358,12 +2359,12 @@ nm_device_delete_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+location for a GError, or NULL
@@ -2371,16 +2372,16 @@ nm_device_delete_finish (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
nm_device_filter_connections ()
-GPtrArray *
+GPtrArray *
nm_device_filter_connections (NMDevice *device,
- const GPtrArray *connections);
+ const GPtrArray *connections);
Filters a given array of connections for a given NMDevice object and returns
connections which may be activated with the device. For example if device
@@ -2407,7 +2408,7 @@ incompatible with the device. To get the full list of connections see
connections
- an array of NMConnections to filter.
+ an array of NMConnections to filter.
[element-type NMConnection]
@@ -2416,16 +2417,16 @@ incompatible with the device. To get the full list of connections see
Returns
an array of
-NMConnections that could be activated with the given device
+NMConnections that could be activated with the given device
. The array
-should be freed with g_ptr_array_unref() when it is no longer required.
+should be freed with g_ptr_array_unref() 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);
Validates a given connection for a given NMDevice object and returns
@@ -2462,17 +2463,17 @@ against
nm_device_connection_compatible ()
-gboolean
+gboolean
nm_device_connection_compatible (NMDevice *device,
NMConnection *connection,
- GError **error);
+ 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
@@ -2507,7 +2508,7 @@ against
error
-
+return location for a GError, or NULL
@@ -2515,14 +2516,14 @@ against
nm_device_get_setting_type ()
-GType
+GType
nm_device_get_setting_type (NMDevice *device);
Gets the (primary) NMSetting subtype associated with connections
that can be used on device
@@ -2632,7 +2633,7 @@ nm_lldp_neighbor_get_attr_names (
Returns
- a NULL-terminated array of attribute names.
+ a NULL-terminated array of attribute names.
[transfer full]
Since: 1.2
@@ -2640,7 +2641,7 @@ nm_lldp_neighbor_get_attr_names (
nm_lldp_neighbor_get_attr_string_value ()
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value
(NMLldpNeighbor *neighbor,
char *name,
@@ -2677,18 +2678,18 @@ nm_lldp_neighbor_get_attr_string_value
Returns
- TRUE if a string attribute with name name
-was found, FALSE otherwise
+ TRUE if a string attribute with name name
+was found, FALSE otherwise
Since: 1.2
nm_lldp_neighbor_get_attr_uint_value ()
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_uint_value (NMLldpNeighbor *neighbor,
char *name,
- guint *out_value);
+ guint *out_value);
Gets the uint value of attribute with name name
on neighbor
@@ -2721,15 +2722,15 @@ nm_lldp_neighbor_get_attr_uint_value (
Returns
- TRUE if a uint attribute with name name
-was found, FALSE otherwise
+ TRUE if a uint attribute with name name
+was found, FALSE otherwise
Since: 1.2
nm_lldp_neighbor_get_attr_type ()
-const GVariantType *
+const GVariantType *
nm_lldp_neighbor_get_attr_type (NMLldpNeighbor *neighbor,
char *name);
Get the type of an attribute.
@@ -2757,7 +2758,7 @@ nm_lldp_neighbor_get_attr_type (
Returns
- the GVariantType of the attribute with name name
+
the GVariantType of the attribute with name name
Since: 1.2
@@ -2943,7 +2944,7 @@ nm_lldp_neighbor_get_attr_type (
The “autoconnect” property
- “autoconnect” gboolean
+ “autoconnect” gboolean
Whether the device can auto-activate a connection.
Flags: Read / Write
Default value: TRUE
@@ -2951,7 +2952,7 @@ nm_lldp_neighbor_get_attr_type (
The “available-connections” property
- “available-connections” GPtrArray *
+ “available-connections” GPtrArray *
The available connections of the device
Element-type: NMRemoteConnection
Flags: Read
@@ -2988,7 +2989,7 @@ nm_lldp_neighbor_get_attr_type (
The “driver” property
- “driver” gchar *
+ “driver” gchar *
The driver of the device.
Flags: Read
Default value: NULL
@@ -2996,7 +2997,7 @@ nm_lldp_neighbor_get_attr_type (
The “driver-version” property
- “driver-version” gchar *
+ “driver-version” gchar *
The version of the device driver.
Flags: Read
Default value: NULL
@@ -3004,8 +3005,8 @@ nm_lldp_neighbor_get_attr_type (
The “firmware-missing” property
- “firmware-missing” gboolean
-When TRUE indicates the device is likely missing firmware required
+
“firmware-missing” gboolean
+When TRUE indicates the device is likely missing firmware required
for its operation.
Flags: Read
Default value: FALSE
@@ -3013,7 +3014,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
@@ -3021,7 +3022,7 @@ for its operation.
The “interface” property
- “interface” gchar *
+ “interface” gchar *
The interface of the device.
Flags: Read
Default value: NULL
@@ -3029,7 +3030,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
@@ -3052,14 +3053,14 @@ operations like addressing and routing.
The “lldp-neighbors” property
- “lldp-neighbors” GPtrArray *
+ “lldp-neighbors” GPtrArray *
The LLDP neighbors.
Flags: Read
The “managed” property
- “managed” gboolean
+ “managed” gboolean
Whether the device is managed by NetworkManager.
Flags: Read
Default value: FALSE
@@ -3067,7 +3068,7 @@ operations like addressing and routing.
The “metered” property
- “metered” guint
+ “metered” guint
Whether the device is metered.
Flags: Read
Default value: 0
@@ -3076,7 +3077,7 @@ operations like addressing and routing.
The “mtu” property
- “mtu” guint
+ “mtu” guint
The MTU of the device.
Flags: Read
Default value: 1500
@@ -3084,8 +3085,8 @@ operations like addressing and routing.
The “nm-plugin-missing” property
- “nm-plugin-missing” gboolean
-When TRUE indicates that the NetworkManager plugin for the device
+
“nm-plugin-missing” gboolean
+When TRUE indicates that the NetworkManager plugin for the device
is not installed.
Flags: Read
Default value: FALSE
@@ -3094,7 +3095,7 @@ is not installed.
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
@@ -3103,7 +3104,7 @@ is not installed.
The “product” property
- “product” gchar *
+ “product” gchar *
The product string of the device.
Flags: Read
Default value: NULL
@@ -3111,7 +3112,7 @@ is not installed.
The “real” property
- “real” gboolean
+ “real” gboolean
Whether the device is real or is a placeholder device that could
be created automatically by NetworkManager if one of its
“available-connections” was activated.
@@ -3130,7 +3131,7 @@ be created automatically by NetworkManager if one of its
The “state-reason” property
- “state-reason” guint
+ “state-reason” guint
The reason for the device state.
Flags: Read
Default value: 0
@@ -3138,7 +3139,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)
@@ -3151,7 +3152,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
@@ -3163,10 +3164,10 @@ request more information about the device from those services.
The “state-changed” signal
void
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
diff --git a/docs/libnm/html/NMDeviceAdsl.html b/docs/libnm/html/NMDeviceAdsl.html
index 2a158f31..cb06cd98 100644
--- a/docs/libnm/html/NMDeviceAdsl.html
+++ b/docs/libnm/html/NMDeviceAdsl.html
@@ -43,7 +43,7 @@
-gboolean
+gboolean
nm_device_adsl_get_carrier ()
@@ -60,7 +60,7 @@
-gboolean
+gboolean
carrier
Read
@@ -87,7 +87,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceAdsl
@@ -97,7 +97,7 @@
Implemented Interfaces
NMDeviceAdsl implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -106,7 +106,7 @@ NMDeviceAdsl implements
Functions
nm_device_adsl_get_carrier ()
-gboolean
+gboolean
nm_device_adsl_get_carrier (NMDeviceAdsl *device);
Whether the device has carrier.
@@ -126,7 +126,7 @@ nm_device_adsl_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
@@ -147,7 +147,7 @@ nm_device_adsl_get_carrier (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html
index fdd703ad..5d90a4b9 100644
--- a/docs/libnm/html/NMDeviceBond.html
+++ b/docs/libnm/html/NMDeviceBond.html
@@ -51,14 +51,14 @@
-gboolean
+gboolean
nm_device_bond_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_bond_get_slaves ()
@@ -77,19 +77,19 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -125,7 +125,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBond
@@ -135,7 +135,7 @@
Implemented Interfaces
NMDeviceBond implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -171,7 +171,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.
@@ -191,13 +191,13 @@ nm_device_bond_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if 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 device
.
@@ -218,7 +218,7 @@ nm_device_bond_get_slaves (
Returns
- the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -255,7 +255,7 @@ copy used by the device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -263,7 +263,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
@@ -271,7 +271,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices slaved to the bond device.
Element-type: NMDevice
Flags: Read
diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html
index f566d8f0..0f50f3e4 100644
--- a/docs/libnm/html/NMDeviceBridge.html
+++ b/docs/libnm/html/NMDeviceBridge.html
@@ -51,14 +51,14 @@
-gboolean
+gboolean
nm_device_bridge_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_bridge_get_slaves ()
@@ -77,19 +77,19 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -125,7 +125,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBridge
@@ -135,7 +135,7 @@
Implemented Interfaces
NMDeviceBridge implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -171,7 +171,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.
@@ -191,13 +191,13 @@ nm_device_bridge_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
nm_device_bridge_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_bridge_get_slaves (NMDeviceBridge *device);
Gets the devices currently slaved to device
.
@@ -218,7 +218,7 @@ nm_device_bridge_get_slaves (
Returns
- the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -255,7 +255,7 @@ copy used by the device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -263,7 +263,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
@@ -271,7 +271,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices slaved to the bridge device.
Element-type: NMDevice
Flags: Read
diff --git a/docs/libnm/html/NMDeviceBt.html b/docs/libnm/html/NMDeviceBt.html
index 7f7ca146..eea42deb 100644
--- a/docs/libnm/html/NMDeviceBt.html
+++ b/docs/libnm/html/NMDeviceBt.html
@@ -7,7 +7,7 @@
-
+
@@ -23,7 +23,7 @@



-
+
@@ -83,13 +83,13 @@
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
name
Read
@@ -125,7 +125,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBt
@@ -135,7 +135,7 @@
Implemented Interfaces
NMDeviceBt implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -257,7 +257,7 @@ nm_device_bt_get_capabilities (
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -265,7 +265,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/html/NMDeviceDummy.html b/docs/libnm/html/NMDeviceDummy.html
new file mode 100644
index 00000000..5dc3564f
--- /dev/null
+++ b/docs/libnm/html/NMDeviceDummy.html
@@ -0,0 +1,81 @@
+
+
+
+
+NMDeviceDummy: libnm Reference Manual
+
+
+
+
+
+
+
+
+
+
+
+Top
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/libnm/html/NMDeviceEthernet.html b/docs/libnm/html/NMDeviceEthernet.html
index c2d79716..49748d81 100644
--- a/docs/libnm/html/NMDeviceEthernet.html
+++ b/docs/libnm/html/NMDeviceEthernet.html
@@ -6,7 +6,7 @@
-
+
@@ -22,7 +22,7 @@


-
+

@@ -58,7 +58,7 @@
-guint32
+guint32
nm_device_ethernet_get_speed ()
@@ -66,7 +66,7 @@
-gboolean
+gboolean
nm_device_ethernet_get_carrier ()
@@ -92,29 +92,29 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
perm-hw-address
Read
-GStrv
+GStrv
s390-subchannels
Read
-guint
+guint
speed
Read
@@ -158,7 +158,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceEthernet
@@ -168,7 +168,7 @@
Implemented Interfaces
NMDeviceEthernet implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -232,7 +232,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.
@@ -258,7 +258,7 @@ nm_device_ethernet_get_speed (
nm_device_ethernet_get_carrier ()
-gboolean
+gboolean
nm_device_ethernet_get_carrier (NMDeviceEthernet *device);
Whether the device has carrier.
@@ -353,7 +353,7 @@ one subchannel the s390 device uses to communicate to the host.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -361,7 +361,7 @@ one subchannel the s390 device uses to communicate to the host.
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The active hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -369,7 +369,7 @@ one subchannel the s390 device uses to communicate to the host.
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
@@ -377,7 +377,7 @@ one subchannel the s390 device uses to communicate to the host.
The “s390-subchannels” property
- “s390-subchannels” GStrv
+ “s390-subchannels” GStrv
Identifies subchannels of this network device used for
communication with z/VM or s390 host.
Flags: Read
@@ -386,7 +386,7 @@ communication with z/VM or s390 host.
The “speed” property
- “speed” guint
+ “speed” guint
The speed of the device.
Flags: Read
Default value: 0
diff --git a/docs/libnm/html/NMDeviceGeneric.html b/docs/libnm/html/NMDeviceGeneric.html
index 9af61252..6dd192b9 100644
--- a/docs/libnm/html/NMDeviceGeneric.html
+++ b/docs/libnm/html/NMDeviceGeneric.html
@@ -61,13 +61,13 @@
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
type-description
Read
@@ -99,7 +99,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceGeneric
@@ -109,7 +109,7 @@
Implemented Interfaces
NMDeviceGeneric implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -166,7 +166,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
@@ -174,8 +174,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 NULL
if not known.
Flags: Read
Default value: NULL
diff --git a/docs/libnm/html/NMDeviceIPTunnel.html b/docs/libnm/html/NMDeviceIPTunnel.html
index e0afef32..d65a58ec 100644
--- a/docs/libnm/html/NMDeviceIPTunnel.html
+++ b/docs/libnm/html/NMDeviceIPTunnel.html
@@ -7,7 +7,7 @@
-
+
@@ -23,7 +23,7 @@



-
+
@@ -74,7 +74,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_ttl ()
@@ -82,7 +82,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_tos ()
@@ -90,7 +90,7 @@
-gboolean
+gboolean
nm_device_ip_tunnel_get_path_mtu_discovery ()
@@ -112,7 +112,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_encapsulation_limit ()
@@ -120,7 +120,7 @@
-guint
+guint
nm_device_ip_tunnel_get_flow_label ()
@@ -139,35 +139,35 @@
-guchar
+guchar
encapsulation-limit
Read
-guint
+guint
flow-label
Read
-gchar *
+gchar *
input-key
Read
-gchar *
+gchar *
local
Read
-guint
+guint
mode
Read
-gchar *
+gchar *
output-key
Read
@@ -178,23 +178,23 @@
Read
-gboolean
+gboolean
path-mtu-discovery
Read
-gchar *
+gchar *
remote
Read
-guchar
+guchar
tos
Read
-guchar
+guchar
ttl
Read
@@ -262,7 +262,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceIPTunnel
@@ -272,7 +272,7 @@
Implemented Interfaces
NMDeviceIPTunnel implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -386,7 +386,7 @@ nm_device_ip_tunnel_get_remote (
nm_device_ip_tunnel_get_ttl ()
-guint8
+guint8
nm_device_ip_tunnel_get_ttl (NMDeviceIPTunnel *device);
Parameters
@@ -412,7 +412,7 @@ nm_device_ip_tunnel_get_ttl (
nm_device_ip_tunnel_get_tos ()
-guint8
+guint8
nm_device_ip_tunnel_get_tos (NMDeviceIPTunnel *device);
Parameters
@@ -439,7 +439,7 @@ to tunneled packets.
nm_device_ip_tunnel_get_path_mtu_discovery ()
-gboolean
+gboolean
nm_device_ip_tunnel_get_path_mtu_discovery
(NMDeviceIPTunnel *device);
@@ -518,7 +518,7 @@ nm_device_ip_tunnel_get_output_key (
nm_device_ip_tunnel_get_encapsulation_limit ()
-guint8
+guint8
nm_device_ip_tunnel_get_encapsulation_limit
(NMDeviceIPTunnel *device);
@@ -545,7 +545,7 @@ nm_device_ip_tunnel_get_encapsulation_limit
nm_device_ip_tunnel_get_flow_label ()
-guint
+guint
nm_device_ip_tunnel_get_flow_label (NMDeviceIPTunnel *device);
Parameters
@@ -646,7 +646,7 @@ nm_device_ip_tunnel_get_flow_label (Property Details
The “encapsulation-limit” property
- “encapsulation-limit” guchar
+ “encapsulation-limit” guchar
How many additional levels of encapsulation are permitted to
be prepended to packets. This property applies only to IPv6
tunnels.
@@ -657,7 +657,7 @@ tunnels.
The “flow-label” property
- “flow-label” guint
+ “flow-label” guint
The flow label to assign to tunnel packets. This property
applies only to IPv6 tunnels.
Flags: Read
@@ -668,7 +668,7 @@ applies only to IPv6 tunnels.
The “input-key” property
- “input-key” gchar *
+ “input-key” gchar *
The key used for tunneled input packets, if applicable.
Flags: Read
Default value: NULL
@@ -677,7 +677,7 @@ applies only to IPv6 tunnels.
The “local” property
- “local” gchar *
+ “local” gchar *
The local endpoint of the tunnel.
Flags: Read
Default value: NULL
@@ -686,7 +686,7 @@ applies only to IPv6 tunnels.
The “mode” property
- “mode” guint
+ “mode” guint
The tunneling mode of the device.
Flags: Read
Default value: 0
@@ -695,7 +695,7 @@ applies only to IPv6 tunnels.
The “output-key” property
- “output-key” gchar *
+ “output-key” gchar *
The key used for tunneled output packets, if applicable.
Flags: Read
Default value: NULL
@@ -712,7 +712,7 @@ applies only to IPv6 tunnels.
The “path-mtu-discovery” property
- “path-mtu-discovery” gboolean
+ “path-mtu-discovery” gboolean
Whether path MTU discovery is enabled on this tunnel.
Flags: Read
Default value: FALSE
@@ -721,7 +721,7 @@ applies only to IPv6 tunnels.
The “remote” property
- “remote” gchar *
+ “remote” gchar *
The remote endpoint of the tunnel.
Flags: Read
Default value: NULL
@@ -730,7 +730,7 @@ applies only to IPv6 tunnels.
The “tos” property
- “tos” guchar
+ “tos” guchar
The type of service (IPv4) or traffic class (IPv6) assigned to
tunneled packets.
Flags: Read
@@ -740,7 +740,7 @@ tunneled packets.
The “ttl” property
- “ttl” guchar
+ “ttl” guchar
The TTL assigned to tunneled packets. 0 is a special value
meaning that packets inherit the TTL value
Flags: Read
diff --git a/docs/libnm/html/NMDeviceInfiniband.html b/docs/libnm/html/NMDeviceInfiniband.html
index 9818369c..dd716c44 100644
--- a/docs/libnm/html/NMDeviceInfiniband.html
+++ b/docs/libnm/html/NMDeviceInfiniband.html
@@ -51,7 +51,7 @@
-gboolean
+gboolean
nm_device_infiniband_get_carrier ()
@@ -70,13 +70,13 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
@@ -108,7 +108,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceInfiniband
@@ -118,7 +118,7 @@
Implemented Interfaces
NMDeviceInfiniband implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -154,7 +154,7 @@ device, and must not be modified.
nm_device_infiniband_get_carrier ()
-gboolean
+gboolean
nm_device_infiniband_get_carrier (NMDeviceInfiniband *device);
Whether the device has carrier.
@@ -201,7 +201,7 @@ nm_device_infiniband_get_carrier (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -209,7 +209,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/html/NMDeviceMacsec.html b/docs/libnm/html/NMDeviceMacsec.html
new file mode 100644
index 00000000..4e5b63d4
--- /dev/null
+++ b/docs/libnm/html/NMDeviceMacsec.html
@@ -0,0 +1,944 @@
+
+
+
+
+NMDeviceMacsec: libnm Reference Manual
+
+
+
+
+
+
+
+
+
+
+
+Top
+
+
+
+
+
+
+
+
+
+
+Functions
+
+
+
+
+
+
+
+
+NMDevice *
+
+
+nm_device_macsec_get_parent ()
+
+
+
+const char *
+
+
+nm_device_macsec_get_hw_address ()
+
+
+
+
+guint64
+
+
+nm_device_macsec_get_sci ()
+
+
+
+
+guint8
+
+
+nm_device_macsec_get_icv_length ()
+
+
+
+
+guint64
+
+
+nm_device_macsec_get_cipher_suite ()
+
+
+
+
+guint
+
+
+nm_device_macsec_get_window ()
+
+
+
+
+guint8
+
+
+nm_device_macsec_get_encoding_sa ()
+
+
+
+const char *
+
+
+nm_device_macsec_get_validation ()
+
+
+
+
+gboolean
+
+
+nm_device_macsec_get_encrypt ()
+
+
+
+
+gboolean
+
+
+nm_device_macsec_get_protect ()
+
+
+
+
+gboolean
+
+
+nm_device_macsec_get_include_sci ()
+
+
+
+
+gboolean
+
+
+nm_device_macsec_get_es ()
+
+
+
+
+gboolean
+
+
+nm_device_macsec_get_scb ()
+
+
+
+
+gboolean
+
+
+nm_device_macsec_get_replay_protect ()
+
+
+
+
+
+
+Properties
+
+
+
+
+
+
+
+
+guint64
+cipher-suite
+Read
+
+
+guchar
+encoding-sa
+Read
+
+
+gboolean
+encrypt
+Read
+
+
+gboolean
+es
+Read
+
+
+
+gchar *
+hw-address
+Read
+
+
+guchar
+icv-length
+Read
+
+
+gboolean
+include-sci
+Read
+
+
+
+NMDevice *
+parent
+Read
+
+
+gboolean
+protect
+Read
+
+
+gboolean
+replay-protect
+Read
+
+
+gboolean
+scb
+Read
+
+
+guint64
+sci
+Read
+
+
+
+gchar *
+validation
+Read
+
+
+guint
+window
+Read
+
+
+
+
+
+Types and Values
+
+
+
+
+
+
+
+#define
+NM_DEVICE_MACSEC_PARENT
+
+
+#define
+NM_DEVICE_MACSEC_HW_ADDRESS
+
+
+#define
+NM_DEVICE_MACSEC_SCI
+
+
+#define
+NM_DEVICE_MACSEC_ICV_LENGTH
+
+
+#define
+NM_DEVICE_MACSEC_CIPHER_SUITE
+
+
+#define
+NM_DEVICE_MACSEC_WINDOW
+
+
+#define
+NM_DEVICE_MACSEC_ENCODING_SA
+
+
+#define
+NM_DEVICE_MACSEC_VALIDATION
+
+
+#define
+NM_DEVICE_MACSEC_ENCRYPT
+
+
+#define
+NM_DEVICE_MACSEC_PROTECT
+
+
+#define
+NM_DEVICE_MACSEC_INCLUDE_SCI
+
+
+#define
+NM_DEVICE_MACSEC_ES
+
+
+#define
+NM_DEVICE_MACSEC_SCB
+
+
+#define
+NM_DEVICE_MACSEC_REPLAY_PROTECT
+
+
+
+NMDeviceMacsec
+
+
+
+
+
+
+
+
+Functions
+
+nm_device_macsec_get_parent ()
+NMDevice *
+nm_device_macsec_get_parent (NMDeviceMacsec *device);
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_hw_address ()
+const char *
+nm_device_macsec_get_hw_address (NMDeviceMacsec *device);
+Gets the hardware (MAC) address of the NMDeviceMacsec
+
+
+Returns
+ the hardware address. This is the internal string used by the
+device, and must not be modified.
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_sci ()
+guint64
+nm_device_macsec_get_sci (NMDeviceMacsec *device);
+Gets the Secure Channel Identifier in use
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_icv_length ()
+guint8
+nm_device_macsec_get_icv_length (NMDeviceMacsec *device);
+Gets the length of ICV (Integrity Check Value)
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_cipher_suite ()
+guint64
+nm_device_macsec_get_cipher_suite (NMDeviceMacsec *device);
+Gets the set of cryptographic algorithms in use
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_window ()
+guint
+nm_device_macsec_get_window (NMDeviceMacsec *device);
+Gets the size of the replay window
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_encoding_sa ()
+guint8
+nm_device_macsec_get_encoding_sa (NMDeviceMacsec *device);
+Gets the value of the Association Number (0..3) for the Security
+Association in use.
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_validation ()
+const char *
+nm_device_macsec_get_validation (NMDeviceMacsec *device);
+Gets the validation mode for incoming packets (strict, check,
+disabled)
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_encrypt ()
+gboolean
+nm_device_macsec_get_encrypt (NMDeviceMacsec *device);
+Gets whether encryption of transmitted frames is enabled
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_protect ()
+gboolean
+nm_device_macsec_get_protect (NMDeviceMacsec *device);
+Gets whether protection of transmitted frames is enabled
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_include_sci ()
+gboolean
+nm_device_macsec_get_include_sci (NMDeviceMacsec *device);
+Gets whether the SCI is always included in SecTAG for transmitted
+frames
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_es ()
+gboolean
+nm_device_macsec_get_es (NMDeviceMacsec *device);
+Gets whether the ES (End station) bit is enabled in SecTAG for
+transmitted frames
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_scb ()
+gboolean
+nm_device_macsec_get_scb (NMDeviceMacsec *device);
+Gets whether the SCB (Single Copy Broadcast) bit is enabled in
+SecTAG for transmitted frames
+
+
+Since: 1.6
+
+
+
+nm_device_macsec_get_replay_protect ()
+gboolean
+nm_device_macsec_get_replay_protect (NMDeviceMacsec *device);
+Gets whether replay protection is enabled
+
+
+Since: 1.6
+
+
+
+
+Property Details
+
+The “cipher-suite” property
+ “cipher-suite” guint64
+The set of cryptographic algorithms in use.
+Flags: Read
+Default value: 0
+Since: 1.6
+
+
+
+The “encoding-sa” property
+ “encoding-sa” guchar
+The value of the Association Number (0..3) for the Security
+Association in use.
+Flags: Read
+Default value: 0
+Since: 1.6
+
+
+
+The “encrypt” property
+ “encrypt” gboolean
+Whether encryption of transmitted frames is enabled.
+Flags: Read
+Default value: FALSE
+Since: 1.6
+
+
+
+The “es” property
+ “es” gboolean
+Whether the ES (End station) bit is enabled in SecTAG for
+transmitted frames.
+Flags: Read
+Default value: FALSE
+Since: 1.6
+
+
+
+The “hw-address” property
+ “hw-address” gchar *
+The hardware (MAC) address of the device.
+Flags: Read
+Default value: NULL
+Since: 1.6
+
+
+
+The “icv-length” property
+ “icv-length” guchar
+The length of ICV (Integrity Check Value).
+Flags: Read
+Default value: 0
+Since: 1.6
+
+
+
+The “include-sci” property
+ “include-sci” gboolean
+Whether the SCI is always included in SecTAG for transmitted
+frames.
+Flags: Read
+Default value: FALSE
+Since: 1.6
+
+
+
+The “parent” property
+ “parent” NMDevice *
+The devices's parent device.
+Flags: Read
+Since: 1.6
+
+
+
+The “protect” property
+ “protect” gboolean
+Whether protection of transmitted frames is enabled.
+Flags: Read
+Default value: FALSE
+Since: 1.6
+
+
+
+The “replay-protect” property
+ “replay-protect” gboolean
+Whether replay protection is enabled.
+Flags: Read
+Default value: FALSE
+Since: 1.6
+
+
+
+The “scb” property
+ “scb” gboolean
+Whether the SCB (Single Copy Broadcast) bit is enabled in
+SecTAG for transmitted frames.
+Flags: Read
+Default value: FALSE
+Since: 1.6
+
+
+
+The “sci” property
+ “sci” guint64
+The Secure Channel Identifier in use.
+Flags: Read
+Default value: 0
+Since: 1.6
+
+
+
+The “validation” property
+ “validation” gchar *
+The validation mode for incoming packets (strict, check,
+disabled).
+Flags: Read
+Default value: NULL
+Since: 1.6
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/libnm/html/NMDeviceMacvlan.html b/docs/libnm/html/NMDeviceMacvlan.html
index 953cb812..4ce9994a 100644
--- a/docs/libnm/html/NMDeviceMacvlan.html
+++ b/docs/libnm/html/NMDeviceMacvlan.html
@@ -6,7 +6,7 @@
-
+
@@ -22,7 +22,7 @@


-
+

@@ -59,7 +59,7 @@
-gboolean
+gboolean
nm_device_macvlan_get_no_promisc ()
@@ -67,7 +67,7 @@
-gboolean
+gboolean
nm_device_macvlan_get_tap ()
@@ -94,18 +94,18 @@
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
mode
Read
-gboolean
+gboolean
no-promisc
Read
@@ -116,7 +116,7 @@
Read
-gboolean
+gboolean
tap
Read
@@ -160,7 +160,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceMacvlan
@@ -170,7 +170,7 @@
Implemented Interfaces
NMDeviceMacvlan implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -234,7 +234,7 @@ device, and must not be modified.
nm_device_macvlan_get_no_promisc ()
-gboolean
+gboolean
nm_device_macvlan_get_no_promisc (NMDeviceMacvlan *device);
Gets the no-promiscuous flag of the device.
@@ -261,7 +261,7 @@ nm_device_macvlan_get_no_promisc (
nm_device_macvlan_get_tap ()
-gboolean
+gboolean
nm_device_macvlan_get_tap (NMDeviceMacvlan *device);
Gets the device type (MACVLAN or MACVTAP).
@@ -281,7 +281,7 @@ nm_device_macvlan_get_tap (
Returns
- TRUE if the device is a MACVTAP, FALSE if it is a MACVLAN.
+ TRUE if the device is a MACVTAP, FALSE if it is a MACVLAN.
Since: 1.2
@@ -355,7 +355,7 @@ device, and must not be modified.
Property Details
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -364,7 +364,7 @@ device, and must not be modified.
The “mode” property
- “mode” gchar *
+ “mode” gchar *
The MACVLAN mode.
Flags: Read
Default value: NULL
@@ -373,7 +373,7 @@ device, and must not be modified.
The “no-promisc” property
- “no-promisc” gboolean
+ “no-promisc” gboolean
Whether the device has the no-promiscuos flag.
Flags: Read
Default value: FALSE
@@ -390,7 +390,7 @@ device, and must not be modified.
The “tap” property
- “tap” gboolean
+ “tap” gboolean
Whether the device is a MACVTAP.
Flags: Read
Default value: FALSE
diff --git a/docs/libnm/html/NMDeviceModem.html b/docs/libnm/html/NMDeviceModem.html
index 58a2c30e..5d177f3c 100644
--- a/docs/libnm/html/NMDeviceModem.html
+++ b/docs/libnm/html/NMDeviceModem.html
@@ -108,7 +108,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceModem
@@ -118,7 +118,7 @@
Implemented Interfaces
NMDeviceModem implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
diff --git a/docs/libnm/html/NMDeviceOlpcMesh.html b/docs/libnm/html/NMDeviceOlpcMesh.html
index e7ead454..a6fab1c9 100644
--- a/docs/libnm/html/NMDeviceOlpcMesh.html
+++ b/docs/libnm/html/NMDeviceOlpcMesh.html
@@ -59,7 +59,7 @@
-guint32
+guint32
nm_device_olpc_mesh_get_active_channel ()
@@ -78,7 +78,7 @@
-guint
+guint
active-channel
Read
@@ -90,7 +90,7 @@
-gchar *
+gchar *
hw-address
Read
@@ -126,7 +126,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOlpcMesh
@@ -136,7 +136,7 @@
Implemented Interfaces
NMDeviceOlpcMesh implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -192,14 +192,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.
@@ -253,7 +253,7 @@ nm_device_olpc_mesh_get_active_channel
Property Details
The “active-channel” property
- “active-channel” guint
+ “active-channel” guint
The device's active channel.
Flags: Read
Default value: 0
@@ -268,7 +268,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/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html
index 933ee7af..526d3a99 100644
--- a/docs/libnm/html/NMDeviceTeam.html
+++ b/docs/libnm/html/NMDeviceTeam.html
@@ -51,14 +51,14 @@
-gboolean
+gboolean
nm_device_team_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_team_get_slaves ()
@@ -84,25 +84,25 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
config
Read
-gchar *
+gchar *
hw-address
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -142,7 +142,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceTeam
@@ -152,7 +152,7 @@
Implemented Interfaces
NMDeviceTeam implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -188,7 +188,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.
@@ -208,13 +208,13 @@ nm_device_team_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
nm_device_team_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_team_get_slaves (NMDeviceTeam *device);
Gets the devices currently enslaved to device
.
@@ -235,7 +235,7 @@ nm_device_team_get_slaves (
Returns
- the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -306,7 +306,7 @@ device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -314,7 +314,7 @@ device, and must not be modified.
The “config” property
- “config” gchar *
+ “config” gchar *
The current JSON configuration of the device.
Flags: Read
Default value: NULL
@@ -323,7 +323,7 @@ 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
@@ -331,7 +331,7 @@ device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices enslaved to the team device.
Element-type: NMDevice
Flags: Read
diff --git a/docs/libnm/html/NMDeviceTun.html b/docs/libnm/html/NMDeviceTun.html
index a492d0da..1dc0d6aa 100644
--- a/docs/libnm/html/NMDeviceTun.html
+++ b/docs/libnm/html/NMDeviceTun.html
@@ -58,7 +58,7 @@
-gint64
+gint64
nm_device_tun_get_owner ()
@@ -66,7 +66,7 @@
-gint64
+gint64
nm_device_tun_get_group ()
@@ -74,7 +74,7 @@
-gboolean
+gboolean
nm_device_tun_get_no_pi ()
@@ -82,7 +82,7 @@
-gboolean
+gboolean
nm_device_tun_get_vnet_hdr ()
@@ -90,7 +90,7 @@
-gboolean
+gboolean
nm_device_tun_get_multi_queue ()
@@ -109,39 +109,39 @@
-gint64
+gint64
group
Read
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
mode
Read
-gboolean
+gboolean
multi-queue
Read
-gboolean
+gboolean
no-pi
Read
-gint64
+gint64
owner
Read
-gboolean
+gboolean
vnet-hdr
Read
@@ -193,7 +193,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceTun
@@ -203,7 +203,7 @@
Implemented Interfaces
NMDeviceTun implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -267,7 +267,7 @@ nm_device_tun_get_mode (
nm_device_tun_get_owner ()
-gint64
+gint64
nm_device_tun_get_owner (NMDeviceTun *device);
Gets the tunnel owner.
@@ -294,7 +294,7 @@ nm_device_tun_get_owner (
nm_device_tun_get_group ()
-gint64
+gint64
nm_device_tun_get_group (NMDeviceTun *device);
Gets the tunnel group.
@@ -321,13 +321,13 @@ nm_device_tun_get_group (
nm_device_tun_get_no_pi ()
-gboolean
+gboolean
nm_device_tun_get_no_pi (NMDeviceTun *device);
nm_device_tun_get_vnet_hdr ()
-gboolean
+gboolean
nm_device_tun_get_vnet_hdr (NMDeviceTun *device);
Returns whether the NMDeviceTun has the IFF_VNET_HDR flag.
@@ -347,14 +347,14 @@ nm_device_tun_get_vnet_hdr (
Returns
- TRUE if the device has the flag, FALSE otherwise
+ TRUE if the device has the flag, FALSE otherwise
Since: 1.2
nm_device_tun_get_multi_queue ()
-gboolean
+gboolean
nm_device_tun_get_multi_queue (NMDeviceTun *device);
Returns whether the NMDeviceTun has the IFF_MULTI_QUEUE flag.
@@ -374,7 +374,7 @@ nm_device_tun_get_multi_queue (
Returns
- TRUE if the device doesn't have the flag, FALSE otherwise
+ TRUE if the device doesn't have the flag, FALSE otherwise
Since: 1.2
@@ -432,7 +432,7 @@ nm_device_tun_get_multi_queue (Property Details
The “group” property
- “group” gint64
+ “group” gint64
The gid of the tunnel group, or -1 if it has no owner.
Flags: Read
Allowed values: [-1,4294967295]
@@ -442,7 +442,7 @@ nm_device_tun_get_multi_queue (
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -451,7 +451,7 @@ nm_device_tun_get_multi_queue (
The “mode” property
- “mode” gchar *
+ “mode” gchar *
The tunnel mode, either "tun" or "tap".
Flags: Read
Default value: NULL
@@ -460,7 +460,7 @@ nm_device_tun_get_multi_queue (
The “multi-queue” property
- “multi-queue” gboolean
+ “multi-queue” gboolean
The tunnel's "TUN_TAP_MQ" flag; true if callers can connect to
the tap device multiple times, for multiple send/receive
queues.
@@ -471,7 +471,7 @@ queues.
The “no-pi” property
- “no-pi” gboolean
+ “no-pi” gboolean
The tunnel's "TUN_NO_PI" flag; true if no protocol info is
prepended to the tunnel packets.
Flags: Read
@@ -481,7 +481,7 @@ prepended to the tunnel packets.
The “owner” property
- “owner” gint64
+ “owner” gint64
The uid of the tunnel owner, or -1 if it has no owner.
Flags: Read
Allowed values: [-1,4294967295]
@@ -491,7 +491,7 @@ prepended to the tunnel packets.
The “vnet-hdr” property
- “vnet-hdr” gboolean
+ “vnet-hdr” gboolean
The tunnel's "TUN_VNET_HDR" flag; true if the tunnel packets
include a virtio network header.
Flags: Read
diff --git a/docs/libnm/html/NMDeviceVlan.html b/docs/libnm/html/NMDeviceVlan.html
index 02a3d527..16df6ea6 100644
--- a/docs/libnm/html/NMDeviceVlan.html
+++ b/docs/libnm/html/NMDeviceVlan.html
@@ -51,7 +51,7 @@
-gboolean
+gboolean
nm_device_vlan_get_carrier ()
@@ -67,7 +67,7 @@
-guint
+guint
nm_device_vlan_get_vlan_id ()
@@ -86,13 +86,13 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
@@ -103,7 +103,7 @@
Read
-guint
+guint
vlan-id
Read
@@ -143,7 +143,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceVlan
@@ -153,7 +153,7 @@
Implemented Interfaces
NMDeviceVlan implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -189,7 +189,7 @@ device, and must not be modified.
nm_device_vlan_get_carrier ()
-gboolean
+gboolean
nm_device_vlan_get_carrier (NMDeviceVlan *device);
Whether the device has carrier.
@@ -209,7 +209,7 @@ nm_device_vlan_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
@@ -241,7 +241,7 @@ nm_device_vlan_get_parent (
nm_device_vlan_get_vlan_id ()
-guint
+guint
nm_device_vlan_get_vlan_id (NMDeviceVlan *device);
Parameters
@@ -299,7 +299,7 @@ nm_device_vlan_get_vlan_id (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -307,7 +307,7 @@ nm_device_vlan_get_vlan_id (
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -322,7 +322,7 @@ nm_device_vlan_get_vlan_id (
The “vlan-id” property
- “vlan-id” guint
+ “vlan-id” guint
The device's VLAN ID.
Flags: Read
Allowed values: <= 4095
diff --git a/docs/libnm/html/NMDeviceVxlan.html b/docs/libnm/html/NMDeviceVxlan.html
index 44cbb345..ba0fd39b 100644
--- a/docs/libnm/html/NMDeviceVxlan.html
+++ b/docs/libnm/html/NMDeviceVxlan.html
@@ -51,7 +51,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_carrier ()
@@ -67,7 +67,7 @@
-guint
+guint
nm_device_vxlan_get_id ()
@@ -89,7 +89,7 @@
-guint
+guint
nm_device_vxlan_get_src_port_min ()
@@ -97,7 +97,7 @@
-guint
+guint
nm_device_vxlan_get_src_port_max ()
@@ -105,7 +105,7 @@
-guint
+guint
nm_device_vxlan_get_dst_port ()
@@ -113,7 +113,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_learning ()
@@ -121,7 +121,7 @@
-guint
+guint
nm_device_vxlan_get_ageing ()
@@ -129,7 +129,7 @@
-guint
+guint
nm_device_vxlan_get_tos ()
@@ -137,7 +137,7 @@
-guint
+guint
nm_device_vxlan_get_ttl ()
@@ -145,7 +145,7 @@
-guint
+guint
nm_device_vxlan_get_limit ()
@@ -153,7 +153,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_proxy ()
@@ -161,7 +161,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_rsc ()
@@ -169,7 +169,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_l2miss ()
@@ -177,7 +177,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_l3miss ()
@@ -196,60 +196,60 @@
-guint
+guint
ageing
Read
-gboolean
+gboolean
carrier
Read
-guint
+guint
dst-port
Read
-gchar *
+gchar *
group
Read
-gchar *
+gchar *
hw-address
Read
-guint
+guint
id
Read
-gboolean
+gboolean
l2miss
Read
-gboolean
+gboolean
l3miss
Read
-gboolean
+gboolean
learning
Read
-guint
+guint
limit
Read
-gchar *
+gchar *
local
Read
@@ -260,32 +260,32 @@
Read
-gboolean
+gboolean
proxy
Read
-gboolean
+gboolean
rsc
Read
-guint
+guint
src-port-max
Read
-guint
+guint
src-port-min
Read
-guchar
+guchar
tos
Read
-guchar
+guchar
ttl
Read
@@ -381,7 +381,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceVxlan
@@ -391,7 +391,7 @@
Implemented Interfaces
NMDeviceVxlan implements
- GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Description
@@ -428,7 +428,7 @@ device, and must not be modified.
nm_device_vxlan_get_carrier ()
-gboolean
+gboolean
nm_device_vxlan_get_carrier (NMDeviceVxlan *device);
Whether the device has carrier.
@@ -448,7 +448,7 @@ nm_device_vxlan_get_carrier (
Returns
- TRUE if the device has carrier.
+ TRUE if the device has carrier.
Since: 1.2
@@ -482,7 +482,7 @@ nm_device_vxlan_get_parent (
nm_device_vxlan_get_id ()
-guint
+guint
nm_device_vxlan_get_id (NMDeviceVxlan *device);
Parameters
@@ -561,7 +561,7 @@ nm_device_vxlan_get_local (
nm_device_vxlan_get_src_port_min ()
-guint
+guint
nm_device_vxlan_get_src_port_min (NMDeviceVxlan *device);
Parameters
@@ -587,7 +587,7 @@ nm_device_vxlan_get_src_port_min (
nm_device_vxlan_get_src_port_max ()
-guint
+guint
nm_device_vxlan_get_src_port_max (NMDeviceVxlan *device);