GNOME Bugzilla – Bug 143335
Docs should mention Gnome::UI::module_info_get().
Last modified: 2011-01-16 23:41:32 UTC
The documentation should mention what to do with the ModuleInfo parameter in the constructor of Gnome::Main. This is really unclear in the doxygen docs. IMHO, it should especially mention that one may not create a new ModuleInfo but instead use Gnome::UI::module_info_get() if creating a Gnome::UI::App-Application. Else, some weird errors result.
Yes, probably. A patch would be welcome.
Is there any chance of you creating that patch?
Please?
Created attachment 36915 [details] [review] docs_moduleinfo.patch
Fixed, with this patch (docs_moduleinfo.patch).