~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpconfig/tmpl/gimpconfig-iface.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
gimpconfig-iface
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
High-level API for libgimpconfig.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
High-level API functions for libgimpconfig.
 
10
 
 
11
</para>
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
<!-- ##### SECTION Stability_Level ##### -->
 
19
 
 
20
 
 
21
<!-- ##### STRUCT GimpConfig ##### -->
 
22
<para>
 
23
 
 
24
</para>
 
25
 
 
26
 
 
27
<!-- ##### STRUCT GimpConfigInterface ##### -->
 
28
<para>
 
29
 
 
30
</para>
 
31
 
 
32
 
 
33
<!-- ##### FUNCTION gimp_config_serialize_to_file ##### -->
 
34
<para>
 
35
 
 
36
</para>
 
37
 
 
38
@config: 
 
39
@filename: 
 
40
@header: 
 
41
@footer: 
 
42
@data
 
43
@data: 
 
44
@error: 
 
45
@Returns: 
 
46
 
 
47
 
 
48
<!-- ##### FUNCTION gimp_config_serialize_to_fd ##### -->
 
49
<para>
 
50
 
 
51
</para>
 
52
 
 
53
@config: 
 
54
@fd: 
 
55
@data: 
 
56
@Returns: 
 
57
 
 
58
 
 
59
<!-- ##### FUNCTION gimp_config_serialize_to_string ##### -->
 
60
<para>
 
61
 
 
62
</para>
 
63
 
 
64
@config: 
 
65
@data: 
 
66
@Returns: 
 
67
 
 
68
 
 
69
<!-- ##### FUNCTION gimp_config_deserialize_file ##### -->
 
70
<para>
 
71
 
 
72
</para>
 
73
 
 
74
@config: 
 
75
@filename: 
 
76
@data: 
 
77
@error: 
 
78
@Returns: 
 
79
 
 
80
 
 
81
<!-- ##### FUNCTION gimp_config_deserialize_string ##### -->
 
82
<para>
 
83
 
 
84
</para>
 
85
 
 
86
@config: 
 
87
@text: 
 
88
@text_len: 
 
89
@data: 
 
90
@error: 
 
91
@Returns: 
 
92
 
 
93
 
 
94
<!-- ##### FUNCTION gimp_config_deserialize_return ##### -->
 
95
<para>
 
96
 
 
97
</para>
 
98
 
 
99
@scanner: 
 
100
@expected_token: 
 
101
@nest_level: 
 
102
@Returns: 
 
103
 
 
104
 
 
105
<!-- ##### FUNCTION gimp_config_duplicate ##### -->
 
106
<para>
 
107
 
 
108
</para>
 
109
 
 
110
@config: 
 
111
@Returns: 
 
112
 
 
113
 
 
114
<!-- ##### FUNCTION gimp_config_is_equal_to ##### -->
 
115
<para>
 
116
 
 
117
</para>
 
118
 
 
119
@a: 
 
120
@b: 
 
121
@Returns: 
 
122
 
 
123
 
 
124
<!-- ##### FUNCTION gimp_config_reset ##### -->
 
125
<para>
 
126
 
 
127
</para>
 
128
 
 
129
@config: 
 
130
 
 
131