mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Use "Returns:" instead of the invalid "@returns" for annotating return values.
https://bugzilla.gnome.org/show_bug.cgi?id=673229
This commit is contained in:
@@ -215,10 +215,11 @@
|
||||
/**
|
||||
* G_TRYLOCK:
|
||||
* @name: the name of the lock
|
||||
* @Returns: %TRUE, if the lock could be locked.
|
||||
*
|
||||
* Works like g_mutex_trylock(), but for a lock defined with
|
||||
* #G_LOCK_DEFINE.
|
||||
*
|
||||
* Returns: %TRUE, if the lock could be locked.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user