summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-05-12 03:41:45 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-12 03:44:07 +0200
commitc6a789998a48d1a1d8a7e1675b873f2b2f440c93 (patch)
tree33538b51677b52f250215b0d280f93ccfc034957 /docs
parent902628f593caf2580f5553623de849d7ab92caa3 (diff)
downloadgdk-pixbuf-c6a789998a48d1a1d8a7e1675b873f2b2f440c93.tar.gz
Remove deprecated gdk_exit() function
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdk/gdk3-sections.txt1
-rw-r--r--docs/reference/gdk/tmpl/general.sgml14
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt
index b25cebaa9..065a670e4 100644
--- a/docs/reference/gdk/gdk3-sections.txt
+++ b/docs/reference/gdk/gdk3-sections.txt
@@ -10,7 +10,6 @@ gdk_parse_args
gdk_get_display_arg_name
gdk_set_locale
gdk_set_sm_client_id
-gdk_exit
gdk_notify_startup_complete
gdk_notify_startup_complete_with_id
diff --git a/docs/reference/gdk/tmpl/general.sgml b/docs/reference/gdk/tmpl/general.sgml
index eaaf818ab..40dd4b6ec 100644
--- a/docs/reference/gdk/tmpl/general.sgml
+++ b/docs/reference/gdk/tmpl/general.sgml
@@ -109,20 +109,6 @@ locale.
@sm_client_id:
-<!-- ##### FUNCTION gdk_exit ##### -->
-<para>
-Exits the application using the <function>exit()</function> system call.
-</para>
-<para>
-This routine is provided mainly for backwards compatibility, since it used to
-perform tasks necessary to exit the application cleanly. Those tasks are now
-performed in a function which is automatically called on exit (via the use
-of g_atexit()).
-</para>
-
-@error_code: the error code to pass to the <function>exit()</function> call.
-
-
<!-- ##### FUNCTION gdk_notify_startup_complete ##### -->
<para>