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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpColorProfileStore.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>GimpColorProfileStore</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual">
8
8
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
9
9
<link rel="prev" href="GimpColorSelection.html" title="GimpColorSelection">
10
10
<link rel="next" href="GimpColorProfileComboBox.html" title="GimpColorProfileComboBox">
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="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
14
14
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
34
34
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
35
35
<td><a accesskey="n" href="GimpColorProfileComboBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
36
36
</tr>
37
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GimpColorProfileStore.synopsis" class="shortcut">Top</a>
38
 
                   | 
39
 
                  <a href="#GimpColorProfileStore.description" class="shortcut">Description</a>
40
 
                   | 
41
 
                  <a href="#GimpColorProfileStore.object-hierarchy" class="shortcut">Object Hierarchy</a>
42
 
                   | 
43
 
                  <a href="#GimpColorProfileStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
44
 
                   | 
45
 
                  <a href="#GimpColorProfileStore.properties" class="shortcut">Properties</a></nobr></td></tr>
 
37
<tr><td colspan="5" class="shortcuts">
 
38
<a href="#GimpColorProfileStore.synopsis" class="shortcut">Top</a>
 
39
                 | 
 
40
                <a href="#GimpColorProfileStore.description" class="shortcut">Description</a>
 
41
                 | 
 
42
                <a href="#GimpColorProfileStore.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
43
                 | 
 
44
                <a href="#GimpColorProfileStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
45
                 | 
 
46
                <a href="#GimpColorProfileStore.properties" class="shortcut">Properties</a>
 
47
</td></tr>
46
48
</table>
47
 
<div class="refentry" lang="en">
 
49
<div class="refentry" title="GimpColorProfileStore">
48
50
<a name="GimpColorProfileStore"></a><div class="titlepage"></div>
49
51
<div class="refnamediv"><table width="100%"><tr>
50
52
<td valign="top">
53
55
</td>
54
56
<td valign="top" align="right"></td>
55
57
</tr></table></div>
56
 
<div class="refsynopsisdiv">
 
58
<div class="refsynopsisdiv" title="Synopsis">
57
59
<a name="GimpColorProfileStore.synopsis"></a><h2>Synopsis</h2>
58
60
<pre class="synopsis">
59
61
                    <a class="link" href="GimpColorProfileStore.html#GimpColorProfileStore-struct" title="GimpColorProfileStore">GimpColorProfileStore</a>;
60
62
<a
61
 
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html"
62
 
>GtkListStore</a>*       <a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-new" title="gimp_color_profile_store_new ()">gimp_color_profile_store_new</a>        (const <a
 
63
href="http://library.gnome.org/devel/gtk/unstable/GtkListStore.html"
 
64
>GtkListStore</a> *      <a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-new" title="gimp_color_profile_store_new ()">gimp_color_profile_store_new</a>        (const <a
63
65
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
64
66
>gchar</a> *history);
65
67
void                <a class="link" href="GimpColorProfileStore.html#gimp-color-profile-store-add" title="gimp_color_profile_store_add ()">gimp_color_profile_store_add</a>        (<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> *store,
71
73
>gchar</a> *label);
72
74
</pre>
73
75
</div>
74
 
<div class="refsect1" lang="en">
 
76
<div class="refsect1" title="Object Hierarchy">
75
77
<a name="GimpColorProfileStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
76
78
<pre class="synopsis">
77
79
  <a
78
80
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
79
81
>GObject</a>
80
82
   +----<a
81
 
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html"
 
83
href="http://library.gnome.org/devel/gtk/unstable/GtkListStore.html"
82
84
>GtkListStore</a>
83
85
         +----GimpColorProfileStore
84
86
</pre>
85
87
</div>
86
 
<div class="refsect1" lang="en">
 
88
<div class="refsect1" title="Implemented Interfaces">
87
89
<a name="GimpColorProfileStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
88
90
<p>
89
91
GimpColorProfileStore implements
90
92
 <a
91
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
 
93
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
92
94
>GtkBuildable</a>,  <a
93
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
 
95
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"
94
96
>GtkTreeModel</a>,  <a
95
 
href="/usr/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"
 
97
href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"
96
98
>GtkTreeDragSource</a>,  <a
97
 
href="/usr/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"
 
99
href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"
98
100
>GtkTreeDragDest</a> and  <a
99
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeSortable.html"
 
101
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeSortable.html"
100
102
>GtkTreeSortable</a>.</p>
101
103
</div>
102
 
<div class="refsect1" lang="en">
 
104
<div class="refsect1" title="Properties">
103
105
<a name="GimpColorProfileStore.properties"></a><h2>Properties</h2>
104
106
<pre class="synopsis">
105
107
  "<a class="link" href="GimpColorProfileStore.html#GimpColorProfileStore--history" title='The "history" property'>history</a>"                  <a
107
109
>gchar</a>*                : Read / Write / Construct Only
108
110
</pre>
109
111
</div>
110
 
<div class="refsect1" lang="en">
 
112
<div class="refsect1" title="Description">
111
113
<a name="GimpColorProfileStore.description"></a><h2>Description</h2>
112
114
<p>
113
 
 
114
115
</p>
115
116
</div>
116
 
<div class="refsect1" lang="en">
 
117
<div class="refsect1" title="Details">
117
118
<a name="GimpColorProfileStore.details"></a><h2>Details</h2>
118
 
<div class="refsect2" lang="en">
 
119
<div class="refsect2" title="GimpColorProfileStore">
119
120
<a name="GimpColorProfileStore-struct"></a><h3>GimpColorProfileStore</h3>
120
121
<pre class="programlisting">typedef struct _GimpColorProfileStore GimpColorProfileStore;</pre>
121
122
<p>
122
 
 
123
123
</p>
124
124
</div>
125
125
<hr>
126
 
<div class="refsect2" lang="en">
 
126
<div class="refsect2" title="gimp_color_profile_store_new ()">
127
127
<a name="gimp-color-profile-store-new"></a><h3>gimp_color_profile_store_new ()</h3>
128
128
<pre class="programlisting"><a
129
 
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html"
130
 
>GtkListStore</a>*       gimp_color_profile_store_new        (const <a
 
129
href="http://library.gnome.org/devel/gtk/unstable/GtkListStore.html"
 
130
>GtkListStore</a> *      gimp_color_profile_store_new        (const <a
131
131
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
132
132
>gchar</a> *history);</pre>
133
133
<p>
143
143
 gchar *history = gimp_personal_rc_file ("profilerc");
144
144
</pre></div>
145
145
<p>
146
 
 
147
146
</p>
148
147
<div class="variablelist"><table border="0">
149
148
<col align="left" valign="top">
151
150
<tr>
152
151
<td><p><span class="term"><em class="parameter"><code>history</code></em> :</span></p></td>
153
152
<td> filename of the profilerc (or <a
154
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
153
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
155
154
><code class="literal">NULL</code></a> for no history)
156
155
</td>
157
156
</tr>
163
162
</tr>
164
163
</tbody>
165
164
</table></div>
166
 
<p class="since">Since  GIMP 2.4
167
 
</p>
 
165
<p class="since">Since GIMP 2.4</p>
168
166
</div>
169
167
<hr>
170
 
<div class="refsect2" lang="en">
 
168
<div class="refsect2" title="gimp_color_profile_store_add ()">
171
169
<a name="gimp-color-profile-store-add"></a><h3>gimp_color_profile_store_add ()</h3>
172
170
<pre class="programlisting">void                gimp_color_profile_store_add        (<a class="link" href="GimpColorProfileStore.html" title="GimpColorProfileStore">GimpColorProfileStore</a> *store,
173
171
                                                         const <a
183
181
</p>
184
182
<p>
185
183
This function is often used to add a selectable item for the <a
186
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
184
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
187
185
><code class="literal">NULL</code></a>
188
186
filename. If you pass <a
189
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
187
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
190
188
><code class="literal">NULL</code></a> for both <em class="parameter"><code>filename</code></em> and <em class="parameter"><code>label</code></em>, the
191
189
<em class="parameter"><code>label</code></em> will be set to the string "None" for you (and translated for
192
190
the user).</p>
193
191
<p>
194
 
 
195
192
</p>
196
193
<div class="variablelist"><table border="0">
197
194
<col align="left" valign="top">
204
201
<tr>
205
202
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
206
203
<td> filename of the profile to add (or <a
207
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
204
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
208
205
><code class="literal">NULL</code></a>)
209
206
</td>
210
207
</tr>
212
209
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
213
210
<td>    label to use for the profile
214
211
           (may only be <a
215
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
212
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
216
213
><code class="literal">NULL</code></a> if <em class="parameter"><code>filename</code></em> is <a
217
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
214
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
218
215
><code class="literal">NULL</code></a>)
219
216
</td>
220
217
</tr>
221
218
</tbody>
222
219
</table></div>
223
 
<p class="since">Since  GIMP 2.4
224
 
</p>
225
 
</div>
226
 
</div>
227
 
<div class="refsect1" lang="en">
 
220
<p class="since">Since GIMP 2.4</p>
 
221
</div>
 
222
</div>
 
223
<div class="refsect1" title="Property Details">
228
224
<a name="GimpColorProfileStore.property-details"></a><h2>Property Details</h2>
229
 
<div class="refsect2" lang="en">
 
225
<div class="refsect2" title='The "history" property'>
230
226
<a name="GimpColorProfileStore--history"></a><h3>The <code class="literal">"history"</code> property</h3>
231
227
<pre class="programlisting">  "history"                  <a
232
228
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
234
230
<p>
235
231
Filename of the color history used to populate the profile store.</p>
236
232
<p>
237
 
 
238
233
</p>
239
234
<p>Default value: NULL</p>
240
 
<p>Since  GIMP 2.4
241
 
</p>
 
235
<p>Since GIMP 2.4</p>
242
236
</div>
243
237
</div>
244
238
</div>
245
239
<div class="footer">
246
240
<hr>
247
 
          Generated by GTK-Doc V1.10</div>
 
241
          Generated by GTK-Doc V1.11</div>
248
242
</body>
249
243
</html>