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 679771 - No compilation warning when using the deprecated Gtk.ResizeMode.IMMEDIATE enum value.
No compilation warning when using the deprecated Gtk.ResizeMode.IMMEDIATE enu...
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GTK+ GStreamer WebKitGTK+
0.17.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-11 22:41 UTC by matthew
Modified: 2012-09-05 03:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description matthew 2012-07-11 22:41:43 UTC
The "IMMEDIATE" value for this enum is deprecated--see http://developer.gnome.org/gtk3/stable/gtk3-Standard-Enumerations.html#GtkResizeMode.

I'm not sure whether you can mark specific enum values (rather than entire enums) as deprecated in Vala. But if you can, this enum value should be marked as deprecated.
Comment 1 Evan Nemerson 2012-09-05 03:50:55 UTC
commit 69189c9204eac311c894fa5eafba649f3881f960
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Tue Sep 4 20:49:24 2012 -0700

    gtk+-3.0: mark ResizeMode.IMMEDIATE as deprecated
    
    Fixes bug 679771.