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-util/html/NMSettingGeneric.html | 255 ++++++++++++++--------------- 1 file changed, 127 insertions(+), 128 deletions(-) (limited to 'docs/libnm-util/html/NMSettingGeneric.html') diff --git a/docs/libnm-util/html/NMSettingGeneric.html b/docs/libnm-util/html/NMSettingGeneric.html index 9a758659..d7f571b1 100644 --- a/docs/libnm-util/html/NMSettingGeneric.html +++ b/docs/libnm-util/html/NMSettingGeneric.html @@ -2,32 +2,27 @@ -NMSettingGeneric +libnm-util Reference Manual: NMSettingGeneric - + - - - - - - - - - - + + + + + + +
@@ -35,48 +30,110 @@

NMSettingGeneric

NMSettingGeneric — Describes connection properties for generic devices

- +
-
-

Synopsis

-
-#include <nm-setting-generic.h>
-
-#define             NM_SETTING_GENERIC_SETTING_NAME
-enum                NMSettingGenericError;
-#define             NM_SETTING_GENERIC_ERROR
-GQuark              nm_setting_generic_error_quark      (void);
-                    NMSettingGeneric;
-                    NMSettingGenericClass;
-NMSetting *         nm_setting_generic_new              (void);
-
+
+

Functions

+
++++ + + + + + + + + + + +
+GQuark + +nm_setting_generic_error_quark () +
+NMSetting * + +nm_setting_generic_new () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + +
#defineNM_SETTING_GENERIC_SETTING_NAME
enumNMSettingGenericError
#defineNM_SETTING_GENERIC_ERROR

Object Hierarchy

-
-  GEnum
-   +----NMSettingGenericError
+
    GEnum
+    ╰── NMSettingGenericError
+    GObject
+    ╰── NMSetting
+        ╰── NMSettingGeneric
 
-
-  GObject
-   +----NMSetting
-         +----NMSettingGeneric
+
+
+

Includes

+
#include <nm-setting-generic.h>
 

Description

-

-The NMSettingGeneric object is a NMSetting subclass that describes +

The NMSettingGeneric object is a NMSetting subclass that describes optional properties that apply to "generic" devices (ie, devices that -NetworkManager does not specifically recognize). -

-

-There are currently no properties on this object; it exists only to be -the "connection type" setting on NMConnections for generic devices. -

+NetworkManager does not specifically recognize).

+

There are currently no properties on this object; it exists only to be +the "connection type" setting on NMConnections for generic devices.

-

Details

+

Functions

+
+

nm_setting_generic_error_quark ()

+
GQuark
+nm_setting_generic_error_quark (void);
+

Registers an error quark for NMSettingGeneric if necessary.

+
+

Returns

+

the error quark used for NMSettingGeneric errors.

+

+
+

Since 0.9.10

+
+
+
+

nm_setting_generic_new ()

+
NMSetting *
+nm_setting_generic_new (void);
+

Creates a new NMSettingGeneric object with default values.

+
+

Returns

+

the new empty NMSettingGeneric object.

+

[transfer full]

+
+

Since 0.9.10

+
+
+
+

Types and Values

NM_SETTING_GENERIC_SETTING_NAME

#define NM_SETTING_GENERIC_SETTING_NAME "generic"
@@ -86,37 +143,41 @@ the "connection type" setting on 
 

-

enum NMSettingGenericError

-
typedef enum {
-	NM_SETTING_GENERIC_ERROR_UNKNOWN = 0,      /*< nick=UnknownError >*/
-	NM_SETTING_GENERIC_ERROR_INVALID_PROPERTY, /*< nick=InvalidProperty >*/
-	NM_SETTING_GENERIC_ERROR_MISSING_PROPERTY, /*< nick=MissingProperty >*/
-} NMSettingGenericError;
-
-
+

enum NMSettingGenericError

+
+

Members

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

NM_SETTING_GENERIC_ERROR_UNKNOWN

unknown or unclassified error +

NM_SETTING_GENERIC_ERROR_UNKNOWN

+

unknown or unclassified error

 

NM_SETTING_GENERIC_ERROR_INVALID_PROPERTY

the property was invalid +

NM_SETTING_GENERIC_ERROR_INVALID_PROPERTY

+

the property was invalid

 

NM_SETTING_GENERIC_ERROR_MISSING_PROPERTY

the property was missing and -is required +

NM_SETTING_GENERIC_ERROR_MISSING_PROPERTY

+

the property was missing and +is required

 
+

Since 0.9.10


@@ -127,72 +188,10 @@ is required

-
-
-

nm_setting_generic_error_quark ()

-
GQuark              nm_setting_generic_error_quark      (void);
-

-Registers an error quark for NMSettingGeneric if necessary. -

-
---- - - - - -

Returns :

the error quark used for NMSettingGeneric errors.
-

Since 0.9.10

-
-
-
-

NMSettingGeneric

-
typedef struct _NMSettingGeneric NMSettingGeneric;
-

-

-
-
-
-

NMSettingGenericClass

-
typedef struct {
-	NMSettingClass parent;
-
-	/* Padding for future expansion */
-	void (*_reserved1) (void);
-	void (*_reserved2) (void);
-	void (*_reserved3) (void);
-	void (*_reserved4) (void);
-} NMSettingGenericClass;
-
-

-

-
-
-
-

nm_setting_generic_new ()

-
NMSetting *         nm_setting_generic_new              (void);
-

-Creates a new NMSettingGeneric object with default values. -

-
---- - - - - -

Returns :

the new empty NMSettingGeneric object. [transfer full] -
-

Since 0.9.10

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