Add deprecation note to gtk_exit() (#325199, Ævar Arnfjörð Bjarmason)

2005-12-29  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkmain.sgml: Add deprecation note to
	gtk_exit()  (#325199, Ævar Arnfjörð Bjarmason)
This commit is contained in:
Matthias Clasen 2005-12-30 04:58:41 +00:00 committed by Matthias Clasen
parent 215a384992
commit 9fa783eb62
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2005-12-29 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkmain.sgml: Add deprecation note to
gtk_exit() (#325199, Ævar Arnfjörð Bjarmason)
2005-12-20 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkcombo.sgml: Small additions

View File

@ -169,10 +169,9 @@ This function will shut down the GUI and free all resources allocated
for GTK+.
</para>
@error_code: Return value to pass to the caller. This is dependend on the
target system but at least on Unix systems %0 means
success.
@error_code: Return value to pass to the caller. This is dependent on the
target system but at least on Unix systems %0 means success.
@Deprecated: Use the standard exit() function instead.
<!-- ##### FUNCTION gtk_events_pending ##### -->
<para>