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/NMDeviceBt.html | 357 ++++++++++++++++++++++------------------ 1 file changed, 197 insertions(+), 160 deletions(-) (limited to 'docs/libnm/html/NMDeviceBt.html') diff --git a/docs/libnm/html/NMDeviceBt.html b/docs/libnm/html/NMDeviceBt.html index d074d0bf..8aad8df8 100644 --- a/docs/libnm/html/NMDeviceBt.html +++ b/docs/libnm/html/NMDeviceBt.html @@ -2,36 +2,28 @@ -NMDeviceBt +libnm Reference Manual: NMDeviceBt - + - - - - - - - - - - + + + + + + +
@@ -39,41 +31,99 @@

NMDeviceBt

NMDeviceBt

- +
-
-

Synopsis

-
#define             NM_DEVICE_BT_HW_ADDRESS
-#define             NM_DEVICE_BT_NAME
-#define             NM_DEVICE_BT_CAPABILITIES
-struct              NMDeviceBt;
-                    NMDeviceBtClass;
-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);
-
+
+

Functions

+
++++ + + + + + + + + + + + + + + +
const char * + +nm_device_bt_get_hw_address () +
const char * + +nm_device_bt_get_name () +
+NMBluetoothCapabilities + +nm_device_bt_get_capabilities () +
-

Object Hierarchy

-
-  GObject
-   +----NMObject
-         +----NMDevice
-               +----NMDeviceBt
-
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + +
NMBluetoothCapabilitiesbt-capabilitiesRead
+gchar *hw-addressRead
+gchar *nameRead
-

Implemented Interfaces

-

-NMDeviceBt implements - GInitable and GAsyncInitable.

+

Types and Values

+
++++ + + + + + + + + + + + + + + +
#defineNM_DEVICE_BT_HW_ADDRESS
#defineNM_DEVICE_BT_NAME
#defineNM_DEVICE_BT_CAPABILITIES
-

Properties

-
-  "bt-capabilities"          NMBluetoothCapabilities  : Read
-  "hw-address"               gchar*                : Read
-  "name"                     gchar*                : Read
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceBt
 
@@ -82,156 +132,143 @@ NMDeviceBt implements

-

Details

+

Functions

-

NM_DEVICE_BT_HW_ADDRESS

-
#define NM_DEVICE_BT_HW_ADDRESS   "hw-address"
-
-

-

+

nm_device_bt_get_hw_address ()

+
const char *
+nm_device_bt_get_hw_address (NMDeviceBt *device);
+

Gets the hardware (MAC) address of the NMDeviceBt

+
+

Parameters

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

device

a NMDeviceBt

 
-
-
-

NM_DEVICE_BT_NAME

-
#define NM_DEVICE_BT_NAME         "name"
-
-

-

+
+

Returns

+

the hardware address. This is the internal string used by the +device, and must not be modified.

+

-
-
-

NM_DEVICE_BT_CAPABILITIES

-
#define NM_DEVICE_BT_CAPABILITIES "bt-capabilities"
-
-

-


-

struct NMDeviceBt

-
struct NMDeviceBt;
-

-

+

nm_device_bt_get_name ()

+
const char *
+nm_device_bt_get_name (NMDeviceBt *device);
+

Gets the name of the NMDeviceBt.

+
+

Parameters

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

device

a NMDeviceBt

 
+
+
+

Returns

+

the name of the device

+

-
-
-

NMDeviceBtClass

-
typedef struct {
-	NMDeviceClass parent;
-} NMDeviceBtClass;
-
-

-


-

nm_device_bt_get_hw_address ()

-
const char *        nm_device_bt_get_hw_address         (NMDeviceBt *device);
-

-Gets the hardware (MAC) address of the NMDeviceBt -

-
+

nm_device_bt_get_capabilities ()

+
NMBluetoothCapabilities
+nm_device_bt_get_capabilities (NMDeviceBt *device);
+

Returns the Bluetooth device's usable capabilities.

+
+

Parameters

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

device :

a NMDeviceBt -

Returns :

the hardware address. This is the internal string used by the -device, and must not be modified.

device

a NMDeviceBt

 
+
+

Returns

+

a combination of NMBluetoothCapabilities

+

+
+
+
+
+

Types and Values

+
+

NM_DEVICE_BT_HW_ADDRESS

+
#define NM_DEVICE_BT_HW_ADDRESS   "hw-address"
+
+

+

+

-

nm_device_bt_get_name ()

-
const char *        nm_device_bt_get_name               (NMDeviceBt *device);
+

NM_DEVICE_BT_NAME

+
#define NM_DEVICE_BT_NAME         "name"
+

-Gets the name of the NMDeviceBt.

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

device :

a NMDeviceBt -

Returns :

the name of the device

-

nm_device_bt_get_capabilities ()

-
NMBluetoothCapabilities nm_device_bt_get_capabilities   (NMDeviceBt *device);
+

NM_DEVICE_BT_CAPABILITIES

+
#define NM_DEVICE_BT_CAPABILITIES "bt-capabilities"
+

-Returns the Bluetooth device's usable capabilities.

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

device :

a NMDeviceBt -

Returns :

a combination of NMBluetoothCapabilities -

Property Details

-

The "bt-capabilities" property

-
  "bt-capabilities"          NMBluetoothCapabilities  : Read
-

-The device's bluetooth capabilities, a combination of NMBluetoothCapabilities. -

+

The “bt-capabilities” property

+
  “bt-capabilities”          NMBluetoothCapabilities
+

+

Flags: Read


-

The "hw-address" property

-
  "hw-address"               gchar*                : Read
-

-The hardware (MAC) address of the device. -

+

The “hw-address” property

+
  “hw-address”               gchar *
+

+

Flags: Read

Default value: NULL


-

The "name" property

-
  "name"                     gchar*                : Read
-

-The name of the bluetooth device. -

+

The “name” property

+
  “name”                     gchar *
+

+

Flags: Read

Default value: NULL

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