Change param name to make gtk-doc happy.

This commit is contained in:
Paolo Borelli 2012-01-07 18:05:59 +01:00
parent 2359f03b6b
commit 7c8130dada

View File

@ -60,7 +60,7 @@ struct _GtkFontChooserDialogClass
GType gtk_font_chooser_dialog_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_font_chooser_dialog_new (const gchar *title,
GtkWindow *window);
GtkWindow *parent);
G_END_DECLS