gnomemm r2118 - in libgnomedbmm/branches/libgnomedbmm-3-0: . docs/tutorial
- From: arminb svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r2118 - in libgnomedbmm/branches/libgnomedbmm-3-0: . docs/tutorial
- Date: Mon, 23 Mar 2009 13:13:46 +0000 (UTC)
Author: arminb
Date: Mon Mar 23 13:13:46 2009
New Revision: 2118
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2118&view=rev
Log:
2009-03-23 Armin Burgmeier <armin openismus com>
* docs/tutorial/libgnomedbmm-tut.xml: Fixed confusing use of single
and double quotes in the section about modification queries (Francis
Smit).
Modified:
libgnomedbmm/branches/libgnomedbmm-3-0/ (props changed)
libgnomedbmm/branches/libgnomedbmm-3-0/ChangeLog
libgnomedbmm/branches/libgnomedbmm-3-0/docs/tutorial/libgnomedbmm-tut.xml
Modified: libgnomedbmm/branches/libgnomedbmm-3-0/docs/tutorial/libgnomedbmm-tut.xml
==============================================================================
--- libgnomedbmm/branches/libgnomedbmm-3-0/docs/tutorial/libgnomedbmm-tut.xml (original)
+++ libgnomedbmm/branches/libgnomedbmm-3-0/docs/tutorial/libgnomedbmm-tut.xml Mon Mar 23 13:13:46 2009
@@ -642,15 +642,15 @@
<para>
<programlisting>
-##/*:name='+0" :type="gint'*/
-##/*:name='-1" :type="gchararray'*/
+##/*:name='+0' :type='gint'*/
+##/*:name='-1' :type='gchararray'*/
</programlisting>
</para>
<para>
Such a placeholder always begins with the sequence ##/* and ends with */. In
between, multiple key-value pairs may be specified in the form
-:key="value". The special value "+<number>" is
+:key='value'. The special value "+<number>" is
replaced by the new value in the column in the <classname>Gnome::Gda::DataModel</classname> with index <number>.
Likewise, "-<number>" is replaced by the old value in
the column in the <classname>Gnome::Gda::DataModel</classname> with index <number>.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]