[Glade-devel] [glade3, patch] load library module before calling *_get_type ()

bighead@users.sourceforge.net bighead@users.sourceforge.net
09 Jan 2004 10:28:02 -0500


Hey

Tommi Komulainen <tommi.komulainen@nokia.com> writes:

> module = g_module_load (g_module_build_path (MODULES, library));
> if (!module)
> 	module = g_module_load (g_module_build_path (NULL, library));
> 

Ok I'll go on a tangent here. So if I can open up any lib like that, this
could be the basis of C based plugins?

/me looks with a gleam in his eyes

Archit