summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-22 12:42:19 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-22 12:42:19 +0100
commit3761dbba8b24f4f6ab73163117334b1a5108d88e (patch)
tree6bc2ef4a166987646a26c210d6fb5387cd8be2e4
parentae7b19c760912415c5e0d1cf36c6d180aad7b8bd (diff)
downloadgtk+-bilelmoussaoui/expressions-annotations.tar.gz
gtk: add missing nullable annotations to StringFilterbilelmoussaoui/expressions-annotations
-rw-r--r--gtk/gtkstringfilter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstringfilter.c b/gtk/gtkstringfilter.c
index 21a6b6432b..8e31627990 100644
--- a/gtk/gtkstringfilter.c
+++ b/gtk/gtkstringfilter.c
@@ -396,7 +396,7 @@ gtk_string_filter_set_search (GtkStringFilter *self,
* Gets the expression that the string filter uses to
* obtain strings from items.
*
- * Returns: (transfer none): a `GtkExpression`
+ * Returns: (transfer none) (nullable): a `GtkExpression`
*/
GtkExpression *
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)
* @self: a `GtkStringFilter`
- * @expression: a `GtkExpression`
+ * @expression: (nullable): a `GtkExpression`
*
* Sets the expression that the string filter uses to
* obtain strings from items.