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/NMVpnEditor.html | 180 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 docs/libnm/html/NMVpnEditor.html (limited to 'docs/libnm/html/NMVpnEditor.html') diff --git a/docs/libnm/html/NMVpnEditor.html b/docs/libnm/html/NMVpnEditor.html new file mode 100644 index 00000000..1c1bb6a6 --- /dev/null +++ b/docs/libnm/html/NMVpnEditor.html @@ -0,0 +1,180 @@ + + + + +NMVpnEditor: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMVpnEditor

+

NMVpnEditor

+
+
+

Functions

+
++++ + + + + + + + + + + +
+GObject * + +nm_vpn_editor_get_widget () +
+gboolean + +nm_vpn_editor_update_connection () +
+
+
+

Types and Values

+
++++ + + + + +
 NMVpnEditorInterface
+
+
+

Description

+
+
+

Functions

+
+

nm_vpn_editor_get_widget ()

+
GObject *
+nm_vpn_editor_get_widget (NMVpnEditor *editor);
+
+

Parameters

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

editor

the NMVpnEditor

 
+
+
+

Returns

+

.

+

[transfer none]

+
+
+
+
+

nm_vpn_editor_update_connection ()

+
gboolean
+nm_vpn_editor_update_connection (NMVpnEditor *editor,
+                                 NMConnection *connection,
+                                 GError **error);
+
+
+
+

Types and Values

+
+

NMVpnEditorInterface

+
typedef struct {
+	GTypeInterface g_iface;
+
+	GObject * (*get_widget) (NMVpnEditor *editor);
+
+	void (*placeholder) (void);
+
+	gboolean (*update_connection) (NMVpnEditor *editor,
+	                               NMConnection *connection,
+	                               GError **error);
+
+	void (*changed) (NMVpnEditor *editor);
+} NMVpnEditorInterface;
+
+

Interface for editing a specific NMConnection

+
+

Members

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

get_widget ()

return the GtkWidget for the VPN editor's UI

 

placeholder ()

not currently used

 

update_connection ()

called to save the user-entered options to the connection +object. Should return FALSE and set error +if the current options are +invalid. error +should contain enough information for the plugin to +determine which UI widget is invalid at a later point in time. For +example, creating unique error codes for what error occurred and populating +the message field of error +with the name of the invalid property.

 

changed ()

emitted when the value of a UI widget changes. May trigger a +validity check via update_connection +to write values to the connection.

 
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From caf1db9d6fbc056cc6c76a24574890f6c7895f3d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Jul 2018 13:12:18 +0200 Subject: New upstream version 1.12.2 --- docs/libnm/html/NMVpnEditor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libnm/html/NMVpnEditor.html') diff --git a/docs/libnm/html/NMVpnEditor.html b/docs/libnm/html/NMVpnEditor.html index 1c1bb6a6..bd52915c 100644 --- a/docs/libnm/html/NMVpnEditor.html +++ b/docs/libnm/html/NMVpnEditor.html @@ -140,7 +140,7 @@ nm_vpn_editor_update_connection (

get_widget ()

-

return the GtkWidget for the VPN editor's UI

+

return the GtkWidget for the VPN editor's UI

  -- cgit 1.3.0-6-gf8a5