diff options
author | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2020-11-24 18:18:47 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-12-02 10:28:07 -0500 |
commit | 9d52ca18875fca67b27b1f705500af29ddbc23bc (patch) | |
tree | 2f25936639afa5241975bb090b739b3ffe002605 /gtk | |
parent | ec537d75e4192a48ce9f1eebe350e54cd9e96ae4 (diff) | |
download | gtk+-9d52ca18875fca67b27b1f705500af29ddbc23bc.tar.gz |
StringFilter: get_search fix nullable annotation
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkstringfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstringfilter.c b/gtk/gtkstringfilter.c index 326361d9cc..1c76a75681 100644 --- a/gtk/gtkstringfilter.c +++ b/gtk/gtkstringfilter.c @@ -333,7 +333,7 @@ gtk_string_filter_new (GtkExpression *expression) * * Gets the search string set via gtk_string_filter_set_search(). * - * Returns: (allow-none) (transfer none): The search string + * Returns: (nullable) (transfer none): The search string **/ const char * gtk_string_filter_get_search (GtkStringFilter *self) |