summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-01-01 18:19:41 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-01-01 18:19:41 +0100
commitd58b7fa779c2d185529ebb7a9c5c5fa6ca907381 (patch)
treeea2214669cbe9cb6aff52106485fdfbc7ff76507 /gtk
parentdcbf3f8879d197fa12c0a1be2ec711f66648e2d9 (diff)
downloadgtk+-d58b7fa779c2d185529ebb7a9c5c5fa6ca907381.tar.gz
gtk: mark gtk_text_mark_get_buffer as nullable
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktextmark.c2
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)