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:
Cody Russell
2008-02-29 19:27:16 +00:00
committed by Cody Russell
parent 128fcdc071
commit 4ceeea8539
2 changed files with 6 additions and 1 deletions

View File

@ -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;