diff options
Diffstat (limited to 'gtk/gtktextmark.c')
-rw-r--r-- | gtk/gtktextmark.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c index 359e310d24..5964108a57 100644 --- a/gtk/gtktextmark.c +++ b/gtk/gtktextmark.c @@ -283,8 +283,8 @@ gtk_text_mark_get_deleted (GtkTextMark *mark) * * Gets the buffer this mark is located inside, * or %NULL if the mark is deleted. - * - * Return value: the mark's #GtkTextBuffer + * + * Return value: (transfer none): the mark's #GtkTextBuffer **/ GtkTextBuffer* gtk_text_mark_get_buffer (GtkTextMark *mark) |