libnm-util: fix introspection annotation (bgo #646335)

This commit is contained in:
Dan Williams
2011-04-02 08:53:43 -05:00
parent 04b2c297ec
commit bc991b8ff2

View File

@@ -361,7 +361,7 @@ nm_setting_connection_permissions_user_allowed (NMSettingConnection *setting,
* @setting: the #NMSettingConnection * @setting: the #NMSettingConnection
* @ptype: the permission type; at this time only "user" is supported * @ptype: the permission type; at this time only "user" is supported
* @pitem: the permission item formatted as required for @ptype * @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 * 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 * the "user" permission type is supported, and @pitem must be a username. See