summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Černius <aurisc4@gmail.com>2013-12-01 17:35:18 +0200
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-18 23:41:32 +0000
commite7d47186360bc3310e2b1020105a224ca9ec9008 (patch)
tree4ac563fef8887643ade21d46bc23dc34f8e984c3
parent2f580aa33dc4424f545fd124f40b1837610f92c6 (diff)
downloadlibgdata-e7d47186360bc3310e2b1020105a224ca9ec9008.tar.gz
core: Fix gdata-goa-authorizer.h for C++
Add missing G_END_DECLS. https://bugzilla.gnome.org/show_bug.cgi?id=719647
-rw-r--r--gdata/gdata-goa-authorizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdata/gdata-goa-authorizer.h b/gdata/gdata-goa-authorizer.h
index 3ce6e6eb..d75c5fea 100644
--- a/gdata/gdata-goa-authorizer.h
+++ b/gdata/gdata-goa-authorizer.h
@@ -67,4 +67,6 @@ GType gdata_goa_authorizer_get_type (void) G_GNUC_CONST;
GDataGoaAuthorizer *gdata_goa_authorizer_new (GoaObject *goa_object) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC;
GoaObject *gdata_goa_authorizer_get_goa_object (GDataGoaAuthorizer *self) G_GNUC_PURE;
+G_END_DECLS
+
#endif /* GDATA_GOA_AUTHORIZER_H */