forked from AuroraMiddleware/gtk
State that _add_button functions return a "#GtkButton widget"
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=586635
This commit is contained in:
parent
3933f99ed7
commit
205ee834ec
@ -765,7 +765,7 @@ gtk_dialog_add_action_widget (GtkDialog *dialog,
|
||||
* appended to the end of the dialog's action area. The button widget is
|
||||
* returned, but usually you don't need it.
|
||||
*
|
||||
* Return value: (transfer none): the button widget that was added
|
||||
* Return value: (transfer none): the #GtkButton widget that was added
|
||||
**/
|
||||
GtkWidget*
|
||||
gtk_dialog_add_button (GtkDialog *dialog,
|
||||
|
@ -688,7 +688,7 @@ gtk_info_bar_get_content_area (GtkInfoBar *info_bar)
|
||||
* to the end of the info bars's action area. The button widget is
|
||||
* returned, but usually you don't need it.
|
||||
*
|
||||
* Returns: (transfer none): the button widget that was added
|
||||
* Returns: (transfer none): the #GtkButton widget that was added
|
||||
*
|
||||
* Since: 2.18
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user