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

@ -537,7 +537,7 @@ gtk_search_bar_get_show_close_button (GtkSearchBar *bar)
/** /**
* gtk_search_bar_set_show_close_button: * gtk_search_bar_set_show_close_button:
* @bar: a #GtkSearchBar * @bar: a #GtkSearchBar
* @shown: whether the close button will be shown or not. * @visible: whether the close button will be shown or not.
* *
* Shows or hides the close button. * Shows or hides the close button.
* *

View File

@ -608,6 +608,7 @@ gtk_text_buffer_class_init (GtkTextBufferClass *klass)
/** /**
* GtkTextBuffer::paste-done: * GtkTextBuffer::paste-done:
* @textbuffer: the object which received the signal * @textbuffer: the object which received the signal
* @clipboard: the #GtkClipboard pasted from
* *
* The paste-done signal is emitted after paste operation has been completed. * 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. * This is useful to properly scroll the view to the end of the pasted text.