]> git.cworth.org Git - obsolete/notmuch-old/commit
lib: call g_type_init from notmuch_database_open
authorDavid Bremner <bremner@debian.org>
Sun, 4 Dec 2011 19:20:39 +0000 (15:20 -0400)
committerDavid Bremner <bremner@debian.org>
Mon, 5 Dec 2011 02:00:25 +0000 (22:00 -0400)
commit69dc421ab3355930f23ec6aa47e7e936cbfafb97
tree06f4e7bafb6234552d349a620910f4b970c19bae
parent398b94bb394e2be0633175b58b47451bc3ba98ca
lib: call g_type_init from notmuch_database_open

We want to make sure g_type_init is called before any GObject
functionality is used.
lib/database.cc