[gtksourceview/gnome-2-28] Add missing G_BEGIN_DECLS.



commit cc05b3f518a70013fb10be7b4adaa33f071dec8c
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Fri Dec 11 00:04:58 2009 +0100

    Add missing G_BEGIN_DECLS.

 gtksourceview/gtksourceprintcompositor.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/gtksourceprintcompositor.h b/gtksourceview/gtksourceprintcompositor.h
index e63fb3b..1c3af1c 100644
--- a/gtksourceview/gtksourceprintcompositor.h
+++ b/gtksourceview/gtksourceprintcompositor.h
@@ -27,6 +27,8 @@
 #include <gtk/gtk.h>
 #include <gtksourceview/gtksourceview.h>
 
+G_BEGIN_DECLS
+
 #define GTK_TYPE_SOURCE_PRINT_COMPOSITOR            (gtk_source_print_compositor_get_type ())
 #define GTK_SOURCE_PRINT_COMPOSITOR(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SOURCE_PRINT_COMPOSITOR, GtkSourcePrintCompositor))
 #define GTK_SOURCE_PRINT_COMPOSITOR_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SOURCE_PRINT_COMPOSITOR, GtkSourcePrintCompositorClass))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]