~ubuntu-branches/ubuntu/dapper/libgnomeui/dapper-updates

« back to all changes in this revision

Viewing changes to doc/reference/xml/gnome-theme-parse.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 17:46:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174610-yb9v0rvx60x0mdli
Tags: 2.14.1-0ubuntu1
* New upstream release:
  - Fix --disable-crash-dialog 
  - Fix leaks 
  - Fix gettext initialization 
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/libgnomeui-0.shlibs: bumped for added interfaces.
  - debian/rules: added stuff for cleaning.
  - debian/patches/30_crash-dialog.patch: dropped, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="libgnomeui-GnomeThemeFile">
2
2
<refmeta>
3
 
<refentrytitle id="top_of_page">GnomeThemeFile</refentrytitle>
 
3
<refentrytitle>GnomeThemeFile</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>LIBGNOMEUI Library</refmiscinfo>
6
6
</refmeta>
7
7
 
8
8
<refnamediv>
9
 
<refname>GnomeThemeFile</refname>
10
 
<refpurpose>APIs to  parse icon theme files.</refpurpose>
11
 
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
9
<refname>GnomeThemeFile</refname><refpurpose>APIs to  parse icon theme files.</refpurpose>
12
10
</refnamediv>
13
11
 
14
 
<refsynopsisdiv id="synopsis">
15
 
<title id="synopsis.title">Synopsis</title>
 
12
<refsynopsisdiv><title>Synopsis</title>
16
13
 
17
14
<synopsis>
18
15
 
75
72
 
76
73
 
77
74
 
78
 
<refsect1 id="desc">
79
 
<title id="desc.title">Description</title>
 
75
<refsect1>
 
76
<title>Description</title>
80
77
<para>
81
78
 
82
79
</para>
83
80
</refsect1>
84
81
 
85
 
<refsect1 id="details">
86
 
<title id="details.title">Details</title>
 
82
<refsect1>
 
83
<title>Details</title>
87
84
<refsect2>
88
 
<title><anchor id="GnomeThemeFile" role="struct"/>GnomeThemeFile</title>
 
85
<title><anchor id="GnomeThemeFile"/>GnomeThemeFile</title>
89
86
<indexterm><primary>GnomeThemeFile</primary></indexterm><programlisting>typedef struct _GnomeThemeFile GnomeThemeFile;</programlisting>
90
87
<para>
91
88
A GnomeThemeFile contains information about the number of sections, pointers to the sections
92
89
and information about the current locale.
93
90
</para></refsect2>
94
91
<refsect2>
95
 
<title><anchor id="GnomeThemeFileSectionFunc" role="function"/>GnomeThemeFileSectionFunc ()</title>
 
92
<title><anchor id="GnomeThemeFileSectionFunc"/>GnomeThemeFileSectionFunc ()</title>
96
93
<indexterm><primary>GnomeThemeFileSectionFunc</primary></indexterm><programlisting><link linkend="void">void</link>        (*GnomeThemeFileSectionFunc)    (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df,
97
94
                                             const <link linkend="char">char</link> *name,
98
95
                                             <link linkend="gpointer">gpointer</link> data);</programlisting>
112
109
</simpara></listitem></varlistentry>
113
110
</variablelist></refsect2>
114
111
<refsect2>
115
 
<title><anchor id="GnomeThemeFileParseError" role="enum"/>enum GnomeThemeFileParseError</title>
 
112
<title><anchor id="GnomeThemeFileParseError"/>enum GnomeThemeFileParseError</title>
116
113
<indexterm><primary>GnomeThemeFileParseError</primary></indexterm><programlisting>typedef enum 
117
114
{
118
115
  GNOME_THEME_FILE_PARSE_ERROR_INVALID_SYNTAX,
124
121
 
125
122
</para></refsect2>
126
123
<refsect2>
127
 
<title><anchor id="GnomeThemeFileLineFunc" role="function"/>GnomeThemeFileLineFunc ()</title>
 
124
<title><anchor id="GnomeThemeFileLineFunc"/>GnomeThemeFileLineFunc ()</title>
128
125
<indexterm><primary>GnomeThemeFileLineFunc</primary></indexterm><programlisting><link linkend="void">void</link>        (*GnomeThemeFileLineFunc)       (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df,
129
126
                                             const <link linkend="char">char</link> *key,
130
127
                                             const <link linkend="char">char</link> *locale,
152
149
</simpara></listitem></varlistentry>
153
150
</variablelist></refsect2>
154
151
<refsect2>
155
 
<title><anchor id="gnome-theme-file-new-from-string" role="function" condition="since:2.2"/>gnome_theme_file_new_from_string ()</title>
 
152
<title><anchor id="gnome-theme-file-new-from-string"/>gnome_theme_file_new_from_string ()</title>
156
153
<indexterm role="2.2"><primary>gnome_theme_file_new_from_string</primary></indexterm><programlisting><link linkend="GnomeThemeFile">GnomeThemeFile</link>* gnome_theme_file_new_from_string
157
154
                                            (<link linkend="char">char</link> *data,
158
155
                                             <link linkend="GError">GError</link> **error);</programlisting>
173
170
</variablelist><para>Since  2.2
174
171
</para></refsect2>
175
172
<refsect2>
176
 
<title><anchor id="gnome-theme-file-to-string" role="function" condition="since:2.2"/>gnome_theme_file_to_string ()</title>
 
173
<title><anchor id="gnome-theme-file-to-string"/>gnome_theme_file_to_string ()</title>
177
174
<indexterm role="2.2"><primary>gnome_theme_file_to_string</primary></indexterm><programlisting><link linkend="char">char</link>*       gnome_theme_file_to_string      (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df);</programlisting>
178
175
<para>
179
176
This function retrieves the string representing the <link linkend="GnomeThemeFile"><type>GnomeThemeFile</type></link>.</para>
189
186
</variablelist><para>Since  2.2
190
187
</para></refsect2>
191
188
<refsect2>
192
 
<title><anchor id="gnome-theme-file-free" role="function" condition="since:2.2"/>gnome_theme_file_free ()</title>
 
189
<title><anchor id="gnome-theme-file-free"/>gnome_theme_file_free ()</title>
193
190
<indexterm role="2.2"><primary>gnome_theme_file_free</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_theme_file_free           (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df);</programlisting>
194
191
<para>
195
192
Frees the <link linkend="GnomeThemeFile"><type>GnomeThemeFile</type></link> structure.</para>
202
199
</variablelist><para>Since  2.2
203
200
</para></refsect2>
204
201
<refsect2>
205
 
<title><anchor id="gnome-theme-file-foreach-section" role="function" condition="since:2.2"/>gnome_theme_file_foreach_section ()</title>
 
202
<title><anchor id="gnome-theme-file-foreach-section"/>gnome_theme_file_foreach_section ()</title>
206
203
<indexterm role="2.2"><primary>gnome_theme_file_foreach_section</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_theme_file_foreach_section
207
204
                                            (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df,
208
205
                                             <link linkend="GnomeThemeFileSectionFunc">GnomeThemeFileSectionFunc</link> func,
224
221
</variablelist><para>Since  2.2
225
222
</para></refsect2>
226
223
<refsect2>
227
 
<title><anchor id="gnome-theme-file-foreach-key" role="function" condition="since:2.2"/>gnome_theme_file_foreach_key ()</title>
 
224
<title><anchor id="gnome-theme-file-foreach-key"/>gnome_theme_file_foreach_key ()</title>
228
225
<indexterm role="2.2"><primary>gnome_theme_file_foreach_key</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_theme_file_foreach_key    (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df,
229
226
                                             const <link linkend="char">char</link> *section,
230
227
                                             <link linkend="gboolean">gboolean</link> include_localized,
254
251
</variablelist><para>Since  2.2
255
252
</para></refsect2>
256
253
<refsect2>
257
 
<title><anchor id="gnome-theme-file-get-raw" role="function" condition="since:2.2"/>gnome_theme_file_get_raw ()</title>
 
254
<title><anchor id="gnome-theme-file-get-raw"/>gnome_theme_file_get_raw ()</title>
258
255
<indexterm role="2.2"><primary>gnome_theme_file_get_raw</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>    gnome_theme_file_get_raw        (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df,
259
256
                                             const <link linkend="char">char</link> *section,
260
257
                                             const <link linkend="char">char</link> *keyname,
287
284
</variablelist><para>Since  2.2
288
285
</para></refsect2>
289
286
<refsect2>
290
 
<title><anchor id="gnome-theme-file-get-integer" role="function" condition="since:2.2"/>gnome_theme_file_get_integer ()</title>
 
287
<title><anchor id="gnome-theme-file-get-integer"/>gnome_theme_file_get_integer ()</title>
291
288
<indexterm role="2.2"><primary>gnome_theme_file_get_integer</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>    gnome_theme_file_get_integer    (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df,
292
289
                                             const <link linkend="char">char</link> *section,
293
290
                                             const <link linkend="char">char</link> *keyname,
316
313
</variablelist><para>Since  2.2
317
314
</para></refsect2>
318
315
<refsect2>
319
 
<title><anchor id="gnome-theme-file-get-string" role="function" condition="since:2.2"/>gnome_theme_file_get_string ()</title>
 
316
<title><anchor id="gnome-theme-file-get-string"/>gnome_theme_file_get_string ()</title>
320
317
<indexterm role="2.2"><primary>gnome_theme_file_get_string</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>    gnome_theme_file_get_string     (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df,
321
318
                                             const <link linkend="char">char</link> *section,
322
319
                                             const <link linkend="char">char</link> *keyname,
345
342
</variablelist><para>Since  2.2
346
343
</para></refsect2>
347
344
<refsect2>
348
 
<title><anchor id="gnome-theme-file-get-locale-string" role="function" condition="since:2.2"/>gnome_theme_file_get_locale_string ()</title>
 
345
<title><anchor id="gnome-theme-file-get-locale-string"/>gnome_theme_file_get_locale_string ()</title>
349
346
<indexterm role="2.2"><primary>gnome_theme_file_get_locale_string</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>    gnome_theme_file_get_locale_string
350
347
                                            (<link linkend="GnomeThemeFile">GnomeThemeFile</link> *df,
351
348
                                             const <link linkend="char">char</link> *section,
375
372
</variablelist><para>Since  2.2
376
373
</para></refsect2>
377
374
<refsect2>
378
 
<title><anchor id="GNOME-THEME-FILE-PARSE-ERROR:CAPS" role="macro"/>GNOME_THEME_FILE_PARSE_ERROR</title>
 
375
<title><anchor id="GNOME-THEME-FILE-PARSE-ERROR:CAPS"/>GNOME_THEME_FILE_PARSE_ERROR</title>
379
376
<indexterm><primary>GNOME_THEME_FILE_PARSE_ERROR</primary></indexterm><programlisting>#define GNOME_THEME_FILE_PARSE_ERROR gnome_theme_file_parse_error_quark()
380
377
</programlisting>
381
378
<para>
382
379
 
383
380
</para></refsect2>
384
381
<refsect2>
385
 
<title><anchor id="gnome-theme-file-parse-error-quark" role="function" condition="since:2.2"/>gnome_theme_file_parse_error_quark ()</title>
 
382
<title><anchor id="gnome-theme-file-parse-error-quark"/>gnome_theme_file_parse_error_quark ()</title>
386
383
<indexterm role="2.2"><primary>gnome_theme_file_parse_error_quark</primary></indexterm><programlisting><link linkend="GQuark">GQuark</link>      gnome_theme_file_parse_error_quark
387
384
                                            (void);</programlisting>
388
385
<para>