~ivoks/ubuntu/lucid/glib2.0/887946

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-05-05 12:42:47 UTC
  • Revision ID: james.westby@ubuntu.com-20100505124247-oyejlzn54pq4ihdl
Tags: 2.24.1-0ubuntu1
New upstream version (lp: #575777):
Bugs fixed:
615379 g_new macros crash if sizeof(struct_type) == 0
614185 g_type_class_add_private() documentation is not correct
614372 g_stat() is funny
615111 GAsyncInitable's default implementation is broken
Fix race in g_cancellable_cancel
Fix for g_variant_iter_loop
Make g_string_append_len() accept NULL lf len == 0
Fix typo in GMutex error message

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="GObject Reference Manual">
8
8
<link rel="next" href="pr01.html" title="Introduction">
9
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
 
9
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
10
10
<link rel="stylesheet" href="style.css" type="text/css">
11
 
<link rel="preface" href="pr01.html" title="Introduction">
12
 
<link rel="part" href="pt01.html" title="Part I. Concepts">
13
 
<link rel="chapter" href="chapter-intro.html" title="Background">
14
 
<link rel="chapter" href="chapter-gtype.html" title="The GLib Dynamic Type System">
15
 
<link rel="chapter" href="chapter-gobject.html" title="The GObject base class">
16
 
<link rel="chapter" href="chapter-signal.html" title="The GObject messaging system">
17
 
<link rel="reference" href="rn01.html" title="API Reference">
18
 
<link rel="reference" href="rn02.html" title="Tools Reference">
19
 
<link rel="part" href="pt02.html" title="Part IV. Tutorial">
20
 
<link rel="chapter" href="howto-gobject.html" title="How to define and implement a new GObject">
21
 
<link rel="chapter" href="howto-interface.html" title="How to define and implement interfaces">
22
 
<link rel="chapter" href="howto-signals.html" title="How to create and use signals">
23
 
<link rel="part" href="pt03.html" title="Part V. Related Tools">
24
 
<link rel="chapter" href="tools-vala.html" title="Vala">
25
 
<link rel="chapter" href="tools-gob.html" title="GObject builder">
26
 
<link rel="chapter" href="tools-ginspector.html" title="Graphical inspection of GObjects">
27
 
<link rel="chapter" href="tools-refdb.html" title="Debugging reference count problems">
28
 
<link rel="chapter" href="tools-gtkdoc.html" title="Writing API docs">
29
 
<link rel="index" href="api-index-full.html" title="Index">
30
 
<link rel="index" href="api-index-deprecated.html" title="Index of deprecated symbols">
31
 
<link rel="index" href="api-index-2-2.html" title="Index of new symbols in 2.2">
32
 
<link rel="index" href="api-index-2-4.html" title="Index of new symbols in 2.4">
33
 
<link rel="index" href="api-index-2-6.html" title="Index of new symbols in 2.6">
34
 
<link rel="index" href="api-index-2-8.html" title="Index of new symbols in 2.8">
35
 
<link rel="index" href="api-index-2-10.html" title="Index of new symbols in 2.10">
36
 
<link rel="index" href="api-index-2-12.html" title="Index of new symbols in 2.12">
37
 
<link rel="index" href="api-index-2-14.html" title="Index of new symbols in 2.14">
38
 
<link rel="index" href="api-index-2-18.html" title="Index of new symbols in 2.18">
39
 
<link rel="index" href="api-index-2-22.html" title="Index of new symbols in 2.22">
40
 
<link rel="index" href="api-index-2-24.html" title="Index of new symbols in 2.24">
41
11
</head>
42
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
43
13
<div class="book" title="GObject Reference Manual">
45
15
<div>
46
16
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GObject Reference Manual</p></th></tr></table></div>
47
17
<div><p class="releaseinfo">
48
 
      for GObject 2.24.0
 
18
      for GObject 2.24.1
49
19
 
50
20
      The latest version of this documentation can be found on-line at
51
21
      <a class="ulink" href="http://library.gnome.org/devel/gobject/unstable/" target="_top">http://library.gnome.org/devel/gobject/unstable/</a>.
59
29
<dd><dl>
60
30
<dt><span class="chapter"><a href="chapter-intro.html">Background</a></span></dt>
61
31
<dd><dl>
62
 
<dt><span class="sect1"><a href="chapter-intro.html#id589065">Data types and programming</a></span></dt>
 
32
<dt><span class="sect1"><a href="chapter-intro.html#id505384">Data types and programming</a></span></dt>
63
33
<dt><span class="sect1"><a href="ch01s02.html">Exporting a C API</a></span></dt>
64
34
</dl></dd>
65
35
<dt><span class="chapter"><a href="chapter-gtype.html">The GLib Dynamic Type System</a></span></dt>
91
61
<dd><dl>
92
62
<dt><span class="sect1"><a href="chapter-signal.html#closure">Closures</a></span></dt>
93
63
<dd><dl>
94
 
<dt><span class="sect2"><a href="chapter-signal.html#id570574">C Closures</a></span></dt>
95
 
<dt><span class="sect2"><a href="chapter-signal.html#id582370">Non-C closures (for the fearless)</a></span></dt>
 
64
<dt><span class="sect2"><a href="chapter-signal.html#id563646">C Closures</a></span></dt>
 
65
<dt><span class="sect2"><a href="chapter-signal.html#id555455">Non-C closures (for the fearless)</a></span></dt>
96
66
</dl></dd>
97
67
<dt><span class="sect1"><a href="signal.html">Signals</a></span></dt>
98
68
<dd><dl>
172
142
<dt><span class="sect1"><a href="howto-gobject-destruction.html">Object Destruction</a></span></dt>
173
143
<dt><span class="sect1"><a href="howto-gobject-methods.html">Object methods</a></span></dt>
174
144
<dd><dl>
175
 
<dt><span class="sect2"><a href="howto-gobject-methods.html#id662702">Non-virtual public methods</a></span></dt>
176
 
<dt><span class="sect2"><a href="howto-gobject-methods.html#id662727">Virtual public methods</a></span></dt>
177
 
<dt><span class="sect2"><a href="howto-gobject-methods.html#id662811">Virtual private Methods</a></span></dt>
 
145
<dt><span class="sect2"><a href="howto-gobject-methods.html#id637107">Non-virtual public methods</a></span></dt>
 
146
<dt><span class="sect2"><a href="howto-gobject-methods.html#id637132">Virtual public methods</a></span></dt>
 
147
<dt><span class="sect2"><a href="howto-gobject-methods.html#id637216">Virtual private Methods</a></span></dt>
178
148
</dl></dd>
179
149
<dt><span class="sect1"><a href="howto-gobject-chainup.html">Chaining up</a></span></dt>
180
150
</dl></dd>
212
182
</div>
213
183
<div class="footer">
214
184
<hr>
215
 
          Generated by GTK-Doc V1.13</div>
 
185
          Generated by GTK-Doc V1.14</div>
216
186
</body>
217
187
</html>
 
 
b'\\ No newline at end of file'