[gtk+] GtkApplication: drop Quit from the docs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkApplication: drop Quit from the docs
- Date: Fri, 5 Nov 2010 20:27:26 +0000 (UTC)
commit ef3cc732cbab00b00c65b098b4129b92dd401127
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]