On Dec 17, 2007 5:37 AM, Alexander Larsson <[EMAIL PROTECTED]> wrote: > > Also, is there a risk of the hal_ symbols in that module leaking out? We > load the file with G_MODULE_BIND_LOCAL which should mean this is not a > problem, but maybe there are system where this is not supported? Does > anyone know of something like that?
As a matter of general hygiene, I'd recommend that the modules should only be allowed to export the functions that are requires by the GIOModule interface. Ideally, make check should check that. Matthias _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
