[gtk+/treeview-refactor] GtkApplication: drop Quit from the docs



commit 9157e15653be20e2860e4eacb9f092fb382e7b91
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 5 16:24:55 2010 -0400

    GtkApplication: drop Quit from the docs
    
    GtkApplication does not currently implement any default actions.

 gtk/gtkapplication.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index a4fe5f4..59c081b 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]