[libgda] Documentation corrections



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

    Documentation corrections

 doc/C/libgda-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-sections.txt b/doc/C/libgda-sections.txt
index 0c6f9a5..e33406e 100644
--- a/doc/C/libgda-sections.txt
+++ b/doc/C/libgda-sections.txt
@@ -1000,6 +1000,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 624eda0..c76336d 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]