[gtksourceview] Add missing G_BEGIN_DECLS.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtksourceview] Add missing G_BEGIN_DECLS.
- Date: Thu, 10 Dec 2009 23:14:16 +0000 (UTC)
commit d816e8c5a660c54d029a4bddcc4de3d0b1eb6b56
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]