[libgda/LIBGDA_4.0] Doc. corrections



commit c690b4f9a8bf5ef5b86ee0af8f9a92a4e3d57e10
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Jan 24 16:23:48 2010 +0100

    Doc. corrections

 doc/C/data_validation.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/doc/C/data_validation.xml b/doc/C/data_validation.xml
index b1f81af..e51c8fd 100644
--- a/doc/C/data_validation.xml
+++ b/doc/C/data_validation.xml
@@ -75,7 +75,7 @@ my_validate_change_cb (GdaHolder *h, const GValue *value, gpointer data)
       at two key events:
       <itemizedlist>
 	<listitem><para>
-	    When any value of a <link linkend="GdaHolder">GdaHolder</link> changes, where
+	    When any value of a <link linkend="GdaHolder">GdaHolder</link> changes,
 	    the <link linkend="GdaSet-validate-holder-change">"validate-holder-change"</link> signal is
 	    emitted. If any handler for this signal returns a pointer to a filled <link linkend="GError">GError</link>
 	    structure, then the signal's propagation is stopped and the value change will be rejected. This
@@ -109,7 +109,7 @@ my_validate_change_cb (GdaHolder *h, const GValue *value, gpointer data)
       The <link linkend="GdaDataProxy">GdaDataProxy</link> data model allows one to store temporary modifications
       to a data model, and then apply (write to the proxied data model) those modifications row by row. Before
       applying any row modification, the <link linkend="GdaDataProxy">GdaDataProxy</link> data model emits
-      the <link linkend="GdaDataProxy::validate-row-changes">"validate-row-changes"</link> signal, and
+      the <link linkend="GdaDataProxy-validate-row-changes">"validate-row-changes"</link> signal, and
       if handler for this signal returns a pointer to a filled <link linkend="GError">GError</link>
       structure, then the signal's propagation is stopped and the row's modifications are not applied.
     </para>



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