mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 06:20:10 +01:00
libnm: fix annotations for nm_conn_wireguard_import()
Fixes: f00e747beb ('libnm-client: Add public nm_conn_wireguard_import() func')
This commit is contained in:
parent
bd84ae4dc5
commit
465df6f432
1 changed files with 2 additions and 2 deletions
|
|
@ -96,11 +96,11 @@ value_split_word(char **line_remainder, char **out_word)
|
|||
* @filename: name of the file to attempt to read into a new #NMConnection
|
||||
* @error: on return, an error or %NULL
|
||||
*
|
||||
* Returns: a new #NMConnection imported from @path, or %NULL
|
||||
* Returns: (transfer full): a new #NMConnection imported from @path, or %NULL
|
||||
* on error or if the file with @filename was not recognized as a WireGuard config
|
||||
*
|
||||
* Since: 1.40
|
||||
* */
|
||||
*/
|
||||
NMConnection *
|
||||
nm_conn_wireguard_import(const char *filename, GError **error)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue