gtkmm-documentation r45 - in trunk: . docs/tutorial/C



Author: hub
Date: Sun May 18 17:56:04 2008
New Revision: 45
URL: http://svn.gnome.org/viewvc/gtkmm-documentation?rev=45&view=rev

Log:
	* docs/tutorial/C/gtkmm-tut.xml: It is h2def.py not
	h2defs.py


Modified:
   trunk/ChangeLog
   trunk/docs/tutorial/C/gtkmm-tut.xml

Modified: trunk/docs/tutorial/C/gtkmm-tut.xml
==============================================================================
--- trunk/docs/tutorial/C/gtkmm-tut.xml	(original)
+++ trunk/docs/tutorial/C/gtkmm-tut.xml	Sun May 18 17:56:04 2008
@@ -8700,10 +8700,10 @@
 <sect2 id="generating-defs-methods">
 <title>Generating the methods .defs</title>
 <para>This .defs file describes objects and their functions. It is generated by
-    the <command>h2defs.py</command> script which you can find in pygtk's
+    the <command>h2def.py</command> script which you can find in pygtk's
     codegen directory. For instance,
 <programlisting>
-$ ./h2defs.py /usr/include/gtk-2.0/gtk/*.h &gt; gtk_methods.defs
+$ ./h2def.py /usr/include/gtk-2.0/gtk/*.h &gt; gtk_methods.defs
 </programlisting>
 </para>
 </sect2>



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