gdk_pixbuf2 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +30 -0
- data/Rakefile +5 -5
- data/gdk_pixbuf2.gemspec +42 -0
- data/lib/gdk_pixbuf2/deprecated.rb +9 -7
- data/lib/gdk_pixbuf2/loader.rb +10 -1
- data/lib/gdk_pixbuf2/pixbuf.rb +14 -12
- data/test/test-pixbuf.rb +2 -2
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-thumbnailer.exe +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +2 -2
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la +1 -1
- data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.la +3 -3
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +24 -20
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +64 -64
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +4 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +75 -74
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +108 -105
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +133 -133
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +34 -34
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +43 -43
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +55 -55
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +82 -82
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +2 -2
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +1 -135
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +1 -73
- metadata +7 -18
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-gdk-pixbuf-from-drawables.html" title="Drawables to Pixbufs">
|
10
10
|
<link rel="next" href="gdk-pixbuf-Animations.html" title="Animations">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -84,7 +84,7 @@
|
|
84
84
|
</div>
|
85
85
|
<div class="refsect1">
|
86
86
|
<a name="gdk-pixbuf-Utilities.includes"></a><h2>Includes</h2>
|
87
|
-
<pre class="synopsis">#include <gdk-pixbuf/gdk-
|
87
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixdata.h>
|
88
88
|
</pre>
|
89
89
|
</div>
|
90
90
|
<div class="refsect1">
|
@@ -100,16 +100,16 @@ performed by these functions instead.</p>
|
|
100
100
|
<a name="gdk-pixbuf-add-alpha"></a><h3>gdk_pixbuf_add_alpha ()</h3>
|
101
101
|
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
102
102
|
gdk_pixbuf_add_alpha (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
103
|
-
<em class="parameter"><code><
|
104
|
-
<em class="parameter"><code><
|
105
|
-
<em class="parameter"><code><
|
106
|
-
<em class="parameter"><code><
|
103
|
+
<em class="parameter"><code><span class="type">gboolean</span> substitute_color</code></em>,
|
104
|
+
<em class="parameter"><code><span class="type">guchar</span> r</code></em>,
|
105
|
+
<em class="parameter"><code><span class="type">guchar</span> g</code></em>,
|
106
|
+
<em class="parameter"><code><span class="type">guchar</span> b</code></em>);</pre>
|
107
107
|
<p>Takes an existing pixbuf and adds an alpha channel to it.
|
108
108
|
If the existing pixbuf already had an alpha channel, the channel
|
109
109
|
values are copied from the original; otherwise, the alpha channel
|
110
110
|
is initialized to 255 (full opacity).</p>
|
111
111
|
<p>If <em class="parameter"><code>substitute_color</code></em>
|
112
|
-
is <
|
112
|
+
is <code class="literal">TRUE</code>, then the color specified by (<em class="parameter"><code>r</code></em>
|
113
113
|
, <em class="parameter"><code>g</code></em>
|
114
114
|
, <em class="parameter"><code>b</code></em>
|
115
115
|
) will be
|
@@ -132,7 +132,7 @@ substitute color, all white pixels will become fully transparent.</p>
|
|
132
132
|
<tr>
|
133
133
|
<td class="parameter_name"><p>substitute_color</p></td>
|
134
134
|
<td class="parameter_description"><p>Whether to set a color to zero opacity. If this
|
135
|
-
is <
|
135
|
+
is <code class="literal">FALSE</code>, then the (<em class="parameter"><code>r</code></em>
|
136
136
|
, <em class="parameter"><code>g</code></em>
|
137
137
|
, <em class="parameter"><code>b</code></em>
|
138
138
|
) arguments will be ignored.</p></td>
|
@@ -158,7 +158,7 @@ is <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">
|
|
158
158
|
</div>
|
159
159
|
<div class="refsect3">
|
160
160
|
<a name="gdk-pixbuf-add-alpha.returns"></a><h4>Returns</h4>
|
161
|
-
<p>
|
161
|
+
<p>A newly-created pixbuf with a reference count of 1. </p>
|
162
162
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
163
163
|
</div>
|
164
164
|
</div>
|
@@ -244,8 +244,8 @@ Therefore, you can not use this function to scroll a pixbuf.</p>
|
|
244
244
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
245
245
|
gdk_pixbuf_saturate_and_pixelate (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
|
246
246
|
<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest</code></em>,
|
247
|
-
<em class="parameter"><code><
|
248
|
-
<em class="parameter"><code><
|
247
|
+
<em class="parameter"><code><span class="type">gfloat</span> saturation</code></em>,
|
248
|
+
<em class="parameter"><code><span class="type">gboolean</span> pixelate</code></em>);</pre>
|
249
249
|
<p>Modifies saturation and optionally pixelates <em class="parameter"><code>src</code></em>
|
250
250
|
, placing the result in
|
251
251
|
<em class="parameter"><code>dest</code></em>
|
@@ -257,7 +257,7 @@ gdk_pixbuf_saturate_and_pixelate (<em class="parameter"><code>const <a class="li
|
|
257
257
|
saturation is reduced (the image turns toward grayscale); if greater than
|
258
258
|
1.0, saturation is increased (the image gets more vivid colors). If <em class="parameter"><code>pixelate</code></em>
|
259
259
|
|
260
|
-
is <
|
260
|
+
is <code class="literal">TRUE</code>, then pixels are faded in a checkerboard pattern to create a
|
261
261
|
pixelated image. <em class="parameter"><code>src</code></em>
|
262
262
|
and <em class="parameter"><code>dest</code></em>
|
263
263
|
must have the same image format, size, and
|
@@ -326,7 +326,7 @@ is oriented correctly.</p>
|
|
326
326
|
</div>
|
327
327
|
<div class="refsect3">
|
328
328
|
<a name="gdk-pixbuf-apply-embedded-orientation.returns"></a><h4>Returns</h4>
|
329
|
-
<p>
|
329
|
+
<p>A newly-created pixbuf, <code class="literal">NULL</code> if
|
330
330
|
not enough memory could be allocated for it, or a reference to the
|
331
331
|
input pixbuf (with an increased reference count). </p>
|
332
332
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -338,7 +338,7 @@ input pixbuf (with an increased reference count). </p>
|
|
338
338
|
<a name="gdk-pixbuf-fill"></a><h3>gdk_pixbuf_fill ()</h3>
|
339
339
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
340
340
|
gdk_pixbuf_fill (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
341
|
-
<em class="parameter"><code><
|
341
|
+
<em class="parameter"><code><span class="type">guint32</span> pixel</code></em>);</pre>
|
342
342
|
<p>Clears a pixbuf to the given RGBA value, converting the RGBA value into
|
343
343
|
the pixbuf's pixel format. The alpha will be ignored if the pixbuf
|
344
344
|
doesn't have an alpha channel.</p>
|
@@ -376,6 +376,6 @@ doesn't have an alpha channel.</p>
|
|
376
376
|
</div>
|
377
377
|
</div>
|
378
378
|
<div class="footer">
|
379
|
-
<hr>Generated by GTK-Doc V1.
|
379
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
380
380
|
</body>
|
381
381
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="rn01.html" title="API Reference">
|
10
10
|
<link rel="next" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -220,7 +220,7 @@ gdk-pixbuf headers you have included.</p>
|
|
220
220
|
<hr>
|
221
221
|
<div class="refsect2">
|
222
222
|
<a name="GDK-PIXBUF-VERSION:CAPS"></a><h3>GDK_PIXBUF_VERSION</h3>
|
223
|
-
<pre class="programlisting">#define GDK_PIXBUF_VERSION "2.36.
|
223
|
+
<pre class="programlisting">#define GDK_PIXBUF_VERSION "2.36.12"
|
224
224
|
</pre>
|
225
225
|
<p>Contains the full version of the gdk-pixbuf header as a string.
|
226
226
|
This is the version being compiled against; contrast with
|
@@ -245,7 +245,7 @@ This is the version being compiled against; contrast with
|
|
245
245
|
<hr>
|
246
246
|
<div class="refsect2">
|
247
247
|
<a name="GDK-PIXBUF-MICRO:CAPS"></a><h3>GDK_PIXBUF_MICRO</h3>
|
248
|
-
<pre class="programlisting">#define GDK_PIXBUF_MICRO (
|
248
|
+
<pre class="programlisting">#define GDK_PIXBUF_MICRO (12)
|
249
249
|
</pre>
|
250
250
|
<p>Micro version of gdk-pixbuf library, that is the "2" in
|
251
251
|
"0.8.2" for example.</p>
|
@@ -458,6 +458,6 @@ trying to use that function.</p>
|
|
458
458
|
</div>
|
459
459
|
</div>
|
460
460
|
<div class="footer">
|
461
|
-
<hr>Generated by GTK-Doc V1.
|
461
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
462
462
|
</body>
|
463
463
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-Xlib-Rendering.html" title="Xlib Rendering">
|
10
10
|
<link rel="next" href="gdk-pixbuf-XlibRGB.html" title="XlibRGB">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -50,7 +50,7 @@
|
|
50
50
|
</div>
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="gdk-pixbuf-X-Drawables-to-Pixbufs.includes"></a><h2>Includes</h2>
|
53
|
-
<pre class="synopsis">#include <gdk-pixbuf/gdk-
|
53
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixdata.h>
|
54
54
|
</pre>
|
55
55
|
</div>
|
56
56
|
<div class="refsect1">
|
@@ -87,7 +87,7 @@ If the drawable is a window, the <em class="parameter"><code>cmap</code></em>
|
|
87
87
|
argument will be ignored and the
|
88
88
|
window's own colormap will be used instead.</p>
|
89
89
|
<p>If the specified destination pixbuf <em class="parameter"><code>dest</code></em>
|
90
|
-
is <
|
90
|
+
is <span class="type">NULL</span>, then this function will
|
91
91
|
create an RGB pixbuf with 8 bits per channel and no alpha, with the same size
|
92
92
|
specified by the <em class="parameter"><code>width</code></em>
|
93
93
|
and <em class="parameter"><code>height</code></em>
|
@@ -95,11 +95,11 @@ specified by the <em class="parameter"><code>width</code></em>
|
|
95
95
|
and
|
96
96
|
<em class="parameter"><code>dest_y</code></em>
|
97
97
|
arguments must be specified as 0, otherwise the function will return
|
98
|
-
<
|
98
|
+
<span class="type">NULL</span>. If the specified destination pixbuf is not NULL and it contains alpha
|
99
99
|
information, then the filled pixels will be set to full opacity.</p>
|
100
100
|
<p>If the specified drawable is a pixmap, then the requested source rectangle
|
101
101
|
must be completely contained within the pixmap, otherwise the function will
|
102
|
-
return <
|
102
|
+
return <span class="type">NULL</span>.</p>
|
103
103
|
<p>If the specified drawable is a window, then it must be viewable, i.e. all of
|
104
104
|
its ancestors up to the root window must be mapped. Also, the specified
|
105
105
|
source rectangle must be completely contained within the window and within
|
@@ -190,6 +190,6 @@ allocated for the pixbuf to be created.</p>
|
|
190
190
|
</div>
|
191
191
|
</div>
|
192
192
|
<div class="footer">
|
193
|
-
<hr>Generated by GTK-Doc V1.
|
193
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
194
194
|
</body>
|
195
195
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html" title="gdk-pixbuf Xlib initialization">
|
10
10
|
<link rel="next" href="gdk-pixbuf-X-Drawables-to-Pixbufs.html" title="X Drawables to Pixbufs">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -76,7 +76,7 @@
|
|
76
76
|
</div>
|
77
77
|
<div class="refsect1">
|
78
78
|
<a name="gdk-pixbuf-Xlib-Rendering.includes"></a><h2>Includes</h2>
|
79
|
-
<pre class="synopsis">#include <gdk-pixbuf/gdk-
|
79
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixdata.h>
|
80
80
|
</pre>
|
81
81
|
</div>
|
82
82
|
<div class="refsect1">
|
@@ -432,6 +432,6 @@ to None.</p>
|
|
432
432
|
</div>
|
433
433
|
</div>
|
434
434
|
<div class="footer">
|
435
|
-
<hr>Generated by GTK-Doc V1.
|
435
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
436
436
|
</body>
|
437
437
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-X-Drawables-to-Pixbufs.html" title="X Drawables to Pixbufs">
|
10
10
|
<link rel="next" href="rn02.html" title="Tools Reference">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -238,7 +238,7 @@
|
|
238
238
|
</div>
|
239
239
|
<div class="refsect1">
|
240
240
|
<a name="gdk-pixbuf-XlibRGB.includes"></a><h2>Includes</h2>
|
241
|
-
<pre class="synopsis">#include <gdk-pixbuf/gdk-
|
241
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixdata.h>
|
242
242
|
</pre>
|
243
243
|
</div>
|
244
244
|
<div class="refsect1">
|
@@ -327,7 +327,7 @@ be one of the supported visual depths in the specified <em class="parameter"><co
|
|
327
327
|
<div class="refsect2">
|
328
328
|
<a name="xlib-rgb-xpixel-from-rgb"></a><h3>xlib_rgb_xpixel_from_rgb ()</h3>
|
329
329
|
<pre class="programlisting">unsigned <span class="returnvalue">long</span>
|
330
|
-
xlib_rgb_xpixel_from_rgb (<em class="parameter"><code><
|
330
|
+
xlib_rgb_xpixel_from_rgb (<em class="parameter"><code><span class="type">guint32</span> rgb</code></em>);</pre>
|
331
331
|
<p>Converts an RGB triplet into the closest color that XlibRGB visual can
|
332
332
|
handle.</p>
|
333
333
|
<div class="refsect3">
|
@@ -356,7 +356,7 @@ XlibRGB visual and colormap.</p>
|
|
356
356
|
<a name="xlib-rgb-gc-set-foreground"></a><h3>xlib_rgb_gc_set_foreground ()</h3>
|
357
357
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
358
358
|
xlib_rgb_gc_set_foreground (<em class="parameter"><code><span class="type">GC</span> gc</code></em>,
|
359
|
-
<em class="parameter"><code><
|
359
|
+
<em class="parameter"><code><span class="type">guint32</span> rgb</code></em>);</pre>
|
360
360
|
<p>This is a convenience function to set the foreground of a GC from an RGB
|
361
361
|
triplet. It calls <a class="link" href="gdk-pixbuf-XlibRGB.html#xlib-rgb-xpixel-from-rgb" title="xlib_rgb_xpixel_from_rgb ()"><code class="function">xlib_rgb_xpixel_from_rgb()</code></a> internally and uses the
|
362
362
|
returned pixel value to set the GC's foreground.</p>
|
@@ -388,7 +388,7 @@ returned pixel value to set the GC's foreground.</p>
|
|
388
388
|
<a name="xlib-rgb-gc-set-background"></a><h3>xlib_rgb_gc_set_background ()</h3>
|
389
389
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
390
390
|
xlib_rgb_gc_set_background (<em class="parameter"><code><span class="type">GC</span> gc</code></em>,
|
391
|
-
<em class="parameter"><code><
|
391
|
+
<em class="parameter"><code><span class="type">guint32</span> rgb</code></em>);</pre>
|
392
392
|
<p>This is a convenience function to set the background of a GC from an RGB
|
393
393
|
triplet. It calls <a class="link" href="gdk-pixbuf-XlibRGB.html#xlib-rgb-xpixel-from-rgb" title="xlib_rgb_xpixel_from_rgb ()"><code class="function">xlib_rgb_xpixel_from_rgb()</code></a> internally and uses the
|
394
394
|
returned pixel value to set the GC's background.</p>
|
@@ -738,7 +738,7 @@ upper-left corner of the rectangular region to render.</p></td>
|
|
738
738
|
<div class="refsect2">
|
739
739
|
<a name="xlib-rgb-cmap-new"></a><h3>xlib_rgb_cmap_new ()</h3>
|
740
740
|
<pre class="programlisting"><a class="link" href="gdk-pixbuf-XlibRGB.html#XlibRgbCmap" title="struct XlibRgbCmap"><span class="returnvalue">XlibRgbCmap</span></a> *
|
741
|
-
xlib_rgb_cmap_new (<em class="parameter"><code><
|
741
|
+
xlib_rgb_cmap_new (<em class="parameter"><code><span class="type">guint32</span> *colors</code></em>,
|
742
742
|
<em class="parameter"><code><span class="type">int</span> n_colors</code></em>);</pre>
|
743
743
|
<p>FIXME</p>
|
744
744
|
<div class="refsect3">
|
@@ -1056,7 +1056,7 @@ that the display can provide.
|
|
1056
1056
|
<symbol>XLIB_RGB_DITHER_NORMAL</symbol> will provide dithering
|
1057
1057
|
only on pseudocolor displays.
|
1058
1058
|
<symbol>XLIB_RGB_DITHER_MAX</symbol> will provide dithering on
|
1059
|
-
pseudocolor and 16-bit truecolor or
|
1059
|
+
pseudocolor and 16-bit truecolor or “high color”
|
1060
1060
|
displays.</p>
|
1061
1061
|
<div class="refsect3">
|
1062
1062
|
<a name="XlibRgbDither.members"></a><h4>Members</h4>
|
@@ -1100,6 +1100,6 @@ displays.</p>
|
|
1100
1100
|
</div>
|
1101
1101
|
</div>
|
1102
1102
|
<div class="footer">
|
1103
|
-
<hr>Generated by GTK-Doc V1.
|
1103
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
1104
1104
|
</body>
|
1105
1105
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn02.html" title="Tools Reference">
|
9
9
|
<link rel="prev" href="rn02.html" title="Tools Reference">
|
10
10
|
<link rel="next" href="gdk-pixbuf-query-loaders.html" title="gdk-pixbuf-query-loaders">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -161,6 +161,6 @@ generates pixbufs with suboptimal rowstride in some cases.
|
|
161
161
|
</div>
|
162
162
|
</div>
|
163
163
|
<div class="footer">
|
164
|
-
<hr>Generated by GTK-Doc V1.
|
164
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
165
165
|
</body>
|
166
166
|
</html>
|
data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-Module-Interface.html" title="Module Interface">
|
10
10
|
<link rel="next" href="gdk-pixbuf-Xlib-Rendering.html" title="Xlib Rendering">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -60,7 +60,7 @@
|
|
60
60
|
</div>
|
61
61
|
<div class="refsect1">
|
62
62
|
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.includes"></a><h2>Includes</h2>
|
63
|
-
<pre class="synopsis">#include <gdk-pixbuf/gdk-
|
63
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixdata.h>
|
64
64
|
</pre>
|
65
65
|
</div>
|
66
66
|
<div class="refsect1">
|
@@ -153,6 +153,6 @@ depth for XlibRGB if you do not want it to use the default depth it picks.</p>
|
|
153
153
|
</div>
|
154
154
|
</div>
|
155
155
|
<div class="footer">
|
156
|
-
<hr>Generated by GTK-Doc V1.
|
156
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
157
157
|
</body>
|
158
158
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-gdk-pixbuf-rendering.html" title="Rendering">
|
10
10
|
<link rel="next" href="gdk-pixbuf-Utilities.html" title="Utilities">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -39,6 +39,6 @@
|
|
39
39
|
</div>
|
40
40
|
</div>
|
41
41
|
<div class="footer">
|
42
|
-
<hr>Generated by GTK-Doc V1.
|
42
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
43
43
|
</body>
|
44
44
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-Scaling.html" title="Scaling">
|
10
10
|
<link rel="next" href="gdk-pixbuf-gdk-pixbuf-from-drawables.html" title="Drawables to Pixbufs">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -38,6 +38,6 @@
|
|
38
38
|
</div>
|
39
39
|
</div>
|
40
40
|
<div class="footer">
|
41
|
-
<hr>Generated by GTK-Doc V1.
|
41
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
42
42
|
</body>
|
43
43
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn02.html" title="Tools Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-csource.html" title="gdk-pixbuf-csource">
|
10
10
|
<link rel="next" href="api-index-full.html" title="Index of all symbols">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -79,6 +79,6 @@ directory is <code class="filename"><em class="replaceable"><code>libdir</code><
|
|
79
79
|
</div>
|
80
80
|
</div>
|
81
81
|
<div class="footer">
|
82
|
-
<hr>Generated by GTK-Doc V1.
|
82
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
83
83
|
</body>
|
84
84
|
</html>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
8
|
<link rel="next" href="rn01.html" title="API Reference">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -23,7 +23,7 @@
|
|
23
23
|
</p></div></div>
|
24
24
|
</div></div></div>
|
25
25
|
<div><p class="releaseinfo">
|
26
|
-
Version 2.36.
|
26
|
+
Version 2.36.12
|
27
27
|
|
28
28
|
The latest version of this documentation can be found on-line at
|
29
29
|
<a class="ulink" href="http://library.gnome.org/devel/gdk-pixbuf/unstable/" target="_top">http://library.gnome.org/devel/gdk-pixbuf/unstable/</a>.
|
@@ -134,6 +134,6 @@
|
|
134
134
|
</dl></div>
|
135
135
|
</div>
|
136
136
|
<div class="footer">
|
137
|
-
<hr>Generated by GTK-Doc V1.
|
137
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
138
138
|
</body>
|
139
139
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-36.html" title="Index of new symbols in 2.36">
|
10
10
|
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -53,6 +53,6 @@
|
|
53
53
|
</p>
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
|
-
<hr>Generated by GTK-Doc V1.
|
56
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
57
57
|
</body>
|
58
58
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="index.html" title="GDK-PixBuf Reference Manual">
|
10
10
|
<link rel="next" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -95,6 +95,6 @@
|
|
95
95
|
</div>
|
96
96
|
</div>
|
97
97
|
<div class="footer">
|
98
|
-
<hr>Generated by GTK-Doc V1.
|
98
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
99
99
|
</body>
|
100
100
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-XlibRGB.html" title="XlibRGB">
|
10
10
|
<link rel="next" href="gdk-pixbuf-csource.html" title="gdk-pixbuf-csource">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -44,6 +44,6 @@
|
|
44
44
|
</div>
|
45
45
|
</div>
|
46
46
|
<div class="footer">
|
47
|
-
<hr>Generated by GTK-Doc V1.
|
47
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
48
48
|
</body>
|
49
49
|
</html>
|