[gtk+] docs: GtkApplication "quit" signal is gone now
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: GtkApplication "quit" signal is gone now
- Date: Thu, 23 Feb 2012 11:58:45 +0000 (UTC)
commit 80674d9dc0772a6f7675e136b7aa59ff30df9450
Author: Javier JardÃn <jjardon gnome org>
Date: Wed Feb 22 17:05:43 2012 +0000
docs: GtkApplication "quit" signal is gone now
gtk/gtkapplication.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 7ca5a8e..ed9d917 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -110,9 +110,6 @@
* property) and offers various functionality related to the session
* life-cycle.
*
- * An application can be informed when the session is about to end
- * by connecting to the #GtkApplication::quit signal.
- *
* An application can block various ways to end the session with
* the gtk_application_inhibit() function. Typical use cases for
* this kind of inhibiting are long-running, uninterruptible operations,
@@ -750,9 +747,7 @@ gtk_application_class_init (GtkApplicationClass *class)
/**
* GtkApplication:register-session:
*
- * Set this property to %TRUE to register with the session manager
- * and receive the #GtkApplication::quit signal when the session
- * is about to end.
+ * Set this property to %TRUE to register with the session manager.
*
* Since: 3.4
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]