[couchdb-glib] Integrate DesktopcouchDocumentTask in the build



commit 98aa69759b35613ae0f6593192187de3d1d02cac
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Mon Jul 5 16:18:58 2010 +0200

    Integrate DesktopcouchDocumentTask in the build

 desktopcouch-glib/Makefile.am                  |    5 ++++-
 desktopcouch-glib/desktopcouch-document-task.h |   10 +++++-----
 desktopcouch-glib/desktopcouch-glib.h          |    1 +
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/desktopcouch-glib/Makefile.am b/desktopcouch-glib/Makefile.am
index ea8752c..ec5532a 100644
--- a/desktopcouch-glib/Makefile.am
+++ b/desktopcouch-glib/Makefile.am
@@ -10,6 +10,7 @@ lib_LTLIBRARIES = libdesktopcouch-glib-1.0.la
 libdesktopcouch_glib_1_0_la_headers =	\
 	desktopcouch-document.h		\
 	desktopcouch-document-contact.h	\
+	desktopcouch-document-task.h	\
 	desktopcouch-glib.h		\
 	desktopcouch-session.h
 
@@ -17,6 +18,7 @@ libdesktopcouch_glib_1_0_la_SOURCES =		\
 	$(libdesktopcouch_glib_1_0_la_headers) 	\
 	desktopcouch-document.c			\
 	desktopcouch-document-contact.c		\
+	desktopcouch-document-task.c		\
 	desktopcouch-session.c
 
 libdesktopcouch_glib_1_0_la_LIBADD =				\
@@ -31,6 +33,7 @@ hdir = $(includedir)/desktopcouch-glib-1.0
 h_DATA = 				\
 	desktopcouch-document.h		\
 	desktopcouch-document-contact.h	\
+	desktopcouch-document-task.h	\
 	desktopcouch-glib.h		\
 	desktopcouch-session.h
 
@@ -57,4 +60,4 @@ typelibsdir = $(INTROSPECTION_TYPELIBDIR)
 typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
-endif
\ No newline at end of file
+endif
diff --git a/desktopcouch-glib/desktopcouch-document-task.h b/desktopcouch-glib/desktopcouch-document-task.h
index d30be87..203b7e4 100755
--- a/desktopcouch-glib/desktopcouch-document-task.h
+++ b/desktopcouch-glib/desktopcouch-document-task.h
@@ -44,13 +44,13 @@ typedef struct {
 
 GType       desktopcouch_document_task_get_type (void);
 
-DesktopcouchDocumentTask *desktopcouch_document_task_new (void);
+DesktopcouchDocumentTask *desktopcouch_document_task_new (CouchdbSession *session);
 
-const char *desktopcouch_document_task_get_summary (CouchdbDocument *document);
-void        desktopcouch_document_task_set_summary (CouchdbDocument *document, const char *summary);
+const char *desktopcouch_document_task_get_summary (DesktopcouchDocumentTask *document);
+void        desktopcouch_document_task_set_summary (DesktopcouchDocumentTask *document, const char *summary);
 
-const char *desktopcouch_document_task_get_description (CouchdbDocument *document);
-void        desktopcouch_document_task_set_description (CouchdbDocument *document, const char *description);
+const char *desktopcouch_document_task_get_description (DesktopcouchDocumentTask *document);
+void        desktopcouch_document_task_set_description (DesktopcouchDocumentTask *document, const char *description);
 
 G_END_DECLS
 
diff --git a/desktopcouch-glib/desktopcouch-glib.h b/desktopcouch-glib/desktopcouch-glib.h
index 37fba54..a35be2b 100644
--- a/desktopcouch-glib/desktopcouch-glib.h
+++ b/desktopcouch-glib/desktopcouch-glib.h
@@ -24,6 +24,7 @@
 
 #include <desktopcouch-document.h>
 #include <desktopcouch-document-contact.h>
+#include <desktopcouch-document-task.h>
 #include <desktopcouch-session.h>
 
 #endif /* __DESKTOPCOUCH_GLIB_H__ */



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