GNOME Bugzilla – Bug 674090
Application.quit is incorrectly bound
Last modified: 2012-06-08 02:10:49 UTC
g_application_quit () is a function, but the Vala bindings say that 'quit' is a signal on GtkApplication. When I call it, I get: (GtkApplication:24333): GLib-GObject-WARNING **: gsignal.c:3393: signal name `quit' is invalid for instance `0x1979030'
See also http://developer.gnome.org/gnome-devel-demos/stable/GtkApplication.vala.html.de
commit c23ea88f55e50679926d7a1bb080365c8a8dec84 Author: Evan Nemerson <evan@coeus-group.com> Date: Thu Jun 7 19:09:58 2012 -0700 gtk+-3.0: update to 3.5.5 Fixes bug 674090.