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/NMDeviceBt.html | 164 +++++++++++++++++++---------------- 1 file changed, 91 insertions(+), 73 deletions(-) (limited to 'docs/libnm-glib/html/NMDeviceBt.html') diff --git a/docs/libnm-glib/html/NMDeviceBt.html b/docs/libnm-glib/html/NMDeviceBt.html index bc766453..e3a59fc7 100644 --- a/docs/libnm-glib/html/NMDeviceBt.html +++ b/docs/libnm-glib/html/NMDeviceBt.html @@ -3,12 +3,12 @@ NMDeviceBt - + - + @@ -43,19 +43,19 @@

Synopsis

-
                    NMDeviceBt;
-                    NMDeviceBtClass;
-enum                NMDeviceBtError;
-#define             NM_DEVICE_BT_CAPABILITIES
+
enum                NMDeviceBtError;
 #define             NM_DEVICE_BT_ERROR
+GQuark              nm_device_bt_error_quark            (void);
 #define             NM_DEVICE_BT_HW_ADDRESS
 #define             NM_DEVICE_BT_NAME
-GQuark              nm_device_bt_error_quark            (void);
-NMBluetoothCapabilities nm_device_bt_get_capabilities   (NMDeviceBt *device);
-const char *        nm_device_bt_get_hw_address         (NMDeviceBt *device);
-const char *        nm_device_bt_get_name               (NMDeviceBt *device);
+#define             NM_DEVICE_BT_CAPABILITIES
+                    NMDeviceBt;
+                    NMDeviceBtClass;
 GObject *           nm_device_bt_new                    (DBusGConnection *connection,
                                                          const char *path);
+const char *        nm_device_bt_get_hw_address         (NMDeviceBt *device);
+const char *        nm_device_bt_get_name               (NMDeviceBt *device);
+NMBluetoothCapabilities nm_device_bt_get_capabilities   (NMDeviceBt *device);
 
@@ -89,31 +89,6 @@ NMDeviceBt implements

Details

-

NMDeviceBt

-
typedef struct _NMDeviceBt NMDeviceBt;
-

-

-
-
-
-

NMDeviceBtClass

-
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);
-} NMDeviceBtClass;
-
-

-

-
-
-

enum NMDeviceBtError

typedef enum {
 	NM_DEVICE_BT_ERROR_UNKNOWN = 0,           /*< nick=UnknownError >*/
@@ -124,8 +99,11 @@ NMDeviceBt implements
 	NM_DEVICE_BT_ERROR_MISSING_DEVICE_CAPS,   /*< nick=MissingDeviceCaps >*/
 } NMDeviceBtError;
 
-
+
+++ @@ -162,19 +140,29 @@ NMDeviceBt implements
-

NM_DEVICE_BT_CAPABILITIES

-
#define NM_DEVICE_BT_CAPABILITIES "bt-capabilities"
+

NM_DEVICE_BT_ERROR

+
#define NM_DEVICE_BT_ERROR nm_device_bt_error_quark ()
 


-

NM_DEVICE_BT_ERROR

-
#define NM_DEVICE_BT_ERROR nm_device_bt_error_quark ()
-
+

nm_device_bt_error_quark ()

+
GQuark              nm_device_bt_error_quark            (void);

+Registers an error quark for NMDeviceBt if necessary.

+

NM_DEVICE_BT_ERROR_UNKNOWN

++++ + + + + +

Returns :

the error quark used for NMDeviceBt errors.

@@ -194,37 +182,63 @@ NMDeviceBt implements

-

nm_device_bt_error_quark ()

-
GQuark              nm_device_bt_error_quark            (void);
+

NM_DEVICE_BT_CAPABILITIES

+
#define NM_DEVICE_BT_CAPABILITIES "bt-capabilities"
+

-Registers an error quark for NMDeviceBt if necessary.

-
-- - - - -

Returns :

the error quark used for NMDeviceBt errors.

-

nm_device_bt_get_capabilities ()

-
NMBluetoothCapabilities nm_device_bt_get_capabilities   (NMDeviceBt *device);
+

NMDeviceBt

+
typedef struct _NMDeviceBt NMDeviceBt;

-Returns the Bluetooth device's usable capabilities.

-
+ +
+
+

NMDeviceBtClass

+
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);
+} NMDeviceBtClass;
+
+

+

+
+
+
+

nm_device_bt_new ()

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

+Creates a new NMDeviceBt. +

+
+++ - - + + + + + - @@ -237,8 +251,11 @@ Returns the Bluetooth device's usable capabilities.

Gets the hardware (MAC) address of the NMDeviceBt

-

device :

a NMDeviceBt +

connection :

the DBusGConnection

path :

the DBus object path of the device

Returns :

a combination of NMBluetoothCapabilities +a new device. [transfer full]
+
+++ @@ -260,8 +277,11 @@ device, and must not be modified.

Gets the name of the NMDeviceBt.

-

device :

+
+++ @@ -277,27 +297,25 @@ Gets the name of the <
-

nm_device_bt_new ()

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

nm_device_bt_get_capabilities ()

+
NMBluetoothCapabilities nm_device_bt_get_capabilities   (NMDeviceBt *device);

-Creates a new NMDeviceBt. +Returns the Bluetooth device's usable capabilities.

-

device :

+
+++ - - + - - - - - @@ -336,6 +354,6 @@ The name of the bluetooth device. + Generated by GTK-Doc V1.19 \ No newline at end of file -- cgit 1.3.0-6-gf8a5

connection :

the DBusGConnection +

device :

a NMDeviceBt

path :

the DBus object path of the device

Returns :

a new device. [transfer full] +a combination of NMBluetoothCapabilities