After an evaluation, the migration from Bugzilla to GitLab is ongoing. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore. Some older issues are still tracked here (until migrated to Gitlab).
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:
  Show dependency tree
 
Reported: 2012-04-14 04:09 UTC by Tiffany Antopolski
Modified: 2012-06-08 02:10 UTC (History)
2 users (show)

See Also:
GNOME target: ---
GNOME version: ---


Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.