[libgda/LIBGDA_4.0] Documentation corrections



commit 981db9b28d488f20d63f285c1185a97881c0406f
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Apr 27 20:37:07 2010 +0200

    Documentation corrections

 doc/C/libgda-4.0-sections.txt |    1 +
 doc/C/tmpl/gda-holder.sgml    |   12 ++++++++++++
 libgda/gda-holder.c           |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/doc/C/libgda-4.0-sections.txt b/doc/C/libgda-4.0-sections.txt
index 807ca6b..ef2733d 100644
--- a/doc/C/libgda-4.0-sections.txt
+++ b/doc/C/libgda-4.0-sections.txt
@@ -994,6 +994,7 @@ gda_holder_get_value_str
 gda_holder_set_value
 gda_holder_set_value_str
 gda_holder_take_value
+gda_holder_take_static_value
 gda_holder_get_default_value
 gda_holder_set_default_value
 gda_holder_set_value_to_default
diff --git a/doc/C/tmpl/gda-holder.sgml b/doc/C/tmpl/gda-holder.sgml
index f952c3c..dd6006e 100644
--- a/doc/C/tmpl/gda-holder.sgml
+++ b/doc/C/tmpl/gda-holder.sgml
@@ -232,6 +232,18 @@ Container for a single #GValue
 @Returns: 
 
 
+<!-- ##### FUNCTION gda_holder_take_static_value ##### -->
+<para>
+
+</para>
+
+ holder: 
+ value: 
+ value_changed: 
+ error: 
+ Returns: 
+
+
 <!-- ##### FUNCTION gda_holder_get_default_value ##### -->
 <para>
 
diff --git a/libgda/gda-holder.c b/libgda/gda-holder.c
index 9bce7cb..5908fc7 100644
--- a/libgda/gda-holder.c
+++ b/libgda/gda-holder.c
@@ -336,7 +336,7 @@ gda_holder_new (GType type)
  *
  * Copy constructor.
  * 
- * Note1: if @orig is set with a static value (see #gda_holder_take_static_value ()) 
+ * Note1: if @orig is set with a static value (see gda_holder_take_static_value()) 
  * its copy will have a fresh new allocated GValue, so that user should free it when done.
  *
  * Returns: a new #GdaHolder object



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