Fix a couple documentation warnings

This commit is contained in:
William Jon McCann
2013-06-25 17:03:08 -04:00
parent 424e1d0059
commit d7260d4ee9
2 changed files with 2 additions and 1 deletions

View File

@ -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.