Patch gtkliststore.xml.patch for PHP-GTK related Bug #52088
Patch version 2010-06-15 15:29 UTC
Return to Bug #52088 |
Download this patch
Patch Revisions:
Developer: thomas.sahlin@invented.se
Index: manual/en/reference/gtk/gtkliststore.xml
===================================================================
--- manual/en/reference/gtk/gtkliststore.xml (revision 300468)
+++ manual/en/reference/gtk/gtkliststore.xml (arbetskopia)
@@ -23,7 +23,7 @@
<para>
On <link linkend="gtk.gtkliststore.constructor">creation</link>,
you have to determine how many columns the store
- will have, and what <link linkend="gtk.enum.type">type</link>
+ will have, and what <link linkend="gobject.enum.gtype">type</link>
they shall be able to contain.
After that, you will fill the model with data by using
the <function class="GtkListStore">set</function>,
@@ -46,14 +46,14 @@
<funcprototype>
<funcdef> <function>GtkListStore</function></funcdef>
<paramdef>
- <enumname>GtkType</enumname> <parameter>type_column_0</parameter>
+ <enumname>GType</enumname> <parameter>type_column_0</parameter>
</paramdef>
<paramdef>
- <enumname>GtkType</enumname>
+ <enumname>GType</enumname>
<parameter><optional>type_column_1</optional></parameter>
</paramdef>
<paramdef>
- <enumname>GtkType</enumname>
+ <enumname>GType</enumname>
<parameter><optional>type_column_2</optional></parameter>
</paramdef>
<paramdef>...</paramdef>
@@ -65,7 +65,7 @@
<desc>
<para>
Create a new list store with a number of columns. For each colum, the
- type has to be specified by choosing one of the <enumname>GtkType</enumname>s.
+ type has to be specified by choosing one of the <enumname>GType</enumname>s.
</para>
<example>
<title>Creating and filling a GtkListStore</title>
|