]> Pileus Git - ~andy/gtk/commit
Simplify logout notification api
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Jan 2012 05:59:16 +0000 (00:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jan 2012 02:45:30 +0000 (21:45 -0500)
commit1c486fb8b83e9a4590e4768d604efd82b68e3e79
treece006c249296e82eeeaa6cf53cc8d8665ea81f9c
parentc1f44c0f835fe2a1c0387c9201df9dc8d2eac44d
Simplify logout notification api

We don't expose ::quit-requested as API anymore. Instead, we expect
users to register inhibitors when needed. Without quit-requested,
there is no need for ::quit-cancelled and gtk_application_quit_response
anymore.

We still emit ::quit when the application is about to quit.
docs/reference/gtk/gtk3-sections.txt
docs/reference/gtk/migrating-smclient-GtkApplication.xml
gtk/gtk.symbols
gtk/gtkapplication.c
gtk/gtkapplication.h
tests/testlogout.c