GSimplePermission: Drop @returns syntax in doc comments
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Nov 2011 16:02:30 +0000 (11:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Nov 2011 16:02:30 +0000 (11:02 -0500)
gio/gsimplepermission.c

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