diff options
author | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2022-01-01 18:19:41 +0100 |
---|---|---|
committer | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2022-01-01 18:19:41 +0100 |
commit | d58b7fa779c2d185529ebb7a9c5c5fa6ca907381 (patch) | |
tree | ea2214669cbe9cb6aff52106485fdfbc7ff76507 /gtk | |
parent | dcbf3f8879d197fa12c0a1be2ec711f66648e2d9 (diff) | |
download | gtk+-d58b7fa779c2d185529ebb7a9c5c5fa6ca907381.tar.gz |
gtk: mark gtk_text_mark_get_buffer as nullable
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtktextmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c index 878c6ed57f..58b56057c2 100644 --- a/gtk/gtktextmark.c +++ b/gtk/gtktextmark.c @@ -346,7 +346,7 @@ gtk_text_mark_get_deleted (GtkTextMark *mark) * * Returns %NULL if the mark is deleted. * - * Returns: (transfer none): the mark’s `GtkTextBuffer` + * Returns: (transfer none) (nullable): the mark’s `GtkTextBuffer` */ GtkTextBuffer* gtk_text_mark_get_buffer (GtkTextMark *mark) |