forked from AuroraMiddleware/gtk
Merge branch 'bilelmoussaoui/expressions-annotations' into 'master'
Add missing nullable annotations to BoolFilter/StringFilter See merge request GNOME/gtk!3334
This commit is contained in:
commit
4e06787a1b
@ -214,7 +214,7 @@ gtk_bool_filter_new (GtkExpression *expression)
|
|||||||
* Gets the expression that the filter uses to evaluate if
|
* Gets the expression that the filter uses to evaluate if
|
||||||
* an item should be filtered.
|
* an item should be filtered.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): a `GtkExpression`
|
* Returns: (transfer none) (nullable): a `GtkExpression`
|
||||||
*/
|
*/
|
||||||
GtkExpression *
|
GtkExpression *
|
||||||
gtk_bool_filter_get_expression (GtkBoolFilter *self)
|
gtk_bool_filter_get_expression (GtkBoolFilter *self)
|
||||||
@ -227,7 +227,7 @@ gtk_bool_filter_get_expression (GtkBoolFilter *self)
|
|||||||
/**
|
/**
|
||||||
* gtk_bool_filter_set_expression: (attributes org.gtk.Method.set_property=expression)
|
* gtk_bool_filter_set_expression: (attributes org.gtk.Method.set_property=expression)
|
||||||
* @self: a `GtkBoolFilter`
|
* @self: a `GtkBoolFilter`
|
||||||
* @expression: a `GtkExpression`
|
* @expression: (nullable): a `GtkExpression`
|
||||||
*
|
*
|
||||||
* Sets the expression that the filter uses to check if items
|
* Sets the expression that the filter uses to check if items
|
||||||
* should be filtered.
|
* should be filtered.
|
||||||
|
@ -396,7 +396,7 @@ gtk_string_filter_set_search (GtkStringFilter *self,
|
|||||||
* Gets the expression that the string filter uses to
|
* Gets the expression that the string filter uses to
|
||||||
* obtain strings from items.
|
* obtain strings from items.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): a `GtkExpression`
|
* Returns: (transfer none) (nullable): a `GtkExpression`
|
||||||
*/
|
*/
|
||||||
GtkExpression *
|
GtkExpression *
|
||||||
gtk_string_filter_get_expression (GtkStringFilter *self)
|
gtk_string_filter_get_expression (GtkStringFilter *self)
|
||||||
@ -409,7 +409,7 @@ gtk_string_filter_get_expression (GtkStringFilter *self)
|
|||||||
/**
|
/**
|
||||||
* gtk_string_filter_set_expression: (attributes org.gtk.Method.set_property=expression)
|
* gtk_string_filter_set_expression: (attributes org.gtk.Method.set_property=expression)
|
||||||
* @self: a `GtkStringFilter`
|
* @self: a `GtkStringFilter`
|
||||||
* @expression: a `GtkExpression`
|
* @expression: (nullable): a `GtkExpression`
|
||||||
*
|
*
|
||||||
* Sets the expression that the string filter uses to
|
* Sets the expression that the string filter uses to
|
||||||
* obtain strings from items.
|
* obtain strings from items.
|
||||||
|
Loading…
Reference in New Issue
Block a user