Matijs van Zuijlen
                                            Matijs van Zuijlen
                                        
                                    Yes, ideally this would be the tool to use. Best if it can produce Ruby-specific output.
Hi @rubyFeedback, due to how these constants are defined in Gtk's introspection data, this constant is called `Gtk::STYLE_PROVIDER_PRIORITY_APPLICATION`.
Such constant names can be found in `/usr/share/gir-1.0/Gtk-3.0.gir`.
Travis' Trusty build systems are on 2.24.23 and 3.10.8.
Related: gobject-introspection is at 1.40.0.
This could be nice since the resulting code will look better. One thing to take into account is that signal names use dashes to separate words. In symbols, underscores should...
@deiga what encoding did the original XML in your example have?
@deiga that was to be expected :-). Thanks for responding, anyway.
Yes, I think that's the best way if you want to have the exact same behavior. An alternative option is to parse using `BigDecimal.interpret_loosely`. That method is a bit more...
Yes, @sumirolabs that would be great!