Use "Returns:" to annotate return values
To be able to annotate return values through GObject-introspection, you need to make sure it is tagged with `Returns:` and not something else.
This commit is contained in:
@ -241,7 +241,7 @@ gimp_context_help (GtkWidget *widget)
|
||||
* This function returns the #GQuark which should be used as key when
|
||||
* attaching help IDs to widgets and objects.
|
||||
*
|
||||
* Return value: The #GQuark.
|
||||
* Returns: The #GQuark.
|
||||
*
|
||||
* Since: 2.2
|
||||
**/
|
||||
|
Reference in New Issue
Block a user