From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl
typedef struct {
- GTypeInterface g_iface;
+ GTypeInterface g_iface;
- NMVpnEditor * (*get_editor) (NMVpnEditorPlugin *plugin,
- NMConnection *connection,
- GError **error);
+ NMVpnEditor *(*get_editor)(NMVpnEditorPlugin *plugin, NMConnection *connection, GError **error);
- NMVpnEditorPluginCapability (*get_capabilities) (NMVpnEditorPlugin *plugin);
+ NMVpnEditorPluginCapability (*get_capabilities)(NMVpnEditorPlugin *plugin);
- NMConnection * (*import_from_file) (NMVpnEditorPlugin *plugin,
- const char *path,
- GError **error);
+ NMConnection *(*import_from_file)(NMVpnEditorPlugin *plugin, const char *path, GError **error);
- gboolean (*export_to_file) (NMVpnEditorPlugin *plugin,
- const char *path,
- NMConnection *connection,
- GError **error);
+ gboolean (*export_to_file)(NMVpnEditorPlugin *plugin,
+ const char * path,
+ NMConnection * connection,
+ GError ** error);
- char * (*get_suggested_filename) (NMVpnEditorPlugin *plugin, NMConnection *connection);
+ char *(*get_suggested_filename)(NMVpnEditorPlugin *plugin, NMConnection *connection);
- void (*notify_plugin_info_set) (NMVpnEditorPlugin *plugin,
- NMVpnPluginInfo *plugin_info);
+ void (*notify_plugin_info_set)(NMVpnEditorPlugin *plugin, NMVpnPluginInfo *plugin_info);
- const NMVpnEditorPluginVT *(*get_vt) (NMVpnEditorPlugin *plugin,
- gsize *out_vt_size);
+ const NMVpnEditorPluginVT *(*get_vt)(NMVpnEditorPlugin *plugin, gsize *out_vt_size);
} NMVpnEditorPluginInterface;
Interface for VPN editor plugins.
-- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl
Returns
a new NMVpnEditor or NULL on error.
-[transfer full]
+[transfer full]
@@ -421,7 +421,7 @@ nm_vpn_editor_plugin_import (NULL
on error or if the file at path
was not recognized by this plugin.
-[transfer full]
+[transfer full]
@@ -515,7 +515,7 @@ loading the shared library.
Since: 1.2
@@ -567,7 +567,7 @@ the given service.
Since: 1.4
@@ -594,7 +594,7 @@ nm_vpn_editor_plugin_get_plugin_info (
Returns
if set, return the NMVpnPluginInfo instance.
-[transfer none]
+[transfer none]
Since: 1.4
@@ -804,7 +804,7 @@ the plugin, without requiring to update libnm. Used by Property Details
The “filename” property
- “filename” gchar *
+ “filename” char *
The filename from which the info was loaded.
Can be NULL if the instance was not loaded from
a file (i.e. the keyfile instance was passed to the
@@ -828,7 +828,7 @@ try to read from filename.
The “name” property
- “name” gchar *
+ “name” char *
The name of the VPN plugin.
Owner: NMVpnPluginInfo
Flags: Read
@@ -838,7 +838,7 @@ try to read from filename.
The “description” property
- “description” gchar *
+ “description” char *
Longer description of the VPN plugin.
Owner: NMVpnEditorPlugin
Flags: Read
@@ -847,7 +847,7 @@ try to read from filename.
The “name” property
- “name” gchar *
+ “name” char *
Short display name of the VPN plugin.
Owner: NMVpnEditorPlugin
Flags: Read
@@ -856,7 +856,7 @@ try to read from filename.
The “service” property
- “service” gchar *
+ “service” char *
D-Bus service name of the plugin's VPN service.
Owner: NMVpnEditorPlugin
Flags: Read
@@ -875,6 +875,6 @@ user_function (
+
Generated by GTK-Doc V1.33.1