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

« back to all changes in this revision

Viewing changes to doc/reference/libgnome-docs.sgml

  • 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:
22
22
    <releaseinfo>for libgnome &version;</releaseinfo>
23
23
  </bookinfo>
24
24
 
25
 
  <chapter id="libgnome">
 
25
  <part id="libgnome">
26
26
    <title>GNOME Library (libgnome)</title>
27
 
    <sect1>
28
 
       <title>Initializing applications and starting programs</title>
 
27
    <chapter>
 
28
       <title>Initializing Applications and Starting Programs</title>
29
29
       <para>The functions in this section provide the necesary tools to both
30
30
       initialise your own application and to start other applications in the
31
31
       background.
33
33
          &libgnome-GnomeProgram;
34
34
          &libgnome-gnome-init;
35
35
          &libgnome-gnome-exec;
36
 
    </sect1>
 
36
    </chapter>
37
37
 
38
 
    <sect1>
 
38
    <chapter>
39
39
       <title>Configuration</title>
40
40
       <para>This group of functions allow an application to set and retrieve
41
41
       configuration information, as well as popping in and out of the user's
43
43
       fashion).
44
44
       </para>
45
45
          &libgnome-gnome-gconf;
46
 
          &libgnome-gnome-config;
47
 
          &libgnome-gnome-i18n;
48
 
    </sect1>
49
 
    <sect1>
50
 
       <title>Displaying help and external info</title>
 
46
    </chapter>
 
47
 
 
48
    <chapter>
 
49
       <title>Displaying Help and External Info</title>
51
50
       <para>These functions provide means to display help files and general
52
51
       urls and to retrieve the high (or low) scores for a game.
53
52
       </para>
54
53
          &libgnome-gnome-help;
55
54
          &libgnome-gnome-url;
56
 
          &libgnome-gnome-score;
57
 
    </sect1>
 
55
    </chapter>
58
56
 
59
 
    <sect1>
 
57
    <chapter>
60
58
       <title>Miscellaneous</title>
61
59
       <para>Functions that don't easily fit into any other group, but are
62
60
       still useful.
64
62
          &libgnome-gnome-util;
65
63
          &libgnome-gnome-sound;
66
64
          &libgnome-gnome-triggers;
67
 
    </sect1>
 
65
    </chapter>
68
66
 
69
 
    <sect1>
70
 
       <title>Lower level interactions</title>
 
67
    <chapter>
 
68
       <title>Lower Level Interactions</title>
71
69
       <para>Functions and macros that are rarely needed by application
72
70
       developers, but they are documented here for completeness.
73
71
       </para>
74
72
          &libgnome-libgnometypebuiltins;
75
 
    </sect1>
76
 
  </chapter>
 
73
    </chapter>
 
74
 
 
75
    <chapter>
 
76
       <title>Deprecated Modules</title>
 
77
          &libgnome-gnome-config;
 
78
          &libgnome-gnome-i18n;
 
79
          &libgnome-gnome-score;
 
80
    </chapter>
 
81
  </part>
 
82
 
 
83
  <index>
 
84
    <title>Index</title>
 
85
  </index>
 
86
  <index role="deprecated">
 
87
    <title>Index of deprecated symbols</title>
 
88
  </index>
 
89
  <index role="2.2">
 
90
    <title>Index of new symbols in 2.2</title>
 
91
  </index>
 
92
  <index role="2.4">
 
93
    <title>Index of new symbols in 2.4</title>
 
94
  </index>
 
95
  <index role="2.6">
 
96
    <title>Index of new symbols in 2.6</title>
 
97
  </index>
 
98
  <index role="2.8">
 
99
    <title>Index of new symbols in 2.8</title>
 
100
  </index>
 
101
  <index role="2.10">
 
102
    <title>Index of new symbols in 2.10</title>
 
103
  </index>
 
104
  <index role="2.12">
 
105
    <title>Index of new symbols in 2.12</title>
 
106
  </index>
 
107
  <index role="2.14">
 
108
    <title>Index of new symbols in 2.14</title>
 
109
  </index>
 
110
  <index role="2.16">
 
111
    <title>Index of new symbols in 2.16</title>
 
112
  </index>
 
113
 
77
114
</book>