~ubuntu-branches/ubuntu/oneiric/gimp/oneiric

« back to all changes in this revision

Viewing changes to devel-docs/libgimpconfig/html/libgimpconfig-gimpconfig-serialize.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimpconfig-serialize</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
8
8
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
9
9
<link rel="prev" href="libgimpconfig-gimpconfig-deserialize.html" title="gimpconfig-deserialize">
10
10
<link rel="next" href="libgimpconfig-GimpConfigError.html" title="gimpconfig-error">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="libgimpconfig.html" title="Part I. GIMP Config Library">
14
14
<link rel="chapter" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
26
26
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
27
27
<td><a accesskey="n" href="libgimpconfig-GimpConfigError.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
28
28
</tr>
29
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#libgimpconfig-gimpconfig-serialize.synopsis" class="shortcut">Top</a>
30
 
                   | 
31
 
                  <a href="#libgimpconfig-gimpconfig-serialize.description" class="shortcut">Description</a></nobr></td></tr>
 
29
<tr><td colspan="5" class="shortcuts">
 
30
<a href="#libgimpconfig-gimpconfig-serialize.synopsis" class="shortcut">Top</a>
 
31
                 | 
 
32
                <a href="#libgimpconfig-gimpconfig-serialize.description" class="shortcut">Description</a>
 
33
</td></tr>
32
34
</table>
33
 
<div class="refentry" lang="en">
 
35
<div class="refentry" title="gimpconfig-serialize">
34
36
<a name="libgimpconfig-gimpconfig-serialize"></a><div class="titlepage"></div>
35
37
<div class="refnamediv"><table width="100%"><tr>
36
38
<td valign="top">
39
41
</td>
40
42
<td valign="top" align="right"></td>
41
43
</tr></table></div>
42
 
<div class="refsynopsisdiv">
 
44
<div class="refsynopsisdiv" title="Synopsis">
43
45
<a name="libgimpconfig-gimpconfig-serialize.synopsis"></a><h2>Synopsis</h2>
44
46
<pre class="synopsis">
45
47
<a
79
81
>gboolean</a> escaped);
80
82
</pre>
81
83
</div>
82
 
<div class="refsect1" lang="en">
 
84
<div class="refsect1" title="Description">
83
85
<a name="libgimpconfig-gimpconfig-serialize.description"></a><h2>Description</h2>
84
86
<p>
85
87
Serializing interface for libgimpconfig.
86
 
 
87
88
</p>
88
89
</div>
89
 
<div class="refsect1" lang="en">
 
90
<div class="refsect1" title="Details">
90
91
<a name="libgimpconfig-gimpconfig-serialize.details"></a><h2>Details</h2>
91
 
<div class="refsect2" lang="en">
 
92
<div class="refsect2" title="gimp_config_serialize_properties ()">
92
93
<a name="gimp-config-serialize-properties"></a><h3>gimp_config_serialize_properties ()</h3>
93
94
<pre class="programlisting"><a
94
95
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
97
98
<p>
98
99
This function writes all object properties to the <em class="parameter"><code>writer</code></em>.</p>
99
100
<p>
100
 
 
101
101
</p>
102
102
<div class="variablelist"><table border="0">
103
103
<col align="left" valign="top">
115
115
<tr>
116
116
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
117
117
<td> <a
118
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
 
118
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
119
119
><code class="literal">TRUE</code></a> if serialization succeeded, <a
120
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"
 
120
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
121
121
><code class="literal">FALSE</code></a> otherwise
122
122
 
123
123
</td>
124
124
</tr>
125
125
</tbody>
126
126
</table></div>
127
 
<p class="since">Since  GIMP 2.4
128
 
</p>
 
127
<p class="since">Since GIMP 2.4</p>
129
128
</div>
130
129
<hr>
131
 
<div class="refsect2" lang="en">
 
130
<div class="refsect2" title="gimp_config_serialize_changed_properties ()">
132
131
<a name="gimp-config-serialize-changed-properties"></a><h3>gimp_config_serialize_changed_properties ()</h3>
133
132
<pre class="programlisting"><a
134
133
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
139
138
This function writes all object properties that have been changed from
140
139
their default values to the <em class="parameter"><code>writer</code></em>.</p>
141
140
<p>
142
 
 
143
141
</p>
144
142
<div class="variablelist"><table border="0">
145
143
<col align="left" valign="top">
157
155
<tr>
158
156
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
159
157
<td> <a
160
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
 
158
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
161
159
><code class="literal">TRUE</code></a> if serialization succeeded, <a
162
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"
 
160
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
163
161
><code class="literal">FALSE</code></a> otherwise
164
162
 
165
163
</td>
166
164
</tr>
167
165
</tbody>
168
166
</table></div>
169
 
<p class="since">Since  GIMP 2.4
170
 
</p>
 
167
<p class="since">Since GIMP 2.4</p>
171
168
</div>
172
169
<hr>
173
 
<div class="refsect2" lang="en">
 
170
<div class="refsect2" title="gimp_config_serialize_property ()">
174
171
<a name="gimp-config-serialize-property"></a><h3>gimp_config_serialize_property ()</h3>
175
172
<pre class="programlisting"><a
176
173
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
182
179
<p>
183
180
This function serializes a single object property to the <em class="parameter"><code>writer</code></em>.</p>
184
181
<p>
185
 
 
186
182
</p>
187
183
<div class="variablelist"><table border="0">
188
184
<col align="left" valign="top">
207
203
<tr>
208
204
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
209
205
<td> <a
210
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
 
206
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
211
207
><code class="literal">TRUE</code></a> if serialization succeeded, <a
212
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"
 
208
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
213
209
><code class="literal">FALSE</code></a> otherwise
214
210
 
215
211
</td>
216
212
</tr>
217
213
</tbody>
218
214
</table></div>
219
 
<p class="since">Since  GIMP 2.4
220
 
</p>
 
215
<p class="since">Since GIMP 2.4</p>
221
216
</div>
222
217
<hr>
223
 
<div class="refsect2" lang="en">
 
218
<div class="refsect2" title="gimp_config_serialize_property_by_name ()">
224
219
<a name="gimp-config-serialize-property-by-name"></a><h3>gimp_config_serialize_property_by_name ()</h3>
225
220
<pre class="programlisting"><a
226
221
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
233
228
<p>
234
229
This function serializes a single object property to the <em class="parameter"><code>writer</code></em>.</p>
235
230
<p>
236
 
 
237
231
</p>
238
232
<div class="variablelist"><table border="0">
239
233
<col align="left" valign="top">
256
250
<tr>
257
251
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
258
252
<td> <a
259
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
 
253
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
260
254
><code class="literal">TRUE</code></a> if serialization succeeded, <a
261
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"
 
255
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
262
256
><code class="literal">FALSE</code></a> otherwise
263
257
 
264
258
</td>
265
259
</tr>
266
260
</tbody>
267
261
</table></div>
268
 
<p class="since">Since  GIMP 2.6
269
 
</p>
 
262
<p class="since">Since GIMP 2.6</p>
270
263
</div>
271
264
<hr>
272
 
<div class="refsect2" lang="en">
 
265
<div class="refsect2" title="gimp_config_serialize_value ()">
273
266
<a name="gimp-config-serialize-value"></a><h3>gimp_config_serialize_value ()</h3>
274
267
<pre class="programlisting"><a
275
268
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
287
280
href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"
288
281
><span class="type">GValue</span></a> to <em class="parameter"><code>str</code></em>.</p>
289
282
<p>
290
 
 
291
283
</p>
292
284
<div class="variablelist"><table border="0">
293
285
<col align="left" valign="top">
312
304
<tr>
313
305
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
314
306
<td> <a
315
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
 
307
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
316
308
><code class="literal">TRUE</code></a> if serialization succeeded, <a
317
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"
 
309
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
318
310
><code class="literal">FALSE</code></a> otherwise.
319
311
 
320
312
</td>
321
313
</tr>
322
314
</tbody>
323
315
</table></div>
324
 
<p class="since">Since  GIMP 2.4
325
 
</p>
 
316
<p class="since">Since GIMP 2.4</p>
326
317
</div>
327
318
</div>
328
319
</div>
329
320
<div class="footer">
330
321
<hr>
331
 
          Generated by GTK-Doc V1.10</div>
 
322
          Generated by GTK-Doc V1.11</div>
332
323
</body>
333
324
</html>