http://bugzilla.moblin.org/show_bug.cgi?id=10471
--- Comment #2 from yongsheng zhu <yongsheng.zhu(a)intel.com> 2010-04-11 23:31:07 PST
---
A possible solution is to call 'dbus_g_type_specialized_init()' explicitely
before register any gtype.
See the fix in that patch.
@@ -301,7 +304,16 @@ dbus_g_type_register_map (const char *name,
const DBusGTypeSpecializedMapVtable *vtable,
guint flags)
{
- g_return_if_fail (specialized_types_is_initialized ());
+ dbus_g_type_specialized_init();
+
+ _dbus_g_type_register_map (name, vtable, flags);
+}
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.