1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<?xml version="1.0" standalone="no"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="class-gobjectgpointer">
<refnamediv>
<refname>gobject.GPointer</refname>
<refpurpose>an object containing a completely opaque chunk of
data</refpurpose>
</refnamediv>
<refsect1>
<title>Synopsis</title>
<classsynopsis language="python">
<ooclass><classname>gobject.GPointer</classname></ooclass>
</classsynopsis>
</refsect1>
<refsect1>
<title>Ancestry</title>
<synopsis>+-- <link linkend="class-gobjectgpointer">gobject.GPointer</link>
</synopsis>
</refsect1>
<refsect1>
<title>Description</title>
<para><link
linkend="class-gobjectgpointer"><classname>gobject.GPointer</classname></link>
is an abstract base class that encapsulates an opaque chunk of data and
registers it with the <literal>GLIB</literal> type system. A pointer type
has no methods and generic ways of copying and freeing the data. It
shouldn't be used in PyGTK.</para>
</refsect1>
</refentry>
|