summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-25 17:03:08 -0400
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-25 19:05:32 -0400
commitd7260d4ee99b15b3d10a273977f15d7303da0750 (patch)
tree8072f15a6853f1d19c0b932494ff48224829dce7 /gtk/gtktextbuffer.c
parent424e1d0059c94d25e0d631dd671ae886ea6fe546 (diff)
downloadgtk+-d7260d4ee99b15b3d10a273977f15d7303da0750.tar.gz
Fix a couple documentation warnings
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r--gtk/gtktextbuffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index 73d49e5f32..f3f17ffdbe 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -608,6 +608,7 @@ gtk_text_buffer_class_init (GtkTextBufferClass *klass)
/**
* GtkTextBuffer::paste-done:
* @textbuffer: the object which received the signal
+ * @clipboard: the #GtkClipboard pasted from
*
* The paste-done signal is emitted after paste operation has been completed.
* This is useful to properly scroll the view to the end of the pasted text.