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.
This commit is contained in:
Lubomir Rintel 2016-11-20 16:45:59 +01:00
parent 4fac787dfc
commit 2d2b21501f

View file

@ -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().
*