GSimplePermission: Drop @returns syntax in doc comments

This commit is contained in:
Matthias Clasen 2011-11-21 11:02:30 -05:00
parent 2011ecd6ac
commit b9f0cb0f07

View File

@ -66,11 +66,12 @@ g_simple_permission_class_init (GSimplePermissionClass *class)
/** /**
* g_simple_permission_new: * g_simple_permission_new:
* @allowed: %TRUE if the action is allowed * @allowed: %TRUE if the action is allowed
* @returns: the #GSimplePermission, as a #GPermission
* *
* Creates a new #GPermission instance that represents an action that is * Creates a new #GPermission instance that represents an action that is
* either always or never allowed. * either always or never allowed.
* *
* Returns: the #GSimplePermission, as a #GPermission
*
* Since: 2.26 * Since: 2.26
**/ **/
GPermission * GPermission *