mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 02:40:07 +00:00
Merge branch 'bilelmoussaoui/g-i' into 'main'
g-i: add missing nullable annotation See merge request GNOME/gtk!4304
This commit is contained in:
commit
1138e3770b
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright © 2019 Benjamin Otte
|
* Copyright © 2019 Benjamin Otte
|
||||||
*
|
*
|
||||||
@ -1372,7 +1371,7 @@ gtk_property_expression_new_for_pspec (GtkExpression *expression,
|
|||||||
* Gets the expression specifying the object of
|
* Gets the expression specifying the object of
|
||||||
* a property expression.
|
* a property expression.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the object expression
|
* Returns: (transfer none) (nullable): the object expression
|
||||||
*/
|
*/
|
||||||
GtkExpression *
|
GtkExpression *
|
||||||
gtk_property_expression_get_expression (GtkExpression *expression)
|
gtk_property_expression_get_expression (GtkExpression *expression)
|
||||||
|
Loading…
Reference in New Issue
Block a user