gdk_pixbuf2 1.0.3-x86-mingw32 → 1.1.0-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.
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +49 -40
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +50 -40
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +250 -168
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +25 -18
- data/ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h +42 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf2private.h +35 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimation.c +46 -83
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +29 -17
- data/ext/gdk_pixbuf2/rbgdk-pixdata.c +81 -77
- data/lib/1.8/gdk_pixbuf2.so +0 -0
- data/lib/1.9/gdk_pixbuf2.so +0 -0
- data/vendor/local/bin/gdk-pixbuf-csource.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 +40 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +200 -5
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +82 -3
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +170 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +6 -1
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +5 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +42 -1
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +2 -2
- data/vendor/local/lib/gdk_pixbuf-2.0.lib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +4 -2
- data/vendor/local/manifest/{gdk-pixbuf-dev_2.22.1-1_win32.mft → gdk-pixbuf-dev_2.24.0-1_win32.mft} +12 -13
- data/vendor/local/manifest/{gdk-pixbuf_2.22.1-1_win32.mft → gdk-pixbuf_2.24.0-1_win32.mft} +2 -1
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +181 -150
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +30 -9
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +35 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +13 -9
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +251 -629
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +644 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +372 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +642 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +417 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +495 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +485 -184
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +168 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-scaling.html → gdk-pixbuf-Scaling.html} +296 -190
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +617 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-util.html → gdk-pixbuf-Utilities.html} +83 -93
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +63 -26
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +149 -128
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +184 -154
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +2 -1
- data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/crh/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/cy/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/dz/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_CA/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/eo/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/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fa/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/ga/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/gu/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/hi/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/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ia/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/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/is/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/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kn/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/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/li/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/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/my/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/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ne/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/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nso/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/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pa/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/ps/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/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/si/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/sq/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@ije/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/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tk/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/tt/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/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/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/locale/zh_TW/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
- data/vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.log +956 -0
- data/vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.sh +97 -0
- metadata +26 -24
- data/ChangeLog +0 -482
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html +0 -654
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html +0 -406
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +0 -402
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html +0 -685
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +0 -460
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html +0 -516
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +0 -132
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp +0 -175
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.log +0 -1012
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.sh +0 -256
data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-util.html → gdk-pixbuf-Utilities.html}
RENAMED
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Utilities</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.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-from-drawables.html" title="Drawables to Pixbufs">
|
10
|
-
<link rel="next" href="gdk-pixbuf-
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="gdk-pixbuf-Animations.html" title="Animations">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.17.1 (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">
|
@@ -18,65 +18,69 @@
|
|
18
18
|
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
20
|
<th width="100%" align="center">GDK-PixBuf Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="gdk-pixbuf-
|
21
|
+
<td><a accesskey="n" href="gdk-pixbuf-Animations.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
22
|
</tr>
|
23
23
|
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#gdk-pixbuf-
|
24
|
+
<a href="#gdk-pixbuf-Utilities.synopsis" class="shortcut">Top</a>
|
25
25
|
|
|
26
|
-
<a href="#gdk-pixbuf-
|
26
|
+
<a href="#gdk-pixbuf-Utilities.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry"
|
30
|
-
<a name="gdk-pixbuf-
|
29
|
+
<div class="refentry">
|
30
|
+
<a name="gdk-pixbuf-Utilities"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
33
|
-
<h2><span class="refentrytitle"><a name="gdk-pixbuf-
|
34
|
-
<p>
|
33
|
+
<h2><span class="refentrytitle"><a name="gdk-pixbuf-Utilities.top_of_page"></a>Utilities</span></h2>
|
34
|
+
<p>Utilities — Utility and miscellaneous convenience functions.</p>
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv"
|
39
|
-
<a name="gdk-pixbuf-
|
38
|
+
<div class="refsynopsisdiv">
|
39
|
+
<a name="gdk-pixbuf-Utilities.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
42
42
|
|
43
|
-
<a class="link" href="gdk-pixbuf-
|
44
|
-
<em class="parameter"><code><
|
45
|
-
<em class="parameter"><code><
|
46
|
-
<em class="parameter"><code><
|
47
|
-
<em class="parameter"><code><
|
48
|
-
<span class="returnvalue">void</span> <a class="link" href="gdk-pixbuf-
|
43
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-add-alpha" title="gdk_pixbuf_add_alpha ()">gdk_pixbuf_add_alpha</a> (<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>,
|
44
|
+
<em class="parameter"><code><span class="type">gboolean</span> substitute_color</code></em>,
|
45
|
+
<em class="parameter"><code><span class="type">guchar</span> r</code></em>,
|
46
|
+
<em class="parameter"><code><span class="type">guchar</span> g</code></em>,
|
47
|
+
<em class="parameter"><code><span class="type">guchar</span> b</code></em>);
|
48
|
+
<span class="returnvalue">void</span> <a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-copy-area" title="gdk_pixbuf_copy_area ()">gdk_pixbuf_copy_area</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src_pixbuf</code></em>,
|
49
49
|
<em class="parameter"><code><span class="type">int</span> src_x</code></em>,
|
50
50
|
<em class="parameter"><code><span class="type">int</span> src_y</code></em>,
|
51
51
|
<em class="parameter"><code><span class="type">int</span> width</code></em>,
|
52
52
|
<em class="parameter"><code><span class="type">int</span> height</code></em>,
|
53
|
-
<em class="parameter"><code><a class="link" href="gdk-pixbuf-
|
53
|
+
<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest_pixbuf</code></em>,
|
54
54
|
<em class="parameter"><code><span class="type">int</span> dest_x</code></em>,
|
55
55
|
<em class="parameter"><code><span class="type">int</span> dest_y</code></em>);
|
56
|
-
<span class="returnvalue">void</span> <a class="link" href="gdk-pixbuf-
|
57
|
-
<em class="parameter"><code><a class="link" href="gdk-pixbuf-
|
58
|
-
<em class="parameter"><code><
|
59
|
-
<em class="parameter"><code><
|
60
|
-
<a class="link" href="gdk-pixbuf-
|
61
|
-
(<em class="parameter"><code><a class="link" href="gdk-pixbuf-
|
62
|
-
<span class="returnvalue">void</span> <a class="link" href="gdk-pixbuf-
|
63
|
-
<em class="parameter"><code><
|
56
|
+
<span class="returnvalue">void</span> <a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-saturate-and-pixelate" title="gdk_pixbuf_saturate_and_pixelate ()">gdk_pixbuf_saturate_and_pixelate</a> (<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>,
|
57
|
+
<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest</code></em>,
|
58
|
+
<em class="parameter"><code><span class="type">gfloat</span> saturation</code></em>,
|
59
|
+
<em class="parameter"><code><span class="type">gboolean</span> pixelate</code></em>);
|
60
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-apply-embedded-orientation" title="gdk_pixbuf_apply_embedded_orientation ()">gdk_pixbuf_apply_embedded_orientation</a>
|
61
|
+
(<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>);
|
62
|
+
<span class="returnvalue">void</span> <a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-fill" title="gdk_pixbuf_fill ()">gdk_pixbuf_fill</a> (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
63
|
+
<em class="parameter"><code><span class="type">guint32</span> pixel</code></em>);
|
64
64
|
</pre>
|
65
65
|
</div>
|
66
|
-
<div class="refsect1"
|
67
|
-
<a name="gdk-pixbuf-
|
66
|
+
<div class="refsect1">
|
67
|
+
<a name="gdk-pixbuf-Utilities.description"></a><h2>Description</h2>
|
68
68
|
<p>
|
69
|
+
These functions provide miscellaneous utilities for manipulating
|
70
|
+
pixbufs. The pixel data in pixbufs may of course be manipulated
|
71
|
+
directly by applications, but several common operations can be
|
72
|
+
performed by these functions instead.
|
69
73
|
</p>
|
70
74
|
</div>
|
71
|
-
<div class="refsect1"
|
72
|
-
<a name="gdk-pixbuf-
|
73
|
-
<div class="refsect2"
|
75
|
+
<div class="refsect1">
|
76
|
+
<a name="gdk-pixbuf-Utilities.details"></a><h2>Details</h2>
|
77
|
+
<div class="refsect2">
|
74
78
|
<a name="gdk-pixbuf-add-alpha"></a><h3>gdk_pixbuf_add_alpha ()</h3>
|
75
|
-
<pre class="programlisting"><a class="link" href="gdk-pixbuf-
|
76
|
-
<em class="parameter"><code><
|
77
|
-
<em class="parameter"><code><
|
78
|
-
<em class="parameter"><code><
|
79
|
-
<em class="parameter"><code><
|
79
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * 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>,
|
80
|
+
<em class="parameter"><code><span class="type">gboolean</span> substitute_color</code></em>,
|
81
|
+
<em class="parameter"><code><span class="type">guchar</span> r</code></em>,
|
82
|
+
<em class="parameter"><code><span class="type">guchar</span> g</code></em>,
|
83
|
+
<em class="parameter"><code><span class="type">guchar</span> b</code></em>);</pre>
|
80
84
|
<p>
|
81
85
|
Takes an existing pixbuf and adds an alpha channel to it.
|
82
86
|
If the existing pixbuf already had an alpha channel, the channel
|
@@ -84,7 +88,7 @@ values are copied from the original; otherwise, the alpha channel
|
|
84
88
|
is initialized to 255 (full opacity).
|
85
89
|
</p>
|
86
90
|
<p>
|
87
|
-
If <em class="parameter"><code>substitute_color</code></em> is <
|
91
|
+
If <em class="parameter"><code>substitute_color</code></em> is <code class="literal">TRUE</code>, then the color specified by (<em class="parameter"><code>r</code></em>, <em class="parameter"><code>g</code></em>, <em class="parameter"><code>b</code></em>) will be
|
88
92
|
assigned zero opacity. That is, if you pass (255, 255, 255) for the
|
89
93
|
substitute color, all white pixels will become fully transparent.
|
90
94
|
</p>
|
@@ -93,47 +97,42 @@ substitute color, all white pixels will become fully transparent.
|
|
93
97
|
<tbody>
|
94
98
|
<tr>
|
95
99
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
96
|
-
<td>A <a class="link" href="gdk-pixbuf-
|
97
|
-
</td>
|
100
|
+
<td>A <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>.</td>
|
98
101
|
</tr>
|
99
102
|
<tr>
|
100
103
|
<td><p><span class="term"><em class="parameter"><code>substitute_color</code></em> :</span></p></td>
|
101
104
|
<td>Whether to set a color to zero opacity. If this
|
102
|
-
is <
|
103
|
-
</td>
|
105
|
+
is <code class="literal">FALSE</code>, then the (<em class="parameter"><code>r</code></em>, <em class="parameter"><code>g</code></em>, <em class="parameter"><code>b</code></em>) arguments will be ignored.</td>
|
104
106
|
</tr>
|
105
107
|
<tr>
|
106
108
|
<td><p><span class="term"><em class="parameter"><code>r</code></em> :</span></p></td>
|
107
|
-
<td>Red value to substitute
|
108
|
-
</td>
|
109
|
+
<td>Red value to substitute.</td>
|
109
110
|
</tr>
|
110
111
|
<tr>
|
111
112
|
<td><p><span class="term"><em class="parameter"><code>g</code></em> :</span></p></td>
|
112
|
-
<td>Green value to substitute
|
113
|
-
</td>
|
113
|
+
<td>Green value to substitute.</td>
|
114
114
|
</tr>
|
115
115
|
<tr>
|
116
116
|
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
|
117
|
-
<td>Blue value to substitute
|
118
|
-
</td>
|
117
|
+
<td>Blue value to substitute.</td>
|
119
118
|
</tr>
|
120
119
|
<tr>
|
121
120
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
122
|
-
<td>
|
121
|
+
<td>A newly-created pixbuf with a reference count of 1. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
123
122
|
</td>
|
124
123
|
</tr>
|
125
124
|
</tbody>
|
126
125
|
</table></div>
|
127
126
|
</div>
|
128
127
|
<hr>
|
129
|
-
<div class="refsect2"
|
128
|
+
<div class="refsect2">
|
130
129
|
<a name="gdk-pixbuf-copy-area"></a><h3>gdk_pixbuf_copy_area ()</h3>
|
131
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gdk_pixbuf_copy_area (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-
|
130
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gdk_pixbuf_copy_area (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src_pixbuf</code></em>,
|
132
131
|
<em class="parameter"><code><span class="type">int</span> src_x</code></em>,
|
133
132
|
<em class="parameter"><code><span class="type">int</span> src_y</code></em>,
|
134
133
|
<em class="parameter"><code><span class="type">int</span> width</code></em>,
|
135
134
|
<em class="parameter"><code><span class="type">int</span> height</code></em>,
|
136
|
-
<em class="parameter"><code><a class="link" href="gdk-pixbuf-
|
135
|
+
<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest_pixbuf</code></em>,
|
137
136
|
<em class="parameter"><code><span class="type">int</span> dest_x</code></em>,
|
138
137
|
<em class="parameter"><code><span class="type">int</span> dest_y</code></em>);</pre>
|
139
138
|
<p>
|
@@ -150,61 +149,53 @@ Therefore, you can not use this function to scroll a pixbuf.
|
|
150
149
|
<tbody>
|
151
150
|
<tr>
|
152
151
|
<td><p><span class="term"><em class="parameter"><code>src_pixbuf</code></em> :</span></p></td>
|
153
|
-
<td>Source pixbuf
|
154
|
-
</td>
|
152
|
+
<td>Source pixbuf.</td>
|
155
153
|
</tr>
|
156
154
|
<tr>
|
157
155
|
<td><p><span class="term"><em class="parameter"><code>src_x</code></em> :</span></p></td>
|
158
|
-
<td>Source X coordinate within <em class="parameter"><code>src_pixbuf</code></em
|
159
|
-
</td>
|
156
|
+
<td>Source X coordinate within <em class="parameter"><code>src_pixbuf</code></em>.</td>
|
160
157
|
</tr>
|
161
158
|
<tr>
|
162
159
|
<td><p><span class="term"><em class="parameter"><code>src_y</code></em> :</span></p></td>
|
163
|
-
<td>Source Y coordinate within <em class="parameter"><code>src_pixbuf</code></em
|
164
|
-
</td>
|
160
|
+
<td>Source Y coordinate within <em class="parameter"><code>src_pixbuf</code></em>.</td>
|
165
161
|
</tr>
|
166
162
|
<tr>
|
167
163
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
168
|
-
<td>Width of the area to copy
|
169
|
-
</td>
|
164
|
+
<td>Width of the area to copy.</td>
|
170
165
|
</tr>
|
171
166
|
<tr>
|
172
167
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
173
|
-
<td>Height of the area to copy
|
174
|
-
</td>
|
168
|
+
<td>Height of the area to copy.</td>
|
175
169
|
</tr>
|
176
170
|
<tr>
|
177
171
|
<td><p><span class="term"><em class="parameter"><code>dest_pixbuf</code></em> :</span></p></td>
|
178
|
-
<td>Destination pixbuf
|
179
|
-
</td>
|
172
|
+
<td>Destination pixbuf.</td>
|
180
173
|
</tr>
|
181
174
|
<tr>
|
182
175
|
<td><p><span class="term"><em class="parameter"><code>dest_x</code></em> :</span></p></td>
|
183
|
-
<td>X coordinate within <em class="parameter"><code>dest_pixbuf</code></em
|
184
|
-
</td>
|
176
|
+
<td>X coordinate within <em class="parameter"><code>dest_pixbuf</code></em>.</td>
|
185
177
|
</tr>
|
186
178
|
<tr>
|
187
179
|
<td><p><span class="term"><em class="parameter"><code>dest_y</code></em> :</span></p></td>
|
188
|
-
<td>Y coordinate within <em class="parameter"><code>dest_pixbuf</code></em
|
189
|
-
</td>
|
180
|
+
<td>Y coordinate within <em class="parameter"><code>dest_pixbuf</code></em>.</td>
|
190
181
|
</tr>
|
191
182
|
</tbody>
|
192
183
|
</table></div>
|
193
184
|
</div>
|
194
185
|
<hr>
|
195
|
-
<div class="refsect2"
|
186
|
+
<div class="refsect2">
|
196
187
|
<a name="gdk-pixbuf-saturate-and-pixelate"></a><h3>gdk_pixbuf_saturate_and_pixelate ()</h3>
|
197
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gdk_pixbuf_saturate_and_pixelate (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-
|
198
|
-
<em class="parameter"><code><a class="link" href="gdk-pixbuf-
|
199
|
-
<em class="parameter"><code><
|
200
|
-
<em class="parameter"><code><
|
188
|
+
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
189
|
+
<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest</code></em>,
|
190
|
+
<em class="parameter"><code><span class="type">gfloat</span> saturation</code></em>,
|
191
|
+
<em class="parameter"><code><span class="type">gboolean</span> pixelate</code></em>);</pre>
|
201
192
|
<p>
|
202
193
|
Modifies saturation and optionally pixelates <em class="parameter"><code>src</code></em>, placing the result in
|
203
194
|
<em class="parameter"><code>dest</code></em>. <em class="parameter"><code>src</code></em> and <em class="parameter"><code>dest</code></em> may be the same pixbuf with no ill effects. If
|
204
195
|
<em class="parameter"><code>saturation</code></em> is 1.0 then saturation is not changed. If it's less than 1.0,
|
205
196
|
saturation is reduced (the image turns toward grayscale); if greater than
|
206
197
|
1.0, saturation is increased (the image gets more vivid colors). If <em class="parameter"><code>pixelate</code></em>
|
207
|
-
is <
|
198
|
+
is <code class="literal">TRUE</code>, then pixels are faded in a checkerboard pattern to create a
|
208
199
|
pixelated image. <em class="parameter"><code>src</code></em> and <em class="parameter"><code>dest</code></em> must have the same image format, size, and
|
209
200
|
rowstride.
|
210
201
|
</p>
|
@@ -213,8 +204,7 @@ rowstride.
|
|
213
204
|
<tbody>
|
214
205
|
<tr>
|
215
206
|
<td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
|
216
|
-
<td>source image
|
217
|
-
</td>
|
207
|
+
<td>source image</td>
|
218
208
|
</tr>
|
219
209
|
<tr>
|
220
210
|
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
@@ -223,22 +213,20 @@ rowstride.
|
|
223
213
|
</tr>
|
224
214
|
<tr>
|
225
215
|
<td><p><span class="term"><em class="parameter"><code>saturation</code></em> :</span></p></td>
|
226
|
-
<td>saturation factor
|
227
|
-
</td>
|
216
|
+
<td>saturation factor</td>
|
228
217
|
</tr>
|
229
218
|
<tr>
|
230
219
|
<td><p><span class="term"><em class="parameter"><code>pixelate</code></em> :</span></p></td>
|
231
|
-
<td>whether to pixelate
|
232
|
-
</td>
|
220
|
+
<td>whether to pixelate</td>
|
233
221
|
</tr>
|
234
222
|
</tbody>
|
235
223
|
</table></div>
|
236
224
|
</div>
|
237
225
|
<hr>
|
238
|
-
<div class="refsect2"
|
226
|
+
<div class="refsect2">
|
239
227
|
<a name="gdk-pixbuf-apply-embedded-orientation"></a><h3>gdk_pixbuf_apply_embedded_orientation ()</h3>
|
240
|
-
<pre class="programlisting"><a class="link" href="gdk-pixbuf-
|
241
|
-
(<em class="parameter"><code><a class="link" href="gdk-pixbuf-
|
228
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gdk_pixbuf_apply_embedded_orientation
|
229
|
+
(<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>);</pre>
|
242
230
|
<p>
|
243
231
|
Takes an existing pixbuf and checks for the presence of an
|
244
232
|
associated "orientation" option, which may be provided by the
|
@@ -254,12 +242,11 @@ is oriented correctly.
|
|
254
242
|
<tbody>
|
255
243
|
<tr>
|
256
244
|
<td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
|
257
|
-
<td>A <a class="link" href="gdk-pixbuf-
|
258
|
-
</td>
|
245
|
+
<td>A <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>.</td>
|
259
246
|
</tr>
|
260
247
|
<tr>
|
261
248
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
262
|
-
<td>
|
249
|
+
<td>A newly-created pixbuf, or a reference to the
|
263
250
|
input pixbuf (with an increased reference count). <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
264
251
|
</td>
|
265
252
|
</tr>
|
@@ -268,10 +255,10 @@ input pixbuf (with an increased reference count). <span class="annotation">[<acr
|
|
268
255
|
<p class="since">Since 2.12</p>
|
269
256
|
</div>
|
270
257
|
<hr>
|
271
|
-
<div class="refsect2"
|
258
|
+
<div class="refsect2">
|
272
259
|
<a name="gdk-pixbuf-fill"></a><h3>gdk_pixbuf_fill ()</h3>
|
273
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gdk_pixbuf_fill (<em class="parameter"><code><a class="link" href="gdk-pixbuf-
|
274
|
-
<em class="parameter"><code><
|
260
|
+
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
261
|
+
<em class="parameter"><code><span class="type">guint32</span> pixel</code></em>);</pre>
|
275
262
|
<p>
|
276
263
|
Clears a pixbuf to the given RGBA value, converting the RGBA value into
|
277
264
|
the pixbuf's pixel format. The alpha will be ignored if the pixbuf
|
@@ -282,22 +269,25 @@ doesn't have an alpha channel.
|
|
282
269
|
<tbody>
|
283
270
|
<tr>
|
284
271
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
285
|
-
<td>a <a class="link" href="gdk-pixbuf-
|
272
|
+
<td>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
286
273
|
</td>
|
287
274
|
</tr>
|
288
275
|
<tr>
|
289
276
|
<td><p><span class="term"><em class="parameter"><code>pixel</code></em> :</span></p></td>
|
290
277
|
<td>RGBA pixel to clear to
|
291
|
-
|
292
|
-
</td>
|
278
|
+
(0xffffffff is opaque white, 0x00000000 transparent black)</td>
|
293
279
|
</tr>
|
294
280
|
</tbody>
|
295
281
|
</table></div>
|
296
282
|
</div>
|
297
283
|
</div>
|
284
|
+
<div class="refsect1">
|
285
|
+
<a name="gdk-pixbuf-Utilities.see-also"></a><h2>See Also</h2>
|
286
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
287
|
+
</div>
|
298
288
|
</div>
|
299
289
|
<div class="footer">
|
300
290
|
<hr>
|
301
|
-
Generated by GTK-Doc V1.
|
291
|
+
Generated by GTK-Doc V1.17.1</div>
|
302
292
|
</body>
|
303
293
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Initialization and Versions</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.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="rn01.html" title="API Reference">
|
10
|
-
<link rel="next" href="gdk-pixbuf-
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.17.1 (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">
|
@@ -18,7 +18,7 @@
|
|
18
18
|
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
20
|
<th width="100%" align="center">GDK-PixBuf Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="gdk-pixbuf-
|
21
|
+
<td><a accesskey="n" href="gdk-pixbuf-The-GdkPixbuf-Structure.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
22
|
</tr>
|
23
23
|
<tr><td colspan="5" class="shortcuts">
|
24
24
|
<a href="#gdk-pixbuf-Versioning.synopsis" class="shortcut">Top</a>
|
@@ -26,104 +26,141 @@
|
|
26
26
|
<a href="#gdk-pixbuf-Versioning.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry"
|
29
|
+
<div class="refentry">
|
30
30
|
<a name="gdk-pixbuf-Versioning"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
33
|
-
<h2><span class="refentrytitle"><a name="gdk-pixbuf-Versioning.top_of_page"></a>
|
34
|
-
<p>
|
33
|
+
<h2><span class="refentrytitle"><a name="gdk-pixbuf-Versioning.top_of_page"></a>Initialization and Versions</span></h2>
|
34
|
+
<p>Initialization and Versions — Library version numbers.</p>
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv"
|
38
|
+
<div class="refsynopsisdiv">
|
39
39
|
<a name="gdk-pixbuf-Versioning.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
42
42
|
|
43
|
-
extern
|
44
|
-
extern
|
45
|
-
extern
|
46
|
-
extern
|
43
|
+
extern const char * <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-version" title="gdk_pixbuf_version">gdk_pixbuf_version</a>;
|
44
|
+
extern const guint <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-major-version" title="gdk_pixbuf_major_version">gdk_pixbuf_major_version</a>;
|
45
|
+
extern const guint <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-minor-version" title="gdk_pixbuf_minor_version">gdk_pixbuf_minor_version</a>;
|
46
|
+
extern const guint <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-micro-version" title="gdk_pixbuf_micro_version">gdk_pixbuf_micro_version</a>;
|
47
47
|
#define <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION:CAPS" title="GDK_PIXBUF_VERSION">GDK_PIXBUF_VERSION</a>
|
48
48
|
#define <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS" title="GDK_PIXBUF_MAJOR">GDK_PIXBUF_MAJOR</a>
|
49
49
|
#define <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS" title="GDK_PIXBUF_MINOR">GDK_PIXBUF_MINOR</a>
|
50
50
|
#define <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS" title="GDK_PIXBUF_MICRO">GDK_PIXBUF_MICRO</a>
|
51
51
|
</pre>
|
52
52
|
</div>
|
53
|
-
<div class="refsect1"
|
53
|
+
<div class="refsect1">
|
54
54
|
<a name="gdk-pixbuf-Versioning.description"></a><h2>Description</h2>
|
55
55
|
<p>
|
56
|
+
These macros and variables let you check the version of &gdk-pixbuf;
|
57
|
+
you're linking against.
|
56
58
|
</p>
|
57
59
|
</div>
|
58
|
-
<div class="refsect1"
|
60
|
+
<div class="refsect1">
|
59
61
|
<a name="gdk-pixbuf-Versioning.details"></a><h2>Details</h2>
|
60
|
-
<div class="refsect2"
|
62
|
+
<div class="refsect2">
|
61
63
|
<a name="gdk-pixbuf-version"></a><h3>gdk_pixbuf_version</h3>
|
62
64
|
<pre class="programlisting">extern const char *gdk_pixbuf_version;
|
63
65
|
</pre>
|
64
66
|
<p>
|
67
|
+
Contains the full version of the &gdk-pixbuf; library as a string.
|
68
|
+
This is the version currently in use by a running program.
|
65
69
|
</p>
|
66
70
|
</div>
|
67
71
|
<hr>
|
68
|
-
<div class="refsect2"
|
72
|
+
<div class="refsect2">
|
69
73
|
<a name="gdk-pixbuf-major-version"></a><h3>gdk_pixbuf_major_version</h3>
|
70
74
|
<pre class="programlisting">extern const guint gdk_pixbuf_major_version;
|
71
75
|
</pre>
|
72
76
|
<p>
|
77
|
+
The major version number of the &gdk-pixbuf; library. (e.g. in
|
78
|
+
&gdk-pixbuf; version 1.2.5 this is 1.)
|
79
|
+
</p>
|
80
|
+
<p>
|
81
|
+
This variable is in the library, so represents the
|
82
|
+
&gdk-pixbuf; library you have linked against. Contrast with the
|
83
|
+
<a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS" title="GDK_PIXBUF_MAJOR"><span class="type">GDK_PIXBUF_MAJOR</span></a> macro, which represents the major version of the
|
84
|
+
&gdk-pixbuf; headers you have included.
|
73
85
|
</p>
|
74
86
|
</div>
|
75
87
|
<hr>
|
76
|
-
<div class="refsect2"
|
88
|
+
<div class="refsect2">
|
77
89
|
<a name="gdk-pixbuf-minor-version"></a><h3>gdk_pixbuf_minor_version</h3>
|
78
90
|
<pre class="programlisting">extern const guint gdk_pixbuf_minor_version;
|
79
91
|
</pre>
|
80
92
|
<p>
|
93
|
+
The minor version number of the &gdk-pixbuf; library. (e.g. in
|
94
|
+
&gdk-pixbuf; version 1.2.5 this is 2.)
|
95
|
+
</p>
|
96
|
+
<p>
|
97
|
+
This variable is in the library, so represents the
|
98
|
+
&gdk-pixbuf; library you have linked against. Contrast with the
|
99
|
+
<a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS" title="GDK_PIXBUF_MINOR"><span class="type">GDK_PIXBUF_MINOR</span></a> macro, which represents the minor version of the
|
100
|
+
&gdk-pixbuf; headers you have included.
|
81
101
|
</p>
|
82
102
|
</div>
|
83
103
|
<hr>
|
84
|
-
<div class="refsect2"
|
104
|
+
<div class="refsect2">
|
85
105
|
<a name="gdk-pixbuf-micro-version"></a><h3>gdk_pixbuf_micro_version</h3>
|
86
106
|
<pre class="programlisting">extern const guint gdk_pixbuf_micro_version;
|
87
107
|
</pre>
|
88
108
|
<p>
|
109
|
+
The micro version number of the &gdk-pixbuf; library. (e.g. in
|
110
|
+
&gdk-pixbuf; version 1.2.5 this is 5.)
|
111
|
+
</p>
|
112
|
+
<p>
|
113
|
+
This variable is in the library, so represents the
|
114
|
+
&gdk-pixbuf; library you have linked against. Contrast with the
|
115
|
+
<a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS" title="GDK_PIXBUF_MICRO"><span class="type">GDK_PIXBUF_MICRO</span></a> macro, which represents the micro version of the
|
116
|
+
&gdk-pixbuf; headers you have included.
|
89
117
|
</p>
|
90
118
|
</div>
|
91
119
|
<hr>
|
92
|
-
<div class="refsect2"
|
120
|
+
<div class="refsect2">
|
93
121
|
<a name="GDK-PIXBUF-VERSION:CAPS"></a><h3>GDK_PIXBUF_VERSION</h3>
|
94
|
-
<pre class="programlisting">#define GDK_PIXBUF_VERSION "2.
|
122
|
+
<pre class="programlisting">#define GDK_PIXBUF_VERSION "2.24.0"
|
95
123
|
</pre>
|
96
124
|
<p>
|
125
|
+
Contains the full version of the &gdk-pixbuf; header as a string.
|
126
|
+
This is the version being compiled against; contrast with
|
127
|
+
<a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-version" title="gdk_pixbuf_version"><span class="type">gdk_pixbuf_version</span></a>.
|
97
128
|
</p>
|
98
129
|
</div>
|
99
130
|
<hr>
|
100
|
-
<div class="refsect2"
|
131
|
+
<div class="refsect2">
|
101
132
|
<a name="GDK-PIXBUF-MAJOR:CAPS"></a><h3>GDK_PIXBUF_MAJOR</h3>
|
102
133
|
<pre class="programlisting">#define GDK_PIXBUF_MAJOR (2)
|
103
134
|
</pre>
|
104
135
|
<p>
|
136
|
+
Major version of &gdk-pixbuf; library, that is the first "0" in
|
137
|
+
"0.8.0" for example.
|
105
138
|
</p>
|
106
139
|
</div>
|
107
140
|
<hr>
|
108
|
-
<div class="refsect2"
|
141
|
+
<div class="refsect2">
|
109
142
|
<a name="GDK-PIXBUF-MINOR:CAPS"></a><h3>GDK_PIXBUF_MINOR</h3>
|
110
|
-
<pre class="programlisting">#define GDK_PIXBUF_MINOR (
|
143
|
+
<pre class="programlisting">#define GDK_PIXBUF_MINOR (24)
|
111
144
|
</pre>
|
112
145
|
<p>
|
146
|
+
Minor version of &gdk-pixbuf; library, that is the "8" in
|
147
|
+
"0.8.0" for example.
|
113
148
|
</p>
|
114
149
|
</div>
|
115
150
|
<hr>
|
116
|
-
<div class="refsect2"
|
151
|
+
<div class="refsect2">
|
117
152
|
<a name="GDK-PIXBUF-MICRO:CAPS"></a><h3>GDK_PIXBUF_MICRO</h3>
|
118
|
-
<pre class="programlisting">#define GDK_PIXBUF_MICRO (
|
153
|
+
<pre class="programlisting">#define GDK_PIXBUF_MICRO (0)
|
119
154
|
</pre>
|
120
155
|
<p>
|
156
|
+
Micro version of &gdk-pixbuf; library, that is the last "0" in
|
157
|
+
"0.8.0" for example.
|
121
158
|
</p>
|
122
159
|
</div>
|
123
160
|
</div>
|
124
161
|
</div>
|
125
162
|
<div class="footer">
|
126
163
|
<hr>
|
127
|
-
Generated by GTK-Doc V1.
|
164
|
+
Generated by GTK-Doc V1.17.1</div>
|
128
165
|
</body>
|
129
166
|
</html>
|