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

NMRemoteSettings

+

NMRemoteSettings

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMRemoteSettings
+
+
+
+

Implemented Interfaces

+

+NMRemoteSettings implements + NMSettingsInterface.

+
+
+

Properties

+
+  "bus"                      DBusGConnection*      : Read / Write / Construct Only
+  "scope"                    guint                 : Read / Write / Construct Only
+  "service-running"          gboolean              : Read
+
+
+
+

Description

+

+

+
+
+

Details

+
+

NM_REMOTE_SETTINGS_BUS

+
#define NM_REMOTE_SETTINGS_BUS "bus"
+
+

+

+
+
+
+

NM_REMOTE_SETTINGS_SCOPE

+
#define NM_REMOTE_SETTINGS_SCOPE "scope"
+
+

+

+
+
+
+

NM_REMOTE_SETTINGS_SERVICE_RUNNING

+
#define NM_REMOTE_SETTINGS_SERVICE_RUNNING "service-running"
+
+

+

+
+
+
+

NMRemoteSettings

+
typedef struct _NMRemoteSettings NMRemoteSettings;
+

+

+
+
+
+

NMRemoteSettingsClass

+
typedef struct {
+	GObjectClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMRemoteSettingsClass;
+
+

+

+
+
+
+

nm_remote_settings_new ()

+
NMRemoteSettings *  nm_remote_settings_new              (DBusGConnection *bus,
+                                                         NMConnectionScope scope);
+

+Creates a new object representing the remote settings service. +

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

bus :

a valid and connected D-Bus connection +

scope :

the settings service scope (either user or system) +

Returns :

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

Property Details

+
+

The "bus" property

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

DBusGConnection.

+
+
+
+

The "scope" property

+
  "scope"                    guint                 : Read / Write / Construct Only
+

NMConnection scope.

+

Allowed values: <= 2

+

Default value: 2

+
+
+
+

The "service-running" property

+
  "service-running"          gboolean              : Read
+

Is service running.

+

Default value: FALSE

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