]> Pileus Git - ~andy/gtk/commitdiff
GtkFontChooser: Missing G_END_DECLS in fontchooser header
authorAlberto Ruiz <aruiz@gnome.org>
Wed, 27 Jul 2011 12:04:21 +0000 (13:04 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Aug 2011 22:57:56 +0000 (18:57 -0400)
gtk/gtkfontchooser.h

index e33e094e24949deb9a28fd13932172c4c4d45c37..1c02aa9330e235be56ac8eb2f00a809e1f738d82 100644 (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__ */