GtkApplication: drop Quit from the docs

GtkApplication does not currently implement any default actions.
This commit is contained in:
Matthias Clasen 2010-11-05 16:24:55 -04:00
parent 0e0c4ee129
commit ef3cc732cb

View File

@ -46,9 +46,8 @@
* *
* Currently, GtkApplication handles GTK+ initialization, application * Currently, GtkApplication handles GTK+ initialization, application
* uniqueness, provides some basic scriptability by exporting 'actions', * uniqueness, provides some basic scriptability by exporting 'actions',
* implements some standard actions itself (such as 'Quit') and manages * and manages a list of toplevel windows whose life-cycle is automatically
* a list of toplevel windows whose life-cycle is automatically tied to * tied to the life-cycle of your application.
* the life-cycle of your application.
* *
* <example id="gtkapplication"><title>A simple application</title> * <example id="gtkapplication"><title>A simple application</title>
* <programlisting> * <programlisting>