On Dec 19, 2007 3:14 AM, Alexander Larsson <[EMAIL PROTECTED]> wrote:
>
>
> On Mon, 2007-12-17 at 16:51 -0500, Matthias Clasen wrote:
> > 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.
>
> We do this with -export-symbols-regex, but is that supported on all unix
> versions?

For me, it is good enough if 'make check' checks it successfully on
the machine I'm doing releases on.
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to