From bc991b8ff2bd9b273a3b64c3d15ef3936e6181d0 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 2 Apr 2011 08:53:43 -0500 Subject: [PATCH] libnm-util: fix introspection annotation (bgo #646335) --- libnm-util/nm-setting-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-util/nm-setting-connection.c b/libnm-util/nm-setting-connection.c index e5bf413fb..b3bf44430 100644 --- a/libnm-util/nm-setting-connection.c +++ b/libnm-util/nm-setting-connection.c @@ -361,7 +361,7 @@ nm_setting_connection_permissions_user_allowed (NMSettingConnection *setting, * @setting: the #NMSettingConnection * @ptype: the permission type; at this time only "user" is supported * @pitem: the permission item formatted as required for @ptype - * @detail: unused at this time; must be %NULL + * @detail: (allow-none): unused at this time; must be %NULL * * Adds a permission to the connection's permission list. At this time, only * the "user" permission type is supported, and @pitem must be a username. See