From e22c6e05e9ebc6cce941762020c5710b8014677b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 18 Mar 2011 20:17:47 +0100 Subject: Imported Upstream version 0.8.3.998 --- docs/libnm-glib/html/NMExportedConnection.html | 139 +++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 docs/libnm-glib/html/NMExportedConnection.html (limited to 'docs/libnm-glib/html/NMExportedConnection.html') diff --git a/docs/libnm-glib/html/NMExportedConnection.html b/docs/libnm-glib/html/NMExportedConnection.html new file mode 100644 index 00000000..9cd9ee73 --- /dev/null +++ b/docs/libnm-glib/html/NMExportedConnection.html @@ -0,0 +1,139 @@ + + + + +NMExportedConnection + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMExportedConnection

+

NMExportedConnection

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMConnection
+         +----NMExportedConnection
+
+
+
+

Implemented Interfaces

+

+NMExportedConnection implements + NMSettingsConnectionInterface.

+
+
+

Description

+

+

+
+
+

Details

+
+

NMExportedConnection

+
typedef struct _NMExportedConnection NMExportedConnection;
+

+

+
+
+
+

NMExportedConnectionClass

+
typedef struct {
+	NMConnectionClass parent;
+
+	GHashTable * (*get_settings) (NMExportedConnection *self,
+	                              GError **error);
+
+	void (*update) (NMExportedConnection *self,
+	                GHashTable *new_settings,
+	                DBusGMethodInvocation *context);
+
+	void (*delete) (NMExportedConnection *self,
+	                DBusGMethodInvocation *context);
+
+	void (*get_secrets) (NMExportedConnection *self,
+	                     const gchar *setting_name,
+	                     const gchar **hints,
+	                     gboolean request_new,
+	                     DBusGMethodInvocation *context);
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMExportedConnectionClass;
+
+

+

+
+
+
+

nm_exported_connection_new ()

+
NMExportedConnection * nm_exported_connection_new       (NMConnectionScope scope);
+

+Creates a new object representing the remote connection. +

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

scope :

the Connection scope (either user or system) +

Returns :

the new exported connection object on success, or NULL on failure +
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5