After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667610 - simplify logout notification API
simplify logout notification API
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkApplication
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-01-10 06:03 UTC by Matthias Clasen
Modified: 2012-01-11 04:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (20.97 KB, patch)
2012-01-10 06:03 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2012-01-10 06:03:57 UTC
Created attachment 204927 [details] [review]
patch

This patch drops the ::quit-requested signal and instead relies on exclusively on inhibitors for, ahem, inhibiting quit. This allows some simplification of the API.

The OS X changes in this patch are untested.