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:
@ -224,7 +224,7 @@ gimp_frame_get_label_spacing (GimpFrame *frame)
|
||||
* bold and the frame content is indented four spaces as suggested by
|
||||
* the GNOME HIG (see https://developer.gnome.org/hig/stable/).
|
||||
*
|
||||
* Return value: a new #GimpFrame widget
|
||||
* Returns: a new #GimpFrame widget
|
||||
*
|
||||
* Since: 2.2
|
||||
**/
|
||||
|
Reference in New Issue
Block a user