From 8b1de024ba2cf4eb06ffc999a22d9474ba04b063 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 26 Oct 2011 10:53:47 -0500 Subject: [PATCH] libnm-glib: fix allow-none introspection annotations (rh #747302) --- libnm-glib/nm-remote-connection.c | 2 +- libnm-glib/nm-remote-settings.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-glib/nm-remote-connection.c b/libnm-glib/nm-remote-connection.c index 43f6a5b6cf..9e190d9e66 100644 --- a/libnm-glib/nm-remote-connection.c +++ b/libnm-glib/nm-remote-connection.c @@ -102,7 +102,7 @@ update_cb (DBusGProxy *proxy, GError *error, gpointer user_data) /** * nm_remote_connection_commit_changes: * @connection: the #NMRemoteConnection - * @callback: (scope async) (allow none): a function to be called when the + * @callback: (scope async) (allow-none): a function to be called when the * commit completes * @user_data: (closure): caller-specific data to be passed to @callback * diff --git a/libnm-glib/nm-remote-settings.c b/libnm-glib/nm-remote-settings.c index f99adbe7fa..7658623f68 100644 --- a/libnm-glib/nm-remote-settings.c +++ b/libnm-glib/nm-remote-settings.c @@ -604,7 +604,7 @@ save_hostname_cb (DBusGProxy *proxy, * @settings: the %NMRemoteSettings * @hostname: the new persistent hostname to set, or NULL to clear any existing * persistent hostname - * @callback: (scope async) (allow none): callback to be called when the + * @callback: (scope async) (allow-none): callback to be called when the * hostname operation completes * @user_data: (closure): caller-specific data passed to @callback *