mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 15:20:28 +01:00
libnm-core: fix invalid return annotation for nm_vpn_editor_plugin_set_plugin_info()
This commit is contained in:
parent
560f810bf5
commit
8fc199ae96
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue