GNOME Bugzilla – Bug 737518
yelp sources call g_type_init() unnecessarily
Last modified: 2015-01-28 12:12:51 UTC
Yelp has several calls to g_type_init() under tests/ and docs/. Attached patch removes them, as they are unnecessary.
Created attachment 287284 [details] [review] Patch to remove unnecessary g_type_init() calls
Review of attachment 287284 [details] [review]: Tested and pushed to master. Thanks!