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/NMRemoteConnection.html | 163 +++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 docs/libnm-glib/html/NMRemoteConnection.html (limited to 'docs/libnm-glib/html/NMRemoteConnection.html') diff --git a/docs/libnm-glib/html/NMRemoteConnection.html b/docs/libnm-glib/html/NMRemoteConnection.html new file mode 100644 index 00000000..be3b10b0 --- /dev/null +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -0,0 +1,163 @@ + + + + +NMRemoteConnection + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMRemoteConnection

+

NMRemoteConnection

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMConnection
+         +----NMRemoteConnection
+
+
+
+

Implemented Interfaces

+

+NMRemoteConnection implements + NMSettingsConnectionInterface.

+
+
+

Properties

+
+  "bus"                      DBusGConnection*      : Write / Construct Only
+  "init-result"              guint                 : Read
+
+
+
+

Description

+

+

+
+
+

Details

+
+

NMRemoteConnection

+
typedef struct _NMRemoteConnection NMRemoteConnection;
+

+

+
+
+
+

NMRemoteConnectionClass

+
typedef struct {
+	NMConnectionClass parent_class;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMRemoteConnectionClass;
+
+

+

+
+
+
+

nm_remote_connection_new ()

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

+Creates a new object representing the remote connection. +

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

bus :

a valid and connected D-Bus connection +

scope :

the Connection scope (either user or system) +

path :

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

Returns :

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

Property Details

+
+

The "bus" property

+
  "bus"                      DBusGConnection*      : Write / Construct Only
+

DBusGConnection.

+
+
+
+

The "init-result" property

+
  "init-result"              guint                 : Read
+

Initialization result (PRIVATE).

+

Allowed values: <= 2

+

Default value: 0

+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5