Regards James Su James Durie wrote:
On Thu, 2003-03-27 at 12:32, James Su wrote:Hi, The class I registered is not the im module class, it's another class defined by myself. The im class is registered by g_type_module_register_type(). Regards James SuCouldn't you do a g_type_from_name first for your static type and only try to register it if it hasn't already been registered? James