gdk_pixbuf2 3.0.9-x64-mingw32 → 3.1.0-x64-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/Rakefile +4 -2
- data/lib/gdk_pixbuf2/loader.rb +0 -6
- data/lib/gdk_pixbuf2/pixbuf.rb +13 -0
- data/test/run-test.rb +2 -0
- data/test/test-pixbuf.rb +3 -0
- 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/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +23 -4
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +83 -5
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +7 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +8 -4
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +24 -10
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +11 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +662 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +6 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +7 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +1 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +5 -5
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +71 -71
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
- 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/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 +2 -2
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +201 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +78 -78
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html +146 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +107 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +90 -90
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +106 -106
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +257 -99
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +36 -35
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +49 -49
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +128 -73
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +164 -75
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +295 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +28 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +5 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +3 -3
- 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@shaw/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/fr/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/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/kk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/km/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/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/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/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +2 -2
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +2 -2
- metadata +8 -7
- data/vendor/local/lib/gdk_pixbuf-2.0.def +0 -134
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>X Drawables to Pixbufs: GDK-PixBuf Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
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.25
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gdk-pixbuf-X-Drawables-to-Pixbufs.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -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 <a href="
|
90
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>, 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
|
-
<a href="
|
98
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>. 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 <a href="
|
102
|
+
return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>.</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
|
@@ -109,7 +109,7 @@ inferior windows of a different depth than that of the source window will also
|
|
109
109
|
be undefined.</p>
|
110
110
|
<div class="refsect3">
|
111
111
|
<a name="gdk-pixbuf-xlib-get-from-drawable.parameters"></a><h4>Parameters</h4>
|
112
|
-
<div class="informaltable"><table width="100%" border="0">
|
112
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
113
113
|
<colgroup>
|
114
114
|
<col width="150px" class="parameters_name">
|
115
115
|
<col class="parameters_description">
|
@@ -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.25
|
193
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
194
194
|
</body>
|
195
195
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Xlib Rendering: GDK-PixBuf Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
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.25
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gdk-pixbuf-Xlib-Rendering.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -107,7 +107,7 @@ them to produce a bi-level alpha mask that can be used as a clipping mask for
|
|
107
107
|
a drawable.</p>
|
108
108
|
<div class="refsect3">
|
109
109
|
<a name="gdk-pixbuf-xlib-render-threshold-alpha.parameters"></a><h4>Parameters</h4>
|
110
|
-
<div class="informaltable"><table width="100%" border="0">
|
110
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
111
111
|
<colgroup>
|
112
112
|
<col width="150px" class="parameters_name">
|
113
113
|
<col class="parameters_description">
|
@@ -193,7 +193,7 @@ for consistent visual results. If you do not have any of these cases, the
|
|
193
193
|
dither offsets can be both zero.</p>
|
194
194
|
<div class="refsect3">
|
195
195
|
<a name="gdk-pixbuf-xlib-render-to-drawable.parameters"></a><h4>Parameters</h4>
|
196
|
-
<div class="informaltable"><table width="100%" border="0">
|
196
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
197
197
|
<colgroup>
|
198
198
|
<col width="150px" class="parameters_name">
|
199
199
|
<col class="parameters_description">
|
@@ -293,7 +293,7 @@ the alpha channel yourself (possibly by caching it in your application) and
|
|
293
293
|
using <a class="link" href="gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-to-drawable" title="gdk_pixbuf_xlib_render_to_drawable ()"><code class="function">gdk_pixbuf_xlib_render_to_drawable()</code></a> or GdkRGB directly instead.</p>
|
294
294
|
<div class="refsect3">
|
295
295
|
<a name="gdk-pixbuf-xlib-render-to-drawable-alpha.parameters"></a><h4>Parameters</h4>
|
296
|
-
<div class="informaltable"><table width="100%" border="0">
|
296
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
297
297
|
<colgroup>
|
298
298
|
<col width="150px" class="parameters_name">
|
299
299
|
<col class="parameters_description">
|
@@ -395,7 +395,7 @@ given drawables should use <a class="link" href="gdk-pixbuf-Xlib-Rendering.html#
|
|
395
395
|
to None.</p>
|
396
396
|
<div class="refsect3">
|
397
397
|
<a name="gdk-pixbuf-xlib-render-pixmap-and-mask.parameters"></a><h4>Parameters</h4>
|
398
|
-
<div class="informaltable"><table width="100%" border="0">
|
398
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
399
399
|
<colgroup>
|
400
400
|
<col width="150px" class="parameters_name">
|
401
401
|
<col class="parameters_description">
|
@@ -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.25
|
435
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
436
436
|
</body>
|
437
437
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>XlibRGB: GDK-PixBuf Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
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.25
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gdk-pixbuf-XlibRGB.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -219,7 +219,7 @@
|
|
219
219
|
</div>
|
220
220
|
<div class="refsect1">
|
221
221
|
<a name="gdk-pixbuf-XlibRGB.other"></a><h2>Types and Values</h2>
|
222
|
-
<div class="informaltable"><table width="100%" border="0">
|
222
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
223
223
|
<colgroup>
|
224
224
|
<col width="150px" class="name">
|
225
225
|
<col class="description">
|
@@ -261,7 +261,7 @@ display. This function or <a class="link" href="gdk-pixbuf-XlibRGB.html#xlib-rg
|
|
261
261
|
using any of the other functions in XlibRGB.</p>
|
262
262
|
<div class="refsect3">
|
263
263
|
<a name="xlib-rgb-init.parameters"></a><h4>Parameters</h4>
|
264
|
-
<div class="informaltable"><table width="100%" border="0">
|
264
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
265
265
|
<colgroup>
|
266
266
|
<col width="150px" class="parameters_name">
|
267
267
|
<col class="parameters_description">
|
@@ -295,7 +295,7 @@ function or <a class="link" href="gdk-pixbuf-XlibRGB.html#xlib-rgb-init" title="
|
|
295
295
|
functions in XlibRGB.</p>
|
296
296
|
<div class="refsect3">
|
297
297
|
<a name="xlib-rgb-init-with-depth.parameters"></a><h4>Parameters</h4>
|
298
|
-
<div class="informaltable"><table width="100%" border="0">
|
298
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
299
299
|
<colgroup>
|
300
300
|
<col width="150px" class="parameters_name">
|
301
301
|
<col class="parameters_description">
|
@@ -327,12 +327,12 @@ 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><a href="
|
330
|
+
xlib_rgb_xpixel_from_rgb (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> 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">
|
334
334
|
<a name="xlib-rgb-xpixel-from-rgb.parameters"></a><h4>Parameters</h4>
|
335
|
-
<div class="informaltable"><table width="100%" border="0">
|
335
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
336
336
|
<colgroup>
|
337
337
|
<col width="150px" class="parameters_name">
|
338
338
|
<col class="parameters_description">
|
@@ -356,13 +356,13 @@ 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><a href="
|
359
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> 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>
|
363
363
|
<div class="refsect3">
|
364
364
|
<a name="xlib-rgb-gc-set-foreground.parameters"></a><h4>Parameters</h4>
|
365
|
-
<div class="informaltable"><table width="100%" border="0">
|
365
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
366
366
|
<colgroup>
|
367
367
|
<col width="150px" class="parameters_name">
|
368
368
|
<col class="parameters_description">
|
@@ -388,13 +388,13 @@ 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><a href="
|
391
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> 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>
|
395
395
|
<div class="refsect3">
|
396
396
|
<a name="xlib-rgb-gc-set-background.parameters"></a><h4>Parameters</h4>
|
397
|
-
<div class="informaltable"><table width="100%" border="0">
|
397
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
398
398
|
<colgroup>
|
399
399
|
<col width="150px" class="parameters_name">
|
400
400
|
<col class="parameters_description">
|
@@ -435,7 +435,7 @@ offsets; applications that need to render partial regions of a buffer to
|
|
435
435
|
build the final image should use <a class="link" href="gdk-pixbuf-XlibRGB.html#xlib-draw-rgb-image-dithalign" title="xlib_draw_rgb_image_dithalign ()"><code class="function">xlib_draw_rgb_image_dithalign()</code></a> instead.</p>
|
436
436
|
<div class="refsect3">
|
437
437
|
<a name="xlib-draw-rgb-image.parameters"></a><h4>Parameters</h4>
|
438
|
-
<div class="informaltable"><table width="100%" border="0">
|
438
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
439
439
|
<colgroup>
|
440
440
|
<col width="150px" class="parameters_name">
|
441
441
|
<col class="parameters_description">
|
@@ -515,7 +515,7 @@ separately to form the final image; the dither offsets let you align the
|
|
515
515
|
dither mask appropriately.</p>
|
516
516
|
<div class="refsect3">
|
517
517
|
<a name="xlib-draw-rgb-image-dithalign.parameters"></a><h4>Parameters</h4>
|
518
|
-
<div class="informaltable"><table width="100%" border="0">
|
518
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
519
519
|
<colgroup>
|
520
520
|
<col width="150px" class="parameters_name">
|
521
521
|
<col class="parameters_description">
|
@@ -602,7 +602,7 @@ faster results than <a class="link" href="gdk-pixbuf-XlibRGB.html#xlib-draw-rgb-
|
|
602
602
|
32-bit boundaries.</p>
|
603
603
|
<div class="refsect3">
|
604
604
|
<a name="xlib-draw-rgb-32-image.parameters"></a><h4>Parameters</h4>
|
605
|
-
<div class="informaltable"><table width="100%" border="0">
|
605
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
606
606
|
<colgroup>
|
607
607
|
<col width="150px" class="parameters_name">
|
608
608
|
<col class="parameters_description">
|
@@ -677,7 +677,7 @@ intensity values. An image will thus look as a GGGGGG sequence of 8-bit
|
|
677
677
|
values.</p>
|
678
678
|
<div class="refsect3">
|
679
679
|
<a name="xlib-draw-gray-image.parameters"></a><h4>Parameters</h4>
|
680
|
-
<div class="informaltable"><table width="100%" border="0">
|
680
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
681
681
|
<colgroup>
|
682
682
|
<col width="150px" class="parameters_name">
|
683
683
|
<col class="parameters_description">
|
@@ -738,12 +738,12 @@ 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><a href="
|
741
|
+
xlib_rgb_cmap_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *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">
|
745
745
|
<a name="xlib-rgb-cmap-new.parameters"></a><h4>Parameters</h4>
|
746
|
-
<div class="informaltable"><table width="100%" border="0">
|
746
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
747
747
|
<colgroup>
|
748
748
|
<col width="150px" class="parameters_name">
|
749
749
|
<col class="parameters_description">
|
@@ -776,7 +776,7 @@ xlib_rgb_cmap_free (<em class="parameter"><code><a class="link" href="gdk-pixbuf
|
|
776
776
|
<p>Frees an XlibRGB colormap.</p>
|
777
777
|
<div class="refsect3">
|
778
778
|
<a name="xlib-rgb-cmap-free.parameters"></a><h4>Parameters</h4>
|
779
|
-
<div class="informaltable"><table width="100%" border="0">
|
779
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
780
780
|
<colgroup>
|
781
781
|
<col width="150px" class="parameters_name">
|
782
782
|
<col class="parameters_description">
|
@@ -807,7 +807,7 @@ xlib_draw_indexed_image (<em class="parameter"><code><span class="type">Drawable
|
|
807
807
|
<p>FIXME</p>
|
808
808
|
<div class="refsect3">
|
809
809
|
<a name="xlib-draw-indexed-image.parameters"></a><h4>Parameters</h4>
|
810
|
-
<div class="informaltable"><table width="100%" border="0">
|
810
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
811
811
|
<colgroup>
|
812
812
|
<col width="150px" class="parameters_name">
|
813
813
|
<col class="parameters_description">
|
@@ -888,7 +888,7 @@ xlib_rgb_set_verbose (<em class="parameter"><code><span class="type">Bool</span>
|
|
888
888
|
<p>Enables/disables debug spew.</p>
|
889
889
|
<div class="refsect3">
|
890
890
|
<a name="xlib-rgb-set-verbose.parameters"></a><h4>Parameters</h4>
|
891
|
-
<div class="informaltable"><table width="100%" border="0">
|
891
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
892
892
|
<colgroup>
|
893
893
|
<col width="150px" class="parameters_name">
|
894
894
|
<col class="parameters_description">
|
@@ -910,7 +910,7 @@ xlib_rgb_set_install (<em class="parameter"><code><span class="type">Bool</span>
|
|
910
910
|
<p>Sets whether we install an RGB colormap.</p>
|
911
911
|
<div class="refsect3">
|
912
912
|
<a name="xlib-rgb-set-install.parameters"></a><h4>Parameters</h4>
|
913
|
-
<div class="informaltable"><table width="100%" border="0">
|
913
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
914
914
|
<colgroup>
|
915
915
|
<col width="150px" class="parameters_name">
|
916
916
|
<col class="parameters_description">
|
@@ -932,7 +932,7 @@ xlib_rgb_set_min_colors (<em class="parameter"><code><span class="type">int</spa
|
|
932
932
|
<p>Sets the minimum number of colors in the color cube.</p>
|
933
933
|
<div class="refsect3">
|
934
934
|
<a name="xlib-rgb-set-min-colors.parameters"></a><h4>Parameters</h4>
|
935
|
-
<div class="informaltable"><table width="100%" border="0">
|
935
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
936
936
|
<colgroup>
|
937
937
|
<col width="150px" class="parameters_name">
|
938
938
|
<col class="parameters_description">
|
@@ -1025,7 +1025,7 @@ xlib_rgb_get_screen (<em class="parameter"><code><span class="type">void</span><
|
|
1025
1025
|
<p>FIXME: Describe this.</p>
|
1026
1026
|
<div class="refsect3">
|
1027
1027
|
<a name="XlibRgbCmap.members"></a><h4>Members</h4>
|
1028
|
-
<div class="informaltable"><table width="100%" border="0">
|
1028
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1029
1029
|
<colgroup>
|
1030
1030
|
<col width="300px" class="struct_members_name">
|
1031
1031
|
<col class="struct_members_description">
|
@@ -1056,11 +1056,11 @@ 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>
|
1063
|
-
<div class="informaltable"><table width="100%" border="0">
|
1063
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1064
1064
|
<colgroup>
|
1065
1065
|
<col width="300px" class="enum_members_name">
|
1066
1066
|
<col class="enum_members_description">
|
@@ -1100,6 +1100,6 @@ displays.</p>
|
|
1100
1100
|
</div>
|
1101
1101
|
</div>
|
1102
1102
|
<div class="footer">
|
1103
|
-
<hr>Generated by GTK-Doc V1.25
|
1103
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
1104
1104
|
</body>
|
1105
1105
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>gdk-pixbuf-csource: GDK-PixBuf Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
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.25
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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.25
|
164
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
165
165
|
</body>
|
166
166
|
</html>
|
data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html
CHANGED
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>gdk-pixbuf Xlib initialization: GDK-PixBuf Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
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.25
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -85,7 +85,7 @@ function should be called near the beginning of your program, or before using
|
|
85
85
|
any of the gdk-pixbuf-xlib functions.</p>
|
86
86
|
<div class="refsect3">
|
87
87
|
<a name="gdk-pixbuf-xlib-init.parameters"></a><h4>Parameters</h4>
|
88
|
-
<div class="informaltable"><table width="100%" border="0">
|
88
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
89
89
|
<colgroup>
|
90
90
|
<col width="150px" class="parameters_name">
|
91
91
|
<col class="parameters_description">
|
@@ -117,7 +117,7 @@ gdk_pixbuf_xlib_init_with_depth (<em class="parameter"><code><span class="type">
|
|
117
117
|
depth for XlibRGB if you do not want it to use the default depth it picks.</p>
|
118
118
|
<div class="refsect3">
|
119
119
|
<a name="gdk-pixbuf-xlib-init-with-depth.parameters"></a><h4>Parameters</h4>
|
120
|
-
<div class="informaltable"><table width="100%" border="0">
|
120
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
121
121
|
<colgroup>
|
122
122
|
<col width="150px" class="parameters_name">
|
123
123
|
<col class="parameters_description">
|
@@ -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.25
|
156
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
157
157
|
</body>
|
158
158
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Drawables to Pixbufs: GDK-PixBuf Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
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.25
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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.25
|
42
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
43
43
|
</body>
|
44
44
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Rendering: GDK-PixBuf Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
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.25
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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.25
|
41
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
42
42
|
</body>
|
43
43
|
</html>
|