From adbb0ca9846897c9497a3276e50a18139d2efaf4 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sat, 25 Aug 2012 00:18:42 +0100 Subject: =?UTF-8?q?core:=20Add=20a=20missing=20=E2=80=98G=5FBEGIN=5FDECLS?= =?UTF-8?q?=E2=80=99=20to=20a=20header=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gdata/gdata-commentable.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdata/gdata-commentable.h b/gdata/gdata-commentable.h index 9c968dc0..0810b192 100644 --- a/gdata/gdata-commentable.h +++ b/gdata/gdata-commentable.h @@ -28,6 +28,8 @@ #include #include +G_BEGIN_DECLS + #define GDATA_TYPE_COMMENTABLE (gdata_commentable_get_type ()) #define GDATA_COMMENTABLE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDATA_TYPE_COMMENTABLE, GDataCommentable)) #define GDATA_COMMENTABLE_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GDATA_TYPE_COMMENTABLE, GDataCommentableInterface)) -- cgit v1.2.1