On Mon, Dec 18, 2006, Vladislav Vasiliev wrote: > However it seems that this function isn't called when switching off > plugins or just doesn't unload plugins from memory. Is this a bug or > have I missed something? How should it be done properly?
Hi, sorry for the very late answer, home is not dlclosing the plugins, because many plugins (including the shipped ones) register GType. dlclosing the re-opening them results in them trying to re-register the types, even though glib already knows about them. The same handle from dlopen is reused if the applet is reopened. -- Johan _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
