=?utf-8?q?=5Blibgdata=5D_core=3A_Add_a_missing_=E2=80=98G=5FBEGIN=5FDECLS?= =?utf-8?q?=E2=80=99_to_a_header_file?=



commit adbb0ca9846897c9497a3276e50a18139d2efaf4
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Aug 25 00:18:42 2012 +0100

    core: Add a missing âG_BEGIN_DECLSâ to a header file

 gdata/gdata-commentable.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdata/gdata-commentable.h b/gdata/gdata-commentable.h
index 9c968dc..0810b19 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))



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