Fix tutorial documentation to say 'gtk_main_quit()' instead of
2008-02-29 Cody Russell <bratsche@gnome.org> * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai) svn path=/trunk/; revision=19676
This commit is contained in:
committed by
Cody Russell
parent
128fcdc071
commit
4ceeea8539
@ -921,7 +921,7 @@ events come.</para>
|
||||
gtk_main ();
|
||||
</programlisting>
|
||||
|
||||
<para>And the final return. Control returns here after gtk_quit() is called.</para>
|
||||
<para>And the final return. Control returns here after gtk_main_quit() is called.</para>
|
||||
|
||||
<programlisting role="C">
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user