[gnomemm] Patch for libgdamm



I'll send a patch for fixing doc generation and some reference.

I'm preparing an example with connection to a mysql db and retrieve some
queries.
Developing this example I'll try to fix some porting problems for
accessing functions to avoid some ->gobj() :-)

Hi,
	Alberto
Index: gnomemm/libgdamm/ChangeLog
===================================================================
RCS file: /cvs/gnome/gnomemm/libgdamm/ChangeLog,v
retrieving revision 1.12
diff -u -r1.12 ChangeLog
--- gnomemm/libgdamm/ChangeLog	12 Oct 2003 09:50:08 -0000	1.12
+++ gnomemm/libgdamm/ChangeLog	17 Oct 2003 09:51:38 -0000
@@ -1,3 +1,9 @@
+2003-10-17  Alberto Paro  <alberto paro homeunix org>
+
+	* libgda/libgdamm-2.0.pc.in: fixed reference to library
+	* docs/reference/Doxyfile.in: fixed doc generation
+	* libgda/libgdamm.h: Add Command include
+
 2003-10-05  Murray Cumming  <murrayc usa net>
 
 	* Added wrappers for Client, Config, DataSourceInfo, ProviderInfo,
Index: gnomemm/libgdamm/docs/reference/Doxyfile.in
===================================================================
RCS file: /cvs/gnome/gnomemm/libgdamm/docs/reference/Doxyfile.in,v
retrieving revision 1.2
diff -u -r1.2 Doxyfile.in
--- gnomemm/libgdamm/docs/reference/Doxyfile.in	1 Oct 2003 10:40:40 -0000	1.2
+++ gnomemm/libgdamm/docs/reference/Doxyfile.in	17 Oct 2003 09:51:39 -0000
@@ -51,7 +51,7 @@
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = @LIBGNOMEMM_DOXYGEN_INPUT@
+INPUT                  = @LIBGDAMM_DOXYGEN_INPUT@
 FILE_PATTERNS          = *.h
 RECURSIVE              = NO
 EXCLUDE                = 
Index: gnomemm/libgdamm/libgda/libgdamm-2.0.pc.in
===================================================================
RCS file: /cvs/gnome/gnomemm/libgdamm/libgda/libgdamm-2.0.pc.in,v
retrieving revision 1.2
diff -u -r1.2 libgdamm-2.0.pc.in
--- gnomemm/libgdamm/libgda/libgdamm-2.0.pc.in	19 Apr 2002 09:12:17 -0000	1.2
+++ gnomemm/libgdamm/libgda/libgdamm-2.0.pc.in	17 Oct 2003 09:51:39 -0000
@@ -7,5 +7,5 @@
 Description: C++ wrapper for libgda
 Requires: gtkmm-2.0 >= 1.3.1 libgda-2.0 >= 0.8.106
 Version: @VERSION@
-Libs: -L${libdir} -ldamm-1.3
+Libs: -L${libdir} -lgdamm-1.3
 Cflags: -I${includedir}/libgdamm-2.0 -I${libdir}/libgdamm-2.0/include
Index: gnomemm/libgdamm/libgda/libgdamm.h
===================================================================
RCS file: /cvs/gnome/gnomemm/libgdamm/libgda/libgdamm.h,v
retrieving revision 1.3
diff -u -r1.3 libgdamm.h
--- gnomemm/libgdamm/libgda/libgdamm.h	12 Oct 2003 09:50:12 -0000	1.3
+++ gnomemm/libgdamm/libgda/libgdamm.h	17 Oct 2003 09:51:39 -0000
@@ -38,5 +38,6 @@
 #include <libgdamm/connection.h>
 #include <libgdamm/datamodel.h>
 #include <libgdamm/error.h>
+#include <libgdamm/command.h>
 
 #endif /* #ifndef LIBGDAMM_H */


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