| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <title>Part I. Concepts: GObject Reference Manual</title> |
| <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> |
| <link rel="home" href="index.html" title="GObject Reference Manual"> |
| <link rel="up" href="index.html" title="GObject Reference Manual"> |
| <link rel="prev" href="pr01.html" title="Introduction"> |
| <link rel="next" href="chapter-intro.html" title="Background"> |
| <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> |
| <link rel="stylesheet" href="style.css" type="text/css"> |
| </head> |
| <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
| <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> |
| <td width="100%" align="left" class="shortcuts"></td> |
| <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> |
| <td><img src="up-insensitive.png" width="16" height="16" border="0"></td> |
| <td><a accesskey="p" href="pr01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> |
| <td><a accesskey="n" href="chapter-intro.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> |
| </tr></table> |
| <div class="part"> |
| <div class="titlepage"><div><div><h1 class="title"> |
| <a name="id-1.3"></a>Part I. Concepts</h1></div></div></div> |
| <div class="toc"> |
| <p><b>Table of Contents</b></p> |
| <dl class="toc"> |
| <dt><span class="chapter"><a href="chapter-intro.html">Background</a></span></dt> |
| <dd><dl> |
| <dt><span class="sect1"><a href="chapter-intro.html#id-1.3.2.5">Data types and programming</a></span></dt> |
| <dt><span class="sect1"><a href="ch01s02.html">Exporting a C API</a></span></dt> |
| </dl></dd> |
| <dt><span class="chapter"><a href="chapter-gtype.html">The GLib Dynamic Type System</a></span></dt> |
| <dd><dl> |
| <dt><span class="sect1"><a href="chapter-gtype.html#gtype-copy">Copy functions</a></span></dt> |
| <dt><span class="sect1"><a href="gtype-conventions.html">Conventions</a></span></dt> |
| <dt><span class="sect1"><a href="gtype-non-instantiable.html">Non-instantiable non-classed fundamental types</a></span></dt> |
| <dt><span class="sect1"><a href="gtype-instantiable-classed.html">Instantiable classed types: objects</a></span></dt> |
| <dd><dl><dt><span class="sect2"><a href="gtype-instantiable-classed.html#gtype-instantiable-classed-init-done">Initialization and Destruction</a></span></dt></dl></dd> |
| <dt><span class="sect1"><a href="gtype-non-instantiable-classed.html">Non-instantiable classed types: interfaces</a></span></dt> |
| <dd><dl> |
| <dt><span class="sect2"><a href="gtype-non-instantiable-classed.html#gtype-non-instantiable-classed-init">Interface Initialization</a></span></dt> |
| <dt><span class="sect2"><a href="gtype-non-instantiable-classed.html#gtype-non-instantiable-classed-dest">Interface Destruction</a></span></dt> |
| </dl></dd> |
| </dl></dd> |
| <dt><span class="chapter"><a href="chapter-gobject.html">The GObject base class</a></span></dt> |
| <dd><dl> |
| <dt><span class="sect1"><a href="chapter-gobject.html#gobject-instantiation">Object instantiation</a></span></dt> |
| <dt><span class="sect1"><a href="gobject-memory.html">Object memory management</a></span></dt> |
| <dd><dl> |
| <dt><span class="sect2"><a href="gobject-memory.html#gobject-memory-refcount">Reference count</a></span></dt> |
| <dt><span class="sect2"><a href="gobject-memory.html#gobject-memory-weakref">Weak References</a></span></dt> |
| <dt><span class="sect2"><a href="gobject-memory.html#gobject-memory-cycles">Reference counts and cycles</a></span></dt> |
| </dl></dd> |
| <dt><span class="sect1"><a href="gobject-properties.html">Object properties</a></span></dt> |
| <dd><dl><dt><span class="sect2"><a href="gobject-properties.html#gobject-multi-properties">Accessing multiple properties at once</a></span></dt></dl></dd> |
| </dl></dd> |
| <dt><span class="chapter"><a href="chapter-signal.html">The GObject messaging system</a></span></dt> |
| <dd><dl> |
| <dt><span class="sect1"><a href="chapter-signal.html#closure">Closures</a></span></dt> |
| <dd><dl> |
| <dt><span class="sect2"><a href="chapter-signal.html#id-1.3.5.2.5">C Closures</a></span></dt> |
| <dt><span class="sect2"><a href="chapter-signal.html#id-1.3.5.2.6">Non-C closures (for the fearless)</a></span></dt> |
| </dl></dd> |
| <dt><span class="sect1"><a href="signal.html">Signals</a></span></dt> |
| <dd><dl> |
| <dt><span class="sect2"><a href="signal.html#signal-registration">Signal registration</a></span></dt> |
| <dt><span class="sect2"><a href="signal.html#signal-connection">Signal connection</a></span></dt> |
| <dt><span class="sect2"><a href="signal.html#signal-emission">Signal emission</a></span></dt> |
| <dt><span class="sect2"><a href="signal.html#signal-detail">The <span class="emphasis"><em>detail</em></span> argument</a></span></dt> |
| </dl></dd> |
| </dl></dd> |
| </dl> |
| </div> |
| </div> |
| <div class="footer"> |
| <hr>Generated by GTK-Doc V1.25.1</div> |
| </body> |
| </html> |