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:
@ -31,7 +31,7 @@
|
||||
*
|
||||
* This function is never called directly. Use GIMP_WIDGETS_ERROR() instead.
|
||||
*
|
||||
* Return value: the #GQuark that defines the GIMP widgets error domain.
|
||||
* Returns: the #GQuark that defines the GIMP widgets error domain.
|
||||
**/
|
||||
GQuark
|
||||
gimp_widgets_error_quark (void)
|
||||
|
Reference in New Issue
Block a user