Search results for "module:Glib"
EV::Glib - Embed the glib main loop into EV
If you want to use EV in a Glib/Gtk+ program, then you need to look at the Glib::EV module, not this one, as this module requires you to run EV in your main program. If you want to use Glib/Gtk+ in an EV program, you are at the right place here. This...
MLEHMANN/EV-Glib-2.01 - 31 Jan 2009 09:48:12 UTC
Glib::EV - Coerce Glib into using the EV module as event loop.
If you want to use glib/gtk+ in an EV program, then you need to look at the EV::Glib module, not this one, as this module requires you to run a Glib or Gtk+ main loop in your program. If you want to use EV in an Glib/Gtk+ program, you are at the righ...
MLEHMANN/Glib-EV-2.02 - 01 Nov 2010 22:23:16 UTC
Glib::IO - Perl bindings to the GIO library
The "Glib::IO" module allows a Perl developer to access the GIO library, the high level I/O and platform library of the GNOME development platform. GIO is used for: * local and remote enumeration and access of files GIO has multiple backends to acces...
XAOC/Glib-IO-0.002 - 25 Jun 2021 05:40:42 UTC
Glib::JSON - Perl interface to the JSON-GLib library
Glib::JSON is a Perl module that provides access to the JSON-GLib library through introspection. Glib::JSON allows parsing and generating JSON documents through a simple, DOM-like API; it also provides cursor-based API to parse and generate JSON docu...
EBASSI/Glib-JSON-0.002 - 19 Apr 2015 19:16:21 UTC
Glib::Event - Coerce Glib into using the Event module as event loop.
This module coerces the Glib event loop to use the Event module as underlying event loop, i.e. Event will be used by Glib for all events. This makes Glib compatible to Event. Calls into the Glib main loop are more or less equivalent to calls to "Even...
MLEHMANN/Glib-Event-0.2 - 29 Nov 2005 16:05:04 UTC
Glib::GenPod - POD generation utilities for Glib-based modules
This module includes several utilities for creating pod for xs-based Perl modules which build on the Glib module's foundations. The most important bits are the logic to convert the data structures created by xsdocparse.pl to describe xsubs and pods i...
XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC
Glib::CodeGen - code generation utilities for Glib-based bindings.
This module packages some of the boilerplate code needed for performing code generation typically used by perl bindings for gobject-based libraries, using the Glib module as a base. The default output filenames are in the subdirectory 'build', which ...
XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC
Glib::ParseXSDoc - Parse POD and XSub declarations from XS files.
This is the heart of an automatic API reference documentation system for XS-based Perl modules. FIXME more info here!! FIXME document recognized POD directives and the output data structures...
XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC
Glib - Perl wrappers for the GLib utility and Object libraries
This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides f...
XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC
Glib::FindMinVersion - Find minimum version of GLib needed to compile C source
ATHREEF/Glib-FindMinVersion-0.004
-
28 Mar 2017 08:16:41 UTC
Net::DBus::GLib - Perl extension for the DBus GLib bindings
Net::DBus::GLib provides an extension to the Net::DBus module allowing integration with the GLib mainloop. To integrate with the main loop, simply get a connection to the bus via the methods in Net::DBus::GLib rather than the usual Net::DBus module. ...
DANBERR/Net-DBus-GLib-0.33.0 - 08 Jan 2008 02:55:22 UTC
POE::Loop::Glib - A bridge that supports Glib's event loop from POE
This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation. Also, please look at Glib for more details on using it....
APOCAL/POE-Loop-Glib-0.038 - 03 Apr 2010 20:34:10 UTC
Glib::MakeHelper - Makefile.PL utilities for Glib-based extensions
The Makefile.PL for your typical Glib-based module is huge and hairy, thanks to all the crazy hoops you have to jump through to get things right. This module wraps up some of the more intense and error-prone bits to reduce the amount of copied code a...
XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC
Mojo::Reactor::Glib - Glib::MainLoop backend for Mojo
RALESK/Mojo-Reactor-Glib-0.002
-
16 Dec 2014 09:35:13 UTC
Glib::Ex::SignalIds - hold connected Glib signal handler IDs
"Glib::Ex::SignalIds" holds a set of signal handler connection IDs (integers) and the object they're on. When the SignalIds is destroyed it disconnects those IDs. This is designed as a reliable way to put connections on "external" objects which you s...
KRYDE/Glib-Ex-ObjectBits-16 - 08 Jun 2014 10:25:52 UTC
Glib::Ex::SourceIds - hold Glib main loop source IDs
"Glib::Ex::SourceIds" holds a set of Glib main loop source IDs. When the SourceIds object is destroyed it removes those IDs. This is designed as a reliable way to keep sources installed for a limited period, such as an IO watch while communicating on...
KRYDE/Glib-Ex-ObjectBits-16 - 08 Jun 2014 10:25:52 UTC
Glib::Ex::ObjectBits - misc Glib object helpers
KRYDE/Glib-Ex-ObjectBits-16
-
08 Jun 2014 10:25:52 UTC
Glib::Ex::SignalBits - miscellaneous Glib signal helpers
KRYDE/Glib-Ex-ObjectBits-16
-
08 Jun 2014 10:25:52 UTC
AnyEvent::Impl::Glib - AnyEvent adaptor for Glib
This module provides transparent support for AnyEvent. You don't have to do anything to make Glib work with AnyEvent except by loading Glib before creating the first AnyEvent watcher. Glib is probably the most inefficient event loop that has ever see...
MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC