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 674090 - Application.quit is incorrectly bound
Application.quit is incorrectly bound
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GLib
0.16.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-14 04:09 UTC by Tiffany Antopolski
Modified: 2012-06-08 02:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tiffany Antopolski 2012-04-14 04:09:44 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'
Comment 2 Evan Nemerson 2012-06-08 02:10:49 UTC
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.