From f75dd6fd1975146623052b843b182dc32c3fbe46 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 Apr 2011 07:30:59 +0200 Subject: Imported Upstream version 0.8.998 --- docs/libnm-glib/html/NMExportedConnection.html | 139 ------------------------- 1 file changed, 139 deletions(-) delete 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 deleted file mode 100644 index 9cd9ee73..00000000 --- a/docs/libnm-glib/html/NMExportedConnection.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - -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 From 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 21 Apr 2011 10:42:53 +0200 Subject: Imported Upstream version 0.8.4.0 --- 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..e4aa1a45 --- /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