From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm-glib/html/NMDeviceGeneric.html | 290 ------------------------------ 1 file changed, 290 deletions(-) delete mode 100644 docs/libnm-glib/html/NMDeviceGeneric.html (limited to 'docs/libnm-glib/html/NMDeviceGeneric.html') diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html deleted file mode 100644 index dc3348b9..00000000 --- a/docs/libnm-glib/html/NMDeviceGeneric.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - -NMDeviceGeneric: libnm-glib Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMDeviceGeneric

-

NMDeviceGeneric

-
-
-

Functions

-
---- - - - - - - - - - - - - - - -
-GQuark - -nm_device_generic_error_quark () -
-GObject * - -nm_device_generic_new () -
const char * - -nm_device_generic_get_hw_address () -
-
-
-

Properties

-
----- - - - - - - - - - - - - -
-gchar *hw-addressRead
-gchar *type-descriptionRead
-
-
-

Types and Values

- -
-
-

Object Hierarchy

-
    GObject
-    ╰── NMObject
-        ╰── NMDevice
-            ╰── NMDeviceGeneric
-
-
-
-

Description

-
-
-

Functions

-
-

nm_device_generic_error_quark ()

-
GQuark
-nm_device_generic_error_quark (void);
-

Registers an error quark for NMDeviceGeneric if necessary.

-
-

Returns

-

the error quark used for NMDeviceGeneric errors.

-
-

Since: 0.9.10

-
-
-
-

nm_device_generic_new ()

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

Creates a new NMDeviceGeneric.

-
-

Parameters

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

connection

the DBusGConnection

 

path

the DBus object path of the device

 
-
-
-

Returns

-

a new device.

-

[transfer full]

-
-

Since: 0.9.10

-
-
-
-

nm_device_generic_get_hw_address ()

-
const char *
-nm_device_generic_get_hw_address (NMDeviceGeneric *device);
-

Gets the hardware address of the NMDeviceGeneric

-
-

Parameters

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

device

a NMDeviceGeneric

 
-
-
-

Returns

-

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

-
-

Since: 0.9.10

-
-
-
-

Types and Values

-
-

enum NMDeviceGenericError

-
-

Members

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

NM_DEVICE_GENERIC_ERROR_UNKNOWN

-

unknown or unclassified error

-
 

NM_DEVICE_GENERIC_ERROR_NOT_GENERIC_CONNECTION

-

the connection was not of generic type

-
 

NM_DEVICE_GENERIC_ERROR_MISSING_INTERFACE_NAME

-

the connection did not specify the interface name

-
 
-
-
-
-
-

NM_DEVICE_GENERIC_ERROR

-
#define NM_DEVICE_GENERIC_ERROR nm_device_generic_error_quark ()
-
-
-
-
-

NM_DEVICE_GENERIC_HW_ADDRESS

-
#define NM_DEVICE_GENERIC_HW_ADDRESS       "hw-address"
-
-
-
-
-

NM_DEVICE_GENERIC_TYPE_DESCRIPTION

-
#define NM_DEVICE_GENERIC_TYPE_DESCRIPTION "type-description"
-
-
-
-
-

Property Details

-
-

The “hw-address” property

-
  “hw-address”               gchar *
-

The hardware address of the device.

-

Flags: Read

-

Default value: NULL

-
-
-
-

The “type-description” property

-
  “type-description”         gchar *
-

A description of the specific type of device this is, or NULL -if not known.

-

Flags: Read

-

Default value: NULL

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