From 8fc199ae96ab30b2058b5a976990b5afe89e05e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 10 Aug 2016 22:30:50 +0200 Subject: [PATCH] libnm-core: fix invalid return annotation for nm_vpn_editor_plugin_set_plugin_info() --- libnm-core/nm-vpn-editor-plugin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libnm-core/nm-vpn-editor-plugin.c b/libnm-core/nm-vpn-editor-plugin.c index 53bfc0694b..7cb02abd0e 100644 --- a/libnm-core/nm-vpn-editor-plugin.c +++ b/libnm-core/nm-vpn-editor-plugin.c @@ -139,9 +139,9 @@ nm_vpn_editor_plugin_get_plugin_info (NMVpnEditorPlugin *plugin) * @plugin: the #NMVpnEditorPlugin instance * @plugin_info: (allow-none): a #NMVpnPluginInfo instance or %NULL * - * Returns: (transfer none): set or clear the plugin-info instance. - * This takes a weak reference on @plugin_info, to avoid circular - * reference as the plugin-info might also reference the editor-plugin. + * Set or clear the plugin-info instance. + * This takes a weak reference on @plugin_info, to avoid circular + * reference as the plugin-info might also reference the editor-plugin. * * Since: 1.4 */