From a4256940da049f91bbbea5e53e469a59ea9c10f7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 25 Oct 2013 21:20:58 +0200 Subject: Imported Upstream version 0.9.8.8 --- docs/libnm-glib/html/NMDeviceOlpcMesh.html | 196 ++++++++++++++++------------- 1 file changed, 107 insertions(+), 89 deletions(-) (limited to 'docs/libnm-glib/html/NMDeviceOlpcMesh.html') diff --git a/docs/libnm-glib/html/NMDeviceOlpcMesh.html b/docs/libnm-glib/html/NMDeviceOlpcMesh.html index 2af9c04b..ca10adb6 100644 --- a/docs/libnm-glib/html/NMDeviceOlpcMesh.html +++ b/docs/libnm-glib/html/NMDeviceOlpcMesh.html @@ -3,12 +3,12 @@ NMDeviceOlpcMesh - + - + @@ -43,20 +43,20 @@

Synopsis

-
                    NMDeviceOlpcMesh;
-                    NMDeviceOlpcMeshClass;
-enum                NMDeviceOlpcMeshError;
-#define             NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL
-#define             NM_DEVICE_OLPC_MESH_COMPANION
+
enum                NMDeviceOlpcMeshError;
 #define             NM_DEVICE_OLPC_MESH_ERROR
-#define             NM_DEVICE_OLPC_MESH_HW_ADDRESS
 GQuark              nm_device_olpc_mesh_error_quark     (void);
-guint32             nm_device_olpc_mesh_get_active_channel
-                                                        (NMDeviceOlpcMesh *device);
-NMDeviceWifi *      nm_device_olpc_mesh_get_companion   (NMDeviceOlpcMesh *device);
-const char *        nm_device_olpc_mesh_get_hw_address  (NMDeviceOlpcMesh *device);
+#define             NM_DEVICE_OLPC_MESH_HW_ADDRESS
+#define             NM_DEVICE_OLPC_MESH_COMPANION
+#define             NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL
+                    NMDeviceOlpcMesh;
+                    NMDeviceOlpcMeshClass;
 GObject *           nm_device_olpc_mesh_new             (DBusGConnection *connection,
                                                          const char *path);
+const char *        nm_device_olpc_mesh_get_hw_address  (NMDeviceOlpcMesh *device);
+NMDeviceWifi *      nm_device_olpc_mesh_get_companion   (NMDeviceOlpcMesh *device);
+guint32             nm_device_olpc_mesh_get_active_channel
+                                                        (NMDeviceOlpcMesh *device);
 
@@ -90,31 +90,6 @@ NMDeviceOlpcMesh implements

Details

-

NMDeviceOlpcMesh

-
typedef struct _NMDeviceOlpcMesh NMDeviceOlpcMesh;
-

-

-
-
-
-

NMDeviceOlpcMeshClass

-
typedef struct {
-	NMDeviceClass parent;
-
-	/* Padding for future expansion */
-	void (*_reserved1) (void);
-	void (*_reserved2) (void);
-	void (*_reserved3) (void);
-	void (*_reserved4) (void);
-	void (*_reserved5) (void);
-	void (*_reserved6) (void);
-} NMDeviceOlpcMeshClass;
-
-

-

-
-
-

enum NMDeviceOlpcMeshError

typedef enum {
 	NM_DEVICE_OLPC_MESH_ERROR_UNKNOWN = 0,                  /*< nick=UnknownError >*/
@@ -122,8 +97,11 @@ NMDeviceOlpcMesh implements
 	NM_DEVICE_OLPC_MESH_ERROR_INVALID_OLPC_MESH_CONNECTION, /*< nick=InvalidOlpcMeshConnection >*/
 } NMDeviceOlpcMeshError;
 
-
+
+++ @@ -145,8 +123,34 @@ NMDeviceOlpcMesh implements
-

NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL

-
#define NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL "active-channel"
+

NM_DEVICE_OLPC_MESH_ERROR

+
#define NM_DEVICE_OLPC_MESH_ERROR nm_device_olpc_mesh_error_quark ()
+
+

+

+
+
+
+

nm_device_olpc_mesh_error_quark ()

+
GQuark              nm_device_olpc_mesh_error_quark     (void);
+

+Registers an error quark for NMDeviceOlpcMesh if necessary. +

+

NM_DEVICE_OLPC_MESH_ERROR_UNKNOWN

++++ + + + + +

Returns :

the error quark used for NMDeviceOlpcMesh errors.
+
+
+
+

NM_DEVICE_OLPC_MESH_HW_ADDRESS

+
#define NM_DEVICE_OLPC_MESH_HW_ADDRESS     "hw-address"
 

@@ -161,67 +165,80 @@ NMDeviceOlpcMesh implements

-

NM_DEVICE_OLPC_MESH_ERROR

-
#define NM_DEVICE_OLPC_MESH_ERROR nm_device_olpc_mesh_error_quark ()
+

NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL

+
#define NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL "active-channel"
 


-

NM_DEVICE_OLPC_MESH_HW_ADDRESS

-
#define NM_DEVICE_OLPC_MESH_HW_ADDRESS     "hw-address"
-
+

NMDeviceOlpcMesh

+
typedef struct _NMDeviceOlpcMesh NMDeviceOlpcMesh;


-

nm_device_olpc_mesh_error_quark ()

-
GQuark              nm_device_olpc_mesh_error_quark     (void);
+

NMDeviceOlpcMeshClass

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

-Registers an error quark for NMDeviceOlpcMesh if necessary.

-
-- - - - -

Returns :

the error quark used for NMDeviceOlpcMesh errors.

-

nm_device_olpc_mesh_get_active_channel ()

-
guint32             nm_device_olpc_mesh_get_active_channel
-                                                        (NMDeviceOlpcMesh *device);
+

nm_device_olpc_mesh_new ()

+
GObject *           nm_device_olpc_mesh_new             (DBusGConnection *connection,
+                                                         const char *path);

-Returns the active channel of the NMDeviceOlpcMesh device. +Creates a new NMDeviceOlpcMesh.

-
+
+++ - - + + + + + - +

device :

a NMDeviceOlpcMesh +

connection :

the DBusGConnection

path :

the DBus object path of the device

Returns :

active channel of the devicea new OlpcMesh device. [transfer full] +

-

nm_device_olpc_mesh_get_companion ()

-
NMDeviceWifi *      nm_device_olpc_mesh_get_companion   (NMDeviceOlpcMesh *device);
+

nm_device_olpc_mesh_get_hw_address ()

+
const char *        nm_device_olpc_mesh_get_hw_address  (NMDeviceOlpcMesh *device);

-Gets the companion device of the NMDeviceOlpcMesh. +Gets the hardware (MAC) address of the NMDeviceOlpcMesh

-
+
+++ @@ -230,21 +247,24 @@ Gets the companion device of the - +

device :

Returns :

the companion of the device of NULL. [transfer none] -the hardware address. This is the internal string used by the +device, and must not be modified.

-

nm_device_olpc_mesh_get_hw_address ()

-
const char *        nm_device_olpc_mesh_get_hw_address  (NMDeviceOlpcMesh *device);
+

nm_device_olpc_mesh_get_companion ()

+
NMDeviceWifi *      nm_device_olpc_mesh_get_companion   (NMDeviceOlpcMesh *device);

-Gets the hardware (MAC) address of the NMDeviceOlpcMesh +Gets the companion device of the NMDeviceOlpcMesh.

-
+
+++ @@ -253,36 +273,34 @@ Gets the hardware (MAC) address of the Returns :

-
+

device :

the hardware address. This is the internal string used by the -device, and must not be modified.the companion of the device of NULL. [transfer none] +

-

nm_device_olpc_mesh_new ()

-
GObject *           nm_device_olpc_mesh_new             (DBusGConnection *connection,
-                                                         const char *path);
+

nm_device_olpc_mesh_get_active_channel ()

+
guint32             nm_device_olpc_mesh_get_active_channel
+                                                        (NMDeviceOlpcMesh *device);

-Creates a new NMDeviceOlpcMesh. +Returns the active channel of the NMDeviceOlpcMesh device.

-
+
+++ - - + - - - - - +

connection :

the DBusGConnection +

device :

a NMDeviceOlpcMesh

path :

the DBus object path of the device

Returns :

a new OlpcMesh device. [transfer full] -active channel of the device
@@ -319,6 +337,6 @@ The hardware (MAC) address of the device.
+ Generated by GTK-Doc V1.19
\ No newline at end of file -- cgit 1.3.0-6-gf8a5