php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52088
Patch gtkliststore.xml.patch revision 2010-06-15 15:29 UTC by thomas dot sahlin at invented dot se

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>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC