On 02.03.2014 10:41, vividsnow wrote:
> Is there a way to disable this warning:
> "*** GPerl asked to invoke callback from a foreign thread; handing it
> over to the main loop"
> ?

There is no easy way to disable the warning, no.  (The code in question
runs in a thread created outside of perl, so warn() and friends cannot
be used.)

But since there have been no reports of ill effects of the callback
transfer mechanism, I've just disabled the warning in the git repository.
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to