mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
infobar: Fix copy&paste error in documentation
Of course you shouldn't call gtk_dialog_response on a GtkInfoBar.
This commit is contained in:
parent
58c252d5e6
commit
db12128d35
@ -369,7 +369,7 @@ gtk_info_bar_class_init (GtkInfoBarClass *klass)
|
||||
* @response_id: the response ID
|
||||
*
|
||||
* Emitted when an action widget is clicked or the application programmer
|
||||
* calls gtk_dialog_response(). The @response_id depends on which action
|
||||
* calls gtk_info_bar_response(). The @response_id depends on which action
|
||||
* widget was clicked.
|
||||
*
|
||||
* Since: 2.18
|
||||
|
Loading…
Reference in New Issue
Block a user