From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMRemoteConnection.html | 109 +++++++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMRemoteConnection.html') diff --git a/docs/libnm/html/NMRemoteConnection.html b/docs/libnm/html/NMRemoteConnection.html index f589f9ed..fbb6a70b 100644 --- a/docs/libnm/html/NMRemoteConnection.html +++ b/docs/libnm/html/NMRemoteConnection.html @@ -15,7 +15,10 @@ @@ -186,6 +189,39 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +
+char *filenameRead
guintflagsRead
gbooleanunsavedRead
gbooleanvisibleRead
+
+

Types and Values

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

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMRemoteConnection
+
+
+
+

Implemented Interfaces

+

+NMRemoteConnection implements + NMConnection.

+
+

Description

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

@@ -1041,6 +1094,60 @@ user, #define NM_REMOTE_CONNECTION_VISIBLE "visible"
+
+
+

NMRemoteConnection

+
typedef struct _NMRemoteConnection NMRemoteConnection;
+
+ +
+

Property Details

+
+

The “filename” property

+
  “filename”                 char *
+

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

+

Owner: NMRemoteConnection

+

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.

+

Owner: NMRemoteConnection

+

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.

+

Owner: NMRemoteConnection

+

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.)

+

Owner: NMRemoteConnection

+

Flags: Read

+

Default value: FALSE

+
-- cgit 1.3.0-6-gf8a5