~ubuntu-branches/ubuntu/saucy/gimp/saucy-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpColorDisplay.html

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-08 13:26:03 UTC
  • mfrom: (1.1.28) (0.4.19 sid)
  • Revision ID: package-import@ubuntu.com-20130308132603-h14fmrgazi3roobr
Tags: 2.8.4-1ubuntu1
* Synchronize with Debian (LP: #1132767). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates
* Dropped changes:
  - CVE-2012-5576.patch: Applied in new version
  - fix-python-multiarch-includes.patch: No longer needed
* debian/patches/link-against-lm.patch:
  - Link against lm to fix underlinking build failure
* debian/control, debian/rules:
  - Run autoreconf for above patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
<span class="returnvalue">void</span>                <a class="link" href="GimpColorDisplay.html#gimp-color-display-set-enabled" title="gimp_color_display_set_enabled ()">gimp_color_display_set_enabled</a>      (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>,
52
52
                                                         <em class="parameter"><code><span class="type">gboolean</span> enabled</code></em>);
53
53
<span class="returnvalue">gboolean</span>            <a class="link" href="GimpColorDisplay.html#gimp-color-display-get-enabled" title="gimp_color_display_get_enabled ()">gimp_color_display_get_enabled</a>      (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
54
 
<a href="../libgimpconfig/GimpColorConfig.html"><span class="returnvalue">GimpColorConfig</span></a> *   <a class="link" href="GimpColorDisplay.html#gimp-color-display-get-config" title="gimp_color_display_get_config ()">gimp_color_display_get_config</a>       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
55
 
<a href="../libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="returnvalue">GimpColorManaged</span></a> *  <a class="link" href="GimpColorDisplay.html#gimp-color-display-get-managed" title="gimp_color_display_get_managed ()">gimp_color_display_get_managed</a>      (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
 
54
<a href="/local/head/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"><span class="returnvalue">GimpColorConfig</span></a> *   <a class="link" href="GimpColorDisplay.html#gimp-color-display-get-config" title="gimp_color_display_get_config ()">gimp_color_display_get_config</a>       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
 
55
<a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="returnvalue">GimpColorManaged</span></a> *  <a class="link" href="GimpColorDisplay.html#gimp-color-display-get-managed" title="gimp_color_display_get_managed ()">gimp_color_display_get_managed</a>      (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
56
56
<span class="returnvalue">void</span>                <a class="link" href="GimpColorDisplay.html#gimp-color-display-convert" title="gimp_color_display_convert ()">gimp_color_display_convert</a>          (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>,
57
57
                                                         <em class="parameter"><code><span class="type">guchar</span> *buf</code></em>,
58
58
                                                         <em class="parameter"><code><span class="type">gint</span> width</code></em>,
62
62
<span class="returnvalue">void</span>                <a class="link" href="GimpColorDisplay.html#gimp-color-display-convert-surface" title="gimp_color_display_convert_surface ()">gimp_color_display_convert_surface</a>  (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>,
63
63
                                                         <em class="parameter"><code><span class="type">cairo_surface_t</span> *surface</code></em>);
64
64
<span class="returnvalue">void</span>                <a class="link" href="GimpColorDisplay.html#gimp-color-display-load-state" title="gimp_color_display_load_state ()">gimp_color_display_load_state</a>       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>,
65
 
                                                         <em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *state</code></em>);
66
 
<a href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *      <a class="link" href="GimpColorDisplay.html#gimp-color-display-save-state" title="gimp_color_display_save_state ()">gimp_color_display_save_state</a>       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
 
65
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *state</code></em>);
 
66
<a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *      <a class="link" href="GimpColorDisplay.html#gimp-color-display-save-state" title="gimp_color_display_save_state ()">gimp_color_display_save_state</a>       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
67
67
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="GimpColorDisplay.html#gimp-color-display-configure" title="gimp_color_display_configure ()">gimp_color_display_configure</a>        (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
68
68
<span class="returnvalue">void</span>                <a class="link" href="GimpColorDisplay.html#gimp-color-display-configure-reset" title="gimp_color_display_configure_reset ()">gimp_color_display_configure_reset</a>  (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
69
69
<span class="returnvalue">void</span>                <a class="link" href="GimpColorDisplay.html#gimp-color-display-changed" title="gimp_color_display_changed ()">gimp_color_display_changed</a>          (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);
80
80
<a name="GimpColorDisplay.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
81
81
<p>
82
82
GimpColorDisplay implements
83
 
 <a href="../libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface">GimpConfigInterface</a>.</p>
 
83
 <a href="/local/head/share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig.html#GimpConfigInterface">GimpConfigInterface</a>.</p>
84
84
</div>
85
85
<div class="refsect1">
86
86
<a name="GimpColorDisplay.properties"></a><h2>Properties</h2>
87
87
<pre class="synopsis">
88
 
  "<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-config" title='The "color-config" property'>color-config</a>"             <a href="../libgimpconfig/GimpColorConfig.html"><span class="type">GimpColorConfig</span></a>*      : Read / Write / Construct Only
89
 
  "<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-managed" title='The "color-managed" property'>color-managed</a>"            <a href="../libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManagedInterface"><span class="type">GimpColorManagedInterface</span></a>*  : Read / Write / Construct Only
 
88
  "<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-config" title='The "color-config" property'>color-config</a>"             <a href="/local/head/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"><span class="type">GimpColorConfig</span></a>*      : Read / Write / Construct Only
 
89
  "<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--color-managed" title='The "color-managed" property'>color-managed</a>"            <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManagedInterface"><span class="type">GimpColorManagedInterface</span></a>*  : Read / Write / Construct Only
90
90
  "<a class="link" href="GimpColorDisplay.html#GimpColorDisplay--enabled" title='The "enabled" property'>enabled</a>"                  <span class="type">gboolean</span>              : Read / Write / Construct
91
91
</pre>
92
92
</div>
161
161
<hr>
162
162
<div class="refsect2">
163
163
<a name="gimp-color-display-get-config"></a><h3>gimp_color_display_get_config ()</h3>
164
 
<pre class="programlisting"><a href="../libgimpconfig/GimpColorConfig.html"><span class="returnvalue">GimpColorConfig</span></a> *   gimp_color_display_get_config       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre>
 
164
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"><span class="returnvalue">GimpColorConfig</span></a> *   gimp_color_display_get_config       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre>
165
165
<div class="variablelist"><table border="0">
166
166
<col align="left" valign="top">
167
167
<tbody><tr>
168
168
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
169
 
<td>a pointer to the <a href="../libgimpconfig/GimpColorConfig.html"><span class="type">GimpColorConfig</span></a> object or <code class="literal">NULL</code>.</td>
 
169
<td>a pointer to the <a href="/local/head/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"><span class="type">GimpColorConfig</span></a> object or <code class="literal">NULL</code>.</td>
170
170
</tr></tbody>
171
171
</table></div>
172
172
<p class="since">Since GIMP 2.4</p>
174
174
<hr>
175
175
<div class="refsect2">
176
176
<a name="gimp-color-display-get-managed"></a><h3>gimp_color_display_get_managed ()</h3>
177
 
<pre class="programlisting"><a href="../libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="returnvalue">GimpColorManaged</span></a> *  gimp_color_display_get_managed      (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre>
 
177
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="returnvalue">GimpColorManaged</span></a> *  gimp_color_display_get_managed      (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre>
178
178
<div class="variablelist"><table border="0">
179
179
<col align="left" valign="top">
180
180
<tbody><tr>
181
181
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
182
 
<td>a pointer to the <a href="../libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="type">GimpColorManaged</span></a> object or <code class="literal">NULL</code>.</td>
 
182
<td>a pointer to the <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="type">GimpColorManaged</span></a> object or <code class="literal">NULL</code>.</td>
183
183
</tr></tbody>
184
184
</table></div>
185
185
<p class="since">Since GIMP 2.4</p>
259
259
<div class="refsect2">
260
260
<a name="gimp-color-display-load-state"></a><h3>gimp_color_display_load_state ()</h3>
261
261
<pre class="programlisting"><span class="returnvalue">void</span>                gimp_color_display_load_state       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>,
262
 
                                                         <em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *state</code></em>);</pre>
 
262
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"><span class="type">GimpParasite</span></a> *state</code></em>);</pre>
263
263
<p>
264
264
</p>
265
265
</div>
266
266
<hr>
267
267
<div class="refsect2">
268
268
<a name="gimp-color-display-save-state"></a><h3>gimp_color_display_save_state ()</h3>
269
 
<pre class="programlisting"><a href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *      gimp_color_display_save_state       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre>
 
269
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"><span class="returnvalue">GimpParasite</span></a> *      gimp_color_display_save_state       (<em class="parameter"><code><a class="link" href="GimpColorDisplay.html" title="GimpColorDisplay"><span class="type">GimpColorDisplay</span></a> *display</code></em>);</pre>
270
270
<p>
271
271
</p>
272
272
</div>
296
296
<a name="GimpColorDisplay.property-details"></a><h2>Property Details</h2>
297
297
<div class="refsect2">
298
298
<a name="GimpColorDisplay--color-config"></a><h3>The <code class="literal">"color-config"</code> property</h3>
299
 
<pre class="programlisting">  "color-config"             <a href="../libgimpconfig/GimpColorConfig.html"><span class="type">GimpColorConfig</span></a>*      : Read / Write / Construct Only</pre>
 
299
<pre class="programlisting">  "color-config"             <a href="/local/head/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"><span class="type">GimpColorConfig</span></a>*      : Read / Write / Construct Only</pre>
300
300
<p></p>
301
301
</div>
302
302
<hr>
303
303
<div class="refsect2">
304
304
<a name="GimpColorDisplay--color-managed"></a><h3>The <code class="literal">"color-managed"</code> property</h3>
305
 
<pre class="programlisting">  "color-managed"            <a href="../libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManagedInterface"><span class="type">GimpColorManagedInterface</span></a>*  : Read / Write / Construct Only</pre>
 
305
<pre class="programlisting">  "color-managed"            <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html#GimpColorManagedInterface"><span class="type">GimpColorManagedInterface</span></a>*  : Read / Write / Construct Only</pre>
306
306
<p></p>
307
307
</div>
308
308
<hr>
338
338
</div>
339
339
<div class="refsect1">
340
340
<a name="GimpColorDisplay.see-also"></a><h2>See Also</h2>
341
 
<span class="type">GModule</span>, <span class="type">GTypeModule</span>, <span class="type">GimpModule</span>
 
341
<span class="type">GModule</span>, <span class="type">GTypeModule</span>, <a href="/local/head/share/gtk-doc/html/libgimpmodule/GimpModule.html"><span class="type">GimpModule</span></a>
342
342
</div>
343
343
</div>
344
344
<div class="footer">