From 28028b26b3371756811e95d894f709f4b1207c00 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 18 Dec 2019 18:29:24 +0100 Subject: New upstream version 1.22.0 --- docs/libnm/html/NMRemoteConnection.html | 135 ++++++-------------------------- 1 file changed, 25 insertions(+), 110 deletions(-) (limited to 'docs/libnm/html/NMRemoteConnection.html') diff --git a/docs/libnm/html/NMRemoteConnection.html b/docs/libnm/html/NMRemoteConnection.html index b415e3c0..efa6bcd8 100644 --- a/docs/libnm/html/NMRemoteConnection.html +++ b/docs/libnm/html/NMRemoteConnection.html @@ -8,17 +8,14 @@ - + @@ -189,39 +186,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - -
-gchar *filenameRead
guintflagsRead
gbooleanunsavedRead
gbooleanvisibleRead
-
-

Types and Values

@@ -253,27 +217,10 @@ - - - -
#define NM_REMOTE_CONNECTION_VISIBLE
 NMRemoteConnection
-

Object Hierarchy

-
    GObject
-    ╰── NMObject
-        ╰── NMRemoteConnection
-
-
-
-

Implemented Interfaces

-

-NMRemoteConnection implements - GInitable, GAsyncInitable and NMConnection.

-
-

Description

A NMRemoteConnection represents a connection that is exported via NetworkManager D-Bus interface.

@@ -378,8 +325,9 @@ nm_remote_connection_update2_finish (

Returns

-

on success, a GVariant of type "a{sv}" with the result. On failure, -NULL.

+

on success, a GVariant of type "a{sv}" with the result. On failure, +NULL.

+

[transfer full]


@@ -390,6 +338,10 @@ nm_remote_connection_commit_changes (gboolean save_to_disk, GCancellable *cancellable, GError **error); +
+

nm_remote_connection_commit_changes has been deprecated since version 1.22 and should not be used in newly-written code.

+

, use nm_remote_connection_commit_changes_async() or GDBusConnection

+

Send any local changes to the settings and properties of connection to NetworkManager. If save_to_disk @@ -537,6 +489,10 @@ will be set.

nm_remote_connection_save (NMRemoteConnection *connection, GCancellable *cancellable, GError **error); +
+

nm_remote_connection_save has been deprecated since version 1.22 and should not be used in newly-written code.

+

, use nm_remote_connection_save_async() or GDBusConnection

+

Saves the connection to disk if the connection has changes that have not yet been written to disk, or if the connection has never been saved.

@@ -664,6 +620,10 @@ will be set.

nm_remote_connection_delete (NMRemoteConnection *connection, GCancellable *cancellable, GError **error); +
+

nm_remote_connection_delete has been deprecated since version 1.22 and should not be used in newly-written code.

+

, use nm_remote_connection_delete_async() or GDBusConnection

+

Deletes the connection.

Parameters

@@ -790,6 +750,10 @@ nm_remote_connection_get_secrets (const char *setting_name, GCancellable *cancellable, GError **error); +
+

nm_remote_connection_get_secrets has been deprecated since version 1.22 and should not be used in newly-written code.

+

, use nm_remote_connection_get_secrets_async() or GDBusConnection

+

Request the connection's secrets. Note that this is a blocking D-Bus call, not a simple property accessor.

@@ -826,9 +790,10 @@ not a simple property accessor.

Returns

-

a GVariant of type NM_VARIANT_TYPE_CONNECTION containing +

a GVariant of type NM_VARIANT_TYPE_CONNECTION containing connection -'s secrets, or NULL on error.

+'s secrets, or NULL on error.

+

[transfer full]


@@ -1076,59 +1041,9 @@ user, #define NM_REMOTE_CONNECTION_VISIBLE "visible"
-
-
-

NMRemoteConnection

-
typedef struct _NMRemoteConnection NMRemoteConnection;
-
- -
-

Property Details

-
-

The “filename” property

-
  “filename”                 gchar *
-

File that stores the connection in case the connection is -file-backed.

-

Flags: Read

-

Default value: NULL

-

Since: 1.12

-
-
-
-

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 -to disk, FALSE if the connection is the same as its on-disk representation.

-

Flags: Read

-

Default value: FALSE

-
-
-
-

The “visible” property

-
  “visible”                  gboolean
-

TRUE if the remote connection is visible to the current user, FALSE if -not. If the connection is not visible then it is essentially useless; it -will not contain any settings, and operations such as -nm_remote_connection_save() and nm_remote_connection_delete() will always -fail. (NMRemoteSettings will not normally return non-visible connections -to callers, but it is possible for a connection's visibility to change -after you already have a reference to it.)

-

Flags: Read

-

Default value: FALSE

-
+
Generated by GTK-Doc V1.29 \ No newline at end of file -- cgit 1.3.0-6-gf8a5