From 2c032d8f1c6292c1338a615e6ec40252889ba85c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Jan 2015 00:29:39 +0100 Subject: Imported Upstream version 1.0.0 --- docs/libnm/html/NMObject.html | 188 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 docs/libnm/html/NMObject.html (limited to 'docs/libnm/html/NMObject.html') diff --git a/docs/libnm/html/NMObject.html b/docs/libnm/html/NMObject.html new file mode 100644 index 00000000..84324d98 --- /dev/null +++ b/docs/libnm/html/NMObject.html @@ -0,0 +1,188 @@ + + + + +NMObject + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMObject

+

NMObject

+
+
+

Synopsis

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

Object Hierarchy

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

Implemented Interfaces

+

+NMObject implements + GInitable and GAsyncInitable.

+
+
+

Properties

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

Description

+

+

+
+
+

Details

+
+

NM_OBJECT_PATH

+
#define NM_OBJECT_PATH "path"
+
+

+

+
+
+
+

NM_OBJECT_DBUS_CONNECTION

+
#define NM_OBJECT_DBUS_CONNECTION "dbus-connection"
+
+

+

+
+
+
+

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 "nm-running-internal" property

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

+

Default value: FALSE

+
+
+
+

The "path" property

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

+The D-Bus object path. +

+

Default value: NULL

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