mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-25 01:20:36 +01:00
libnm-glib: fix introspection annotation for nm_remote_connection_delete()
This commit is contained in:
parent
c3dc2a0608
commit
49c618a2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ delete_cb (DBusGProxy *proxy, GError *error, gpointer user_data)
|
|||
/**
|
||||
* nm_remote_connection_delete:
|
||||
* @connection: the #NMRemoteConnection
|
||||
* @callback: (scope async allow-none): a function to be called when the delete completes
|
||||
* @callback: (scope async) (allow-none): a function to be called when the delete completes
|
||||
* @user_data: caller-specific data to be passed to @callback
|
||||
*
|
||||
* Delete the connection.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue