libnm-glib: fix introspection annotation for nm_remote_connection_delete()

This commit is contained in:
Dan Williams 2011-03-17 10:46:42 -05:00
parent c3dc2a0608
commit 49c618a2a8

View file

@ -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.