90 lines
1.7 KiB
HTML
90 lines
1.7 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Cairo::GObject</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Cairo::GObject</H1>
|
|
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2019-09-17<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
Cairo::GObject - Integrate Cairo into the Glib type system
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
|
|
|
|
<PRE>
|
|
use Cairo::GObject;
|
|
|
|
# Cairo and Glib are now loaded and the Cairo types are registered with
|
|
# Glib's type machinery. This allows you to correctly use Cairo types
|
|
# in signals and properties.
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>ABSTRACT</H2>
|
|
|
|
|
|
|
|
Cairo::GObject registers Cairo's types (<TT>"Cairo::Context"</TT>, <TT>"Cairo::Surface"</TT>,
|
|
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:
|
|
<P>
|
|
|
|
|
|
|
|
<PRE>
|
|
GType CairoContext (15497280) is not registered with gperl
|
|
|
|
</PRE>
|
|
|
|
|
|
<P>
|
|
|
|
-- then you need to use Cairo::GObject.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">Torsten Schoenfeld <kaffeetisch at gmx dot de><DD>
|
|
|
|
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
|
|
|
|
Copyright (C) 2011 by the cairo perl team
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="2"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="3"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="4"><A HREF="#lbAD">ABSTRACT</A><DD>
|
|
<DT id="5"><A HREF="#lbAE">AUTHORS</A><DD>
|
|
<DT id="6"><A HREF="#lbAF">COPYRIGHT</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:37 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|