use Glib::Object::Subclass, or: writing efficient Object Oriented C libraries wrapped in Perl
By Emmanuele Bassi (ebassi) from London.pm Date: Saturday, 28 April 2007 11:30
Duration: 30 minutes Language: You can find more information on the speaker's site:
GLib is a multi-platform portable C library used by the GTK+, GNOME and GStreamer projects. Among other things, it offers a runtime type checking system and a full object oriented environment for C developers. Perl developers can tap into this library to wrap efficient GObject-based libraries using bindings based on the XS language, or write pure Perl objects using the GObject paradigm.
This talk aims to present the GObject binding environment and the Glib::Object object oriented paradigm using the Glib::Object::Subclass module. |