Clarify documentation of GtkAboutDialog::logo

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=636594
This commit is contained in:
Christian Dywan 2010-12-10 11:26:07 +01:00 committed by Matthias Clasen
parent 3948a485a7
commit dcf41924fe

View File

@ -569,8 +569,8 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
/**
* GtkAboutDialog:logo:
*
* A logo for the about box. If this is not set, it defaults to
* gtk_window_get_default_icon_list().
* A logo for the about box. If it is %NULL, the default window icon
* set with gtk_window_set_default_icon() will be used.
*
* Since: 2.6
*/