From 429393567647935d9123e21fd27a7529d50255eb Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 1 Jul 2018 20:58:23 +0200 Subject: New upstream version 1.12.0 --- docs/libnm/html/libnm-nm-setting-ovs-patch.html | 143 ++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 docs/libnm/html/libnm-nm-setting-ovs-patch.html (limited to 'docs/libnm/html/libnm-nm-setting-ovs-patch.html') diff --git a/docs/libnm/html/libnm-nm-setting-ovs-patch.html b/docs/libnm/html/libnm-nm-setting-ovs-patch.html new file mode 100644 index 00000000..50dff9aa --- /dev/null +++ b/docs/libnm/html/libnm-nm-setting-ovs-patch.html @@ -0,0 +1,143 @@ + + + + +nm-setting-ovs-patch: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

nm-setting-ovs-patch

+

nm-setting-ovs-patch — Describes connection properties for Open vSwitch patch interfaces.

+
+
+

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_ovs_patch_new () +
const char * + +nm_setting_ovs_patch_get_peer () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_SETTING_OVS_PATCH_SETTING_NAME
#defineNM_SETTING_OVS_PATCH_PEER
+
+
+

Description

+

The NMSettingOvsPatch object is a NMSetting subclass that describes properties +necessary for Open vSwitch interfaces of type "patch".

+
+
+

Functions

+
+

nm_setting_ovs_patch_new ()

+
NMSetting *
+nm_setting_ovs_patch_new (void);
+

Creates a new NMSettingOvsPatch object with default values.

+
+

Returns

+

the new empty NMSettingOvsPatch object.

+

[transfer full]

+
+

Since: 1.10

+
+
+
+

nm_setting_ovs_patch_get_peer ()

+
const char *
+nm_setting_ovs_patch_get_peer (NMSettingOvsPatch *self);
+
+

Parameters

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

self

the NMSettingOvsPatch

 
+
+
+

Returns

+

the “peer” property of the setting

+
+

Since: 1.10

+
+
+
+

Types and Values

+
+

NM_SETTING_OVS_PATCH_SETTING_NAME

+
#define NM_SETTING_OVS_PATCH_SETTING_NAME        "ovs-patch"
+
+
+
+
+

NM_SETTING_OVS_PATCH_PEER

+
#define NM_SETTING_OVS_PATCH_PEER                "peer"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5