summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.h
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-07-27 13:04:21 +0100
committerMatthias Clasen <mclasen@redhat.com>2011-08-15 18:57:56 -0400
commit52177f5e0de4533198256283914f8bb3e8dbd041 (patch)
tree9e7b642c0bca0b1faf54a5a199d23b645b757410 /gtk/gtkfontchooser.h
parent5795d3d6164e075c74473d7598d17c4411f85f52 (diff)
downloadgtk+-52177f5e0de4533198256283914f8bb3e8dbd041.tar.gz
GtkFontChooser: Missing G_END_DECLS in fontchooser header
Diffstat (limited to 'gtk/gtkfontchooser.h')
-rw-r--r--gtk/gtkfontchooser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h
index e33e094e24..1c02aa9330 100644
--- a/gtk/gtkfontchooser.h
+++ b/gtk/gtkfontchooser.h
@@ -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__ */