Drop return value annotation of gtk_graphics_offload_new()
A floating reference is returned, not a full reference. By having no annotation, like for all other widget constructors, the correct default is used again.
This commit is contained in:
committed by
Matthias Clasen
parent
f0075f2ad6
commit
161aebe09a
@@ -263,7 +263,7 @@ gtk_graphics_offload_class_init (GtkGraphicsOffloadClass *class)
|
||||
*
|
||||
* Creates a new GtkGraphicsOffload widget.
|
||||
*
|
||||
* Returns: (transfer full): the new widget
|
||||
* Returns: the new widget
|
||||
*
|
||||
* Since: 4.14
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user