hi;

On 6 December 2013 15:00, Thierry Vignaud <thierry.vign...@gmail.com> wrote:

> Those might helps you folks:
>
> http://search.cpan.org/~tvignaud/Gtk3-Helper-0.02/
> Just a port of Gtk2::Helper
> (there was a tool I don't maintain that was using Gtk2::Helper->add_watch)

just as a side-note, and given the example in the documentation: GIO
now has a GSubprocess class that allows launching processes in a
convenient way:

  https://developer.gnome.org/gio/unstable/GSubprocess.html

will be included in GLib 2.40, and available automatically through
Glib::Object::Introspection. the perl-GIO module could probably use
some Perl-ish override for the API, though.

> http://search.cpan.org/~tvignaud/Gtk3-Notify-0.01/
> A ridiculous small module for setting up Notifications but that did
> simplified migrating several tools

still in GLib 2.40, there's GNotification, which provides API for
creating notifications without using libnotify:

  * https://developer.gnome.org/gio/unstable/gio-GNotification.html

ciao,
 Emmanuele.

-- 
W: http://www.emmanuelebassi.name
B: http://blogs.gnome.org/ebassi/
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to