mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
GSimplePermission: Drop @returns syntax in doc comments
This commit is contained in:
parent
2011ecd6ac
commit
b9f0cb0f07
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user