summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-08-25 00:18:42 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2012-08-25 00:18:42 +0100
commitadbb0ca9846897c9497a3276e50a18139d2efaf4 (patch)
treeaba467420aea6163f2313d241d787257c810cf49
parent3c8bb54c96216ecfd684184260a516d47dc202bd (diff)
downloadlibgdata-adbb0ca9846897c9497a3276e50a18139d2efaf4.tar.gz
core: Add a missing ‘G_BEGIN_DECLS’ to a header file
-rw-r--r--gdata/gdata-commentable.h2
1 files changed, 2 insertions, 0 deletions
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 <gdata/gdata-service.h>
#include <gdata/gdata-comment.h>
+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))