[libgdata] tasks: Add missing G_END_DECLS to fix C++ compilation



commit 89d9deeb8be9496b00868c7f3359ceb13f1e80a2
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Dec 2 11:50:41 2013 +0000

    tasks: Add missing G_END_DECLS to fix C++ compilation
    
    This should fix C++ compilation for libgdata entirely. (Untested.)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719647

 gdata/services/tasks/gdata-tasks-service.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdata/services/tasks/gdata-tasks-service.h b/gdata/services/tasks/gdata-tasks-service.h
index 9cd8068..8c54ea3 100644
--- a/gdata/services/tasks/gdata-tasks-service.h
+++ b/gdata/services/tasks/gdata-tasks-service.h
@@ -105,4 +105,6 @@ GDataTasksTasklist *gdata_tasks_service_update_tasklist (GDataTasksService *self
 void gdata_tasks_service_update_tasklist_async (GDataTasksService *self, GDataTasksTasklist *tasklist,
                                                 GCancellable *cancellable, GAsyncReadyCallback callback, 
gpointer user_data);
 
+G_END_DECLS
+
 #endif /* !GDATA_TASKS_SERVICE_H */


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