mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +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:
|
* 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 *
|
||||||
|
Loading…
Reference in New Issue
Block a user