diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-25 17:03:08 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-25 19:05:32 -0400 |
commit | d7260d4ee99b15b3d10a273977f15d7303da0750 (patch) | |
tree | 8072f15a6853f1d19c0b932494ff48224829dce7 /gtk/gtktextbuffer.c | |
parent | 424e1d0059c94d25e0d631dd671ae886ea6fe546 (diff) | |
download | gtk+-d7260d4ee99b15b3d10a273977f15d7303da0750.tar.gz |
Fix a couple documentation warnings
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r-- | gtk/gtktextbuffer.c | 1 |
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. |