From f60117b41d5433be1b4a96d82cd11d0c3dce9b63 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 23 Apr 2018 18:00:21 +0200 Subject: New upstream version 1.11.3 --- docs/libnm/Makefile.am | 24 +- docs/libnm/Makefile.in | 30 +- docs/libnm/html/NMActiveConnection.html | 2 +- docs/libnm/html/NMClient.html | 527 ++++++++++++++++++++++++- docs/libnm/html/NMConnection.html | 4 +- docs/libnm/html/NMDevice.html | 2 +- docs/libnm/html/NMDeviceBond.html | 2 +- docs/libnm/html/NMDeviceBridge.html | 2 +- docs/libnm/html/NMDeviceIPTunnel.html | 58 +++ docs/libnm/html/NMDeviceTeam.html | 2 +- docs/libnm/html/NMDeviceWifi.html | 2 +- docs/libnm/html/NMDeviceWimax.html | 2 +- docs/libnm/html/NMDhcpConfig.html | 2 - docs/libnm/html/NMIPConfig.html | 1 + docs/libnm/html/NMObject.html | 1 + docs/libnm/html/NMRemoteConnection.html | 61 ++- docs/libnm/html/NMSecretAgentOld.html | 131 ------ docs/libnm/html/NMSettingBond.html | 4 - docs/libnm/html/NMSettingBridge.html | 4 + docs/libnm/html/NMSettingConnection.html | 134 ++++++- docs/libnm/html/NMSettingDcb.html | 12 +- docs/libnm/html/NMSettingIP4Config.html | 8 + docs/libnm/html/NMSettingIPConfig.html | 22 +- docs/libnm/html/NMSettingIPTunnel.html | 101 ++++- docs/libnm/html/NMSettingTeam.html | 112 +++--- docs/libnm/html/NMSettingTeamPort.html | 36 +- docs/libnm/html/NMSettingVlan.html | 4 +- docs/libnm/html/NMSettingVpn.html | 98 ++++- docs/libnm/html/NMSettingWired.html | 5 - docs/libnm/html/NMSettingWirelessSecurity.html | 110 ++++++ docs/libnm/html/NMVpnEditorPlugin.html | 26 +- docs/libnm/html/annotation-glossary.html | 5 + docs/libnm/html/api-index-full.html | 194 ++++++++- docs/libnm/html/index.html | 2 +- docs/libnm/html/libnm-nm-dbus-interface.html | 94 ++++- docs/libnm/html/libnm-nm-utils.html | 41 +- docs/libnm/html/libnm-nm-version.html | 32 +- docs/libnm/html/libnm.devhelp2 | 182 ++++++--- docs/libnm/html/object-tree.html | 6 + docs/libnm/html/usage.html | 2 +- docs/libnm/libnm-sections.txt | 70 +++- docs/libnm/libnm.types | 6 + docs/libnm/meson.build | 52 +++ docs/libnm/version.xml | 2 +- 44 files changed, 1827 insertions(+), 390 deletions(-) create mode 100644 docs/libnm/meson.build (limited to 'docs/libnm') diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am index 3e0eca49..c2bcff1b 100644 --- a/docs/libnm/Makefile.am +++ b/docs/libnm/Makefile.am @@ -19,9 +19,6 @@ DOC_SOURCE_DIR= \ # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS=--rebuild-types --rebuild-sections -# Extra options to supply to gtkdoc-scangobj. -SCANGOBJ_OPTIONS=--type-init-func 'g_type_init();' - # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS=--sgml-mode --output-format=xml @@ -69,24 +66,25 @@ extra_files = libnm.png # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. -GTKDOC_CFLAGS = \ - -I$(top_srcdir)/libnm-core \ - -I$(top_builddir)/libnm-core \ - -I$(top_srcdir)/libnm \ - -I$(top_builddir)/libnm \ - -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \ +GTKDOC_CFLAGS = \ + -I$(top_srcdir)/libnm-core \ + -I$(top_builddir)/libnm-core \ + -I$(top_srcdir)/libnm \ + -I$(top_builddir)/libnm \ -DNM_VERSION_MIN_REQUIRED=NM_VERSION_0_9_8 \ - $(GLIB_CFLAGS) + $(GLIB_CFLAGS) \ + $(SANITIZER_EXEC_CFLAGS) -GTKDOC_LIBS = \ +GTKDOC_LIBS = \ $(top_builddir)/libnm/libnm.la \ - $(GLIB_LIBS) + $(GLIB_LIBS) \ + $(SANITIZER_EXEC_LDFLAGS) # include common portion ... include $(top_srcdir)/gtk-doc.make -EXTRA_DIST += version.xml.in +EXTRA_DIST += version.xml.in meson.build CLEANFILES += \ libnm-sections.txt \ diff --git a/docs/libnm/Makefile.in b/docs/libnm/Makefile.in index ff314e0e..124bcc61 100644 --- a/docs/libnm/Makefile.in +++ b/docs/libnm/Makefile.in @@ -209,7 +209,7 @@ GENHTML = @GENHTML@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ -GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ +GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MAKEFILE = @GLIB_MAKEFILE@ GLIB_MKENUMS = @GLIB_MKENUMS@ @@ -263,14 +263,13 @@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBNDP_CFLAGS = @LIBNDP_CFLAGS@ LIBNDP_LIBS = @LIBNDP_LIBS@ -LIBNL_CFLAGS = @LIBNL_CFLAGS@ -LIBNL_LIBS = @LIBNL_LIBS@ LIBOBJS = @LIBOBJS@ LIBPSL_CFLAGS = @LIBPSL_CFLAGS@ LIBPSL_LIBS = @LIBPSL_LIBS@ LIBS = @LIBS@ LIBSYSTEMD_CFLAGS = @LIBSYSTEMD_CFLAGS@ LIBSYSTEMD_LIBS = @LIBSYSTEMD_LIBS@ +LIBSYSTEMD_NM_CFLAGS = @LIBSYSTEMD_NM_CFLAGS@ LIBTEAMDCTL_CFLAGS = @LIBTEAMDCTL_CFLAGS@ LIBTEAMDCTL_LIBS = @LIBTEAMDCTL_LIBS@ LIBTOOL = @LIBTOOL@ @@ -341,8 +340,11 @@ QT_LIBS = @QT_LIBS@ RANLIB = @RANLIB@ READELF = @READELF@ READLINE_LIBS = @READLINE_LIBS@ -SANITIZERS = @SANITIZERS@ SANITIZER_ENV = @SANITIZER_ENV@ +SANITIZER_EXEC_CFLAGS = @SANITIZER_EXEC_CFLAGS@ +SANITIZER_EXEC_LDFLAGS = @SANITIZER_EXEC_LDFLAGS@ +SANITIZER_LIB_CFLAGS = @SANITIZER_LIB_CFLAGS@ +SANITIZER_LIB_LDFLAGS = @SANITIZER_LIB_LDFLAGS@ SED = @SED@ SELINUX_CFLAGS = @SELINUX_CFLAGS@ SELINUX_LIBS = @SELINUX_LIBS@ @@ -467,9 +469,6 @@ DOC_SOURCE_DIR = \ # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS = --rebuild-types --rebuild-sections -# Extra options to supply to gtkdoc-scangobj. -SCANGOBJ_OPTIONS = --type-init-func 'g_type_init();' - # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS = --sgml-mode --output-format=xml @@ -518,17 +517,18 @@ extra_files = libnm.png # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. GTKDOC_CFLAGS = \ - -I$(top_srcdir)/libnm-core \ - -I$(top_builddir)/libnm-core \ - -I$(top_srcdir)/libnm \ - -I$(top_builddir)/libnm \ - -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \ + -I$(top_srcdir)/libnm-core \ + -I$(top_builddir)/libnm-core \ + -I$(top_srcdir)/libnm \ + -I$(top_builddir)/libnm \ -DNM_VERSION_MIN_REQUIRED=NM_VERSION_0_9_8 \ - $(GLIB_CFLAGS) + $(GLIB_CFLAGS) \ + $(SANITIZER_EXEC_CFLAGS) GTKDOC_LIBS = \ $(top_builddir)/libnm/libnm.la \ - $(GLIB_LIBS) + $(GLIB_LIBS) \ + $(SANITIZER_EXEC_LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -553,7 +553,7 @@ SETUP_FILES = \ # include common portion ... -EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.xml.in +EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.xml.in meson.build DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \ html-build.stamp pdf-build.stamp \ sgml.stamp html.stamp pdf.stamp diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 1543554d..866b4737 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -1001,7 +1001,7 @@ nm_active_connection_get_vpn (

The “devices” property

  “devices”                  GPtrArray *

The devices of the active connection.

-

Element-type: NMDevice

+

[type GPtrArray(NMDevice)]

Flags: Read


diff --git a/docs/libnm/html/NMClient.html b/docs/libnm/html/NMClient.html index 6015f726..2af3621c 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -568,6 +568,77 @@ nm_client_get_dns_configuration () + +const GPtrArray * + + +nm_client_get_checkpoints () + + + + +void + + +nm_client_checkpoint_create () + + + + +NMCheckpoint * + + +nm_client_checkpoint_create_finish () + + + + +void + + +nm_client_checkpoint_destroy () + + + + +gboolean + + +nm_client_checkpoint_destroy_finish () + + + + +void + + +nm_client_checkpoint_rollback () + + + + +GHashTable * + + +nm_client_checkpoint_rollback_finish () + + + + +void + + +nm_client_checkpoint_adjust_rollback_timeout () + + + + +gboolean + + +nm_client_checkpoint_adjust_rollback_timeout_finish () + + @@ -606,6 +677,12 @@ GPtrArray * +checkpoints +Read + + + +GPtrArray * connections Read @@ -3470,6 +3547,438 @@ and should not be modified.

Since: 1.6

+
+
+

nm_client_get_checkpoints ()

+
const GPtrArray *
+nm_client_get_checkpoints (NMClient *client);
+

Gets all the active checkpoints.

+
+

Parameters

+
+++++ + + + + + +

client

a NMClient

 
+
+
+

Returns

+

a GPtrArray +containing all the NMCheckpoint. The returned array is owned by the +NMClient object and should not be modified.

+

[transfer none][element-type NMCheckpoint]

+
+

Since: 1.12

+
+
+
+

nm_client_checkpoint_create ()

+
void
+nm_client_checkpoint_create (NMClient *client,
+                             const GPtrArray *devices,
+                             guint32 rollback_timeout,
+                             NMCheckpointCreateFlags flags,
+                             GCancellable *cancellable,
+                             GAsyncReadyCallback callback,
+                             gpointer user_data);
+

Creates a checkpoint of the current networking configuration +for given interfaces. An empty devices + argument means all +devices. If rollback_timeout + is not zero, a rollback is +automatically performed after the given timeout.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

client

the NMClient

 

devices

a list of devices for which a +checkpoint should be created.

[element-type NMDevice]

rollback_timeout

the rollback timeout in seconds

 

flags

creation flags

 

cancellable

a GCancellable, or NULL

 

callback

callback to be called when the add operation completes.

[scope async]

user_data

caller-specific data passed to callback +.

[closure]
+
+

Since: 1.12

+
+
+
+

nm_client_checkpoint_create_finish ()

+
NMCheckpoint *
+nm_client_checkpoint_create_finish (NMClient *client,
+                                    GAsyncResult *result,
+                                    GError **error);
+

Gets the result of a call to nm_client_checkpoint_create().

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

client

the NMClient

 

result

the result passed to the GAsyncReadyCallback

 

error

location for a GError, or NULL

 
+
+
+

Returns

+

the new NMCheckpoint on success, NULL on +failure, in which case error +will be set.

+

[transfer full]

+
+

Since: 1.12

+
+
+
+

nm_client_checkpoint_destroy ()

+
void
+nm_client_checkpoint_destroy (NMClient *client,
+                              const char *checkpoint_path,
+                              GCancellable *cancellable,
+                              GAsyncReadyCallback callback,
+                              gpointer user_data);
+

Destroys an existing checkpoint without performing a rollback.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + +

client

the NMClient

 

checkpoint_path

the D-Bus path for the checkpoint

 

cancellable

a GCancellable, or NULL

 

callback

callback to be called when the add operation completes.

[scope async]

user_data

caller-specific data passed to callback +.

[closure]
+
+

Since: 1.12

+
+
+
+

nm_client_checkpoint_destroy_finish ()

+
gboolean
+nm_client_checkpoint_destroy_finish (NMClient *client,
+                                     GAsyncResult *result,
+                                     GError **error);
+

Gets the result of a call to nm_client_checkpoint_destroy().

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

client

an NMClient

 

result

the result passed to the GAsyncReadyCallback

 

error

location for a GError, or NULL

 
+
+
+

Returns

+

TRUE on success or FALSE on failure, in which case +error +will be set.

+
+

Since: 1.12

+
+
+
+

nm_client_checkpoint_rollback ()

+
void
+nm_client_checkpoint_rollback (NMClient *client,
+                               const char *checkpoint_path,
+                               GCancellable *cancellable,
+                               GAsyncReadyCallback callback,
+                               gpointer user_data);
+

Performs the rollback of a checkpoint before the timeout is reached.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + +

client

the NMClient

 

checkpoint_path

the D-Bus path to the checkpoint

 

cancellable

a GCancellable, or NULL

 

callback

callback to be called when the add operation completes.

[scope async]

user_data

caller-specific data passed to callback +.

[closure]
+
+

Since: 1.12

+
+
+
+

nm_client_checkpoint_rollback_finish ()

+
GHashTable *
+nm_client_checkpoint_rollback_finish (NMClient *client,
+                                      GAsyncResult *result,
+                                      GError **error);
+

Gets the result of a call to nm_client_checkpoint_rollback().

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

client

an NMClient

 

result

the result passed to the GAsyncReadyCallback

 

error

location for a GError, or NULL

 
+
+
+

Returns

+

an hash table of +devices and results. Devices are represented by their original +D-Bus path; each result is a NMRollbackResult.

+

[transfer full][element-type utf8 guint32]

+
+

Since: 1.12

+
+
+
+

nm_client_checkpoint_adjust_rollback_timeout ()

+
void
+nm_client_checkpoint_adjust_rollback_timeout
+                               (NMClient *client,
+                                const char *checkpoint_path,
+                                guint32 add_timeout,
+                                GCancellable *cancellable,
+                                GAsyncReadyCallback callback,
+                                gpointer user_data);
+

Resets the timeout for the checkpoint with path checkpoint_path + +to timeout_add +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

client

the NMClient

 

checkpoint_path

a D-Bus path to a checkpoint

 

add_timeout

the timeout in seconds counting from now. +Set to zero, to disable the timeout.

 

cancellable

a GCancellable, or NULL

 

callback

callback to be called when the add operation completes.

[scope async]

user_data

caller-specific data passed to callback +.

[closure]
+
+

Since: 1.12

+
+
+
+

nm_client_checkpoint_adjust_rollback_timeout_finish ()

+
gboolean
+nm_client_checkpoint_adjust_rollback_timeout_finish
+                               (NMClient *client,
+                                GAsyncResult *result,
+                                GError **error);
+

Gets the result of a call to nm_client_checkpoint_adjust_rollback_timeout().

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

client

an NMClient

 

result

the result passed to the GAsyncReadyCallback

 

error

location for a GError, or NULL

 
+
+
+

Returns

+

TRUE on success or FALSE on failure.

+
+

Since: 1.12

+

Types and Values

@@ -3958,7 +4467,7 @@ likely to become the new

The “active-connections” property

  “active-connections”       GPtrArray *

The active connections.

-

Element-type: NMActiveConnection

+

[type GPtrArray(NMActiveConnection)]

Flags: Read


@@ -3966,7 +4475,7 @@ likely to become the new

The “all-devices” property

  “all-devices”              GPtrArray *

List of both real devices and device placeholders.

-

Element-type: NMDevice

+

[type GPtrArray(NMDevice)]

Flags: Read

Since: 1.2

@@ -3980,13 +4489,22 @@ likely to become the new +

The “checkpoints” property

+
  “checkpoints”              GPtrArray *
+

The list of active checkpoints.

+

[type GPtrArray(NMCheckpoint)]

+

Flags: Read

+

Since: 1.12

+ +
+

The “connections” property

  “connections”              GPtrArray *

The list of configured connections that are available to the user. (Note that this differs from the underlying D-Bus property, which may also contain the object paths of connections that the user does not have permission to read the details of.)

-

Element-type: NMRemoteConnection

+

[type GPtrArray(NMRemoteConnection)]

Flags: Read


@@ -4016,7 +4534,7 @@ permission to read the details of.)

The “devices” property

  “devices”                  GPtrArray *

List of real network devices. Does not include placeholder devices.

-

Element-type: NMDevice

+

[type GPtrArray(NMDevice)]

Flags: Read


@@ -4030,6 +4548,7 @@ dictionaries. Each dictionary has the "nameservers", relative priority, "interface" the interface on which these servers are contacted, "vpn" a boolean telling whether the configuration was obtained from a VPN connection.

+

[type GPtrArray(GVariant)]

Flags: Read

Since: 1.6

diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index ef3b0136..67bfae88 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -1123,7 +1123,7 @@ cannot be normalized, the connection will not be modified.

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 compared with g_str_equal() function. The values are opaque and depend on the parameter name.

[allow-none][element-type utf8 gpointer] @@ -2482,7 +2482,7 @@ nm_connection_get_setting_tc_config (an NMSettingTCConfig if the connection contains one, otherwise NULL.

[transfer none]

-

Since: 1.10.2

+

Since: 1.12


diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index b58fcda5..2de3b948 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -2962,7 +2962,7 @@ nm_lldp_neighbor_get_attr_type (

The “available-connections” property

  “available-connections”    GPtrArray *

The available connections of the device

-

Element-type: NMRemoteConnection

+

[type GPtrArray(NMRemoteConnection)]

Flags: Read


diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html index e0f5cd27..872e2358 100644 --- a/docs/libnm/html/NMDeviceBond.html +++ b/docs/libnm/html/NMDeviceBond.html @@ -273,7 +273,7 @@ copy used by the device, and must not be modified.

The “slaves” property

  “slaves”                   GPtrArray *

The devices slaved to the bond device.

-

Element-type: NMDevice

+

[type GPtrArray(NMDevice)]

Flags: Read

diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html index 6936ca89..5d366ac6 100644 --- a/docs/libnm/html/NMDeviceBridge.html +++ b/docs/libnm/html/NMDeviceBridge.html @@ -273,7 +273,7 @@ copy used by the device, and must not be modified.

The “slaves” property

  “slaves”                   GPtrArray *

The devices slaved to the bridge device.

-

Element-type: NMDevice

+

[type GPtrArray(NMDevice)]

Flags: Read

diff --git a/docs/libnm/html/NMDeviceIPTunnel.html b/docs/libnm/html/NMDeviceIPTunnel.html index c8807ffe..83e6348a 100644 --- a/docs/libnm/html/NMDeviceIPTunnel.html +++ b/docs/libnm/html/NMDeviceIPTunnel.html @@ -126,6 +126,14 @@ nm_device_ip_tunnel_get_flow_label () + + +NMIPTunnelFlags + + +nm_device_ip_tunnel_get_flags () + + @@ -145,6 +153,11 @@ guint +flags +Read + + +guint flow-label Read @@ -254,6 +267,10 @@ NM_DEVICE_IP_TUNNEL_FLOW_LABEL +#define +NM_DEVICE_IP_TUNNEL_FLAGS + +   NMDeviceIPTunnel @@ -568,6 +585,32 @@ nm_device_ip_tunnel_get_flow_label (

Since: 1.2

+
+
+

nm_device_ip_tunnel_get_flags ()

+
NMIPTunnelFlags
+nm_device_ip_tunnel_get_flags (NMDeviceIPTunnel *device);
+
+

Parameters

+
+++++ + + + + + +

device

a NMDeviceIPTunnel

 
+
+
+

Returns

+

the tunnel flags

+
+

Since: 1.12

+

Types and Values

@@ -638,6 +681,12 @@ nm_device_ip_tunnel_get_flow_label (
+

NM_DEVICE_IP_TUNNEL_FLAGS

+
#define NM_DEVICE_IP_TUNNEL_FLAGS               "flags"
+
+
+
+

NMDeviceIPTunnel

typedef struct _NMDeviceIPTunnel NMDeviceIPTunnel;
@@ -656,6 +705,15 @@ tunnels.


+

The “flags” property

+
  “flags”                    guint
+

Tunnel flags.

+

Flags: Read

+

Default value: 0

+

Since: 1.12

+
+
+

The “flow-label” property

  “flow-label”               guint

The flow label to assign to tunnel packets. This property diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html index d4b1a6e4..ccd6e47a 100644 --- a/docs/libnm/html/NMDeviceTeam.html +++ b/docs/libnm/html/NMDeviceTeam.html @@ -333,7 +333,7 @@ device, and must not be modified.

The “slaves” property

  “slaves”                   GPtrArray *

The devices enslaved to the team device.

-

Element-type: NMDevice

+

[type GPtrArray(NMDevice)]

Flags: Read

diff --git a/docs/libnm/html/NMDeviceWifi.html b/docs/libnm/html/NMDeviceWifi.html index eacae65f..252037e9 100644 --- a/docs/libnm/html/NMDeviceWifi.html +++ b/docs/libnm/html/NMDeviceWifi.html @@ -816,7 +816,7 @@ set.

The “access-points” property

  “access-points”            GPtrArray *

List of all Wi-Fi access points the device can see.

-

Element-type: NMAccessPoint

+

[type GPtrArray(NMAccessPoint)]

Flags: Read


diff --git a/docs/libnm/html/NMDeviceWimax.html b/docs/libnm/html/NMDeviceWimax.html index 2cb66cbe..6799ddd6 100644 --- a/docs/libnm/html/NMDeviceWimax.html +++ b/docs/libnm/html/NMDeviceWimax.html @@ -677,7 +677,7 @@ meaning when the device is not connected.

The “nsps” property

  “nsps”                     GPtrArray *

List of all WiMAX Network Service Providers the device can see.

-

Element-type: NMWimaxNsp

+

[type GPtrArray(NMWimaxNsp)]

Flags: Read


diff --git a/docs/libnm/html/NMDhcpConfig.html b/docs/libnm/html/NMDhcpConfig.html index 495070c0..16794a9a 100644 --- a/docs/libnm/html/NMDhcpConfig.html +++ b/docs/libnm/html/NMDhcpConfig.html @@ -257,8 +257,6 @@ configuration, and must not be modified.

The “options” property

  “options”                  GHashTable *
-

The GHashTable containing options of the configuration.

-

Type: GLib.HashTable(utf8,utf8)

Flags: Read

diff --git a/docs/libnm/html/NMIPConfig.html b/docs/libnm/html/NMIPConfig.html index b62bc639..5948b14c 100644 --- a/docs/libnm/html/NMIPConfig.html +++ b/docs/libnm/html/NMIPConfig.html @@ -549,6 +549,7 @@ nm_ip_config_get_wins_servers (

The “routes” property

  “routes”                   GPtrArray *

A GPtrArray containing the routes (NMIPRoute) of the configuration.

+

[type GPtrArray(NMIPRoute)]

Flags: Read


diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index e8a18ec8..b901f314 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -119,6 +119,7 @@ ╰── NMObject ├── NMAccessPoint ├── NMActiveConnection + ├── NMCheckpoint ├── NMDevice ├── NMDhcpConfig ├── NMIPConfig diff --git a/docs/libnm/html/NMRemoteConnection.html b/docs/libnm/html/NMRemoteConnection.html index 6cd6e6dd..cc4b7999 100644 --- a/docs/libnm/html/NMRemoteConnection.html +++ b/docs/libnm/html/NMRemoteConnection.html @@ -164,6 +164,14 @@ +NMSettingsConnectionFlags + + +nm_remote_connection_get_flags () + + + + gboolean @@ -183,6 +191,11 @@ +guint +flags +Read + + gboolean unsaved Read @@ -217,6 +230,10 @@ #define +NM_REMOTE_CONNECTION_FLAGS + + +#define NM_REMOTE_CONNECTION_VISIBLE @@ -303,7 +320,7 @@ nm_remote_connection_update2 (Since: 1.10.2

+

Since: 1.12


@@ -918,6 +935,32 @@ representation.


+

nm_remote_connection_get_flags ()

+
NMSettingsConnectionFlags
+nm_remote_connection_get_flags (NMRemoteConnection *connection);
+
+

Parameters

+
+++++ + + + + + +

connection

the NMRemoteConnection

 
+
+
+

Returns

+

the flags of the connection of type NMSettingsConnectionFlags.

+
+

Since: 1.12

+
+
+

nm_remote_connection_get_visible ()

gboolean
 nm_remote_connection_get_visible (NMRemoteConnection *connection);
@@ -972,6 +1015,12 @@ user, +

NM_REMOTE_CONNECTION_FLAGS

+
#define NM_REMOTE_CONNECTION_FLAGS           "flags"
+
+
+
+

NM_REMOTE_CONNECTION_VISIBLE

#define NM_REMOTE_CONNECTION_VISIBLE         "visible"
 
@@ -985,6 +1034,16 @@ user,

Property Details

+

The “flags” property

+
  “flags”                    guint
+

The flags of the connection as unsigned integer. The values +correspond to the NMSettingsConnectionFlags enum.

+

Flags: Read

+

Default value: 0

+

Since: 1.12

+
+
+

The “unsaved” property

  “unsaved”                  gboolean

TRUE if the remote connection contains changes that have not been saved diff --git a/docs/libnm/html/NMSecretAgentOld.html b/docs/libnm/html/NMSecretAgentOld.html index b7625a37..81801e6d 100644 --- a/docs/libnm/html/NMSecretAgentOld.html +++ b/docs/libnm/html/NMSecretAgentOld.html @@ -722,63 +722,6 @@ nm_secret_agent_old_get_secrets (NMSecretAgentGetSecretsFlags flags, NMSecretAgentOldGetSecretsFunc callback, gpointer user_data); -

Asynchronously retrieves secrets belonging to connection - for the -setting setting_name -. flags - indicate specific behavior that the secret -agent should use when performing the request, for example returning only -existing secrets without user interaction, or requesting entirely new -secrets from the user.

-

Virtual: get_secrets

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

self

a NMSecretAgentOld

 

connection

the NMConnection for which we're asked secrets

 

setting_name

the name of the secret setting

 

hints

hints to the agent.

[array zero-terminated=1]

flags

flags that modify the behavior of the request

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback -.

[closure]
-

@@ -788,43 +731,6 @@ nm_secret_agent_old_save_secrets (NMConnection *connection, NMSecretAgentOldSaveSecretsFunc callback, gpointer user_data); -

Asynchronously ensures that all secrets inside connection - are stored to -disk.

-

Virtual: save_secrets

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

self

a NMSecretAgentOld

 

connection

a NMConnection

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback -.

[closure]
-

@@ -834,43 +740,6 @@ nm_secret_agent_old_delete_secrets (NMConnection *connection, NMSecretAgentOldDeleteSecretsFunc callback, gpointer user_data); -

Asynchronously asks the agent to delete all saved secrets belonging to -connection -.

-

Virtual: delete_secrets

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

self

a NMSecretAgentOld

 

connection

a NMConnection

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback -.

[closure]
-
diff --git a/docs/libnm/html/NMSettingBond.html b/docs/libnm/html/NMSettingBond.html index d64629ac..e4284e3f 100644 --- a/docs/libnm/html/NMSettingBond.html +++ b/docs/libnm/html/NMSettingBond.html @@ -782,10 +782,6 @@ the

The “options” property

  “options”                  GHashTable *
-

Dictionary of key/value pairs of bonding options. Both keys and values -must be strings. Option names must contain only alphanumeric characters -(ie, [a-zA-Z0-9]).

-

Type: GHashTable(utf8,utf8)

Flags: Read / Write

diff --git a/docs/libnm/html/NMSettingBridge.html b/docs/libnm/html/NMSettingBridge.html index 5644cae1..116589b0 100644 --- a/docs/libnm/html/NMSettingBridge.html +++ b/docs/libnm/html/NMSettingBridge.html @@ -613,6 +613,10 @@ referred instead to generate the initial MAC address. Note that setting "ethernet.cloned-mac-address" anyway overwrites the MAC address of the bridge later while activating the bridge. Hence, this property is deprecated.

+
+

NMSettingBridge:mac-address has been deprecated since version 1.12 and should not be used in newly-written code.

+

Use the ethernet.cloned-mac-address property instead.

+

Flags: Read / Write

Default value: NULL

diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 36f687c3..6fbb0b5f 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -280,6 +280,14 @@ nm_setting_connection_get_auth_retries () + + +NMSettingConnectionMdns + + +nm_setting_connection_get_mdns () + + @@ -346,6 +354,11 @@ Read / Write +gint +mdns +Read / Write + + NMMetered metered Read / Write @@ -508,6 +521,10 @@ NM_SETTING_CONNECTION_AUTH_RETRIES +#define +NM_SETTING_CONNECTION_MDNS + + enum NMSettingConnectionAutoconnectSlaves @@ -516,6 +533,10 @@ NMSettingConnectionLldp +enum +NMSettingConnectionMdns + +   NMSettingConnection @@ -526,7 +547,8 @@

Object Hierarchy

    GEnum
     ├── NMSettingConnectionAutoconnectSlaves
-    ╰── NMSettingConnectionLldp
+    ├── NMSettingConnectionLldp
+    ╰── NMSettingConnectionMdns
     GObject
     ╰── NMSetting
         ╰── NMSettingConnection
@@ -1493,6 +1515,32 @@ infinity and -1 means a global default value.

Since: 1.10

+
+
+

nm_setting_connection_get_mdns ()

+
NMSettingConnectionMdns
+nm_setting_connection_get_mdns (NMSettingConnection *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingConnection

 
+
+
+

Returns

+

the “mdns” property of the setting.

+
+

Since: 1.12

+

Types and Values

@@ -1641,6 +1689,12 @@ infinity and -1 means a global default value.


+

NM_SETTING_CONNECTION_MDNS

+
#define NM_SETTING_CONNECTION_MDNS           "mdns"
+
+
+
+

enum NMSettingConnectionAutoconnectSlaves

NMSettingConnectionAutoconnectSlaves values indicate whether slave connections should be activated when master is activated.

@@ -1720,6 +1774,52 @@ should be activated when master is activated.


+

enum NMSettingConnectionMdns

+

NMSettingConnectionMdns values indicate whether mDNS should be enabled.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

NM_SETTING_CONNECTION_MDNS_DEFAULT

+

default value

+
 

NM_SETTING_CONNECTION_MDNS_NO

+

disable mDNS

+
 

NM_SETTING_CONNECTION_MDNS_RESOLVE

+

support only resolving, do not register hostname

+
 

NM_SETTING_CONNECTION_MDNS_YES

+

enable mDNS

+
 
+
+

Since: 1.12

+
+
+

NMSettingConnection

typedef struct _NMSettingConnection NMSettingConnection;

General Connection Profile Settings

@@ -1747,6 +1847,9 @@ retries for 3 times before failing the connection.

NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection.

+

Note that autoconnect is not implemented for VPN profiles. See +“secondaries” as an alternative to automatically +connect VPN profiles.

Flags: Read / Write / Construct

Default value: TRUE

@@ -1780,7 +1883,9 @@ to autoconnect again.

  “autoconnect-slaves”       NMSettingConnectionAutoconnectSlaves

Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect -for master connections. +for master connections. The properties “autoconnect”, +“autoconnect-priority” and “autoconnect-retries” +are unrelated to this setting. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to @@ -1843,6 +1948,22 @@ connection may be applied to the wrong interface.


+

The “mdns” property

+
  “mdns”                     gint
+

Whether mDNS is enabled for the connection.

+

The permitted values are: yes: register hostname and resolving +for the connection, no: disable mDNS for the interface, resolve: +do not register hostname but allow resolving of mDNS host names. +When updating this property on a currently activated connection, +the change takes effect immediately.

+

This feature requires a plugin which supports mDNS. One such +plugin is dns-systemd-resolved.

+

Flags: Read / Write

+

Default value: -1

+

Since: 1.12

+
+
+

The “metered” property

  “metered”                  NMMetered

Whether the connection is metered.

@@ -1906,10 +2027,11 @@ slave.

The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable -and wifi.cloned-mac-address=stable. Note that also the interface name -of the activating connection and a per-host secret key is included -into the address generation so that the same stable-id on different -hosts/devices yields different addresses.

+and wifi.cloned-mac-address=stable. It is also used as DHCP client +identifier with ipv4.dhcp-client-id=stable.

+

Note that also the interface name of the activating connection and a +per-host secret key is included into the address generation so that the +same stable-id on different hosts/devices yields different addresses.

If the value is unset, an ID unique for the connection is used. Specifying a stable-id allows multiple connections to generate the same addresses. Another use is to generate IDs at runtime via diff --git a/docs/libnm/html/NMSettingDcb.html b/docs/libnm/html/NMSettingDcb.html index f7560b20..44373e30 100644 --- a/docs/libnm/html/NMSettingDcb.html +++ b/docs/libnm/html/NMSettingDcb.html @@ -1328,7 +1328,7 @@ Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use. The sum of all percentages for priorities which belong to the same group must total 100 percents.

-

Element-type: guint

+

[type GArray(guint)]

Flags: Read / Write


@@ -1338,7 +1338,7 @@ percents.

An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause.

-

Element-type: gboolean

+

[type GArray(gboolean)]

Flags: Read / Write


@@ -1358,7 +1358,7 @@ Flags may be any combination of [type GArray(guint)]

Flags: Read / Write


@@ -1377,7 +1377,7 @@ any combination of
[type GArray(guint)]

Flags: Read / Write


@@ -1387,7 +1387,7 @@ Priority Group ID values are 0 - 7 or 15 for the unrestricted group.

An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group.

-

Element-type: gboolean

+

[type GArray(gboolean)]

Flags: Read / Write


@@ -1397,7 +1397,7 @@ use all of the bandwidth allocated to its assigned group.

An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped.

-

Element-type: guint

+

[type GArray(guint)]

Flags: Read / Write

diff --git a/docs/libnm/html/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html index 4bd8df58..b26150c1 100644 --- a/docs/libnm/html/NMSettingIP4Config.html +++ b/docs/libnm/html/NMSettingIP4Config.html @@ -319,6 +319,14 @@ an hardware address (e.g. '01:xx:xx:xx:xx:xx:xx' where 1 is the Ethernet ARP type and the rest is a MAC address). If the property is not a hex string it is considered as a non-hardware-address client ID and the 'type' field is set to 0.

+

The special values "mac" and "perm-mac" are supported, which use the +current or permanent MAC address of the device to generate a client identifier +with type ethernet type (01). Currently, these options only work for ethernet +type of links.

+

The special value "stable" is supported to generate a type 0 client identifier based +on the stable-id (see connection.stable-id).

+

If unset, a globally configured default is used. If still unset, the +client-id from the last lease is reused.

Flags: Read / Write

Default value: NULL

diff --git a/docs/libnm/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index 5fe47818..63e0b785 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -840,6 +840,10 @@ #define +
NM_IP_ADDRESS_ATTRIBUTE_LABEL + + +#define NM_IP_ROUTE_ATTRIBUTE_TABLE @@ -3832,6 +3836,12 @@ the particular kind of device.

Types and Values

+

NM_IP_ADDRESS_ATTRIBUTE_LABEL

+
#define NM_IP_ADDRESS_ATTRIBUTE_LABEL        "label"
+
+
+
+

NM_IP_ROUTE_ATTRIBUTE_TABLE

#define NM_IP_ROUTE_ATTRIBUTE_TABLE          "table"
 
@@ -4136,7 +4146,7 @@ the particular kind of device.

The “addresses” property

  “addresses”                GPtrArray *

Array of IP addresses.

-

Element-Type: NMIPAddress

+

[type GPtrArray(NMIPAddress)]

Flags: Read / Write


@@ -4147,8 +4157,9 @@ the particular kind of device.

addresses on the network. If an address conflict is detected, the activation will fail. A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration -ipvx.dad-timeout override or 3 seconds). A value greater than zero is a +ipvx.dad-timeout override or zero). A value greater than zero is a timeout in milliseconds.

+

The property is currently implemented only for IPv4.

Flags: Read / Write / Construct

Allowed values: [-1,30000]

Default value: -1

@@ -4232,7 +4243,10 @@ value will be used.

The “dns-search” property

  “dns-search”               GStrv
-

Array of DNS search domains.

+

Array of DNS search domains. Domains starting with a tilde ('~') +are considered 'routing' domains and are used only to decide the +interface over which a query must be forwarded; they are not used +to complete unqualified host names.

Flags: Read / Write


@@ -4353,7 +4367,7 @@ of NetworkManager.

The “routes” property

  “routes”                   GPtrArray *

Array of IP routes.

-

Element-Type: NMIPRoute

+

[type GPtrArray(NMIPRoute)]

Flags: Read / Write

diff --git a/docs/libnm/html/NMSettingIPTunnel.html b/docs/libnm/html/NMSettingIPTunnel.html index e8bb273c..093a8cf5 100644 --- a/docs/libnm/html/NMSettingIPTunnel.html +++ b/docs/libnm/html/NMSettingIPTunnel.html @@ -140,6 +140,14 @@ nm_setting_ip_tunnel_get_mtu () + + +NMIPTunnelFlags + + +nm_setting_ip_tunnel_get_flags () + + @@ -159,6 +167,11 @@ guint +flags +Read / Write + + +guint flow-label Read / Write / Construct @@ -281,15 +294,25 @@ NM_SETTING_IP_TUNNEL_MTU +#define +NM_SETTING_IP_TUNNEL_FLAGS + +   NMSettingIPTunnel + +enum +NMIPTunnelFlags +

Object Hierarchy

-
    GObject
+
    GFlags
+    ╰── NMIPTunnelFlags
+    GObject
     ╰── NMSetting
         ╰── NMSettingIPTunnel
 
@@ -637,6 +660,12 @@ nm_setting_ip_tunnel_get_mtu (Since: 1.2

+
+
+

nm_setting_ip_tunnel_get_flags ()

+
NMIPTunnelFlags
+nm_setting_ip_tunnel_get_flags (NMSettingIPTunnel *setting);
+

Types and Values

@@ -719,10 +748,67 @@ nm_setting_ip_tunnel_get_mtu ( +

NM_SETTING_IP_TUNNEL_FLAGS

+
#define NM_SETTING_IP_TUNNEL_FLAGS               "flags"
+
+
+
+

NMSettingIPTunnel

typedef struct _NMSettingIPTunnel NMSettingIPTunnel;

IP Tunneling Settings

+
+
+

enum NMIPTunnelFlags

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

NM_IP_TUNNEL_FLAG_NONE

  

NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT

  

NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS

  

NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL

  

NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV

  

NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY

  

NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK

  
+
+

Property Details

@@ -738,6 +824,19 @@ to packets. This property applies only to IPv6 tunnels.


+

The “flags” property

+
  “flags”                    guint
+

Tunnel flags. Currently the following values are supported: +NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT, NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS, +NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL, NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV, +NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY, NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK. +They are valid only for IPv6 tunnels.

+

Flags: Read / Write

+

Default value: 0

+

Since: 1.12

+
+
+

The “flow-label” property

  “flow-label”               guint

The flow label to assign to tunnel packets. This property applies only to diff --git a/docs/libnm/html/NMSettingTeam.html b/docs/libnm/html/NMSettingTeam.html index 19f211c7..f9352308 100644 --- a/docs/libnm/html/NMSettingTeam.html +++ b/docs/libnm/html/NMSettingTeam.html @@ -710,7 +710,7 @@ consistency with the link_watcher constructors of other type

the new NMTeamLinkWatcher object.

[transfer full]

-

Since: 1.10.2

+

Since: 1.12


@@ -765,7 +765,7 @@ target address in the NS packet

the new NMTeamLinkWatcher object, or NULL on error.

[transfer full]

-

Since: 1.10.2

+

Since: 1.12


@@ -833,7 +833,7 @@ address in the arp request

the new NMTeamLinkWatcher object, or NULL on error.

[transfer full]

-

Since: 1.10.2

+

Since: 1.12


@@ -856,7 +856,7 @@ nm_team_link_watcher_ref (Since: 1.10.2

+

Since: 1.12


@@ -880,7 +880,7 @@ reaches zero, the object will be destroyed.

-

Since: 1.10.2

+

Since: 1.12


@@ -917,7 +917,7 @@ to.

Returns

TRUE if the objects contain the same values, FALSE if they do not.

-

Since: 1.10.2

+

Since: 1.12


@@ -947,7 +947,7 @@ nm_team_link_watcher_dup ([transfer full]

-

Since: 1.10.2

+

Since: 1.12


-

Since: 1.10.2

+

Since: 1.12


@@ -994,7 +994,7 @@ coming up and the runner beeing notified about it.

-

Since: 1.10.2

+

Since: 1.12


@@ -1018,7 +1018,7 @@ going down and the runner beeing notified about it.

-

Since: 1.10.2

+

Since: 1.12


@@ -1042,7 +1042,7 @@ wait before sending the first packet to the target host.

-

Since: 1.10.2

+

Since: 1.12


@@ -1066,7 +1066,7 @@ sending two check packets to the target host.

-

Since: 1.10.2

+

Since: 1.12


-

Since: 1.10.2

+

Since: 1.12


@@ -1113,7 +1113,7 @@ packets.

-

Since: 1.10.2

+

Since: 1.12



-

Since: 1.10.2

+

Since: 1.12


-

Since: 1.10.2

+

Since: 1.12


@@ -1250,7 +1250,7 @@ nm_setting_team_get_notify_peers_interval

Returns

the #“notify-peers-interval” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1277,7 +1277,7 @@ nm_setting_team_get_mcast_rejoin_count

Returns

the #“mcast-rejoin-count” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1304,7 +1304,7 @@ nm_setting_team_get_mcast_rejoin_interval

Returns

the #“mcast-rejoin-interval” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1330,7 +1330,7 @@ nm_setting_team_get_runner (

Returns

the #“runner” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1357,7 +1357,7 @@ nm_setting_team_get_runner_hwaddr_policy

Returns

the #“runner-hwaddr-policy” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1384,7 +1384,7 @@ nm_setting_team_get_runner_tx_balancer

Returns

the #“runner-tx-balancer” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1411,7 +1411,7 @@ nm_setting_team_get_runner_tx_balancer_interval

Returns

the #“runner-tx-balancer_interval” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1437,7 +1437,7 @@ nm_setting_team_get_runner_active (

Returns

the #“runner_active” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1463,7 +1463,7 @@ nm_setting_team_get_runner_fast_rate (

Returns

the #“runner-fast-rate” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1489,7 +1489,7 @@ nm_setting_team_get_runner_sys_prio (

Returns

the #“runner-sys-prio” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1515,7 +1515,7 @@ nm_setting_team_get_runner_min_ports (

Returns

the #“runner-min-ports” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1542,7 +1542,7 @@ nm_setting_team_get_runner_agg_select_policy

Returns

the #“runner-agg-select-policy” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -1578,7 +1578,7 @@ nm_setting_team_remove_runner_tx_hash_by_value

Returns

TRUE if the txhash element was found and removed; FALSE if it was not.

-

Since: 1.10.2

+

Since: 1.12


@@ -1605,7 +1605,7 @@ nm_setting_team_get_num_runner_tx_hash

Returns

the number of elements in txhash

-

Since: 1.10.2

+

Since: 1.12


@@ -1640,7 +1640,7 @@ nm_setting_team_get_runner_tx_hash ( the txhash element at index idx

-

Since: 1.10.2

+

Since: 1.12



@@ -1708,7 +1708,7 @@ nm_setting_team_add_runner_tx_hash ( TRUE if the txhash element was added; FALSE if the element was already knnown.

-

Since: 1.10.2

+

Since: 1.12


@@ -1734,7 +1734,7 @@ nm_setting_team_get_num_link_watchers (

Returns

the number of configured link watchers

-

Since: 1.10.2

+

Since: 1.12


@@ -1770,7 +1770,7 @@ nm_setting_team_get_link_watcher (

[transfer none]

-

Since: 1.10.2

+

Since: 1.12


@@ -1806,7 +1806,7 @@ nm_setting_team_add_link_watcher ( TRUE if the link watcher is added; FALSE if an identical link watcher was already there.

-

Since: 1.10.2

+

Since: 1.12


@@ -1837,7 +1837,7 @@ nm_setting_team_remove_link_watcher (
-

Since: 1.10.2

+

Since: 1.12


@@ -1873,7 +1873,7 @@ nm_setting_team_remove_link_watcher_by_value

Returns

TRUE if the link watcher was found and removed, FALSE otherwise.

-

Since: 1.10.2

+

Since: 1.12


@@ -1896,7 +1896,7 @@ nm_setting_team_clear_link_watchers (
-

Since: 1.10.2

+

Since: 1.12

@@ -2226,9 +2226,9 @@ Available keys are: ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-incative', 'send-always'. See teamd.conf man for more details.

-

Element-Type: NMTeamLinkWatcher

+

[type GPtrArray(NMTeamLinkWatcher)]

Flags: Read / Write

-

Since: 1.10.2

+

Since: 1.12


@@ -2237,7 +2237,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',

Corresponds to the teamd mcast_rejoin.count.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -2246,7 +2246,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',

Corresponds to the teamd mcast_rejoin.interval.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -2255,7 +2255,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',

Corresponds to the teamd notify_peers.count.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -2264,7 +2264,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',

Corresponds to the teamd notify_peers.interval.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -2279,7 +2279,7 @@ other runners will be set to an empty value (or if not possible to a default value).

Flags: Read / Write

Default value: NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -2288,7 +2288,7 @@ a default value).

Corresponds to the teamd runner.active.

Flags: Read / Write

Default value: FALSE

-

Since: 1.10.2

+

Since: 1.12


@@ -2297,7 +2297,7 @@ a default value).

Corresponds to the teamd runner.agg_select_policy.

Flags: Read / Write

Default value: NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -2306,7 +2306,7 @@ a default value).

Corresponds to the teamd runner.fast_rate.

Flags: Read / Write

Default value: FALSE

-

Since: 1.10.2

+

Since: 1.12


@@ -2315,7 +2315,7 @@ a default value).

Corresponds to the teamd runner.hwaddr_policy.

Flags: Read / Write

Default value: NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -2324,7 +2324,7 @@ a default value).

Corresponds to the teamd runner.min_ports.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -2333,7 +2333,7 @@ a default value).

Corresponds to the teamd runner.sys_prio.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -2342,7 +2342,7 @@ a default value).

Corresponds to the teamd runner.tx_balancer.name.

Flags: Read / Write

Default value: NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -2351,7 +2351,7 @@ a default value).

Corresponds to the teamd runner.tx_balancer.interval.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -2359,7 +2359,7 @@ a default value).

  “runner-tx-hash”           GStrv

Corresponds to the teamd runner.tx_hash.

Flags: Read / Write

-

Since: 1.10.2

+

Since: 1.12

diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index 4e5feda1..b71ec713 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -325,7 +325,7 @@ nm_setting_team_port_get_queue_id (

Returns

the “queue_id” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -351,7 +351,7 @@ nm_setting_team_port_get_prio (

Returns

the “prio” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -377,7 +377,7 @@ nm_setting_team_port_get_sticky (

Returns

the “sticky” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -403,7 +403,7 @@ nm_setting_team_port_get_lacp_prio (

Returns

the “lacp-prio” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -429,7 +429,7 @@ nm_setting_team_port_get_lacp_key (

Returns

the “lacp-key” property of the setting

-

Since: 1.10.2

+

Since: 1.12


@@ -456,7 +456,7 @@ nm_setting_team_port_get_num_link_watchers

Returns

the number of configured link watchers

-

Since: 1.10.2

+

Since: 1.12


@@ -492,7 +492,7 @@ nm_setting_team_port_get_link_watcher ([transfer none]

-

Since: 1.10.2

+

Since: 1.12


@@ -528,7 +528,7 @@ nm_setting_team_port_add_link_watcher (TRUE if the link watcher is added; FALSE if an identical link watcher was already there.

-

Since: 1.10.2

+

Since: 1.12


@@ -560,7 +560,7 @@ nm_setting_team_port_remove_link_watcher
-

Since: 1.10.2

+

Since: 1.12


@@ -596,7 +596,7 @@ nm_setting_team_port_remove_link_watcher_by_value

Returns

TRUE if the link watcher was found and removed, FALSE otherwise.

-

Since: 1.10.2

+

Since: 1.12


@@ -620,7 +620,7 @@ nm_setting_team_port_clear_link_watchers
-

Since: 1.10.2

+

Since: 1.12

@@ -710,7 +710,7 @@ used. See man teamd.conf for the format details.

Corresponds to the teamd ports.PORTIFNAME.lacp_key.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -719,7 +719,7 @@ used. See man teamd.conf for the format details.

Corresponds to the teamd ports.PORTIFNAME.lacp_prio.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -733,9 +733,9 @@ Available keys are: ethtool: 'delay-up', 'delay-down', 'init-wait'; nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', 'validate-incative', 'send-always'. See teamd.conf man for more details.

-

Element-Type: NMTeamLinkWatcher

+

[type GPtrArray(NMTeamLinkWatcher)]

Flags: Read / Write

-

Since: 1.10.2

+

Since: 1.12


@@ -744,7 +744,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active',

Corresponds to the teamd ports.PORTIFNAME.prio.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -754,7 +754,7 @@ arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', When set to -1 means the parameter is skipped from the json config.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


@@ -763,7 +763,7 @@ When set to -1 means the parameter is skipped from the json config.

Corresponds to the teamd ports.PORTIFNAME.sticky.

Flags: Read / Write

Default value: FALSE

-

Since: 1.10.2

+

Since: 1.12

diff --git a/docs/libnm/html/NMSettingVlan.html b/docs/libnm/html/NMSettingVlan.html index 4aeec14f..e9f270e5 100644 --- a/docs/libnm/html/NMSettingVlan.html +++ b/docs/libnm/html/NMSettingVlan.html @@ -798,7 +798,7 @@ to 802.1p priorities used in VLANs.

NM_VLAN_FLAG_GVRP

indicates that this interface should use GVRP to register - itself with it's switch

+ itself with its switch

  @@ -815,7 +815,7 @@ to 802.1p priorities used in VLANs.

NM_VLAN_FLAG_MVRP

indicates that this interface should use MVRP to register - itself with it's switch

+ itself with its switch

  diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index 8814e6f8..10bf4db3 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -119,6 +119,13 @@ +const char ** + + +nm_setting_vpn_get_data_keys () + + + guint32 @@ -158,6 +165,13 @@ +const char ** + + +nm_setting_vpn_get_secret_keys () + + + guint32 @@ -581,6 +595,45 @@ during iteration will not be part of the iteration.


+

nm_setting_vpn_get_data_keys ()

+
const char **
+nm_setting_vpn_get_data_keys (NMSettingVpn *setting,
+                              guint *out_length);
+

Retrieves every data key inside setting +, as an array.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

setting

the NMSettingVpn

 

out_length

(out): the length of the returned array.

[allow-none]
+
+
+

Returns

+

a +NULL-terminated array containing each data key or NULL if +there are no data items.

+

[array length=out_length][transfer container]

+
+

Since: 1.12

+
+
+

nm_setting_vpn_get_num_secrets ()

guint32
 nm_setting_vpn_get_num_secrets (NMSettingVpn *setting);
@@ -759,6 +812,45 @@ iteration will not be part of the iteration.


+

nm_setting_vpn_get_secret_keys ()

+
const char **
+nm_setting_vpn_get_secret_keys (NMSettingVpn *setting,
+                                guint *out_length);
+

Retrieves every secret key inside setting +, as an array.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

setting

the NMSettingVpn

 

out_length

(out): the length of the returned array.

[allow-none]
+
+
+

Returns

+

a +NULL-terminated array containing each secret key or NULL if +there are no secrets.

+

[array length=out_length][transfer container]

+
+

Since: 1.12

+
+
+

nm_setting_vpn_get_timeout ()

guint32
 nm_setting_vpn_get_timeout (NMSettingVpn *setting);
@@ -839,9 +931,6 @@ nm_setting_vpn_get_timeout (

The “data” property

  “data”                     GHashTable *
-

Dictionary of key/value pairs of VPN plugin specific data. Both keys and -values must be strings.

-

Type: GHashTable(utf8,utf8)

Flags: Read / Write


@@ -858,9 +947,6 @@ until explicitly disconnected.

The “secrets” property

  “secrets”                  GHashTable *
-

Dictionary of key/value pairs of VPN plugin specific secrets like -passwords or private keys. Both keys and values must be strings.

-

Type: GHashTable(utf8,utf8)

Flags: Read / Write


diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index 3bbe9fd4..e22c9fd9 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -1534,11 +1534,6 @@ the different types of virtual network devices available on s390 systems.

The “s390-options” property

  “s390-options”             GHashTable *
-

Dictionary of key/value pairs of s390-specific device options. Both keys -and values must be strings. Allowed keys include "portno", "layer2", -"portname", "protocol", among others. Key names must contain only -alphanumeric characters (ie, [a-zA-Z0-9]).

-

Type: GHashTable(utf8,utf8)

Flags: Read / Write


diff --git a/docs/libnm/html/NMSettingWirelessSecurity.html b/docs/libnm/html/NMSettingWirelessSecurity.html index 848f2cf9..c8b208a7 100644 --- a/docs/libnm/html/NMSettingWirelessSecurity.html +++ b/docs/libnm/html/NMSettingWirelessSecurity.html @@ -297,6 +297,14 @@ use WEP, LEAP, WPA or WPA2/RSN security

nm_setting_wireless_security_get_wps_method () + + +NMSettingWirelessSecurityFils + + +nm_setting_wireless_security_get_fils () + + @@ -316,6 +324,11 @@ use WEP, LEAP, WPA or WPA2/RSN security

Read / Write +gint +fils +Read / Write / Construct + + GStrv group Read / Write @@ -441,6 +454,10 @@ use WEP, LEAP, WPA or WPA2/RSN security

NMSettingWirelessSecurityWpsMethod +enum +NMSettingWirelessSecurityFils + + #define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT @@ -517,6 +534,10 @@ use WEP, LEAP, WPA or WPA2/RSN security

NM_SETTING_WIRELESS_SECURITY_WPS_METHOD +#define +NM_SETTING_WIRELESS_SECURITY_FILS + +   NMSettingWirelessSecurity @@ -526,6 +547,7 @@ use WEP, LEAP, WPA or WPA2/RSN security

Object Hierarchy

    GEnum
+    ├── NMSettingWirelessSecurityFils
     ├── NMSettingWirelessSecurityPmf
     ├── NMSettingWirelessSecurityWpsMethod
     ╰── NMWepKeyType
@@ -1512,6 +1534,12 @@ nm_setting_wireless_security_get_wps_method
 

Since: 1.10

+
+
+

nm_setting_wireless_security_get_fils ()

+
NMSettingWirelessSecurityFils
+nm_setting_wireless_security_get_fils (NMSettingWirelessSecurity *setting);
+

Types and Values

@@ -1689,6 +1717,66 @@ the actual WEP key using the MD5 hash algorithm.


+

enum NMSettingWirelessSecurityFils

+

These flags indicate whether FILS must be enabled.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT

+

use the default value

+
 

NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE

+

disable FILS

+
 

NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL

+

enable FILS if the supplicant and the AP support it

+
 

NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED

+

require FILS and fail if not available

+
 

_NM_SETTING_WIRELESS_SECURITY_FILS_NUM

+

placeholder value for bounds-checking

+
 

NM_SETTING_WIRELESS_SECURITY_FILS_LAST

+

placeholder value for bounds-checking

+
 
+
+

Since: 1.12

+
+
+

NM_SETTING_WIRELESS_SECURITY_KEY_MGMT

#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt"
 
@@ -1803,6 +1891,12 @@ the actual WEP key using the MD5 hash algorithm.


+

NM_SETTING_WIRELESS_SECURITY_FILS

+
#define NM_SETTING_WIRELESS_SECURITY_FILS "fils"
+
+
+
+

NMSettingWirelessSecurity

typedef struct _NMSettingWirelessSecurity NMSettingWirelessSecurity;

Wi-Fi Security Settings

@@ -1823,6 +1917,22 @@ using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the

+

The “fils” property

+
  “fils”                     gint
+

Indicates whether Fast Initial Link Setup (802.11ai) must be enabled for +the connection. One of NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT (use +global default value), NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE +(disable FILS), NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL (enable FILS +if the supplicant and the access point support it) or +NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED (enable FILS and fail if not +supported). When set to NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT and +no global default is set, FILS will be optionally enabled.

+

Flags: Read / Write / Construct

+

Default value: 0

+

Since: 1.12

+
+
+

The “group” property

  “group”                    GStrv

A list of group/broadcast encryption algorithms which prevents diff --git a/docs/libnm/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index 7bdc9f9b..63f0e087 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -124,7 +124,8 @@ -struct _NMVpnPluginInfo * + +NMVpnPluginInfo * nm_vpn_editor_plugin_get_plugin_info () @@ -222,6 +223,10 @@   NMVpnEditorPluginVT + +  +NMVpnPluginInfo +

@@ -542,7 +547,7 @@ the given service.


nm_vpn_editor_plugin_get_plugin_info ()

-
struct _NMVpnPluginInfo *
+
NMVpnPluginInfo *
 nm_vpn_editor_plugin_get_plugin_info (NMVpnEditorPlugin *plugin);

Parameters

@@ -561,7 +566,7 @@ nm_vpn_editor_plugin_get_plugin_info (

Returns

-

if set, return the NMVpnPluginInfo instance.

+

if set, return the NMVpnPluginInfo instance.

[transfer none]

Since: 1.4

@@ -571,7 +576,7 @@ nm_vpn_editor_plugin_get_plugin_info (

nm_vpn_editor_plugin_set_plugin_info ()

void
 nm_vpn_editor_plugin_set_plugin_info (NMVpnEditorPlugin *plugin,
-                                      struct _NMVpnPluginInfo *plugin_info);
+ NMVpnPluginInfo *plugin_info);

Set or clear the plugin-info instance. This takes a weak reference on plugin_info , to avoid circular @@ -592,7 +597,7 @@ reference as the plugin-info might also reference the editor-plugin.

plugin_info

-

a NMVpnPluginInfo instance or NULL.

+

a NMVpnPluginInfo instance or NULL.

[allow-none] @@ -689,7 +694,7 @@ reference as the plugin-info might also reference the editor-plugin.

char * (*get_suggested_filename) (NMVpnEditorPlugin *plugin, NMConnection *connection); void (*notify_plugin_info_set) (NMVpnEditorPlugin *plugin, - struct _NMVpnPluginInfo *plugin_info); + NMVpnPluginInfo *plugin_info); const NMVpnEditorPluginVT *(*get_vt) (NMVpnEditorPlugin *plugin, gsize *out_vt_size); @@ -768,6 +773,15 @@ the plugin, without requiring to update libnm. Used by

NMVpnEditorPluginVT

typedef struct _NMVpnEditorPluginVT NMVpnEditorPluginVT;
+
+
+

NMVpnPluginInfo

+
typedef struct {
+	NM_AVAILABLE_IN_1_2
+	GObject parent;
+} NMVpnPluginInfo;
+
+

Property Details

diff --git a/docs/libnm/html/annotation-glossary.html b/docs/libnm/html/annotation-glossary.html index 2af383fb..5a66390d 100644 --- a/docs/libnm/html/annotation-glossary.html +++ b/docs/libnm/html/annotation-glossary.html @@ -20,6 +20,8 @@  |  I  |  + N +  |  O  |  S @@ -47,6 +49,9 @@

I

inout

Parameter for input and for returning results. Default is transfer full.

+

N

+
nullable
+

NULL may be passed as the value in, out, in-out; or as a return value.

O

out

Parameter for returning results. Default is transfer full.

diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index bd12cd14..bcb67421 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -447,7 +447,7 @@
-NM_AVAILABLE_IN_1_10_2, macro in nm-version +NM_AVAILABLE_IN_1_12, macro in nm-version
@@ -477,10 +477,50 @@
+NMCheckpoint, struct in nm-types +
+
+
+NMCheckpoint:created, object property in nm-types +
+
+
+NMCheckpoint:devices, object property in nm-types +
+
+
+NMCheckpoint:rollback-timeout, object property in nm-types +
+
+
NMCheckpointCreateFlags, enum in nm-dbus-interface
+NM_CHECKPOINT_CREATED, macro in nm-checkpoint +
+
+
+NM_CHECKPOINT_DEVICES, macro in nm-checkpoint +
+
+
+nm_checkpoint_get_created, function in nm-checkpoint +
+
+
+nm_checkpoint_get_devices, function in nm-checkpoint +
+
+
+nm_checkpoint_get_rollback_timeout, function in nm-checkpoint +
+
+
+NM_CHECKPOINT_ROLLBACK_TIMEOUT, macro in nm-checkpoint +
+
+
NMClient, struct in nm-types
@@ -537,6 +577,10 @@
+NMClient:checkpoints, object property in nm-types +
+
+
NMClient:connections, object property in nm-types
@@ -693,6 +737,38 @@
+nm_client_checkpoint_adjust_rollback_timeout, function in NMClient +
+
+
+nm_client_checkpoint_adjust_rollback_timeout_finish, function in NMClient +
+
+
+nm_client_checkpoint_create, function in NMClient +
+
+
+nm_client_checkpoint_create_finish, function in NMClient +
+
+
+nm_client_checkpoint_destroy, function in NMClient +
+
+
+nm_client_checkpoint_destroy_finish, function in NMClient +
+
+
+nm_client_checkpoint_rollback, function in NMClient +
+
+
+nm_client_checkpoint_rollback_finish, function in NMClient +
+
+
nm_client_check_connectivity, function in NMClient
@@ -797,6 +873,10 @@
+nm_client_get_checkpoints, function in NMClient +
+
+
nm_client_get_connections, function in NMClient
@@ -1378,6 +1458,10 @@
+NM_DBUS_INTERFACE_CHECKPOINT, macro in nm-dbus-interface +
+
+
NM_DBUS_INTERFACE_DEVICE, macro in nm-dbus-interface
@@ -1678,6 +1762,14 @@
+NM_DEPRECATED_IN_1_12, macro in nm-version +
+
+
+NM_DEPRECATED_IN_1_12_FOR, macro in nm-version +
+
+
NM_DEPRECATED_IN_1_2, macro in nm-version
@@ -1954,6 +2046,10 @@
+NMDeviceIPTunnel:flags, object property in nm-types +
+
+
NMDeviceIPTunnel:flow-label, object property in nm-types
@@ -2774,6 +2870,10 @@ NMDevicePpp, struct in nm-types
+NM_DEVICE_IP_TUNNEL_FLAGS, macro in NMDeviceIPTunnel +
+
+
NM_DEVICE_IP_TUNNEL_FLOW_LABEL, macro in NMDeviceIPTunnel
@@ -2782,6 +2882,10 @@ NMDevicePpp, struct in nm-types
+nm_device_ip_tunnel_get_flags, function in NMDeviceIPTunnel +
+
+
nm_device_ip_tunnel_get_flow_label, function in NMDeviceIPTunnel
@@ -3631,10 +3735,18 @@ NMDevicePpp, struct in nm-types
+NMIPTunnelFlags, enum in NMSettingIPTunnel +
+
+
NMIPTunnelMode, enum in nm-dbus-interface
+NM_IP_ADDRESS_ATTRIBUTE_LABEL, macro in NMSettingIPConfig +
+
+
nm_ip_address_dup, function in NMSettingIPConfig
@@ -3984,10 +4096,6 @@ json_object_iter, macro in nm-json
-json_object_iter_at, macro in nm-json -
-
-
json_object_iter_key, macro in nm-json
@@ -4180,6 +4288,10 @@ json_true, macro in nm-json
+NMRemoteConnection:flags, object property in nm-types +
+
+
NMRemoteConnection:unsaved, object property in nm-types
@@ -4216,6 +4328,14 @@ json_true, macro in nm-json
+NM_REMOTE_CONNECTION_FLAGS, macro in NMRemoteConnection +
+
+
+nm_remote_connection_get_flags, function in NMRemoteConnection +
+
+
nm_remote_connection_get_secrets, function in NMRemoteConnection
@@ -4765,6 +4885,10 @@ json_true, macro in nm-json
+NMSettingConnection:mdns, object property in NMSettingConnection +
+
+
NMSettingConnection:metered, object property in NMSettingConnection
@@ -4813,6 +4937,10 @@ json_true, macro in nm-json
+NMSettingConnectionMdns, enum in NMSettingConnection +
+
+
NMSettingDcb, struct in NMSettingDcb
@@ -5093,6 +5221,10 @@ json_true, macro in nm-json
+NMSettingIPTunnel:flags, object property in NMSettingIPTunnel +
+
+
NMSettingIPTunnel:flow-label, object property in NMSettingIPTunnel
@@ -5413,6 +5545,10 @@ NMSettingProxyMethod, enum in NMSettingProxy
+NMSettingsConnectionFlags, enum in nm-dbus-interface +
+
+
NMSettingSecretFlags, enum in NMSetting
@@ -5893,6 +6029,10 @@ NMSettingUser:data, object property in nm-core-types
+NMSettingWirelessSecurity:fils, object property in NMSettingWirelessSecurity +
+
+
NMSettingWirelessSecurity:group, object property in NMSettingWirelessSecurity
@@ -5965,6 +6105,10 @@ NMSettingUser:data, object property in nm-core-types
+NMSettingWirelessSecurityFils, enum in NMSettingWirelessSecurity +
+
+
NMSettingWirelessSecurityPmf, enum in NMSettingWirelessSecurity
@@ -7033,6 +7177,10 @@ NMSettingUser:data, object property in nm-core-types
+nm_setting_connection_get_mdns, function in NMSettingConnection +
+
+
nm_setting_connection_get_metered, function in NMSettingConnection
@@ -7097,6 +7245,10 @@ NMSettingUser:data, object property in nm-core-types
+NM_SETTING_CONNECTION_MDNS, macro in NMSettingConnection +
+
+
NM_SETTING_CONNECTION_METERED, macro in NMSettingConnection
@@ -7949,6 +8101,10 @@ NMSettingUser:data, object property in nm-core-types
+NM_SETTING_IP_TUNNEL_FLAGS, macro in NMSettingIPTunnel +
+
+
NM_SETTING_IP_TUNNEL_FLOW_LABEL, macro in NMSettingIPTunnel
@@ -7957,6 +8113,10 @@ NMSettingUser:data, object property in nm-core-types
+nm_setting_ip_tunnel_get_flags, function in NMSettingIPTunnel +
+
+
nm_setting_ip_tunnel_get_flow_label, function in NMSettingIPTunnel
@@ -9249,6 +9409,10 @@ nm_setting_user_set_data, function in nm-setting-user
+nm_setting_vpn_get_data_keys, function in NMSettingVpn +
+
+
nm_setting_vpn_get_num_data_items, function in NMSettingVpn
@@ -9265,6 +9429,10 @@ nm_setting_user_set_data, function in nm-setting-user
+nm_setting_vpn_get_secret_keys, function in NMSettingVpn +
+
+
nm_setting_vpn_get_service_type, function in NMSettingVpn
@@ -9833,10 +10001,18 @@ nm_setting_user_set_data, function in nm-setting-user
+NM_SETTING_WIRELESS_SECURITY_FILS, macro in NMSettingWirelessSecurity +
+
+
nm_setting_wireless_security_get_auth_alg, function in NMSettingWirelessSecurity
+nm_setting_wireless_security_get_fils, function in NMSettingWirelessSecurity +
+
+
nm_setting_wireless_security_get_group, function in NMSettingWirelessSecurity
@@ -10319,7 +10495,11 @@ nm_tc_tfilter_unref, function in nm-setting-tc-config
-nm_utils_fixup_desc_string, function in nm-libnm-utils +nm_utils_fixup_product_string, function in nm-libnm-utils +
+
+
+nm_utils_fixup_vendor_string, function in nm-libnm-utils
@@ -10664,7 +10844,7 @@ NMVpnEditorInterface, struct in NMVpnPluginInfo, struct in nm-vpn-plugin-info
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index 8d5e5ebc..ddd2828f 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@

- for libnm 1.10.6 + for libnm 1.11.3 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm/stable/. diff --git a/docs/libnm/html/libnm-nm-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html index 575adb4e..dbf59b84 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -206,6 +206,10 @@ #define +NM_DBUS_INTERFACE_CHECKPOINT + + +#define NM_DBUS_INTERFACE_SETTINGS @@ -406,6 +410,10 @@ enum +NMSettingsConnectionFlags + + +enum NMActivationStateFlags @@ -435,11 +443,13 @@ ├── NM80211ApSecurityFlags ├── NMActivationStateFlags ├── NMBluetoothCapabilities + ├── NMCheckpointCreateFlags ├── NMDeviceCapabilities ├── NMDeviceModemCapabilities ├── NMDeviceWifiCapabilities ├── NMSecretAgentCapabilities ├── NMSecretAgentGetSecretsFlags + ├── NMSettingsConnectionFlags ╰── NMSettingsUpdate2Flags

@@ -697,6 +707,12 @@
+

NM_DBUS_INTERFACE_CHECKPOINT

+
#define NM_DBUS_INTERFACE_CHECKPOINT           NM_DBUS_INTERFACE ".Checkpoint"
+
+
+
+

NM_DBUS_INTERFACE_SETTINGS

#define NM_DBUS_INTERFACE_SETTINGS        "org.freedesktop.NetworkManager.Settings"
 
@@ -2861,10 +2877,28 @@ VPN plugin authentication dialogs.

  + +

NM_CHECKPOINT_CREATE_FLAG_ALLOW_OVERLAPPING

+ +

by default, creating + a checkpoint fails if there are already existing checkoints that + reference the same devices. With this flag, creation of such + checkpoints is allowed, however, if an older checkpoint + that references overlapping devices gets rolled back, it will + automatically destroy this checkpoint during rollback. This + allows to create several overlapping checkpoints in parallel, + and rollback to them at will. With the special case that + rolling back to an older checkpoint will invalidate all + overlapping younger checkpoints. This opts-in that the + checkpoint can be automatically destroyed by the rollback + of an older checkpoint. (Since: 1.12)

+ +  +
-

Since: 1.4

+

Since: 1.4 (gi flags generated since 1.12)


@@ -2914,6 +2948,62 @@ VPN plugin authentication dialogs.


+

enum NMSettingsConnectionFlags

+

Flags describing the current activation state.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

NM_SETTINGS_CONNECTION_FLAG_NONE

+

an alias for numeric zero, no flags set.

+
 

NM_SETTINGS_CONNECTION_FLAG_UNSAVED

+

the connection is not saved to disk. + That either means, that the connection is in-memory only and currently + is not backed by a file. Or, that the connection is backed by a file, + but has modifications in-memory that were not persisted to disk.

+
 

NM_SETTINGS_CONNECTION_FLAG_NM_GENERATED

+

A connection is "nm-generated" if + it was generated by NetworkManger. If the connection gets modified or saved + by the user, the flag gets cleared. A nm-generated is also unsaved + and has no backing file as it is in-memory only.

+
 

NM_SETTINGS_CONNECTION_FLAG_VOLATILE

+

The connection will be deleted + when it disconnects. That is for in-memory connections (unsaved), which are + currently active but deleted on disconnect. Volatile connections are + always unsaved, but they are also no backing file on disk and are entirely + in-memory only.

+
 
+
+

Since: 1.12

+
+
+

enum NMActivationStateFlags

Flags describing the current activation state.

@@ -3068,7 +3158,7 @@ VPN plugin authentication dialogs.

-

Since: 1.10.2

+

Since: 1.12

diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index 002d54ce..918f6336 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -2051,9 +2051,11 @@ nm_utils_wifi_5ghz_freqs (voidguint8 strength);

Converts strength into a 4-character-wide graphical representation of -strength suitable for printing to stdout. If the current locale and terminal -support it, this will use unicode graphics characters to represent -"bars". Otherwise it will use 0 to 4 asterisks.

+strength suitable for printing to stdout.

+

Previous versions used to take a guess at the terminal type and possibly +return a wide UTF-8 encoded string. Now it always returns a 7-bit +clean strings of one to 0 to 4 asterisks. Users that actually need +the functionality are encouraged to make their implementations instead.

Parameters

@@ -2209,8 +2211,8 @@ Bytes in asc - - + + @@ -2362,8 +2364,8 @@ guaranteed to not match if they are invalid.)

- - + + @@ -2374,8 +2376,8 @@ is ASCII

- - + + @@ -2598,7 +2600,7 @@ nm_utils_inet4_ntop (in_addr_tNULL, it will return a pointer to an internal, static buffer (shared with nm_utils_inet6_ntop()). Beware, that the internal buffer will be overwritten with ever new call of nm_utils_inet4_ntop() or -nm_utils_inet6_ntop() that does not provied it's own dst +nm_utils_inet6_ntop() that does not provide its own dst buffer. Also, using the internal buffer is not thread safe. When in doubt, pass your own dst @@ -2644,7 +2646,7 @@ nm_utils_inet6_ntop (const struct characters. If set to NULL, it will return a pointer to an internal, static buffer (shared with nm_utils_inet4_ntop()). Beware, that the internal buffer will be overwritten with ever new call of nm_utils_inet4_ntop() or -nm_utils_inet6_ntop() that does not provied it's own dst +nm_utils_inet6_ntop() that does not provide its own dst buffer. Also, using the internal buffer is not thread safe. When in doubt, pass your own dst @@ -3015,8 +3017,9 @@ nm_utils_parse_variant_attributes (const

Returns

-

a GHashTable mapping attribute names to GVariant values.

-

[transfer full]

+

a GHashTable mapping +attribute names to GVariant values.

+

[transfer full][element-type utf8 GVariant]

Since: 1.8

@@ -3062,7 +3065,7 @@ discipline to a NMTCQdisc instance. Supports a subs

Returns

the NMTCQdisc or NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -3098,7 +3101,7 @@ discipline.

Returns

formatted string or NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -3134,7 +3137,7 @@ discipline to a NMTCAction instance. Supports a sub

Returns

the NMTCAction or NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -3170,7 +3173,7 @@ discipline.

Returns

formatted string or NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -3206,7 +3209,7 @@ discipline to a NMTCTfilter instance. Supports a su

Returns

the NMTCTfilter or NULL

-

Since: 1.10.2

+

Since: 1.12


@@ -3242,7 +3245,7 @@ discipline.

Returns

formatted string or NULL

-

Since: 1.10.2

+

Since: 1.12

diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index e2010ded..f403698d 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -81,6 +81,12 @@ NM_DEPRECATED_IN_1_10_FOR()
+ + + +

buffer

buffer to store the result into

 

buffer to store the result into.

[type guint8][array length=length]

length

hwaddr1

pointer to a binary or ASCII hardware address, or NULL

 

pointer to a binary or ASCII hardware address, or NULL.

[nullable]

hwaddr1_len

hwaddr2

pointer to a binary or ASCII hardware address, or NULL

 

pointer to a binary or ASCII hardware address, or NULL.

[nullable]

hwaddr2_len

#define +NM_DEPRECATED_IN_1_12_FOR() +
@@ -158,7 +164,11 @@ #define -NM_AVAILABLE_IN_1_10_2 +NM_DEPRECATED_IN_1_12 + + +#define +NM_AVAILABLE_IN_1_12 @@ -208,18 +218,24 @@
# define NM_DEPRECATED_IN_1_10_FOR(f)    G_DEPRECATED_FOR(f)
 
+
+
+

NM_DEPRECATED_IN_1_12_FOR()

+
# define NM_DEPRECATED_IN_1_12_FOR(f)    G_DEPRECATED_FOR(f)
+
+

Types and Values

NM_VERSION_MIN_REQUIRED

-
# define NM_VERSION_MIN_REQUIRED (NM_VERSION_CUR_STABLE)
+
# define NM_VERSION_MIN_REQUIRED (NM_API_VERSION)
 

NM_VERSION_MAX_ALLOWED

-
# define NM_VERSION_MAX_ALLOWED (NM_VERSION_CUR_STABLE)
+
# define NM_VERSION_MAX_ALLOWED (NM_API_VERSION)
 

@@ -306,8 +322,14 @@

-

NM_AVAILABLE_IN_1_10_2

-
# define NM_AVAILABLE_IN_1_10_2          G_UNAVAILABLE(1,10.2)
+

NM_DEPRECATED_IN_1_12

+
# define NM_DEPRECATED_IN_1_12           G_DEPRECATED
+
+
+
+
+

NM_AVAILABLE_IN_1_12

+
# define NM_AVAILABLE_IN_1_12            G_UNAVAILABLE(1,12)
 
diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2 index 1e687022..8ae5853d 100644 --- a/docs/libnm/html/libnm.devhelp2 +++ b/docs/libnm/html/libnm.devhelp2 @@ -159,6 +159,15 @@ + + + + + + + + + @@ -203,6 +212,7 @@ + @@ -330,6 +340,7 @@ + @@ -378,10 +389,11 @@ - + + - + @@ -439,7 +451,7 @@ - + @@ -515,6 +527,7 @@ + @@ -539,8 +552,10 @@ + + @@ -552,6 +567,7 @@ + @@ -1129,6 +1145,7 @@ + @@ -1210,6 +1227,7 @@ + @@ -1223,8 +1241,11 @@ + + + @@ -1389,48 +1410,48 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -1492,17 +1513,17 @@ - - - - - - - - - - - + + + + + + + + + + + @@ -1580,11 +1601,13 @@ + + @@ -1814,10 +1837,12 @@ + + @@ -1837,8 +1862,10 @@ + + @@ -2048,6 +2075,7 @@ + @@ -2059,8 +2087,10 @@ + + @@ -2367,7 +2397,7 @@ - + @@ -2382,12 +2412,15 @@ + + + @@ -2536,12 +2569,12 @@ - - - - - - + + + + + + @@ -2554,6 +2587,7 @@ + @@ -2570,7 +2604,8 @@ - + + @@ -2656,6 +2691,7 @@ + @@ -2971,10 +3007,15 @@ + + + + + @@ -3019,6 +3060,10 @@ + + + + @@ -3043,6 +3088,13 @@ + + + + + + + @@ -3105,6 +3157,12 @@ + + + + + + diff --git a/docs/libnm/html/object-tree.html b/docs/libnm/html/object-tree.html index 268539b2..3a05c8a2 100644 --- a/docs/libnm/html/object-tree.html +++ b/docs/libnm/html/object-tree.html @@ -69,6 +69,7 @@ ├── NMAccessPoint ├── NMActiveConnection ╰── NMVpnConnection + ├── NMCheckpoint ├── NMDevice ├── NMDeviceAdsl ├── NMDeviceBond @@ -109,16 +110,19 @@ ├── NM80211ApSecurityFlags ├── NMActivationStateFlags ├── NMBluetoothCapabilities + ├── NMCheckpointCreateFlags ├── NMConnectionSerializationFlags ├── NMDeviceCapabilities ├── NMDeviceModemCapabilities ├── NMDeviceWifiCapabilities + ├── NMIPTunnelFlags ├── NMSecretAgentCapabilities ├── NMSecretAgentGetSecretsFlags ├── NMSetting8021xAuthFlags ├── NMSettingDcbFlags ├── NMSettingSecretFlags ├── NMSettingWiredWakeOnLan + ├── NMSettingsConnectionFlags ├── NMSettingsUpdate2Flags ├── NMTeamLinkWatcherArpPingFlags ├── NMVlanFlags @@ -150,6 +154,7 @@ ├── NMSettingCompareFlags ├── NMSettingConnectionAutoconnectSlaves ├── NMSettingConnectionLldp + ├── NMSettingConnectionMdns ├── NMSettingDiffResult ├── NMSettingIP6ConfigAddrGenMode ├── NMSettingIP6ConfigPrivacy @@ -161,6 +166,7 @@ ├── NMSettingSerialParity ├── NMSettingTunMode ├── NMSettingWirelessPowersave + ├── NMSettingWirelessSecurityFils ├── NMSettingWirelessSecurityPmf ├── NMSettingWirelessSecurityWpsMethod ├── NMState diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html index 9ab60e1d..e037ae29 100644 --- a/docs/libnm/html/usage.html +++ b/docs/libnm/html/usage.html @@ -96,7 +96,7 @@

$ cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c
   $ ./hello-nm
-  NetworkManager version: 1.10.6
+  NetworkManager version: 1.11.3
 
   $ 

diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt index 7310f18b..af7571bc 100644 --- a/docs/libnm/libnm-sections.txt +++ b/docs/libnm/libnm-sections.txt @@ -87,6 +87,29 @@ NM_TYPE_ACTIVE_CONNECTION nm_active_connection_get_type +

+nm-autoptr + +
+ +
+nm-checkpoint +NM_CHECKPOINT_DEVICES +NM_CHECKPOINT_CREATED +NM_CHECKPOINT_ROLLBACK_TIMEOUT +nm_checkpoint_get_devices +nm_checkpoint_get_created +nm_checkpoint_get_rollback_timeout + +NMCheckpointClass +NM_CHECKPOINT +NM_CHECKPOINT_CLASS +NM_CHECKPOINT_GET_CLASS +NM_IS_CHECKPOINT +NM_TYPE_CHECKPOINT +nm_checkpoint_get_type +
+
nm-client NMClient @@ -197,6 +220,15 @@ nm_client_reload_connections_finish nm_client_get_dns_mode nm_client_get_dns_rc_manager nm_client_get_dns_configuration +nm_client_get_checkpoints +nm_client_checkpoint_create +nm_client_checkpoint_create_finish +nm_client_checkpoint_destroy +nm_client_checkpoint_destroy_finish +nm_client_checkpoint_rollback +nm_client_checkpoint_rollback_finish +nm_client_checkpoint_adjust_rollback_timeout +nm_client_checkpoint_adjust_rollback_timeout_finish NMClientClass NMDnsEntry @@ -310,6 +342,7 @@ NM_TYPE_ACTIVE_CONNECTION_STATE_REASON NM_TYPE_AGENT_MANAGER_ERROR NM_TYPE_BLUETOOTH_CAPABILITIES NM_TYPE_CAPABILITY +NM_TYPE_CHECKPOINT_CREATE_FLAGS NM_TYPE_CONNECTION_ERROR NM_TYPE_CONNECTION_SERIALIZATION_FLAGS NM_TYPE_CONNECTIVITY_STATE @@ -320,12 +353,14 @@ NM_TYPE_DEVICE_MODEM_CAPABILITIES NM_TYPE_DEVICE_STATE_REASON NM_TYPE_DEVICE_TYPE NM_TYPE_DEVICE_WIFI_CAPABILITIES +NM_TYPE_IP_TUNNEL_FLAGS NM_TYPE_IP_TUNNEL_MODE NM_TYPE_MANAGER_ERROR NM_TYPE_METERED NM_TYPE_SECRET_AGENT_CAPABILITIES NM_TYPE_SECRET_AGENT_ERROR NM_TYPE_SECRET_AGENT_GET_SECRETS_FLAGS +NM_TYPE_SETTINGS_CONNECTION_FLAGS NM_TYPE_SETTINGS_ERROR NM_TYPE_SETTINGS_UPDATE2_FLAGS NM_TYPE_SETTING_802_1X_AUTH_FLAGS @@ -334,6 +369,7 @@ NM_TYPE_SETTING_802_1X_CK_SCHEME NM_TYPE_SETTING_COMPARE_FLAGS NM_TYPE_SETTING_CONNECTION_AUTOCONNECT_SLAVES NM_TYPE_SETTING_CONNECTION_LLDP +NM_TYPE_SETTING_CONNECTION_MDNS NM_TYPE_SETTING_DCB_FLAGS NM_TYPE_SETTING_DIFF_RESULT NM_TYPE_SETTING_IP6_CONFIG_ADDR_GEN_MODE @@ -348,6 +384,7 @@ NM_TYPE_SETTING_SERIAL_PARITY NM_TYPE_SETTING_TUN_MODE NM_TYPE_SETTING_WIRED_WAKE_ON_LAN NM_TYPE_SETTING_WIRELESS_POWERSAVE +NM_TYPE_SETTING_WIRELESS_SECURITY_FILS NM_TYPE_SETTING_WIRELESS_SECURITY_PMF NM_TYPE_SETTING_WIRELESS_SECURITY_WPS_METHOD NM_TYPE_STATE @@ -369,6 +406,7 @@ nm_active_connection_state_reason_get_type nm_agent_manager_error_get_type nm_bluetooth_capabilities_get_type nm_capability_get_type +nm_checkpoint_create_flags_get_type nm_connection_error_get_type nm_connection_serialization_flags_get_type nm_crypto_error_get_type @@ -378,6 +416,7 @@ nm_device_modem_capabilities_get_type nm_device_state_reason_get_type nm_device_type_get_type nm_device_wifi_capabilities_get_type +nm_ip_tunnel_flags_get_type nm_ip_tunnel_mode_get_type nm_manager_error_get_type nm_metered_get_type @@ -390,6 +429,7 @@ nm_setting_802_1x_ck_scheme_get_type nm_setting_compare_flags_get_type nm_setting_connection_autoconnect_slaves_get_type nm_setting_connection_lldp_get_type +nm_setting_connection_mdns_get_type nm_setting_dcb_flags_get_type nm_setting_diff_result_get_type nm_setting_ip6_config_addr_gen_mode_get_type @@ -404,8 +444,10 @@ nm_setting_serial_parity_get_type nm_setting_tun_mode_get_type nm_setting_wired_wake_on_lan_get_type nm_setting_wireless_powersave_get_type +nm_setting_wireless_security_fils_get_type nm_setting_wireless_security_pmf_get_type nm_setting_wireless_security_wps_method_get_type +nm_settings_connection_flags_get_type nm_settings_error_get_type nm_settings_update2_flags_get_type nm_state_get_type @@ -510,6 +552,7 @@ NM_DBUS_INTERFACE_DEVICE_VXLAN NM_DBUS_INTERFACE_DEVICE_GRE NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL NM_DBUS_INTERFACE_DEVICE_STATISTICS +NM_DBUS_INTERFACE_CHECKPOINT NM_DBUS_INTERFACE_SETTINGS NM_DBUS_PATH_SETTINGS NM_DBUS_INTERFACE_SETTINGS_CONNECTION @@ -560,6 +603,7 @@ NM_LLDP_DEST_NEAREST_CUSTOMER_BRIDGE NMIPTunnelMode NMCheckpointCreateFlags NMRollbackResult +NMSettingsConnectionFlags NMActivationStateFlags NMSettingsUpdate2Flags
@@ -829,6 +873,7 @@ NM_DEVICE_IP_TUNNEL_INPUT_KEY NM_DEVICE_IP_TUNNEL_OUTPUT_KEY NM_DEVICE_IP_TUNNEL_ENCAPSULATION_LIMIT NM_DEVICE_IP_TUNNEL_FLOW_LABEL +NM_DEVICE_IP_TUNNEL_FLAGS NMDeviceIPTunnel nm_device_ip_tunnel_get_parent nm_device_ip_tunnel_get_mode @@ -841,6 +886,7 @@ nm_device_ip_tunnel_get_input_key nm_device_ip_tunnel_get_output_key nm_device_ip_tunnel_get_encapsulation_limit nm_device_ip_tunnel_get_flow_label +nm_device_ip_tunnel_get_flags NMDeviceIPTunnelClass NM_DEVICE_IP_TUNNEL @@ -1301,14 +1347,14 @@ json_true json_object_size json_object_set_new json_object_iter -json_object_iter_at json_integer_value json_string_value
nm-libnm-utils -nm_utils_fixup_desc_string +nm_utils_fixup_vendor_string +nm_utils_fixup_product_string
@@ -1335,6 +1381,7 @@ nm_object_get_type NM_REMOTE_CONNECTION_DBUS_CONNECTION NM_REMOTE_CONNECTION_PATH NM_REMOTE_CONNECTION_UNSAVED +NM_REMOTE_CONNECTION_FLAGS NM_REMOTE_CONNECTION_VISIBLE NMRemoteConnection nm_remote_connection_update2 @@ -1352,6 +1399,7 @@ nm_remote_connection_get_secrets nm_remote_connection_get_secrets_async nm_remote_connection_get_secrets_finish nm_remote_connection_get_unsaved +nm_remote_connection_get_flags nm_remote_connection_get_visible NMRemoteConnectionClass @@ -1800,8 +1848,10 @@ NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT NM_SETTING_CONNECTION_METERED NM_SETTING_CONNECTION_LLDP NM_SETTING_CONNECTION_AUTH_RETRIES +NM_SETTING_CONNECTION_MDNS NMSettingConnectionAutoconnectSlaves NMSettingConnectionLldp +NMSettingConnectionMdns NMSettingConnection nm_setting_connection_new nm_setting_connection_get_id @@ -1834,6 +1884,7 @@ nm_setting_connection_get_gateway_ping_timeout nm_setting_connection_get_metered nm_setting_connection_get_lldp nm_setting_connection_get_auth_retries +nm_setting_connection_get_mdns NMSettingConnectionClass NM_IS_SETTING_CONNECTION @@ -2003,6 +2054,7 @@ nm_setting_infiniband_get_type
nm-setting-ip-config NMSettingIPConfig +NM_IP_ADDRESS_ATTRIBUTE_LABEL nm_ip_address_new nm_ip_address_new_binary nm_ip_address_ref @@ -2169,7 +2221,9 @@ NM_SETTING_IP_TUNNEL_OUTPUT_KEY NM_SETTING_IP_TUNNEL_ENCAPSULATION_LIMIT NM_SETTING_IP_TUNNEL_FLOW_LABEL NM_SETTING_IP_TUNNEL_MTU +NM_SETTING_IP_TUNNEL_FLAGS NMSettingIPTunnel +NMIPTunnelFlags nm_setting_ip_tunnel_new nm_setting_ip_tunnel_get_parent nm_setting_ip_tunnel_get_mode @@ -2183,6 +2237,7 @@ nm_setting_ip_tunnel_get_output_key nm_setting_ip_tunnel_get_encapsulation_limit nm_setting_ip_tunnel_get_flow_label nm_setting_ip_tunnel_get_mtu +nm_setting_ip_tunnel_get_flags NMSettingIPTunnelClass NM_IS_SETTING_IP_TUNNEL @@ -2846,11 +2901,13 @@ nm_setting_vpn_add_data_item nm_setting_vpn_get_data_item nm_setting_vpn_remove_data_item nm_setting_vpn_foreach_data_item +nm_setting_vpn_get_data_keys nm_setting_vpn_get_num_secrets nm_setting_vpn_add_secret nm_setting_vpn_get_secret nm_setting_vpn_remove_secret nm_setting_vpn_foreach_secret +nm_setting_vpn_get_secret_keys nm_setting_vpn_get_timeout NMSettingVpnClass @@ -3054,6 +3111,7 @@ NM_SETTING_WIRELESS_SECURITY_SETTING_NAME NMWepKeyType NMSettingWirelessSecurityPmf NMSettingWirelessSecurityWpsMethod +NMSettingWirelessSecurityFils NM_SETTING_WIRELESS_SECURITY_KEY_MGMT NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX NM_SETTING_WIRELESS_SECURITY_AUTH_ALG @@ -3073,6 +3131,7 @@ NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD_FLAGS NM_SETTING_WIRELESS_SECURITY_WPS_METHOD +NM_SETTING_WIRELESS_SECURITY_FILS NMSettingWirelessSecurity nm_setting_wireless_security_new nm_setting_wireless_security_get_key_mgmt @@ -3107,6 +3166,7 @@ nm_setting_wireless_security_get_auth_alg nm_setting_wireless_security_get_wep_key_flags nm_setting_wireless_security_get_wep_key_type nm_setting_wireless_security_get_wps_method +nm_setting_wireless_security_get_fils NMSettingWirelessSecurityClass NM_IS_SETTING_WIRELESS_SECURITY @@ -3138,6 +3198,7 @@ nm_simple_connection_get_type nm-types NMAccessPoint NMActiveConnection +NMCheckpoint NMClient NMDevice NMDeviceAdsl @@ -3277,7 +3338,9 @@ NM_AVAILABLE_IN_1_8 NM_DEPRECATED_IN_1_10 NM_DEPRECATED_IN_1_10_FOR NM_AVAILABLE_IN_1_10 -NM_AVAILABLE_IN_1_10_2 +NM_DEPRECATED_IN_1_12 +NM_DEPRECATED_IN_1_12_FOR +NM_AVAILABLE_IN_1_12
@@ -3404,6 +3467,7 @@ nm_vpn_editor_plugin_get_plugin_info nm_vpn_editor_plugin_set_plugin_info NMVpnEditor NMVpnEditorPluginVT +NMVpnPluginInfo NMVpnEditorPlugin NM_IS_VPN_EDITOR_PLUGIN diff --git a/docs/libnm/libnm.types b/docs/libnm/libnm.types index 9682f14d..41fa51a0 100644 --- a/docs/libnm/libnm.types +++ b/docs/libnm/libnm.types @@ -9,6 +9,8 @@ nm_active_connection_state_reason_get_type nm_agent_manager_error_get_type nm_bluetooth_capabilities_get_type nm_capability_get_type +nm_checkpoint_create_flags_get_type +nm_checkpoint_get_type nm_client_error_get_type nm_client_get_type nm_client_permission_get_type @@ -54,6 +56,7 @@ nm_dns_entry_get_type nm_ip_address_get_type nm_ip_config_get_type nm_ip_route_get_type +nm_ip_tunnel_flags_get_type nm_ip_tunnel_mode_get_type nm_lldp_neighbor_get_type nm_manager_error_get_type @@ -78,6 +81,7 @@ nm_setting_compare_flags_get_type nm_setting_connection_autoconnect_slaves_get_type nm_setting_connection_get_type nm_setting_connection_lldp_get_type +nm_setting_connection_mdns_get_type nm_setting_dcb_flags_get_type nm_setting_dcb_get_type nm_setting_diff_result_get_type @@ -124,9 +128,11 @@ nm_setting_wired_get_type nm_setting_wired_wake_on_lan_get_type nm_setting_wireless_get_type nm_setting_wireless_powersave_get_type +nm_setting_wireless_security_fils_get_type nm_setting_wireless_security_get_type nm_setting_wireless_security_pmf_get_type nm_setting_wireless_security_wps_method_get_type +nm_settings_connection_flags_get_type nm_settings_error_get_type nm_settings_update2_flags_get_type nm_simple_connection_get_type diff --git a/docs/libnm/meson.build b/docs/libnm/meson.build new file mode 100644 index 00000000..7baf09f8 --- /dev/null +++ b/docs/libnm/meson.build @@ -0,0 +1,52 @@ +doc_module = libnm_name + +private_headers = [ + 'common.h', + 'crypto.h', + 'nm-dbus-helpers.h', + 'nm-core-internal.h', + 'nm-core-types-internal.h', + 'nm-device-private.h', + 'nm-dhcp4-config.h', + 'nm-dhcp6-config.h', + 'nm-dns-manager.h', + 'nm-ip4-config.h', + 'nm-ip6-config.h', + 'nm-manager.h', + 'nm-object-private.h', + 'nm-property-compare.h', + 'nm-remote-connection-private.h', + 'nm-remote-settings.h', + 'nm-setting-private.h', + 'nm-utils-private.h', + 'nm-core-tests-enum-types.h', + 'nm-keyfile-internal.h', + 'nm-keyfile-utils.h', + 'test-general-enums.h' +] + +configure_file( + input: version_xml + '.in', + output: version_xml, + configuration: version_conf +) + +gnome.gtkdoc( + doc_module, + main_xml: doc_module + '-docs.xml', + src_dir: [ + libnm_core_inc, + libnm_inc + ], + dependencies: libnm_dep, + scan_args: [ + '--rebuild-types', + '--rebuild-sections', + '--ignore-headers=' + ' '.join(private_headers) + ], + scanobjs_args: '--type-init-func="g_type_init();"', + fixxref_args: '--html-dir=' + join_paths(nm_prefix, gnome.gtkdoc_html_dir(doc_module)), + gobject_typesfile: doc_module + '.types', + html_assets: doc_module + '.png', + install: true +) diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml index 7b4d9a4f..0a5af26d 100644 --- a/docs/libnm/version.xml +++ b/docs/libnm/version.xml @@ -1 +1 @@ -1.10.6 +1.11.3 -- cgit 1.3.0-6-gf8a5