From 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 Mon Sep 17 00:00:00 2001
From: Michael Biebl 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 in MHz. Gets the maximum bit rate of the access point in kbit/s. Gets the current signal strength of the access point as a percentage. Gets the bandwidth advertised by the access point in MHz. 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 an array of
NMConnections that could be activated with the given WARNING: the transfer annotation for this function may not work correctly
with bindings. See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/305.
You can filter the list yourself with Validates a given connection against a given Wi-Fi access point to ensure that
@@ -677,8 +677,8 @@ against The channel bandwidth announced by the AP in MHz. Owner: NMAccessPoint Flags: Read The frequency of the access point. Owner: NMAccessPoint Flags: Read The maximum bit rate of the access point in kbit/s. Owner: NMAccessPoint Flags: Read The SSID of the access point, or The SSID of the access point, or Owner: NMAccessPoint Flags: Read The current signal strength of the access point. Owner: NMAccessPoint Flags: Read Gets the NMDevices used for the active connections. Whether the active connection is the default IPv4 one (that is, is used for
the default IPv4 route and DNS information). the IPv4 NMIPConfig, or the IPv4 NMIPConfig, or [transfer none] the IPv4 NMDhcpConfig, or the IPv4 NMDhcpConfig, or [transfer none] Whether the active connection is the default IPv6 one (that is, is used for
the default IPv6 route and DNS information). the IPv6 NMIPConfig, or the IPv6 NMIPConfig, or [transfer none] the IPv6 NMDhcpConfig, or the IPv6 NMDhcpConfig, or [transfer none] Whether the active connection is a VPN connection. Whether the active connection is the default IPv4 one. Owner: NMActiveConnection Flags: Read Whether the active connection is the default IPv6 one. Owner: NMActiveConnection Flags: Read The devices of the active connection. [type GPtrArray(NMDevice)] Owner: NMActiveConnection The state flags of the active connection. Owner: NMActiveConnection Flags: Read Whether the active connection is a VPN connection. Owner: NMActiveConnection Flags: Read
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 synchronously. Note that this will block until a NMClient instance is fully initialized.
-This does nothing beside calling Using the synchronous initialization creates an NMClient instance
-that uses an internal GMainContext. This context is invisible to the
+that uses an internal GMainContext. This context is invisible to the
user. This introduces an additional overhead that is payed not
only during object initialization, but for the entire lifetime of
this object.
-Also, due to this internal GMainContext, the events are no longer
-in sync with other messages from GDBusConnection (but all events
+Also, due to this internal GMainContext, the events are no longer
+in sync with other messages from GDBusConnection (but all events
of the NMClient will themselves still be ordered).
For a serious program, you should therefore avoid these problems by
-using Creating an NMClient instance can only fail for two reasons. First, if you didn't
-provide a cancellable a GCancellable, or a GCancellable, or error Creates a new NMClient asynchronously.
This does nothing beside calling This does nothing beside calling Creating an NMClient instance can only fail for two reasons. First, if you didn't
-provide a cancellable a GCancellable, or a GCancellable, or Gets the result of an error Gets the Gets the the D-Bus connection of the client, or the D-Bus connection of the client, or [transfer none] Since: 1.22 The NMClient instance is permanently associated with the current
-thread default GMainContext, referenced the time when the instance
+thread default GMainContext, referenced the time when the instance
was created. To receive events, the user must iterate this context
and can use it to synchronize access to the client. Note that even after NMClient instance got destroyed, there might
@@ -1762,7 +1762,7 @@ the
Since: 1.22 Note that after the NMClient instance gets destroyed, all outstanding operations
-will be cancelled right away. That means, the user needs to iterate the GMainContext
+will be cancelled right away. That means, the user needs to iterate the GMainContext
a bit longer, but it is guaranteed that the cleanup happens soon after. The way of using the context-busy-watch, is by registering a weak pointer to
see when it gets destroyed. That means, user code should not take additional
references on this object to not keep it alive longer. If you plan to exit the program after releasing the NMClient instance
you may not need to worry about these "leaks". Also, if you anyway plan to continue
-iterating the GMainContext afterwards, then you don't need to care when exactly
+iterating the GMainContext afterwards, then you don't need to care when exactly
NMClient is gone completely. [transfer none] string with the version (or string with the version (or If available, the first element in the array is NM_VERSION which
encodes the daemon version as "(major << 16 | minor << 8 | micro)".
The following elements are a bitfield of the
-list of capabilities reported by the server or [transfer none][array length=length] Tests whether the daemon is still in the process of activating
connections at startup. Determines whether the daemon is running. the NMObject instance that is
cached under [transfer none] Since: 1.24 Whether networking is enabled or disabled. Flags: Run First Flags: Run First Notifies that a NMConnection has been removed. Flags: Run First Flags: Run First Flags: Run First Flags: Run First Notifies that a NMDevice is removed. This signal is not emitted for
placeholder devices. Flags: Run First Flags: Run First Notifies that a permission has changed Flags: Run First Flags: Run First Removes the NMSetting with the given GType from the NMConnection. This
+ 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 Gets the NMSetting with the given GType, if one has been previously added
+ Gets the NMSetting with the given GType, if one has been previously added
to the NMConnection. setting_type the GType of the setting object to return the GType of the setting object to return the NMSetting, or the NMSetting, or [transfer none] the NMSetting, or the NMSetting, or [transfer none] Converts the NMConnection into a GVariant of type
+ Converts the NMConnection into a GVariant of type
a new floating GVariant describing the connection,
+ a new floating GVariant describing the connection,
its settings, and each setting's properties. [transfer none] Replaces new_settings a GVariant of type a GVariant of type error location to store error, or location to store error, or Compares two NMConnection objects for similarity, with comparison behavior
modified by a set of flags. See 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
@@ -1028,7 +1028,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. Verifies the secrets in the connection. error location to store error, or location to store error, or Since: 1.2 Does some basic normalization and fixup of well known inconsistencies
and deprecated fields. If the connection was modified in any way,
the output parameter Finally the connection will be verified and Finally the connection will be verified and 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 compared with error location to store error, or location to store error, or
-GBytes *
+GBytes *
nm_access_point_get_ssid ()
@@ -82,7 +82,7 @@
-guint32
+guint32
nm_access_point_get_frequency ()
@@ -98,7 +98,7 @@
-guint32
+guint32
nm_access_point_get_max_bitrate ()
@@ -106,7 +106,7 @@
-guint8
+guint8
nm_access_point_get_strength ()
@@ -122,7 +122,7 @@
-guint32
+guint32
nm_access_point_get_bandwidth ()
@@ -130,7 +130,7 @@
-GPtrArray *
+GPtrArray *
nm_access_point_filter_connections ()
@@ -138,7 +138,7 @@
-gboolean
+gboolean
nm_access_point_connection_valid ()
@@ -157,7 +157,7 @@
-
@@ -173,7 +173,7 @@
guint
+guint
bandwidth
Read
Read
-
@@ -189,7 +189,7 @@
guint
+guint
frequency
Read
Read
-
@@ -205,12 +205,12 @@
guint
+guint
max-bitrate
Read
-GBytes *
+GBytes *
ssid
Read
-
@@ -287,7 +287,7 @@
guchar
+guchar
strength
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMAccessPoint
@@ -378,7 +378,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_bandwidth ()
-guint32
+
guint32
nm_access_point_get_bandwidth (
NMAccessPoint *ap);
nm_access_point_filter_connections ()
-GPtrArray *
+
GPtrArray *
nm_access_point_filter_connections (
+ NMAccessPoint *ap,
- const GPtrArray *connections);const GPtrArray *connections);ap
@@ -633,7 +633,7 @@ filter. 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(). nm_access_point_connection_valid ()
-gboolean
+
gboolean
nm_access_point_connection_valid (
NMAccessPoint *ap,
NMConnection *connection);Property Details
The
-“bandwidth” property “bandwidth” guint
+ “bandwidth” guint
The
-“frequency” property “frequency” guint
+ “frequency” guint
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
-
const GPtrArray *
+ const GPtrArray *
nm_active_connection_get_devices ()
@@ -125,7 +125,7 @@
-gboolean
+gboolean
nm_active_connection_get_default ()
@@ -149,7 +149,7 @@
-gboolean
+gboolean
nm_active_connection_get_default6 ()
@@ -173,7 +173,7 @@
-gboolean
+gboolean
nm_active_connection_get_vpn ()
@@ -204,18 +204,18 @@
Read
-
gboolean
+gboolean
default
Read
-
gboolean
+gboolean
default6
Read
@@ -267,7 +267,7 @@
-GPtrArray *
+GPtrArray *
devices
Read
Read
-
@@ -284,7 +284,7 @@
guint
+guint
state-flags
Read
Read
-
@@ -302,7 +302,7 @@
gboolean
+gboolean
vpn
Read
void
state-changed
-Run First
+Run First
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMActiveConnection
╰── NMVpnConnection
@@ -549,7 +549,7 @@ by the connection, and must not be modified.
nm_active_connection_get_devices ()
-const GPtrArray *
+
const GPtrArray *
nm_active_connection_get_devices (
NMActiveConnection *connection);
@@ -717,7 +717,7 @@ deprecated
nm_active_connection_get_default ()
-gboolean
+
gboolean
nm_active_connection_get_default (
NMActiveConnection *connection);
@@ -764,7 +764,7 @@ nm_active_connection_get_ip4_config (
Returns
-NULL if the connection is
+NULL if the connection is
not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
Returns
-NULL if the connection
+NULL if the connection
does not use DHCP, or is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED
state.
nm_active_connection_get_default6 ()
-gboolean
+
gboolean
nm_active_connection_get_default6 (
NMActiveConnection *connection);
@@ -849,7 +849,7 @@ nm_active_connection_get_ip6_config (
Returns
-NULL if the connection is
+NULL if the connection is
not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
Returns
-NULL if the connection
+NULL if the connection
does not use DHCPv6, or is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED
state.
nm_active_connection_get_vpn ()
-gboolean
+
gboolean
nm_active_connection_get_vpn (
NMActiveConnection *connection);
The
-“default” property “default” gboolean
+ “default” gboolean
The
-“default6” property “default6” gboolean
+ “default6” gboolean
The
-“devices” property “devices” GPtrArray *
+ “devices” GPtrArray *
The
-“state-flags” property “state-flags” guint
+ “state-flags” guint
The
-“vpn” property “vpn” gboolean
+ “vpn” gboolean
The
“state-changed” signalvoid
user_function (NMActiveConnection *active_connection,
- guint state,
- guint reason,
- gpointer user_data)
+ guint state,
+ guint reason,
+ gpointer user_data)
Parameters
Implemented Interfaces
Description
@@ -1355,7 +1355,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);g_initable_new(). You are free to call
-g_initable_new() or g_object_new()/g_initable_init() directly for more
+This does nothing beside calling g_initable_new(). You are free to call
+g_initable_new() or g_object_new()/g_initable_init() directly for more
control, to set GObject properties or get access to the NMClient instance
while it is still initializing.g_async_initable_init_async() or nm_client_new_async() instead.
+using g_async_initable_init_async() or nm_client_new_async() instead.
The sync initialization is still useful for simple scripts or interactive
testing for example via pygobject.NM_CLIENT_DBUS_CONNECTION and the call to g_bus_get()
-fails. You can avoid that by using g_initable_new() directly and
+provide a NM_CLIENT_DBUS_CONNECTION and the call to g_bus_get()
+fails. You can avoid that by using g_initable_new() directly and
set a D-Bus connection.
Second, if you cancelled the creation. If you do that, then note
that after the failure there might still be idle actions pending
@@ -1571,12 +1571,12 @@ does not cause a failure.
-
+NULLNULL
@@ -1591,20 +1591,20 @@ does not cause a failure.
-
+
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
nm_client_new_finish() to get the result.g_async_initable_new_async(). You are free to
-call g_async_initable_new_async() or g_object_new()/g_async_initable_init_async()
+g_async_initable_new_async(). You are free to
+call g_async_initable_new_async() or g_object_new()/g_async_initable_init_async()
directly for more control, to set GObject properties or get access to the NMClient
instance while it is still initializing.NM_CLIENT_DBUS_CONNECTION and the call to g_bus_get()
-fails. You can avoid that by using g_async_initable_new_async() directly and
+provide a NM_CLIENT_DBUS_CONNECTION and the call to g_bus_get()
+fails. You can avoid that by using g_async_initable_new_async() directly and
set a D-Bus connection.
Second, if you cancelled the creation. If you do that, then note
that after the failure there might still be idle actions pending
@@ -1624,7 +1624,7 @@ does not cause a failure.
-
+NULLNULL
@@ -1646,8 +1646,8 @@ does not cause a failure.
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.
@@ -1673,7 +1673,7 @@ nm_client_new_finish (
-
+
Returns
-
+
@@ -1705,9 +1705,9 @@ nm_client_get_instance_flags (
nm_client_get_dbus_connection ()
-GDBusConnection *
+
GDBusConnection *
nm_client_get_dbus_connection (
-NMClient *client);GDBusConnection of the instance. This can be either passed when
+GDBusConnection of the instance. This can be either passed when
constructing the instance (as "dbus-connection" property), or it will be
automatically initialized during async/sync init.Returns
-NULL if none is set. NULL if none is set.
nm_client_get_main_context ()
-GMainContext *
+
GMainContext *
nm_client_get_main_context (
NMClient *self);nm_client_get_context_busy_watcher ()
-GObject *
+
GObject *
nm_client_get_context_busy_watcher (
NMClient *self);Parameters
@@ -1804,14 +1804,14 @@ GMainContext running to ensure everything is cleaned up? The answer is
this GObject. Subscribe a weak reference to the returned object and keep
iterating the main context until the object got unreferenced.
Returns
-NULL if NetworkManager is not running)NULL if NetworkManager is not running)
nm_client_get_version_info ()
-const guint32 *
+
const guint32 *
nm_client_get_version_info (
+ NMClient *client,
- gsize *length);gsize *length);NMVersionInfoCapabilities
@@ -1905,7 +1905,7 @@ that indicate that the daemon supports a certain capability.Returns
NULL
+list of capabilities reported by the server or NULL
if the capabilities are unknown.
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);
@@ -2022,7 +2022,7 @@ nm_client_get_object_by_path (Returns
dbus_path
-, or NULL if no such object exists. NULL if no such object exists.
nm_client_networking_get_enabled ()
-gboolean
+
gboolean
nm_client_networking_get_enabled (
NMClient *client);
nm_client_get_capabilities ()
-const guint32 *
+
const guint32 *
nm_client_get_capabilities (
+ NMClient *client,
- gsize *length);gsize *length);Parameters
The
“device-removed” signalvoid
user_function (NMClient *client,
- GObject *device,
- gpointer user_data)
+ GObject *device,
+ gpointer user_data)
The
“permission-changed” signalvoid
user_function (NMClient *client,
- guint permission,
- guint result,
- gpointer user_data)
+ guint permission,
+ guint result,
+ gpointer user_data)
-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 ()
@@ -252,7 +252,7 @@
@@ -706,8 +706,8 @@ operation dereferences the
-gboolean
+gboolean
nm_connection_is_virtual ()
@@ -675,8 +675,8 @@ the setting object's reference count.
-nm_connection_remove_setting ()
void
nm_connection_remove_setting (
-NMConnection *connection,
- GType setting_type);GType setting_type);
+
+
nm_connection_get_setting ()
NMSetting *
nm_connection_get_setting (
-NMConnection *connection,
- GType setting_type);GType setting_type);
+Parameters
@@ -725,7 +725,7 @@ to the
@@ -733,7 +733,7 @@ to the
-
+
Returns
-NULL if no setting of that type was previously
+NULL if no setting of that type was previously
added to the NMConnection. Returns
-NULL if no setting with that name was previously
+NULL if no setting with that name was previously
added to the NMConnection. nm_connection_to_dbus ()
-GVariant *
+
GVariant *
nm_connection_to_dbus (
-NMConnection *connection,
NMConnectionSerializationFlags flags);NM_VARIANT_TYPE_CONNECTION describing the connection, suitable for
marshalling over D-Bus or otherwise serializing.Returns
-
nm_connection_replace_settings ()
-gboolean
+
gboolean
nm_connection_replace_settings (
+ NMConnection *connection,
- GVariant *new_settings,
- GError **error);GVariant *new_settings,
+ GError **error);connection
's settings with new_settings
(which must be
@@ -841,12 +841,12 @@ need to result in a connection that passes
+NM_VARIANT_TYPE_CONNECTION, with the new settingsNM_VARIANT_TYPE_CONNECTION, with the new settings
@@ -854,7 +854,7 @@ need to result in a connection that passes
-
+NULLNULL
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).
nm_connection_compare ()
-gboolean
+
gboolean
nm_connection_compare (
@@ -957,17 +957,17 @@ each flag's behavior.
NMConnection *a,
NMConnection *b,
NMSettingCompareFlags flags);
nm_connection_diff ()
-gboolean
+
gboolean
nm_connection_diff (
+ NMConnection *a,
NMConnection *b,
NMSettingCompareFlags flags,
- GHashTable **out_settings);GHashTable **out_settings);nm_setting_compare() for a description of
each flag's behavior. If the connections differ, settings and keys within
@@ -1011,16 +1011,16 @@ contains the key names that 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);
nm_connection_verify_secrets ()
-gboolean
+
gboolean
nm_connection_verify_secrets (
+ NMConnection *connection,
- GError **error);GError **error);Parameters
@@ -1080,7 +1080,7 @@ nm_connection_verify_secrets (
+NULLNULL
@@ -1088,23 +1088,23 @@ nm_connection_verify_secrets (
Returns
-
+
nm_connection_normalize ()
-gboolean
+
gboolean
nm_connection_normalize (
+ NMConnection *connection,
- GHashTable *parameters,
- gboolean *modified,
- GError **error);GHashTable *parameters,
+ gboolean *modified,
+ GError **error);modified
- is set TRUE.TRUE returns if the connection
+ is set TRUE.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.
@@ -1138,7 +1138,7 @@ The values are opaque and depend on the parameter name.
-g_str_equal() function.
+used. The keys must be strings compared with g_str_equal() function.
The values are opaque and depend on the parameter name. [nullable][element-type utf8 gpointer]
@@ -1147,7 +1147,7 @@ why the connection is invalid, if the function returns an error.
-NULL. Contains the reason,
+NULL. Contains the reason,
why the connection is invalid, if the function returns an error.
@@ -1155,7 +1155,7 @@ why the connection is invalid, if the function returns an error.
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 @@ -1177,10 +1177,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.
NMConnection *connection,
NMSettingClearSecretsWithFlagsFn func,
- gpointer user_data);
+ gpointer user_data);
Clears and frees secrets determined by func
.
func
function to be called to determine whether a
-specific secret should be cleared or not. If NULL, all secrets are cleared.
NULL, all secrets are cleared.
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
.
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
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)
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.
@@ -1399,13 +1399,13 @@ NetworkManager, this is the name of the created interface.
nm_connection_is_type ()
-gboolean
+gboolean
nm_connection_is_type (NMConnection *connection,
const char *type);
A convenience function to check if the given connection
@@ -1438,8 +1438,8 @@ property of the connection and matches that against
@@ -1448,7 +1448,7 @@ property of the connection and matches that against
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.
@@ -1485,10 +1485,10 @@ at each invocation
nm_connection_get_settings ()
NMSetting **
nm_connection_get_settings (NMConnection *connection,
- guint *out_length);
+ guint *out_length);
Retrieves the settings in connection
.
-The returned array is NULL-terminated.
+The returned array is NULL-terminated.
Parameters
@@ -1514,9 +1514,9 @@ nm_connection_get_settings (
Returns
a
-NULL-terminated array containing every setting of connection
+NULL-terminated array containing every setting of connection
.
-If the connection has no settings, NULL is returned.
+If the connection has no settings, NULL is returned.
[array length=out_length][transfer container][nullable]
Since: 1.10
@@ -1627,7 +1627,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
@@ -1682,7 +1682,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]
@@ -1710,7 +1710,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]
@@ -1737,7 +1737,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]
@@ -1764,7 +1764,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]
@@ -1791,7 +1791,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]
@@ -1818,7 +1818,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]
@@ -1845,7 +1845,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]
@@ -1872,7 +1872,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]
@@ -1899,7 +1899,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]
@@ -1926,7 +1926,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]
@@ -1980,7 +1980,7 @@ nm_connection_get_setting_dummy (
Returns
-an NMSettingDummy if the connection contains one, otherwise NULL.
+an NMSettingDummy if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.8
@@ -2035,7 +2035,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]
@@ -2062,7 +2062,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]
@@ -2089,7 +2089,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
@@ -2121,7 +2121,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]
@@ -2152,7 +2152,7 @@ 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]
@@ -2179,7 +2179,7 @@ nm_connection_get_setting_macsec (
Returns
-an NMSettingMacsec if the connection contains one, otherwise NULL.
+an NMSettingMacsec if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.6
@@ -2207,7 +2207,7 @@ nm_connection_get_setting_macvlan (
Returns
-an NMSettingMacvlan if the connection contains one, otherwise NULL.
+an NMSettingMacvlan if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.2
@@ -2235,7 +2235,7 @@ nm_connection_get_setting_olpc_mesh (
Returns
-an NMSettingOlpcMesh if the connection contains one, otherwise NULL.
+an NMSettingOlpcMesh if the connection contains one, otherwise NULL.
[transfer none]
@@ -2262,7 +2262,7 @@ nm_connection_get_setting_ovs_bridge (
Returns
-an NMSettingOvsBridge if the connection contains one, otherwise NULL.
+an NMSettingOvsBridge if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2291,7 +2291,7 @@ nm_connection_get_setting_ovs_interface
Returns
-an NMSettingOvsInterface if the connection contains one, otherwise NULL.
+an NMSettingOvsInterface if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2319,7 +2319,7 @@ nm_connection_get_setting_ovs_patch (
Returns
-an NMSettingOvsPatch if the connection contains one, otherwise NULL.
+an NMSettingOvsPatch if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2347,7 +2347,7 @@ nm_connection_get_setting_ovs_port (
Returns
-an NMSettingOvsPort if the connection contains one, otherwise NULL.
+an NMSettingOvsPort if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2375,7 +2375,7 @@ nm_connection_get_setting_ppp (
Returns
-an NMSettingPpp if the connection contains one, otherwise NULL.
+an NMSettingPpp if the connection contains one, otherwise NULL.
[transfer none]
@@ -2402,7 +2402,7 @@ nm_connection_get_setting_pppoe (
Returns
-an NMSettingPppoe if the connection contains one, otherwise NULL.
+an NMSettingPppoe if the connection contains one, otherwise NULL.
[transfer none]
@@ -2429,7 +2429,7 @@ nm_connection_get_setting_proxy (
Returns
-an NMSettingProxy if the connection contains one, otherwise NULL.
+an NMSettingProxy if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.6
@@ -2457,7 +2457,7 @@ nm_connection_get_setting_serial (
Returns
-an NMSettingSerial if the connection contains one, otherwise NULL.
+an NMSettingSerial if the connection contains one, otherwise NULL.
[transfer none]
@@ -2484,7 +2484,7 @@ nm_connection_get_setting_tc_config (
Returns
-an NMSettingTCConfig if the connection contains one, otherwise NULL.
+an NMSettingTCConfig if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.12
@@ -2512,7 +2512,7 @@ nm_connection_get_setting_tun (
Returns
-an NMSettingTun if the connection contains one, otherwise NULL.
+an NMSettingTun if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.14
@@ -2540,7 +2540,7 @@ nm_connection_get_setting_vpn (
Returns
-an NMSettingVpn if the connection contains one, otherwise NULL.
+an NMSettingVpn if the connection contains one, otherwise NULL.
[transfer none]
@@ -2567,7 +2567,7 @@ nm_connection_get_setting_wimax (
Returns
-an NMSettingWimax if the connection contains one, otherwise NULL.
+an NMSettingWimax if the connection contains one, otherwise NULL.
[transfer none]
@@ -2594,7 +2594,7 @@ nm_connection_get_setting_adsl (
Returns
-an NMSettingAdsl if the connection contains one, otherwise NULL.
+an NMSettingAdsl if the connection contains one, otherwise NULL.
[transfer none]
@@ -2621,7 +2621,7 @@ nm_connection_get_setting_wired (
Returns
-an NMSettingWired if the connection contains one, otherwise NULL.
+an NMSettingWired if the connection contains one, otherwise NULL.
[transfer none]
@@ -2648,7 +2648,7 @@ nm_connection_get_setting_wireless (
Returns
-an NMSettingWireless if the connection contains one, otherwise NULL.
+an NMSettingWireless if the connection contains one, otherwise NULL.
[transfer none]
@@ -2676,7 +2676,7 @@ nm_connection_get_setting_wireless_security
Returns
-an NMSettingWirelessSecurity if the connection contains one, otherwise NULL.
+an NMSettingWirelessSecurity if the connection contains one, otherwise NULL.
[transfer none]
@@ -2703,7 +2703,7 @@ nm_connection_get_setting_vlan (
Returns
-an NMSettingVlan if the connection contains one, otherwise NULL.
+an NMSettingVlan if the connection contains one, otherwise NULL.
[transfer none]
@@ -2730,7 +2730,7 @@ nm_connection_get_setting_vxlan (
Returns
-an NMSettingVxlan if the connection contains one, otherwise NULL.
+an NMSettingVxlan if the connection contains one, otherwise NULL.
[transfer none]
Since: 1.2
@@ -2789,7 +2789,7 @@ nm_connection_get_setting_vxlan (
-GTypeInterface parent;
+GTypeInterface parent;
the parent interface struct
@@ -2817,8 +2817,8 @@ nm_connection_get_setting_vxlan (NM_VARIANT_TYPE_SETTING
#define NM_VARIANT_TYPE_SETTING G_VARIANT_TYPE_VARDICT
-GVariantType for a dictionary mapping from property names to values. This is
-an alias for G_VARIANT_TYPE_VARDICT, and is the type of each element of
+
GVariantType for a dictionary mapping from property names to values. This is
+an alias for G_VARIANT_TYPE_VARDICT, and is the type of each element of
an NM_VARIANT_TYPE_CONNECTION dictionary.
diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html
index 21fb84ab..e0735656 100644
--- a/docs/libnm/html/NMDevice.html
+++ b/docs/libnm/html/NMDevice.html
@@ -123,14 +123,14 @@
-gboolean
+gboolean
nm_device_get_managed ()
-const GPtrArray *
+ const GPtrArray *
nm_device_get_ports ()
@@ -146,7 +146,7 @@
-gboolean
+gboolean
nm_device_get_autoconnect ()
@@ -162,7 +162,7 @@
-gboolean
+gboolean
nm_device_get_firmware_missing ()
@@ -170,7 +170,7 @@
-gboolean
+gboolean
nm_device_get_nm_plugin_missing ()
@@ -241,7 +241,7 @@
-const GPtrArray *
+ const GPtrArray *
nm_device_get_available_connections ()
@@ -256,7 +256,7 @@
-guint32
+guint32
nm_device_get_mtu ()
@@ -264,7 +264,7 @@
-gboolean
+gboolean
nm_device_is_real ()
@@ -272,7 +272,7 @@
-gboolean
+gboolean
nm_device_is_software ()
@@ -309,7 +309,7 @@
-GPtrArray *
+GPtrArray *
nm_device_get_lldp_neighbors ()
@@ -333,7 +333,7 @@
-gboolean
+gboolean
nm_device_reapply ()
@@ -349,7 +349,7 @@
-gboolean
+gboolean
nm_device_reapply_finish ()
@@ -381,7 +381,7 @@
-gboolean
+gboolean
nm_device_disconnect ()
@@ -397,7 +397,7 @@
-gboolean
+gboolean
nm_device_disconnect_finish ()
@@ -405,7 +405,7 @@
-gboolean
+gboolean
nm_device_delete ()
@@ -421,7 +421,7 @@
-gboolean
+gboolean
nm_device_delete_finish ()
@@ -429,7 +429,7 @@
-GPtrArray *
+GPtrArray *
nm_device_filter_connections ()
@@ -437,7 +437,7 @@
-gboolean
+gboolean
nm_device_connection_valid ()
@@ -445,7 +445,7 @@
-gboolean
+gboolean
nm_device_connection_compatible ()
@@ -453,7 +453,7 @@
-GType
+GType
nm_device_get_setting_type ()
@@ -485,7 +485,7 @@
-GVariant *
+GVariant *
nm_lldp_neighbor_get_attr_value ()
@@ -501,7 +501,7 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value ()
@@ -509,14 +509,14 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_uint_value ()
-const GVariantType *
+ const GVariantType *
nm_lldp_neighbor_get_attr_type ()
@@ -541,13 +541,13 @@
Read
-gboolean
+gboolean
autoconnect
Read / Write
-GPtrArray *
+GPtrArray *
available-connections
Read
@@ -586,7 +586,7 @@
Read
-gboolean
+gboolean
firmware-missing
Read
@@ -609,7 +609,7 @@
Read
-guint
+guint
interface-flags
Read
@@ -643,27 +643,27 @@
-GPtrArray *
+GPtrArray *
lldp-neighbors
Read
-gboolean
+gboolean
managed
Read
-guint
+guint
metered
Read
-guint
+guint
mtu
Read
-gboolean
+gboolean
nm-plugin-missing
Read
@@ -681,7 +681,7 @@
-GPtrArray *
+GPtrArray *
ports
Read
@@ -692,7 +692,7 @@
Read
-gboolean
+gboolean
real
Read
@@ -702,7 +702,7 @@
Read
-guint
+guint
state-reason
Read
@@ -732,7 +732,7 @@
void
state-changed
-Run First
+Run First
@@ -891,7 +891,7 @@
Object Hierarchy
GBoxed
╰── NMLldpNeighbor
- GObject
+ GObject
╰── NMObject
╰── NMDevice
├── NMDevice6Lowpan
@@ -1064,7 +1064,7 @@ nm_device_get_path (Returns
the path of the device.
The string is backslash escaped (C escaping) for invalid characters. The escaping
-can be reverted with g_strcompress(), however the result may not be valid UTF-8.
+can be reverted with g_strcompress(), however the result may not be valid UTF-8.
Since: 1.26
@@ -1202,7 +1202,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.
@@ -1235,7 +1235,7 @@ nm_device_get_capabilities (
nm_device_get_managed ()
-gboolean
+gboolean
nm_device_get_managed (NMDevice *device);
Whether the NMDevice is managed by NetworkManager.
@@ -1255,13 +1255,13 @@ nm_device_get_managed (
Returns
- TRUE if the device is managed by NetworkManager
+ TRUE if the device is managed by NetworkManager
nm_device_get_ports ()
-const GPtrArray *
+const GPtrArray *
nm_device_get_ports (NMDevice *device);
Gets the devices currently set as port of device
.
@@ -1282,7 +1282,7 @@ nm_device_get_ports (
Returns
-the GPtrArray containing NMDevices that
+
the GPtrArray containing NMDevices that
are slaves of device
. This is the internal copy used by the device and
must not be modified.
@@ -1295,7 +1295,7 @@ must not be modified.
nm_device_set_managed ()
void
nm_device_set_managed (NMDevice *device,
- gboolean managed);
+ gboolean managed);
nm_device_set_managed has been deprecated since version 1.22 and should not be used in newly-written code.
Use the async command nm_client_dbus_set_property() on
@@ -1322,7 +1322,7 @@ not emit a property changed signal.
managed
-TRUE to make the device managed by NetworkManager.
+TRUE to make the device managed by NetworkManager.
@@ -1333,7 +1333,7 @@ not emit a property changed signal.
nm_device_get_autoconnect ()
-gboolean
+gboolean
nm_device_get_autoconnect (NMDevice *device);
Whether the NMDevice can be autoconnected.
@@ -1361,7 +1361,7 @@ nm_device_get_autoconnect (nm_device_set_autoconnect ()
void
nm_device_set_autoconnect (NMDevice *device,
- gboolean autoconnect);
+ gboolean autoconnect);
nm_device_set_autoconnect has been deprecated since version 1.22 and should not be used in newly-written code.
Use the async command nm_client_dbus_set_property() on
@@ -1386,7 +1386,7 @@ and modifies the content of the NMClient cache client side.
autoconnect
-TRUE to enable autoconnecting
+TRUE to enable autoconnecting
@@ -1396,7 +1396,7 @@ and modifies the content of the NMClient cache client side.
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.
@@ -1444,7 +1444,7 @@ nm_device_get_nm_plugin_missing (
Since: 1.2
@@ -1473,7 +1473,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]
@@ -1503,7 +1503,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]
@@ -1533,7 +1533,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]
@@ -1562,7 +1562,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]
@@ -1679,7 +1679,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]
@@ -1687,7 +1687,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
@@ -1709,7 +1709,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]
@@ -1720,7 +1720,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.)
@@ -1741,7 +1741,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.
@@ -1749,7 +1749,7 @@ must not be modified.
nm_device_get_mtu ()
-guint32
+guint32
nm_device_get_mtu (NMDevice *device);
Gets the MTU of the NMDevice.
@@ -1775,7 +1775,7 @@ nm_device_get_mtu (
nm_device_is_real ()
-gboolean
+gboolean
nm_device_is_real (NMDevice *device);
Parameters
@@ -1794,7 +1794,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.
@@ -1803,7 +1803,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.
@@ -1853,7 +1853,7 @@ nm_device_get_product (g_strcompress(), however the result may not be valid UTF-8.
+can be reverted with g_strcompress(), however the result may not be valid UTF-8.
@@ -1882,7 +1882,7 @@ nm_device_get_vendor (g_strcompress(), however the result may not be valid UTF-8.
+can be reverted with g_strcompress(), however the result may not be valid UTF-8.
@@ -1944,7 +1944,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.
@@ -1964,7 +1964,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.
@@ -2040,13 +2040,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);
nm_device_reapply has been deprecated since version 1.22 and should not be used in newly-written code.
Use nm_device_reapply_async() or GDBusConnection.
@@ -2070,7 +2070,7 @@ made since it was last applied.
connection
the NMConnection to replace the applied
-settings with or NULL to reuse existing.
+settings with or NULL to reuse existing.
[nullable]
@@ -2087,12 +2087,12 @@ modification. This allows to catch concurrent accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2100,7 +2100,7 @@ modification. This allows to 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
@@ -2111,11 +2111,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.
@@ -2135,7 +2135,7 @@ currently active connection made since it was last applied.
connection
the NMConnection to replace the applied
-settings with or NULL to reuse existing.
+settings with or NULL to reuse existing.
[nullable]
@@ -2153,7 +2153,7 @@ accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2175,10 +2175,10 @@ 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
@@ -2196,12 +2196,12 @@ nm_device_reapply_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -2209,7 +2209,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
@@ -2219,10 +2219,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);
nm_device_get_applied_connection has been deprecated since version 1.22 and should not be used in newly-written code.
Use nm_device_get_applied_connection_async() or GDBusConnection.
@@ -2255,12 +2255,12 @@ the applied connection.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2269,7 +2269,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]
@@ -2282,10 +2282,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 and gets the currently applied connection.
Parameters
@@ -2308,7 +2308,7 @@ nm_device_get_applied_connection_async
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2333,9 +2333,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
@@ -2364,7 +2364,7 @@ connection.
error
-
+
@@ -2372,7 +2372,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().
@@ -2383,10 +2383,10 @@ to
nm_device_disconnect ()
-gboolean
+gboolean
nm_device_disconnect (NMDevice *device,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
nm_device_disconnect has been deprecated since version 1.22 and should not be used in newly-written code.
Use nm_device_disconnect_async() or GDBusConnection.
@@ -2410,12 +2410,12 @@ request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2423,7 +2423,7 @@ request.
@@ -2432,9 +2432,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.
@@ -2454,7 +2454,7 @@ manual network connection request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2475,10 +2475,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
@@ -2496,12 +2496,12 @@ nm_device_disconnect_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -2509,17 +2509,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);
nm_device_delete has been deprecated since version 1.22 and should not be used in newly-written code.
Use nm_device_delete_async() or GDBusConnection.
@@ -2541,12 +2541,12 @@ nm_device_delete (cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2554,7 +2554,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.
@@ -2563,9 +2563,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 deleting the software device. Hardware devices can't
be deleted.
@@ -2584,7 +2584,7 @@ be deleted.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2605,10 +2605,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
@@ -2626,12 +2626,12 @@ nm_device_delete_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -2639,16 +2639,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
@@ -2686,7 +2686,7 @@ incompatible with the device. To get the full list of connections see
an array of
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.
WARNING: the transfer annotation for this function may not work correctly
with bindings. See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/305.
You can filter the list yourself with nm_device_connection_valid().
@@ -2696,7 +2696,7 @@ You can filter the list yourself with
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
@@ -2733,17 +2733,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
@@ -2778,7 +2778,7 @@ against
error
-
+
@@ -2786,14 +2786,14 @@ against
Returns
- TRUE if the connection may be activated with this device, FALSE
+
TRUE if the connection may be activated with this device, FALSE
if is incompatible with the device's capabilities and characteristics.
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
@@ -2892,7 +2892,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
@@ -2900,7 +2900,7 @@ nm_lldp_neighbor_get_attr_names (
nm_lldp_neighbor_get_attr_value ()
-GVariant *
+GVariant *
nm_lldp_neighbor_get_attr_value (NMLldpNeighbor *neighbor,
const char *name);
Gets the value (as a GVariant) of attribute with name name
@@ -2930,7 +2930,7 @@ nm_lldp_neighbor_get_attr_value (
Returns
-the value or NULL if the attribute with name
+
the value or NULL if the attribute with name
was
not found.
[transfer none]
@@ -2959,7 +2959,7 @@ actually modify the (empty) instance.
nm_lldp_neighbor_get_attr_string_value ()
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value
(NMLldpNeighbor *neighbor,
const char *name,
@@ -2997,18 +2997,18 @@ attribute 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,
const char *name,
- guint *out_value);
+ guint *out_value);
Gets the uint32 value of attribute with name name
on neighbor
@@ -3041,15 +3041,15 @@ nm_lldp_neighbor_get_attr_uint_value (
Returns
- TRUE if a uint32 attribute with name name
-was found, FALSE otherwise
+ TRUE if a uint32 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,
const char *name);
Get the type of an attribute.
@@ -3077,7 +3077,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
@@ -3378,7 +3378,7 @@ all the VLANs.
The “autoconnect” property
- “autoconnect” gboolean
+ “autoconnect” gboolean
Whether the device can auto-activate a connection.
The property setter is a synchronous D-Bus call. This is deprecated since 1.22.
Owner: NMDevice
@@ -3388,7 +3388,7 @@ all the VLANs.
The “available-connections” property
- “available-connections” GPtrArray *
+ “available-connections” GPtrArray *
The available connections of the device
[type GPtrArray(NMRemoteConnection)]
Owner: NMDevice
@@ -3448,8 +3448,8 @@ all the VLANs.
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.
Owner: NMDevice
Flags: Read
@@ -3486,7 +3486,7 @@ for its operation.
The “interface-flags” property
- “interface-flags” guint
+ “interface-flags” guint
The interface flags.
Owner: NMDevice
Flags: Read
@@ -3542,7 +3542,7 @@ operations like addressing and routing.
The “lldp-neighbors” property
- “lldp-neighbors” GPtrArray *
+ “lldp-neighbors” GPtrArray *
The LLDP neighbors.
Owner: NMDevice
Flags: Read
@@ -3550,7 +3550,7 @@ operations like addressing and routing.
The “managed” property
- “managed” gboolean
+ “managed” gboolean
Whether the device is managed by NetworkManager.
Owner: NMDevice
Flags: Read
@@ -3559,7 +3559,7 @@ operations like addressing and routing.
The “metered” property
- “metered” guint
+ “metered” guint
Whether the device is metered.
Owner: NMDevice
Flags: Read
@@ -3569,7 +3569,7 @@ operations like addressing and routing.
The “mtu” property
- “mtu” guint
+ “mtu” guint
The MTU of the device.
Owner: NMDevice
Flags: Read
@@ -3578,8 +3578,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.
Owner: NMDevice
Flags: Read
@@ -3592,7 +3592,7 @@ is not installed.
“path” char *
The device path as exposed by the udev property ID_PATH.
The string is backslash escaped (C escaping) for invalid
-characters. The escaping can be reverted with g_strcompress(),
+characters. The escaping can be reverted with g_strcompress(),
however the result may not be valid UTF-8.
Owner: NMDevice
Flags: Read
@@ -3612,7 +3612,7 @@ however the result may not be valid UTF-8.
The “ports” property
- “ports” GPtrArray *
+ “ports” GPtrArray *
The port devices of the controller device. For devices that cannot be
controllers this is likely to be always empty.
Owner: NMDevice
@@ -3631,7 +3631,7 @@ controllers this is likely to be always empty.
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.
@@ -3652,7 +3652,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.
Owner: NMDevice
Flags: Read
@@ -3688,10 +3688,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/NMDevice6Lowpan.html b/docs/libnm/html/NMDevice6Lowpan.html
index 5e36709b..a91f60ee 100644
--- a/docs/libnm/html/NMDevice6Lowpan.html
+++ b/docs/libnm/html/NMDevice6Lowpan.html
@@ -91,7 +91,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDevice6Lowpan
diff --git a/docs/libnm/html/NMDeviceAdsl.html b/docs/libnm/html/NMDeviceAdsl.html
index 26994afa..c6ab1072 100644
--- a/docs/libnm/html/NMDeviceAdsl.html
+++ b/docs/libnm/html/NMDeviceAdsl.html
@@ -42,7 +42,7 @@
-gboolean
+gboolean
nm_device_adsl_get_carrier ()
@@ -59,7 +59,7 @@
-gboolean
+gboolean
carrier
Read
@@ -86,7 +86,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceAdsl
@@ -99,7 +99,7 @@
Functions
nm_device_adsl_get_carrier ()
-gboolean
+gboolean
nm_device_adsl_get_carrier (NMDeviceAdsl *device);
Whether the device has carrier.
@@ -140,7 +140,7 @@ nm_device_adsl_get_carrier (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceAdsl
Flags: Read
diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html
index 09d2fe47..06cd691d 100644
--- a/docs/libnm/html/NMDeviceBond.html
+++ b/docs/libnm/html/NMDeviceBond.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_bond_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_bond_get_slaves ()
@@ -76,13 +76,13 @@
-gboolean
+gboolean
carrier
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -118,7 +118,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBond
@@ -163,7 +163,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.
nm_device_bond_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_bond_get_slaves (NMDeviceBond *device);
nm_device_bond_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -214,7 +214,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.
@@ -251,7 +251,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.
Owner: NMDeviceBond
Flags: Read
@@ -260,7 +260,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices enslaved to the bond device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceBond
diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html
index eaae7a8d..d77ab533 100644
--- a/docs/libnm/html/NMDeviceBridge.html
+++ b/docs/libnm/html/NMDeviceBridge.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_bridge_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_bridge_get_slaves ()
@@ -76,13 +76,13 @@
-gboolean
+gboolean
carrier
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -118,7 +118,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBridge
@@ -163,7 +163,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.
nm_device_bridge_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_bridge_get_slaves (NMDeviceBridge *device);
nm_device_bridge_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -214,7 +214,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.
@@ -251,7 +251,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.
Owner: NMDeviceBridge
Flags: Read
@@ -260,7 +260,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices enslaved to the bridge device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceBridge
diff --git a/docs/libnm/html/NMDeviceBt.html b/docs/libnm/html/NMDeviceBt.html
index 52c01144..20d85b6f 100644
--- a/docs/libnm/html/NMDeviceBt.html
+++ b/docs/libnm/html/NMDeviceBt.html
@@ -118,7 +118,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBt
diff --git a/docs/libnm/html/NMDeviceDummy.html b/docs/libnm/html/NMDeviceDummy.html
index 1035a00c..d4fd3bfd 100644
--- a/docs/libnm/html/NMDeviceDummy.html
+++ b/docs/libnm/html/NMDeviceDummy.html
@@ -69,7 +69,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceDummy
diff --git a/docs/libnm/html/NMDeviceEthernet.html b/docs/libnm/html/NMDeviceEthernet.html
index 7972b3cf..9b22a885 100644
--- a/docs/libnm/html/NMDeviceEthernet.html
+++ b/docs/libnm/html/NMDeviceEthernet.html
@@ -57,7 +57,7 @@
-guint32
+guint32
nm_device_ethernet_get_speed ()
@@ -65,7 +65,7 @@
-gboolean
+gboolean
nm_device_ethernet_get_carrier ()
@@ -91,7 +91,7 @@
-gboolean
+gboolean
carrier
Read
@@ -102,12 +102,12 @@
Read
-GStrv
+GStrv
s390-subchannels
Read
-guint
+guint
speed
Read
@@ -151,7 +151,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceEthernet
@@ -225,7 +225,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 in Mbit/s.
@@ -251,7 +251,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.
@@ -346,7 +346,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.
Owner: NMDeviceEthernet
Flags: Read
@@ -364,7 +364,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.
Owner: NMDeviceEthernet
@@ -374,7 +374,7 @@ communication with z/VM or s390 host.
The “speed” property
- “speed” guint
+ “speed” guint
The speed of the device.
Owner: NMDeviceEthernet
Flags: Read
diff --git a/docs/libnm/html/NMDeviceGeneric.html b/docs/libnm/html/NMDeviceGeneric.html
index d97855f9..b196e8d4 100644
--- a/docs/libnm/html/NMDeviceGeneric.html
+++ b/docs/libnm/html/NMDeviceGeneric.html
@@ -90,7 +90,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceGeneric
@@ -157,7 +157,7 @@ device, and must not be modified.
The “type-description” property
“type-description” char *
-A description of the specific type of device this is, or NULL
+
A description of the specific type of device this is, or NULL
if not known.
Owner: NMDeviceGeneric
Flags: Read
diff --git a/docs/libnm/html/NMDeviceHsr.html b/docs/libnm/html/NMDeviceHsr.html
index 39cbab48..5bcf6995 100644
--- a/docs/libnm/html/NMDeviceHsr.html
+++ b/docs/libnm/html/NMDeviceHsr.html
@@ -66,7 +66,7 @@
-guint8
+guint8
nm_device_hsr_get_multicast_spec ()
@@ -74,7 +74,7 @@
-gboolean
+gboolean
nm_device_hsr_get_prp ()
@@ -93,7 +93,7 @@
-guchar
+guchar
multicast-spec
Read
@@ -110,7 +110,7 @@
Read
-gboolean
+gboolean
prp
Read
@@ -160,7 +160,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceHsr
@@ -253,7 +253,7 @@ nm_device_hsr_get_supervision_address (
nm_device_hsr_get_multicast_spec ()
-guint8
+guint8
nm_device_hsr_get_multicast_spec (NMDeviceHsr *device);
Parameters
@@ -279,7 +279,7 @@ nm_device_hsr_get_multicast_spec (
nm_device_hsr_get_prp ()
-gboolean
+gboolean
nm_device_hsr_get_prp (NMDeviceHsr *device);
Parameters
@@ -345,7 +345,7 @@ nm_device_hsr_get_prp (Property Details
The “multicast-spec” property
- “multicast-spec” guchar
+ “multicast-spec” guchar
The device last byte of the supervision address.
Owner: NMDeviceHsr
Flags: Read
@@ -373,7 +373,7 @@ nm_device_hsr_get_prp (
The “prp” property
- “prp” gboolean
+ “prp” gboolean
Whether the PRP protocol is used or not.
Owner: NMDeviceHsr
Flags: Read
diff --git a/docs/libnm/html/NMDeviceIPTunnel.html b/docs/libnm/html/NMDeviceIPTunnel.html
index d3bc1474..fd357336 100644
--- a/docs/libnm/html/NMDeviceIPTunnel.html
+++ b/docs/libnm/html/NMDeviceIPTunnel.html
@@ -73,7 +73,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_ttl ()
@@ -81,7 +81,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_tos ()
@@ -89,7 +89,7 @@
-gboolean
+gboolean
nm_device_ip_tunnel_get_path_mtu_discovery ()
@@ -111,7 +111,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_encapsulation_limit ()
@@ -119,7 +119,7 @@
-guint
+guint
nm_device_ip_tunnel_get_flow_label ()
@@ -127,7 +127,7 @@
-guint32
+guint32
nm_device_ip_tunnel_get_fwmark ()
@@ -154,22 +154,22 @@
-guchar
+guchar
encapsulation-limit
Read
-guint
+guint
flags
Read
-guint
+guint
flow-label
Read
-guint
+guint
fwmark
Read
@@ -186,7 +186,7 @@
Read
-guint
+guint
mode
Read
@@ -203,7 +203,7 @@
Read
-gboolean
+gboolean
path-mtu-discovery
Read
@@ -214,12 +214,12 @@
Read
-guchar
+guchar
tos
Read
-guchar
+guchar
ttl
Read
@@ -295,7 +295,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceIPTunnel
@@ -413,7 +413,7 @@ nm_device_ip_tunnel_get_remote (
nm_device_ip_tunnel_get_ttl ()
-guint8
+guint8
nm_device_ip_tunnel_get_ttl (NMDeviceIPTunnel *device);
Parameters
@@ -439,7 +439,7 @@ nm_device_ip_tunnel_get_ttl (
nm_device_ip_tunnel_get_tos ()
-guint8
+guint8
nm_device_ip_tunnel_get_tos (NMDeviceIPTunnel *device);
Parameters
@@ -466,7 +466,7 @@ to tunneled packets.
nm_device_ip_tunnel_get_path_mtu_discovery ()
-gboolean
+gboolean
nm_device_ip_tunnel_get_path_mtu_discovery
(NMDeviceIPTunnel *device);
@@ -545,7 +545,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);
@@ -572,7 +572,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
@@ -598,7 +598,7 @@ nm_device_ip_tunnel_get_flow_label (
nm_device_ip_tunnel_get_fwmark ()
-guint32
+guint32
nm_device_ip_tunnel_get_fwmark (NMDeviceIPTunnel *device);
Parameters
@@ -739,7 +739,7 @@ nm_device_ip_tunnel_get_flags (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.
@@ -751,7 +751,7 @@ tunnels.
The “flags” property
- “flags” guint
+ “flags” guint
Tunnel flags.
Owner: NMDeviceIPTunnel
Flags: Read
@@ -761,7 +761,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.
Owner: NMDeviceIPTunnel
@@ -773,7 +773,7 @@ applies only to IPv6 tunnels.
The “fwmark” property
- “fwmark” guint
+ “fwmark” guint
The fwmark value to assign to tunnel packets. This property applies only
to VTI tunnels.
Owner: NMDeviceIPTunnel
@@ -804,7 +804,7 @@ to VTI tunnels.
The “mode” property
- “mode” guint
+ “mode” guint
The tunneling mode of the device.
Owner: NMDeviceIPTunnel
Flags: Read
@@ -833,7 +833,7 @@ to VTI tunnels.
The “path-mtu-discovery” property
- “path-mtu-discovery” gboolean
+ “path-mtu-discovery” gboolean
Whether path MTU discovery is enabled on this tunnel.
Owner: NMDeviceIPTunnel
Flags: Read
@@ -853,7 +853,7 @@ to VTI tunnels.
The “tos” property
- “tos” guchar
+ “tos” guchar
The type of service (IPv4) or traffic class (IPv6) assigned to
tunneled packets.
Owner: NMDeviceIPTunnel
@@ -864,7 +864,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
Owner: NMDeviceIPTunnel
diff --git a/docs/libnm/html/NMDeviceInfiniband.html b/docs/libnm/html/NMDeviceInfiniband.html
index 433c25f9..36a337c6 100644
--- a/docs/libnm/html/NMDeviceInfiniband.html
+++ b/docs/libnm/html/NMDeviceInfiniband.html
@@ -50,7 +50,7 @@
-gboolean
+gboolean
nm_device_infiniband_get_carrier ()
@@ -68,7 +68,7 @@
-gboolean
+gboolean
carrier
Read
@@ -99,7 +99,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceInfiniband
@@ -144,7 +144,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.
@@ -191,7 +191,7 @@ nm_device_infiniband_get_carrier (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceInfiniband
Flags: Read
diff --git a/docs/libnm/html/NMDeviceLoopback.html b/docs/libnm/html/NMDeviceLoopback.html
index b4c57549..b7729702 100644
--- a/docs/libnm/html/NMDeviceLoopback.html
+++ b/docs/libnm/html/NMDeviceLoopback.html
@@ -47,7 +47,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceLoopback
diff --git a/docs/libnm/html/NMDeviceMacsec.html b/docs/libnm/html/NMDeviceMacsec.html
index f751c040..483d923f 100644
--- a/docs/libnm/html/NMDeviceMacsec.html
+++ b/docs/libnm/html/NMDeviceMacsec.html
@@ -58,7 +58,7 @@
-guint64
+guint64
nm_device_macsec_get_sci ()
@@ -66,7 +66,7 @@
-guint8
+guint8
nm_device_macsec_get_icv_length ()
@@ -74,7 +74,7 @@
-guint64
+guint64
nm_device_macsec_get_cipher_suite ()
@@ -82,7 +82,7 @@
-guint
+guint
nm_device_macsec_get_window ()
@@ -90,7 +90,7 @@
-guint8
+guint8
nm_device_macsec_get_encoding_sa ()
@@ -105,7 +105,7 @@
-gboolean
+gboolean
nm_device_macsec_get_encrypt ()
@@ -113,7 +113,7 @@
-gboolean
+gboolean
nm_device_macsec_get_protect ()
@@ -121,7 +121,7 @@
-gboolean
+gboolean
nm_device_macsec_get_include_sci ()
@@ -129,7 +129,7 @@
-gboolean
+gboolean
nm_device_macsec_get_es ()
@@ -137,7 +137,7 @@
-gboolean
+gboolean
nm_device_macsec_get_scb ()
@@ -145,7 +145,7 @@
-gboolean
+gboolean
nm_device_macsec_get_replay_protect ()
@@ -164,32 +164,32 @@
-guint64
+guint64
cipher-suite
Read
-guchar
+guchar
encoding-sa
Read
-gboolean
+gboolean
encrypt
Read
-gboolean
+gboolean
es
Read
-guchar
+guchar
icv-length
Read
-gboolean
+gboolean
include-sci
Read
@@ -200,22 +200,22 @@
Read
-gboolean
+gboolean
protect
Read
-gboolean
+gboolean
replay-protect
Read
-gboolean
+gboolean
scb
Read
-guint64
+guint64
sci
Read
@@ -226,7 +226,7 @@
Read
-guint
+guint
window
Read
@@ -306,7 +306,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceMacsec
@@ -379,7 +379,7 @@ device, and must not be modified.
nm_device_macsec_get_sci ()
-guint64
+guint64
nm_device_macsec_get_sci (NMDeviceMacsec *device);
Gets the Secure Channel Identifier in use
@@ -406,7 +406,7 @@ nm_device_macsec_get_sci (
nm_device_macsec_get_icv_length ()
-guint8
+guint8
nm_device_macsec_get_icv_length (NMDeviceMacsec *device);
Gets the length of ICV (Integrity Check Value)
@@ -433,7 +433,7 @@ nm_device_macsec_get_icv_length (
nm_device_macsec_get_cipher_suite ()
-guint64
+guint64
nm_device_macsec_get_cipher_suite (NMDeviceMacsec *device);
Gets the set of cryptographic algorithms in use
@@ -460,7 +460,7 @@ nm_device_macsec_get_cipher_suite (
nm_device_macsec_get_window ()
-guint
+guint
nm_device_macsec_get_window (NMDeviceMacsec *device);
Gets the size of the replay window
@@ -487,7 +487,7 @@ nm_device_macsec_get_window (
nm_device_macsec_get_encoding_sa ()
-guint8
+guint8
nm_device_macsec_get_encoding_sa (NMDeviceMacsec *device);
Gets the value of the Association Number (0..3) for the Security
Association in use.
@@ -543,7 +543,7 @@ disabled)
nm_device_macsec_get_encrypt ()
-gboolean
+gboolean
nm_device_macsec_get_encrypt (NMDeviceMacsec *device);
Gets whether encryption of transmitted frames is enabled
@@ -570,7 +570,7 @@ nm_device_macsec_get_encrypt (
nm_device_macsec_get_protect ()
-gboolean
+gboolean
nm_device_macsec_get_protect (NMDeviceMacsec *device);
Gets whether protection of transmitted frames is enabled
@@ -597,7 +597,7 @@ nm_device_macsec_get_protect (
nm_device_macsec_get_include_sci ()
-gboolean
+gboolean
nm_device_macsec_get_include_sci (NMDeviceMacsec *device);
Gets whether the SCI is always included in SecTAG for transmitted
frames
@@ -625,7 +625,7 @@ frames
nm_device_macsec_get_es ()
-gboolean
+gboolean
nm_device_macsec_get_es (NMDeviceMacsec *device);
Gets whether the ES (End station) bit is enabled in SecTAG for
transmitted frames
@@ -653,7 +653,7 @@ transmitted frames
nm_device_macsec_get_scb ()
-gboolean
+gboolean
nm_device_macsec_get_scb (NMDeviceMacsec *device);
Gets whether the SCB (Single Copy Broadcast) bit is enabled in
SecTAG for transmitted frames
@@ -681,7 +681,7 @@ SecTAG for transmitted frames
nm_device_macsec_get_replay_protect ()
-gboolean
+gboolean
nm_device_macsec_get_replay_protect (NMDeviceMacsec *device);
Gets whether replay protection is enabled
@@ -802,7 +802,7 @@ nm_device_macsec_get_replay_protect (Property Details
The “cipher-suite” property
- “cipher-suite” guint64
+ “cipher-suite” guint64
The set of cryptographic algorithms in use.
Owner: NMDeviceMacsec
Flags: Read
@@ -812,7 +812,7 @@ nm_device_macsec_get_replay_protect (
The “encoding-sa” property
- “encoding-sa” guchar
+ “encoding-sa” guchar
The value of the Association Number (0..3) for the Security
Association in use.
Owner: NMDeviceMacsec
@@ -823,7 +823,7 @@ Association in use.
The “encrypt” property
- “encrypt” gboolean
+ “encrypt” gboolean
Whether encryption of transmitted frames is enabled.
Owner: NMDeviceMacsec
Flags: Read
@@ -833,7 +833,7 @@ Association in use.
The “es” property
- “es” gboolean
+ “es” gboolean
Whether the ES (End station) bit is enabled in SecTAG for
transmitted frames.
Owner: NMDeviceMacsec
@@ -844,7 +844,7 @@ transmitted frames.
The “icv-length” property
- “icv-length” guchar
+ “icv-length” guchar
The length of ICV (Integrity Check Value).
Owner: NMDeviceMacsec
Flags: Read
@@ -854,7 +854,7 @@ transmitted frames.
The “include-sci” property
- “include-sci” gboolean
+ “include-sci” gboolean
Whether the SCI is always included in SecTAG for transmitted
frames.
Owner: NMDeviceMacsec
@@ -874,7 +874,7 @@ frames.
The “protect” property
- “protect” gboolean
+ “protect” gboolean
Whether protection of transmitted frames is enabled.
Owner: NMDeviceMacsec
Flags: Read
@@ -884,7 +884,7 @@ frames.
The “replay-protect” property
- “replay-protect” gboolean
+ “replay-protect” gboolean
Whether replay protection is enabled.
Owner: NMDeviceMacsec
Flags: Read
@@ -894,7 +894,7 @@ frames.
The “scb” property
- “scb” gboolean
+ “scb” gboolean
Whether the SCB (Single Copy Broadcast) bit is enabled in
SecTAG for transmitted frames.
Owner: NMDeviceMacsec
@@ -905,7 +905,7 @@ SecTAG for transmitted frames.
The “sci” property
- “sci” guint64
+ “sci” guint64
The Secure Channel Identifier in use.
Owner: NMDeviceMacsec
Flags: Read
@@ -926,7 +926,7 @@ disabled).
The “window” property
- “window” guint
+ “window” guint
The size of the replay window.
Owner: NMDeviceMacsec
Flags: Read
diff --git a/docs/libnm/html/NMDeviceMacvlan.html b/docs/libnm/html/NMDeviceMacvlan.html
index e8656995..26c418c3 100644
--- a/docs/libnm/html/NMDeviceMacvlan.html
+++ b/docs/libnm/html/NMDeviceMacvlan.html
@@ -58,7 +58,7 @@
-gboolean
+gboolean
nm_device_macvlan_get_no_promisc ()
@@ -66,7 +66,7 @@
-gboolean
+gboolean
nm_device_macvlan_get_tap ()
@@ -98,7 +98,7 @@
Read
-gboolean
+gboolean
no-promisc
Read
@@ -109,7 +109,7 @@
Read
-gboolean
+gboolean
tap
Read
@@ -153,7 +153,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceMacvlan
@@ -221,7 +221,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.
@@ -248,7 +248,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).
@@ -268,7 +268,7 @@ nm_device_macvlan_get_tap (
Returns
-
+
Since: 1.2
@@ -359,7 +359,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.
Owner: NMDeviceMacvlan
Flags: Read
@@ -378,7 +378,7 @@ device, and must not be modified.
The “tap” property
- “tap” gboolean
+ “tap” gboolean
Whether the device is a MACVTAP.
Owner: NMDeviceMacvlan
Flags: Read
diff --git a/docs/libnm/html/NMDeviceModem.html b/docs/libnm/html/NMDeviceModem.html
index 96643585..d6d8bbe7 100644
--- a/docs/libnm/html/NMDeviceModem.html
+++ b/docs/libnm/html/NMDeviceModem.html
@@ -158,7 +158,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceModem
@@ -279,7 +279,7 @@ nm_device_modem_get_operator_code (
Returns
- the operator code or NULL if disconnected or not a 3GPP modem.
+ the operator code or NULL if disconnected or not a 3GPP modem.
Since: 1.20
@@ -306,7 +306,7 @@ nm_device_modem_get_apn (
Returns
- the APN name or NULL if disconnected
+ the APN name or NULL if disconnected
Since: 1.20
diff --git a/docs/libnm/html/NMDeviceOlpcMesh.html b/docs/libnm/html/NMDeviceOlpcMesh.html
index 3c74eec1..d6db0981 100644
--- a/docs/libnm/html/NMDeviceOlpcMesh.html
+++ b/docs/libnm/html/NMDeviceOlpcMesh.html
@@ -58,7 +58,7 @@
-guint32
+guint32
nm_device_olpc_mesh_get_active_channel ()
@@ -77,7 +77,7 @@
-guint
+guint
active-channel
Read
@@ -119,7 +119,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOlpcMesh
@@ -184,14 +184,14 @@ nm_device_olpc_mesh_get_companion (
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.
@@ -245,7 +245,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.
Owner: NMDeviceOlpcMesh
Flags: Read
diff --git a/docs/libnm/html/NMDeviceOvsBridge.html b/docs/libnm/html/NMDeviceOvsBridge.html
index 527ab9c1..4001abfb 100644
--- a/docs/libnm/html/NMDeviceOvsBridge.html
+++ b/docs/libnm/html/NMDeviceOvsBridge.html
@@ -41,7 +41,7 @@
-const GPtrArray *
+ const GPtrArray *
nm_device_ovs_bridge_get_slaves ()
@@ -59,7 +59,7 @@
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -86,7 +86,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOvsBridge
@@ -99,7 +99,7 @@
Functions
nm_device_ovs_bridge_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_ovs_bridge_get_slaves (NMDeviceOvsBridge *device);
nm_device_ovs_bridge_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -124,7 +124,7 @@ nm_device_ovs_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.
@@ -151,7 +151,7 @@ copy used by the device, and must not be modified.
Property Details
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
Gets the ports currently enslaved to the device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceOvsBridge
diff --git a/docs/libnm/html/NMDeviceOvsInterface.html b/docs/libnm/html/NMDeviceOvsInterface.html
index a1f3fd7b..b216015c 100644
--- a/docs/libnm/html/NMDeviceOvsInterface.html
+++ b/docs/libnm/html/NMDeviceOvsInterface.html
@@ -47,7 +47,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOvsInterface
diff --git a/docs/libnm/html/NMDeviceOvsPort.html b/docs/libnm/html/NMDeviceOvsPort.html
index 9f51f3e2..b4085184 100644
--- a/docs/libnm/html/NMDeviceOvsPort.html
+++ b/docs/libnm/html/NMDeviceOvsPort.html
@@ -41,7 +41,7 @@
-const GPtrArray *
+ const GPtrArray *
nm_device_ovs_port_get_slaves ()
@@ -59,7 +59,7 @@
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -86,7 +86,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOvsPort
@@ -99,7 +99,7 @@
Functions
nm_device_ovs_port_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_ovs_port_get_slaves (NMDeviceOvsPort *device);
nm_device_ovs_port_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -124,7 +124,7 @@ nm_device_ovs_port_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.
@@ -151,7 +151,7 @@ copy used by the device, and must not be modified.
Property Details
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
Gets the interfaces currently enslaved to the device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceOvsPort
diff --git a/docs/libnm/html/NMDevicePpp.html b/docs/libnm/html/NMDevicePpp.html
index e44bffc7..832486c1 100644
--- a/docs/libnm/html/NMDevicePpp.html
+++ b/docs/libnm/html/NMDevicePpp.html
@@ -47,7 +47,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDevicePpp
diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html
index 2b0ec9ae..26752acf 100644
--- a/docs/libnm/html/NMDeviceTeam.html
+++ b/docs/libnm/html/NMDeviceTeam.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_team_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_team_get_slaves ()
@@ -83,7 +83,7 @@
-gboolean
+gboolean
carrier
Read
@@ -95,7 +95,7 @@
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -135,7 +135,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceTeam
@@ -180,7 +180,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.
nm_device_team_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_team_get_slaves (NMDeviceTeam *device);
nm_device_team_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.
@@ -231,7 +231,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.
@@ -302,7 +302,7 @@ device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Owner: NMDeviceTeam
Flags: Read
@@ -321,7 +321,7 @@ device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices enslaved to the team device.
[type GPtrArray(NMDevice)]
Owner: NMDeviceTeam
diff --git a/docs/libnm/html/NMDeviceTun.html b/docs/libnm/html/NMDeviceTun.html
index 8198090e..118614a2 100644
--- a/docs/libnm/html/NMDeviceTun.html
+++ b/docs/libnm/html/NMDeviceTun.html
@@ -57,7 +57,7 @@
-gint64
+gint64
nm_device_tun_get_owner ()
@@ -65,7 +65,7 @@
-gint64
+gint64
nm_device_tun_get_group ()
@@ -73,7 +73,7 @@
-gboolean
+gboolean
nm_device_tun_get_no_pi ()
@@ -81,7 +81,7 @@
-gboolean
+gboolean
nm_device_tun_get_vnet_hdr ()
@@ -89,7 +89,7 @@
-gboolean
+gboolean
nm_device_tun_get_multi_queue ()
@@ -108,7 +108,7 @@
-gint64
+gint64
group
Read
@@ -119,22 +119,22 @@
Read
-gboolean
+gboolean
multi-queue
Read
-gboolean
+gboolean
no-pi
Read
-gint64
+gint64
owner
Read
-gboolean
+gboolean
vnet-hdr
Read
@@ -186,7 +186,7 @@