From 49c618a2a8b2e16a37171c9aaed0d5eb9bf85136 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 17 Mar 2011 10:46:42 -0500 Subject: [PATCH] libnm-glib: fix introspection annotation for nm_remote_connection_delete() --- libnm-glib/nm-remote-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-glib/nm-remote-connection.c b/libnm-glib/nm-remote-connection.c index f7095d78b4..57870c6241 100644 --- a/libnm-glib/nm-remote-connection.c +++ b/libnm-glib/nm-remote-connection.c @@ -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.