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

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpgimprc.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
<div class="refsynopsisdiv">
48
48
<a name="libgimp-gimpgimprc.synopsis"></a><h2>Synopsis</h2>
49
49
<pre class="synopsis">
50
 
<a
51
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
52
 
>gchar</a>*              <a class="link" href="libgimp-gimpgimprc.html#gimp-gimprc-query" title="gimp_gimprc_query ()">gimp_gimprc_query</a>                   (const <a
53
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
54
 
>gchar</a> *token);
55
 
<a
56
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
57
 
>gboolean</a>            <a class="link" href="libgimp-gimpgimprc.html#gimp-gimprc-set" title="gimp_gimprc_set ()">gimp_gimprc_set</a>                     (const <a
58
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
59
 
>gchar</a> *token,
60
 
                                                         const <a
61
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
62
 
>gchar</a> *value);
63
 
<a
64
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
50
gchar*              <a class="link" href="libgimp-gimpgimprc.html#gimp-gimprc-query" title="gimp_gimprc_query ()">gimp_gimprc_query</a>                   (const gchar *token);
 
51
gboolean            <a class="link" href="libgimp-gimpgimprc.html#gimp-gimprc-set" title="gimp_gimprc_set ()">gimp_gimprc_set</a>                     (const gchar *token,
 
52
                                                         const gchar *value);
 
53
<a
 
54
href="../libgimpconfig/GimpColorConfig.html"
65
55
>GimpColorConfig</a>*    <a class="link" href="libgimp-gimpgimprc.html#gimp-get-color-configuration" title="gimp_get_color_configuration ()">gimp_get_color_configuration</a>        (void);
66
 
<a
67
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
68
 
>gchar</a>*              <a class="link" href="libgimp-gimpgimprc.html#gimp-get-default-comment" title="gimp_get_default_comment ()">gimp_get_default_comment</a>            (void);
69
 
<a
70
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
 
56
gchar*              <a class="link" href="libgimp-gimpgimprc.html#gimp-get-default-comment" title="gimp_get_default_comment ()">gimp_get_default_comment</a>            (void);
 
57
<a
 
58
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
71
59
>GimpUnit</a>            <a class="link" href="libgimp-gimpgimprc.html#gimp-get-default-unit" title="gimp_get_default_unit ()">gimp_get_default_unit</a>               (void);
72
 
<a
73
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
74
 
>gchar</a>*              <a class="link" href="libgimp-gimpgimprc.html#gimp-get-module-load-inhibit" title="gimp_get_module_load_inhibit ()">gimp_get_module_load_inhibit</a>        (void);
75
 
<a
76
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
77
 
>gboolean</a>            <a class="link" href="libgimp-gimpgimprc.html#gimp-get-monitor-resolution" title="gimp_get_monitor_resolution ()">gimp_get_monitor_resolution</a>         (<a
78
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
79
 
>gdouble</a> *xres,
80
 
                                                         <a
81
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
82
 
>gdouble</a> *yres);
83
 
<a
84
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
85
 
>gchar</a>*              <a class="link" href="libgimp-gimpgimprc.html#gimp-get-theme-dir" title="gimp_get_theme_dir ()">gimp_get_theme_dir</a>                  (void);
 
60
gchar*              <a class="link" href="libgimp-gimpgimprc.html#gimp-get-module-load-inhibit" title="gimp_get_module_load_inhibit ()">gimp_get_module_load_inhibit</a>        (void);
 
61
gboolean            <a class="link" href="libgimp-gimpgimprc.html#gimp-get-monitor-resolution" title="gimp_get_monitor_resolution ()">gimp_get_monitor_resolution</a>         (gdouble *xres,
 
62
                                                         gdouble *yres);
 
63
gchar*              <a class="link" href="libgimp-gimpgimprc.html#gimp-get-theme-dir" title="gimp_get_theme_dir ()">gimp_get_theme_dir</a>                  (void);
86
64
</pre>
87
65
</div>
88
66
<div class="refsect1" lang="en">
96
74
<a name="libgimp-gimpgimprc.details"></a><h2>Details</h2>
97
75
<div class="refsect2" lang="en">
98
76
<a name="gimp-gimprc-query"></a><h3>gimp_gimprc_query ()</h3>
99
 
<pre class="programlisting"><a
100
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
101
 
>gchar</a>*              gimp_gimprc_query                   (const <a
102
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
103
 
>gchar</a> *token);</pre>
 
77
<pre class="programlisting">gchar*              gimp_gimprc_query                   (const gchar *token);</pre>
104
78
<p>
105
79
Queries the gimprc file parser for information on a specified token.
106
80
</p>
136
110
<hr>
137
111
<div class="refsect2" lang="en">
138
112
<a name="gimp-gimprc-set"></a><h3>gimp_gimprc_set ()</h3>
139
 
<pre class="programlisting"><a
140
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
141
 
>gboolean</a>            gimp_gimprc_set                     (const <a
142
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
143
 
>gchar</a> *token,
144
 
                                                         const <a
145
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
146
 
>gchar</a> *value);</pre>
 
113
<pre class="programlisting">gboolean            gimp_gimprc_set                     (const gchar *token,
 
114
                                                         const gchar *value);</pre>
147
115
<p>
148
116
Sets a gimprc token to a value and saves it in the gimprc.
149
117
</p>
181
149
<div class="refsect2" lang="en">
182
150
<a name="gimp-get-color-configuration"></a><h3>gimp_get_color_configuration ()</h3>
183
151
<pre class="programlisting"><a
184
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
152
href="../libgimpconfig/GimpColorConfig.html"
185
153
>GimpColorConfig</a>*    gimp_get_color_configuration        (void);</pre>
186
154
<p>
187
155
Retrieve a copy of the current color management configuration.</p>
193
161
<tbody><tr>
194
162
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
195
163
<td> A copy of the core's <a
196
 
href="/usr/share/gtk-doc/html/libgimpconfig/GimpColorConfig.html"
 
164
href="../libgimpconfig/GimpColorConfig.html"
197
165
><span class="type">GimpColorConfig</span></a>. You should unref
198
166
         this copy if you don't need it any longer.
199
167
 
206
174
<hr>
207
175
<div class="refsect2" lang="en">
208
176
<a name="gimp-get-default-comment"></a><h3>gimp_get_default_comment ()</h3>
209
 
<pre class="programlisting"><a
210
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
211
 
>gchar</a>*              gimp_get_default_comment            (void);</pre>
 
177
<pre class="programlisting">gchar*              gimp_get_default_comment            (void);</pre>
212
178
<p>
213
179
Get the default image comment as specified in the Preferences.
214
180
</p>
230
196
<div class="refsect2" lang="en">
231
197
<a name="gimp-get-default-unit"></a><h3>gimp_get_default_unit ()</h3>
232
198
<pre class="programlisting"><a
233
 
href="/usr/share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
 
199
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
234
200
>GimpUnit</a>            gimp_get_default_unit               (void);</pre>
235
201
<p>
236
202
Get the default unit (taken from the user's locale).
255
221
<hr>
256
222
<div class="refsect2" lang="en">
257
223
<a name="gimp-get-module-load-inhibit"></a><h3>gimp_get_module_load_inhibit ()</h3>
258
 
<pre class="programlisting"><a
259
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
260
 
>gchar</a>*              gimp_get_module_load_inhibit        (void);</pre>
 
224
<pre class="programlisting">gchar*              gimp_get_module_load_inhibit        (void);</pre>
261
225
<p>
262
226
Get the list of modules which should not be loaded.
263
227
</p>
278
242
<hr>
279
243
<div class="refsect2" lang="en">
280
244
<a name="gimp-get-monitor-resolution"></a><h3>gimp_get_monitor_resolution ()</h3>
281
 
<pre class="programlisting"><a
282
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
283
 
>gboolean</a>            gimp_get_monitor_resolution         (<a
284
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
285
 
>gdouble</a> *xres,
286
 
                                                         <a
287
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
288
 
>gdouble</a> *yres);</pre>
 
245
<pre class="programlisting">gboolean            gimp_get_monitor_resolution         (gdouble *xres,
 
246
                                                         gdouble *yres);</pre>
289
247
<p>
290
248
Get the monitor resolution as specified in the Preferences.
291
249
</p>
321
279
<hr>
322
280
<div class="refsect2" lang="en">
323
281
<a name="gimp-get-theme-dir"></a><h3>gimp_get_theme_dir ()</h3>
324
 
<pre class="programlisting"><a
325
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
326
 
>gchar</a>*              gimp_get_theme_dir                  (void);</pre>
 
282
<pre class="programlisting">gchar*              gimp_get_theme_dir                  (void);</pre>
327
283
<p>
328
284
Get the directory of the current GUI theme.
329
285
</p>