From 867254ea7c2b193fecf8cd36cc6e5dc53c290d92 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 29 Jun 2012 20:12:44 +0200 Subject: Imported Upstream version 0.9.5.95 --- docs/libnm-glib/html/NMRemoteConnection.html | 67 ++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (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 531ab09d..eefc87b4 100644 --- a/docs/libnm-glib/html/NMRemoteConnection.html +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -145,7 +145,27 @@ NMRemoteConnection implements GError *error, gpointer user_data);

+Called when NetworkManager has committed outstanding changes to a connection +to backing storage as a result of nm_remote_connection_commit_changes().

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

connection :

the connection for which updates are to be committed

error :

on failure, a descriptive error

user_data :

user data passed to nm_remote_connection_commit_changes() +

@@ -154,7 +174,27 @@ NMRemoteConnection implements GError *error, gpointer user_data);

+Called when NetworkManager has deleted a connection as a result of +nm_remote_connection_delete().

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

connection :

the connection to be deleted

error :

on failure, a descriptive error

user_data :

user data passed to nm_remote_connection_delete() +

@@ -164,7 +204,34 @@ NMRemoteConnection implements GError *error, gpointer user_data);

+Called when NetworkManager returns secrets in response to a request for +secrets via nm_remote_connection_get_secrets().

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

connection :

the connection for which secrets were requested

secrets :

on success, a hash table of +hash tables, with each inner hash mapping a setting property to a GValue +containing that property's value. [element-type utf8 GLib.HashTable] +

error :

on failure, a descriptive error

user_data :

user data passed to nm_remote_connection_get_secrets() +

-- cgit 1.3.0-6-gf8a5