GNOME Bugzilla – Bug 614587
Add support for defining min/max/default values for GObject properties
Last modified: 2010-05-27 19:54:34 UTC
See summary... something like the following could be used to implement this. [GObjectProperty (min = 0, max = 12, default = 10)] public uint foo { get; set; } The min/max/default values of properties are useful for introspection and in the case of GStreamer for example, useful to automatically generate UIs for the properties (e.g. a slider with the min/max range).
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 580385 ***