State that _add_button functions return a "#GtkButton widget"

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=586635
This commit is contained in:
Christian Dywan 2010-09-24 18:04:14 +02:00 committed by Murray Cumming
parent 3933f99ed7
commit 205ee834ec
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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
*/