mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
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:
|
||||
* @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.
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user