From 2d2b21501f9cc016fb8c270e655ee61f1ee8db33 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 20 Nov 2016 16:45:59 +0100 Subject: [PATCH] libnm-core/vpn-editor-plugin: add missing documentation ../../libnm-core/nm-vpn-editor-plugin.h:108: warning: Field description for NMVpnEditorPluginInterface::notify_plugin_info_set is missing in source code comment block. --- libnm-core/nm-vpn-editor-plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libnm-core/nm-vpn-editor-plugin.h b/libnm-core/nm-vpn-editor-plugin.h index 6d3cf0c781..e93d8fbddd 100644 --- a/libnm-core/nm-vpn-editor-plugin.h +++ b/libnm-core/nm-vpn-editor-plugin.h @@ -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(). *