From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm/html/NMObject.html | 246 ++++++++++++++++++++++-------------------- 1 file changed, 127 insertions(+), 119 deletions(-) (limited to 'docs/libnm/html/NMObject.html') diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html index 84324d98..38da67a0 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -2,36 +2,28 @@ -NMObject +libnm Reference Manual: NMObject - + - - - - - - - - - - + + + + + + +
@@ -39,43 +31,83 @@

NMObject

NMObject

- +
-
-

Synopsis

-
#define             NM_OBJECT_PATH
-#define             NM_OBJECT_DBUS_CONNECTION
-struct              NMObject;
-                    NMObjectClass;
-const char *        nm_object_get_path                  (NMObject *object);
-
+
+

Functions

+
++++ + + + + +
const char * + +nm_object_get_path () +
-

Object Hierarchy

-
-  GObject
-   +----NMObject
-         +----NMAccessPoint
-         +----NMActiveConnection
-         +----NMDevice
-         +----NMDhcpConfig
-         +----NMIPConfig
-         +----NMRemoteConnection
-         +----NMWimaxNsp
-
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + +
+GDBusConnection *dbus-connectionRead / Write / Construct Only
gbooleannm-running-internalRead
+gchar *pathRead / Write / Construct Only
-

Implemented Interfaces

-

-NMObject implements - GInitable and GAsyncInitable.

+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_OBJECT_PATH
#defineNM_OBJECT_DBUS_CONNECTION
-

Properties

-
-  "dbus-connection"          GDBusConnection*      : Read / Write / Construct Only
-  "nm-running-internal"      gboolean              : Read
-  "path"                     gchar*                : Read / Write / Construct Only
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ├── NMAccessPoint
+        ├── NMActiveConnection
+        ├── NMDevice
+        ├── NMDhcpConfig
+        ├── NMIPConfig
+        ├── NMRemoteConnection
+        ╰── NMWimaxNsp
 
@@ -84,7 +116,37 @@ NMObject implements

-

Details

+

Functions

+
+

nm_object_get_path ()

+
const char *
+nm_object_get_path (NMObject *object);
+

Gets the DBus path of the NMObject.

+
+

Parameters

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

object

a NMObject

 
+
+
+

Returns

+

the object's path. This is the internal string used by the +device, and must not be modified.

+

+
+
+
+
+

Types and Values

NM_OBJECT_PATH

#define NM_OBJECT_PATH "path"
@@ -100,89 +162,35 @@ NMObject implements
 

-
-
-

struct NMObject

-
struct NMObject;
-

-

-
-
-
-

NMObjectClass

-
typedef struct {
-	GObjectClass parent;
-
-	/* Methods */
-	void (*init_dbus) (NMObject *object);
-
-	/* The "object-creation-failed" method is PRIVATE for libnm and
-	 * is not meant for any external usage.  It indicates that an error
-	 * occured during creation of an object.
-	 */
-	void (*object_creation_failed) (NMObject *master_object,
-	                                const char *failed_path);
-} NMObjectClass;
-
-

-

-
-
-
-

nm_object_get_path ()

-
const char *        nm_object_get_path                  (NMObject *object);
-

-Gets the DBus path of the NMObject. -

-
---- - - - - - - - - - - -

object :

a NMObject -

Returns :

the object's path. This is the internal string used by the -device, and must not be modified.
-

Property Details

-

The "dbus-connection" property

-
  "dbus-connection"          GDBusConnection*      : Read / Write / Construct Only
-

-The GDBusConnection of the object. -

+

The “dbus-connection” property

+
  “dbus-connection”          GDBusConnection *
+

+

Flags: Read / Write / Construct Only


-

The "nm-running-internal" property

-
  "nm-running-internal"      gboolean              : Read
+

The “nm-running-internal” property

+
  “nm-running-internal”      gboolean

+

Flags: Read

Default value: FALSE


-

The "path" property

-
  "path"                     gchar*                : Read / Write / Construct Only
-

-The D-Bus object path. -

+

The “path” property

+
  “path”                     gchar *
+

+

Flags: Read / Write / Construct Only

Default value: NULL

+ Generated by GTK-Doc V1.21
\ No newline at end of file -- cgit 1.3.0-6-gf8a5