From 2c032d8f1c6292c1338a615e6ec40252889ba85c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Jan 2015 00:29:39 +0100 Subject: Imported Upstream version 1.0.0 --- docs/libnm/html/NMSettingGeneric.html | 119 ++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 docs/libnm/html/NMSettingGeneric.html (limited to 'docs/libnm/html/NMSettingGeneric.html') diff --git a/docs/libnm/html/NMSettingGeneric.html b/docs/libnm/html/NMSettingGeneric.html new file mode 100644 index 00000000..1ade9b46 --- /dev/null +++ b/docs/libnm/html/NMSettingGeneric.html @@ -0,0 +1,119 @@ + + + + +NMSettingGeneric + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingGeneric

+

NMSettingGeneric — Describes connection properties for generic devices

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMSetting
+         +----NMSettingGeneric
+
+
+
+

Description

+

+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. +

+
+
+

Details

+
+

NM_SETTING_GENERIC_SETTING_NAME

+
#define NM_SETTING_GENERIC_SETTING_NAME "generic"
+
+

+

+
+
+
+

struct NMSettingGeneric

+
struct NMSettingGeneric;
+

+

+
+
+
+

NMSettingGenericClass

+
typedef struct {
+	NMSettingClass parent;
+} 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] +
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5