GNOME Bugzilla – Bug 475325
gconfmm documentation assumes exceptions are disabled
Last modified: 2011-01-16 23:35:12 UTC
The API documentation for gconfmm assumes that exceptions are disabled. For instance, many functions on this page (http://www.gtkmm.org/gnomemm2/reference/html/classGnome_1_1Conf_1_1Client.html) have a final parameter "std::auto_ptr< Glib::Error > &error". The documentation should really be built assuming that exceptions are enabled.
Created attachment 95241 [details] [review] patch to build documentation with exceptions enabled
Please commit, but add the other defines too (see gtkmm, which probably defines others) and feel free to do this in any other modules that you find need it.
I've committed the improved version of the fix to gconfmm and most other modules.