summaryrefslogtreecommitdiff
path: root/gtk/gtktextmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktextmark.c')
-rw-r--r--gtk/gtktextmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c
index 5964108a57..e6d5997209 100644
--- a/gtk/gtktextmark.c
+++ b/gtk/gtktextmark.c
@@ -188,7 +188,7 @@ gtk_text_mark_get_property (GObject *object,
/**
* gtk_text_mark_new:
- * @name: mark name or %NULL
+ * @name: (allow-none): mark name or %NULL
* @left_gravity: whether the mark should have left gravity
*
* Creates a text mark. Add it to a buffer using gtk_text_buffer_add_mark().