Re: Signals MacOS

2015-04-01 Thread Brian Manning
On Wed, Apr 1, 2015 at 1:47 PM, Jeffrey Ratcliffe
jeffrey.ratcli...@gmail.com wrote:
 Maybe I'm being dull, but I don't see how to do that.
 Glib::IO-add_watch() looks for events (GIO::Conditions) on a file
 descriptor, not signals in the normal sense. Or am I missing
 something?

Nope, my bad.

Maybe select/IO::Select on your file descriptors then, to see if you
get the same behavior?

Thanks,

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


Re: Signals MacOS

2015-04-01 Thread Jeffrey Ratcliffe
On 31 March 2015 at 22:56, Brian Manning c...@xaoc.org wrote:
 Macs I have, but spare time right now... not so much.

I know the problem.

 One suggestion would be to replace the Glib::IO-add_watch with a
 normal Perl signal handler (via %SIG), or another Perl module that can
 handle signals, and see if you still run into same problem.

Thanks for the help.

Maybe I'm being dull, but I don't see how to do that.
Glib::IO-add_watch() looks for events (GIO::Conditions) on a file
descriptor, not signals in the normal sense. Or am I missing
something?

Regards

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