summary refs log tree commit diff
path: root/libnm-core/nm-vpn-editor-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-vpn-editor-plugin.h')
-rw-r--r--libnm-core/nm-vpn-editor-plugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libnm-core/nm-vpn-editor-plugin.h b/libnm-core/nm-vpn-editor-plugin.h
index fb51f7e6..e93d8fbd 100644
--- a/libnm-core/nm-vpn-editor-plugin.h
+++ b/libnm-core/nm-vpn-editor-plugin.h
@@ -48,9 +48,9 @@ NMVpnEditorPlugin *nm_vpn_editor_plugin_factory (GError **error);
 #endif
 
 
-/**************************************************/
+/*****************************************************************************/
 /* Editor plugin interface                        */
-/**************************************************/
+/*****************************************************************************/
 
 #define NM_TYPE_VPN_EDITOR_PLUGIN               (nm_vpn_editor_plugin_get_type ())
 #define NM_VPN_EDITOR_PLUGIN(obj)               (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_VPN_EDITOR_PLUGIN, NMVpnEditorPlugin))
@@ -101,6 +101,7 @@ typedef struct _NMVpnEditorPluginVT NMVpnEditorPluginVT;
  * @get_suggested_filename: For a given connection, return a suggested file
  *   name.  Returned value will be %NULL or a suggested file name to be freed by
  *   the caller.
+ * @notify_plugin_info_set: A callback to be called when the plugin info is set.
  * @get_vt: return a virtual function table to implement further functions in
  *   the plugin, without requiring to update libnm. Used by nm_vpn_editor_plugin_get_vt().
  *