Fix a couple documentation warnings
This commit is contained in:
parent
424e1d0059
commit
d7260d4ee9
@ -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.
|
||||||
*
|
*
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user