GtkFontChooser: Missing G_END_DECLS in fontchooser header

This commit is contained in:
Alberto Ruiz 2011-07-27 13:04:21 +01:00 committed by Matthias Clasen
parent 5795d3d616
commit 52177f5e0d

View File

@ -80,5 +80,6 @@ void gtk_font_chooser_set_preview_text (GtkFontChooser *fontchoo
gboolean gtk_font_chooser_get_show_preview_entry (GtkFontChooser *fontchooser);
void gtk_font_chooser_set_show_preview_entry (GtkFontChooser *fontchooser,
gboolean show_preview_entry);
G_END_DECLS
#endif /* __GTK_FONT_CHOOSER_H__ */