GNOME Bugzilla – Bug 644779
Support for Experimental attribute
Last modified: 2011-03-15 20:46:56 UTC
Created attachment 183397 [details] [review] vala and vapigen: support for Experimental attribute When an used symbol is marked as experimental (using the [Experimental] attribute) a warning is shown. Vapigen gidl parser has been updated too and the vapi files using it have been regenerated ad updated.
commit f197d7330bd2c0cf3c8c0b7ce419e411e354aac3 Author: Marco Trevisan (Treviño) <mail@3v1n0.net> Date: Tue Mar 15 01:39:53 2011 +0100 Add support for [Experimental] attribute Report a warning when using experimental symbols. The GIDL parser has been updated, too, and bindings have been regenerated. Fixes bug 644779.