Query: cairo::gobject
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Cairo::GObject(3pm) User Contributed Perl Documentation Cairo::GObject(3pm)NAMECairo::GObject - Integrate Cairo into the Glib type systemSYNOPSISuse Cairo::GObject; # Cairo and Glib are now loaded and the Cairo types are registed with # Glib's type machinery. This allows you to correctly use Cairo types # in signals and properties.ABSTRACTCairo::GObject registers Cairo's types ("Cairo::Context", "Cairo::Surface", etc.) with Glib's type systems so that they can be used normally in signals and properties. If you have encountered an error akin to this: GType CairoContext(15497280) is not registered with gperl -- then you need to use Cairo::GObject.AUTHORSTorsten Schoenfeld <kaffeetisch at gmx dot de>COPYRIGHTCopyright (C) 2011 by the cairo perl team perl v5.14.2 2011-10-13 Cairo::GObject(3pm)