]> Pileus Git - ~andy/gtk/commitdiff
GtkApplication: drop Quit from the docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Nov 2010 20:24:55 +0000 (16:24 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 8 Nov 2010 02:31:01 +0000 (11:31 +0900)
GtkApplication does not currently implement any default actions.

gtk/gtkapplication.c

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