[libgdamm/libgdamm-4-2] Minor documentation improvements.



commit 6b7fd2e19be19daef1d3625cbad5b66099fad704
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               |   10 +++++++++-
 libgda/src/metastore.hg |   10 ++++------
 libgda/src/quarklist.hg |    7 +++----
 libgda/src/statement.hg |    2 --
 4 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ec58978..667d49f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-=======
+2011-03-30  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-03-30  Murray Cumming  <murrayc murrayc com>
 
 	Avoid a tarball dependency on mm-common.
diff --git a/libgda/src/metastore.hg b/libgda/src/metastore.hg
index 89c11ee..f0cacef 100644
--- a/libgda/src/metastore.hg
+++ b/libgda/src/metastore.hg
@@ -108,12 +108,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 ba71a47..f341e99 100644
--- a/libgda/src/statement.hg
+++ b/libgda/src/statement.hg
@@ -116,8 +116,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]