Hi, James Su <[EMAIL PROTECTED]> writes:
> Oh, I see. But the interface of this function is different with the > static one, could you please give me some hint on how to use it? > > The GTypeInfo parameter is replaced by a GTypePlugin pointer. Could > you please tell me how can I convert a GTypeInfo into GTypePlugin? as I said, I'm not an expert in this area but I had a short look and I'd say that you don't need to use this function directly. Why don't you just register all types from your module using g_type_module_register_type() ? I don't see why that should not work. Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
