[libgdata] core: Fix gdata-goa-authorizer.h for C++



commit 5de5b9199b60de49a5be3d707580083c4147229d
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Dec 1 17:35:18 2013 +0200

    core: Fix gdata-goa-authorizer.h for C++
    
    Add missing G_END_DECLS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719647

 gdata/gdata-goa-authorizer.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdata/gdata-goa-authorizer.h b/gdata/gdata-goa-authorizer.h
index 3ce6e6e..d75c5fe 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 */


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