From a4256940da049f91bbbea5e53e469a59ea9c10f7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 25 Oct 2013 21:20:58 +0200 Subject: Imported Upstream version 0.9.8.8 --- docs/libnm-glib/html/NMRemoteConnection.html | 140 ++++++++++++++++----------- 1 file changed, 85 insertions(+), 55 deletions(-) (limited to 'docs/libnm-glib/html/NMRemoteConnection.html') diff --git a/docs/libnm-glib/html/NMRemoteConnection.html b/docs/libnm-glib/html/NMRemoteConnection.html index a1c923dd..127b665b 100644 --- a/docs/libnm-glib/html/NMRemoteConnection.html +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -3,12 +3,12 @@ NMRemoteConnection - + - + @@ -45,7 +45,9 @@

Synopsis

-
                    NMRemoteConnection;
+
#define             NM_REMOTE_CONNECTION_UPDATED
+#define             NM_REMOTE_CONNECTION_REMOVED
+                    NMRemoteConnection;
                     NMRemoteConnectionClass;
 void                (*NMRemoteConnectionCommitFunc)     (NMRemoteConnection *connection,
                                                          GError *error,
@@ -57,8 +59,8 @@
                                                          GHashTable *secrets,
                                                          GError *error,
                                                          gpointer user_data);
-#define             NM_REMOTE_CONNECTION_REMOVED
-#define             NM_REMOTE_CONNECTION_UPDATED
+NMRemoteConnection * nm_remote_connection_new           (DBusGConnection *bus,
+                                                         const char *path);
 void                nm_remote_connection_commit_changes (NMRemoteConnection *connection,
                                                          NMRemoteConnectionCommitFunc callback,
                                                          gpointer user_data);
@@ -69,8 +71,6 @@
                                                          const char *setting_name,
                                                          NMRemoteConnectionGetSecretsFunc callback,
                                                          gpointer user_data);
-NMRemoteConnection * nm_remote_connection_new           (DBusGConnection *bus,
-                                                         const char *path);
 
@@ -111,6 +111,22 @@ NMRemoteConnection implements

Details

+

NM_REMOTE_CONNECTION_UPDATED

+
#define NM_REMOTE_CONNECTION_UPDATED         "updated"
+
+

+

+
+
+
+

NM_REMOTE_CONNECTION_REMOVED

+
#define NM_REMOTE_CONNECTION_REMOVED         "removed"
+
+

+

+
+
+

NMRemoteConnection

typedef struct _NMRemoteConnection NMRemoteConnection;

@@ -150,8 +166,11 @@ NMRemoteConnection implements Called when NetworkManager has committed outstanding changes to a connection to backing storage as a result of nm_remote_connection_commit_changes().

-
+
+++ @@ -179,8 +198,11 @@ to backing storage as a result of nm_remote_connection_delete().

-

connection :

+
+++ @@ -209,8 +231,11 @@ Called when NetworkManager has deleted a connection as a result of Called when NetworkManager returns secrets in response to a request for secrets via nm_remote_connection_get_secrets().

-

connection :

+
+++ @@ -237,19 +262,32 @@ containing that property's value. [ -

NM_REMOTE_CONNECTION_REMOVED

-
#define NM_REMOTE_CONNECTION_REMOVED         "removed"
-
-

-

- -
-
-

NM_REMOTE_CONNECTION_UPDATED

-
#define NM_REMOTE_CONNECTION_UPDATED         "updated"
-
+

nm_remote_connection_new ()

+
NMRemoteConnection * nm_remote_connection_new           (DBusGConnection *bus,
+                                                         const char *path);

+Creates a new object representing the remote connection.

+

connection :

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

bus :

a valid and connected D-Bus connection

path :

the D-Bus path of the connection as exported by the settings service

Returns :

the new remote connection object on success, or NULL on failure

@@ -261,8 +299,11 @@ containing that property's value. [ +
+++ @@ -292,8 +333,11 @@ commit completes. [

connection :

+
+++ @@ -323,8 +367,11 @@ Delete the connection.

Request the connection's secrets.

-

connection :

+
+++ @@ -338,7 +385,7 @@ Request the connection's secrets. @@ -349,32 +396,6 @@ must not be NULL. [ -

nm_remote_connection_new ()

-
NMRemoteConnection * nm_remote_connection_new           (DBusGConnection *bus,
-                                                         const char *path);
-

-Creates a new object representing the remote connection. -

-

connection :

callback :

a function to be called when the update completes; -must not be NULL. [scope async] +must not be NULL. [scope async]
-- - - - - - - - - - - - - - -

bus :

a valid and connected D-Bus connection

path :

the D-Bus path of the connection as exported by the settings service

Returns :

the new remote connection object on success, or NULL on failure
-

Property Details

@@ -407,8 +428,11 @@ Creates a new object representing the remote connection. This signal is emitted when a connection is either deleted or becomes invisible to the current user.

-
+
+++ @@ -431,8 +455,11 @@ invisible to the current user. This signal is emitted when a connection changes, and it is still visible to the user.

-

connection :

+
+++ @@ -454,8 +481,11 @@ still visible to the user. gpointer user_data) : Run First

-

connection :

+
+++ @@ -472,6 +502,6 @@ still visible to the user. + Generated by GTK-Doc V1.19 \ No newline at end of file -- cgit 1.3.0-6-gf8a5

nmremoteconnection :