~ubuntu-branches/ubuntu/feisty/libgnome/feisty

« back to all changes in this revision

Viewing changes to doc/reference/html/libgnome.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-11-15 15:52:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20061115155231-gbp2xt8ns20vf1vh
Tags: 2.17.0-0ubuntu1
* New upstream version:
  - Enable a11y by default in devel releases 
  - Don't check for null before calling g_free/g_strdup
  - Improve strings in error messages and other places
  - GThread initialization fix 
* debian/patches/08_dont_force_a11y_activation.patch:
  - don't force a11y activation
* debian/patches/09_run_app_message_fix.patch:
  - fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
 
<title>GNOME Library (libgnome)</title>
 
5
<title>Part&#160;I.&#160;GNOME Library (libgnome)</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
7
<link rel="start" href="index.html" title="GNOME Library Reference Manual">
8
8
<link rel="up" href="index.html" title="GNOME Library Reference Manual">
9
9
<link rel="prev" href="index.html" title="GNOME Library Reference Manual">
10
 
<link rel="next" href="libgnome-gnome-program.html" title="gnome-program">
 
10
<link rel="next" href="ch01.html" title="Initializing Applications and Starting Programs">
11
11
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="libgnome.html" title="GNOME Library (libgnome)">
 
13
<link rel="part" href="libgnome.html" title="Part&#160;I.&#160;GNOME Library (libgnome)">
 
14
<link rel="chapter" href="ch01.html" title="Initializing Applications and Starting Programs">
 
15
<link rel="chapter" href="ch02.html" title="Configuration">
 
16
<link rel="chapter" href="ch03.html" title="Displaying Help and External Info">
 
17
<link rel="chapter" href="ch04.html" title="Miscellaneous">
 
18
<link rel="chapter" href="ch05.html" title="Lower Level Interactions">
 
19
<link rel="chapter" href="ch06.html" title="Deprecated Modules">
 
20
<link rel="index" href="ix01.html" title="Index">
 
21
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
 
22
<link rel="index" href="ix03.html" title="Index of new symbols in 2.2">
 
23
<link rel="index" href="ix04.html" title="Index of new symbols in 2.4">
 
24
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
 
25
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
 
26
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
 
27
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
 
28
<link rel="index" href="ix09.html" title="Index of new symbols in 2.14">
 
29
<link rel="index" href="ix10.html" title="Index of new symbols in 2.16">
14
30
</head>
15
31
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
32
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
18
34
<td>&#160;</td>
19
35
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
36
<th width="100%" align="center">GNOME Library Reference Manual</th>
21
 
<td><a accesskey="n" href="libgnome-gnome-program.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
37
<td><a accesskey="n" href="ch01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
38
</tr></table>
23
 
<div class="chapter" lang="en">
24
 
<div class="titlepage"><div><div><h2 class="title">
25
 
<a name="libgnome"></a>GNOME Library (libgnome)</h2></div></div></div>
26
 
<div class="toc"><dl>
27
 
<dt><span class="sect1"><a href="libgnome.html#id2740192">Initializing applications and starting programs</a></span></dt>
28
 
<dt><span class="sect1"><a href="ch01s02.html">Configuration</a></span></dt>
29
 
<dt><span class="sect1"><a href="ch01s03.html">Displaying help and external info</a></span></dt>
30
 
<dt><span class="sect1"><a href="ch01s04.html">Miscellaneous</a></span></dt>
31
 
<dt><span class="sect1"><a href="ch01s05.html">Lower level interactions</a></span></dt>
32
 
</dl></div>
33
 
<div class="sect1" lang="en">
34
 
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
35
 
<a name="id2740192"></a>Initializing applications and starting programs</h2></div></div></div>
36
 
<p>The functions in this section provide the necesary tools to both
37
 
       initialise your own application and to start other applications in the
38
 
       background.
39
 
       </p>
40
 
</div>
41
 
</div>
 
39
<div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title">
 
40
<a name="libgnome"></a>Part&#160;I.&#160;GNOME Library (libgnome)</h1></div></div></div></div>
42
41
</body>
43
42
</html>