Re: Symbols in gdk-pixbuf/pixops become local (was Re: subscribe)

2016-12-26 Thread Martin Guy
On 01/12/2016, Martin Guy  wrote:
> is there another way to turn a piece of code on and off in a
> routine in pixops/ from the testsuite?

Hi all
   Last month I made a workaround for the 14-year-old bug in the scaler
https://bugzilla.gnome.org/show_bug.cgi?id=80925
but it's waiting on a solution to this. I finally hit upon testing an
environment variable which gives the required functionality but is
making noses turn up in the code review.

Any suggestions, for a way to turn on/off a section of code in pixops/
from code in the testsuite?

Thanks

   M
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Symbols in gdk-pixbuf/pixops become local

2016-12-01 Thread Jean-Philippe Chancelier


Martin> Is there something in the linking of gdk-pixbuf that binds the
Martin> library calls to the functions in pixops/* that makes them invisible
Martin> in the final library?

Hi Martin,
The symbols starting with _ are nor exported from shared libraries.
jpc

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list