GNOME Bugzilla – Bug 474577
libglademm throws exceptions when compiled without GLIBMM_EXCEPTIONS_ENABLED
Last modified: 2011-01-16 23:33:38 UTC
The attached patch adds an error paramater to Gnome::Glade::Xml as most other methods that can fail do if exceptions support is disabled.
Created attachment 95135 [details] [review] Proposed patch
Note that this is actually an API/ABI change when GLIBMM_EXCEPTIONS_ENABLED is not defined, but it did not make sense / was not really useful before.
Great. Please apply.
Applied.