From 80674d9dc0772a6f7675e136b7aa59ff30df9450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 22 Feb 2012 17:05:43 +0000 Subject: [PATCH] docs: GtkApplication "quit" signal is gone now --- gtk/gtkapplication.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 7ca5a8ef77..ed9d917b3d 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 */