[libgdamm] Minor documentation improvements.



commit f8c81d8e97560173f8af56da6c98640ce73b01b3
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Sep 21 09:29:02 2011 +0200

    Minor documentation improvements.
    
    	* libgda/src/metastore.hg:
    	* libgda/src/quarklist.hg:
    	* libgda/src/statement.hg: Minor documentation improvements and TODO
    	comments.

 ChangeLog               |    9 +++++++++
 libgda/src/metastore.hg |   10 ++++------
 libgda/src/quarklist.hg |    7 +++----
 libgda/src/statement.hg |    2 --
 4 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2db18d3..92a3c9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2011-09-21  Murray Cumming  <murrayc murrayc com>
 
+	Minor documentation improvements.
+
+	* libgda/src/metastore.hg:
+	* libgda/src/quarklist.hg:
+	* libgda/src/statement.hg: Minor documentation improvements and TODO
+	comments.
+	
+2011-09-21  Murray Cumming  <murrayc murrayc com>
+
 	Value: operator=(): Check for identical instance.
 
 	* libgda/libgdamm/value.cc: This is generally a good idea in operator=()
diff --git a/libgda/src/metastore.hg b/libgda/src/metastore.hg
index 18deda9..2e123c6 100644
--- a/libgda/src/metastore.hg
+++ b/libgda/src/metastore.hg
@@ -98,12 +98,10 @@ public:
   _WRAP_PROPERTY("cnc", Glib::RefPtr<Connection>)  
 
   _WRAP_SIGNAL(void meta_reset(), "meta-reset")
-  // TODO: do we need this?
-  // See http://bugzilla.gnome.org/show_bug.cgi?id=574736
-  //#m4 _CONVERSION(`gpointer',`MetaContext*',`(MetaContext*)($3)')
-  //_WRAP_SIGNAL(gpointer suggest_update(MetaContext*  suggest), "suggest-update", no_default_handler)
-  // Listhandle...
-  // _WRAP_SIGNAL(void meta_changed(std::vector<>))
+
+  // TODO: do we need these?
+  //_WRAP_SIGNAL(GError* suggest_update(MetaContext*  suggest), "suggest-update", no_default_handler)
+  //_WRAP_SIGNAL(void meta_changed(std::vector<>))
 };
 
 } // namespace Gda
diff --git a/libgda/src/quarklist.hg b/libgda/src/quarklist.hg
index 31e60a2..97507d1 100644
--- a/libgda/src/quarklist.hg
+++ b/libgda/src/quarklist.hg
@@ -30,10 +30,9 @@ namespace Gnome
 namespace Gda
 {
 
-//TODO: Documentation: See http://bugzilla.gnome.org/show_bug.cgi?id=561173
-/** Quark lists (lists of KEY=VALUE's).
- *
- * Parameter lists are used primarily in the parsing and creation of connection strings.
+/** Manages lists of KEY=VALUE pairs.
+ * This is used mainly by database providers' implementations to parse connection strings 
+ * into lists of KEY=VALUE pairs.
  *
  * @ingroup DataHandlers
  */
diff --git a/libgda/src/statement.hg b/libgda/src/statement.hg
index 4f3bf01..74dd817 100644
--- a/libgda/src/statement.hg
+++ b/libgda/src/statement.hg
@@ -98,8 +98,6 @@ public:
   _WRAP_METHOD(bool check_validity(const Glib::RefPtr<Connection>& cnc) const, gda_statement_check_validity, errthrow)
   _WRAP_METHOD(bool normalize(const Glib::RefPtr<Connection>& cnc), gda_statement_normalize, errthrow)
 
-  //TODO: gda_statement_to_sql_real() : See http://bugzilla.gnome.org/show_bug.cgi?id=574738
-
   //TODO: Use a real GType in libgda?
   _WRAP_PROPERTY("structure", gpointer)
 



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