gdk_pixbuf2 2.2.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +29 -0
- data/Rakefile +34 -0
- data/ext/gdk_pixbuf2/depend +11 -0
- data/ext/gdk_pixbuf2/extconf.rb +66 -0
- data/ext/gdk_pixbuf2/gdk_pixbuf2.def +2 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +179 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +164 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +737 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +41 -0
- 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 +93 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +53 -0
- data/ext/gdk_pixbuf2/rbgdk-pixdata.c +213 -0
- data/extconf.rb +49 -0
- data/lib/2.0/gdk_pixbuf2.so +0 -0
- data/lib/2.1/gdk_pixbuf2.so +0 -0
- data/lib/2.2/gdk_pixbuf2.so +0 -0
- data/lib/gdk_pixbuf2.rb +57 -0
- data/sample/anim.rb +38 -0
- data/sample/composite.rb +45 -0
- data/sample/flip.rb +47 -0
- data/sample/floppybuddy.gif +0 -0
- data/sample/format.rb +39 -0
- data/sample/gnome-foot.png +0 -0
- data/sample/inline.rb +37 -0
- data/sample/loader.rb +20 -0
- data/sample/pixdata.rb +39 -0
- data/sample/rotate.rb +45 -0
- data/sample/save.rb +25 -0
- data/sample/scale.rb +45 -0
- data/sample/simpleanim.rb +34 -0
- data/sample/utils.rb +44 -0
- data/sample/xpm.rb +40 -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 +204 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +464 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +33 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +120 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +343 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +108 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +36 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +64 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +158 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +43 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +168 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +139 -0
- 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/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la +41 -0
- data/vendor/local/lib/gdk_pixbuf-2.0.def +128 -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 +41 -0
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +19 -0
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +3443 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +827 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +65 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +35 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +46 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +108 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +50 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +35 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +72 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +65 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +39 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +53 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +787 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/composite.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +1068 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +794 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +864 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +491 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +639 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +1298 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +208 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +914 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +898 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +381 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +184 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +197 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +438 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +1115 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +167 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +159 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +44 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +85 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +226 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +150 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +322 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +59 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +101 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up.png +0 -0
- data/vendor/local/share/license/gdk-pixbuf/AUTHORS +65 -0
- data/vendor/local/share/license/gdk-pixbuf/COPYING +482 -0
- 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/csb/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/km/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/tg/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 +135 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +73 -0
- metadata +273 -0
@@ -0,0 +1,226 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
+
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
|
+
<book xmlns="http://www.devhelp.net/book" title="GDK-PixBuf Reference Manual" link="index.html" author="Federico Mena Quintero" name="gdk-pixbuf" version="2" language="c">
|
4
|
+
<chapters>
|
5
|
+
<sub name="API Reference" link="rn01.html">
|
6
|
+
<sub name="Initialization and Versions" link="gdk-pixbuf-Versioning.html"/>
|
7
|
+
<sub name="The GdkPixbuf Structure" link="gdk-pixbuf-The-GdkPixbuf-Structure.html"/>
|
8
|
+
<sub name="Reference Counting and Memory Mangement" link="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html"/>
|
9
|
+
<sub name="File Loading" link="gdk-pixbuf-File-Loading.html"/>
|
10
|
+
<sub name="File saving" link="gdk-pixbuf-File-saving.html"/>
|
11
|
+
<sub name="Image Data in Memory" link="gdk-pixbuf-Image-Data-in-Memory.html"/>
|
12
|
+
<sub name="Inline data" link="gdk-pixbuf-Inline-data.html"/>
|
13
|
+
<sub name="Scaling" link="gdk-pixbuf-Scaling.html"/>
|
14
|
+
<sub name="Rendering" link="gdk-pixbuf-gdk-pixbuf-rendering.html"/>
|
15
|
+
<sub name="Drawables to Pixbufs" link="gdk-pixbuf-gdk-pixbuf-from-drawables.html"/>
|
16
|
+
<sub name="Utilities" link="gdk-pixbuf-Utilities.html"/>
|
17
|
+
<sub name="Animations" link="gdk-pixbuf-Animations.html"/>
|
18
|
+
<sub name="GdkPixbufLoader" link="GdkPixbufLoader.html"/>
|
19
|
+
<sub name="Module Interface" link="gdk-pixbuf-Module-Interface.html"/>
|
20
|
+
<sub name="gdk-pixbuf Xlib initialization" link="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html"/>
|
21
|
+
<sub name="Xlib Rendering" link="gdk-pixbuf-Xlib-Rendering.html"/>
|
22
|
+
<sub name="X Drawables to Pixbufs" link="gdk-pixbuf-X-Drawables-to-Pixbufs.html"/>
|
23
|
+
<sub name="XlibRGB" link="gdk-pixbuf-XlibRGB.html"/>
|
24
|
+
</sub>
|
25
|
+
<sub name="Tools Reference" link="rn02.html">
|
26
|
+
<sub name="gdk-pixbuf-csource" link="gdk-pixbuf-csource.html"/>
|
27
|
+
<sub name="gdk-pixbuf-query-loaders" link="gdk-pixbuf-query-loaders.html"/>
|
28
|
+
</sub>
|
29
|
+
<sub name="Index of all symbols" link="api-index-full.html"/>
|
30
|
+
<sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
|
31
|
+
<sub name="Index of new symbols in 2.2" link="api-index-2-2.html"/>
|
32
|
+
<sub name="Index of new symbols in 2.4" link="api-index-2-4.html"/>
|
33
|
+
<sub name="Index of new symbols in 2.6" link="api-index-2-6.html"/>
|
34
|
+
<sub name="Index of new symbols in 2.8" link="api-index-2-8.html"/>
|
35
|
+
<sub name="Index of new symbols in 2.12" link="api-index-2-12.html"/>
|
36
|
+
<sub name="Index of new symbols in 2.14" link="api-index-2-14.html"/>
|
37
|
+
<sub name="Index of new symbols in 2.26" link="api-index-2-26.html"/>
|
38
|
+
<sub name="Index of new symbols in 2.28" link="api-index-2-28.html"/>
|
39
|
+
<sub name="Index of new symbols in 2.30" link="api-index-2-30.html"/>
|
40
|
+
<sub name="License" link="license.html"/>
|
41
|
+
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
42
|
+
</chapters>
|
43
|
+
<functions>
|
44
|
+
<keyword type="macro" name="GDK_PIXBUF_MAJOR" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS"/>
|
45
|
+
<keyword type="macro" name="GDK_PIXBUF_MINOR" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS"/>
|
46
|
+
<keyword type="macro" name="GDK_PIXBUF_MICRO" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS"/>
|
47
|
+
<keyword type="variable" name="gdk_pixbuf_version" link="gdk-pixbuf-Versioning.html#gdk-pixbuf-version"/>
|
48
|
+
<keyword type="variable" name="gdk_pixbuf_major_version" link="gdk-pixbuf-Versioning.html#gdk-pixbuf-major-version"/>
|
49
|
+
<keyword type="variable" name="gdk_pixbuf_minor_version" link="gdk-pixbuf-Versioning.html#gdk-pixbuf-minor-version"/>
|
50
|
+
<keyword type="variable" name="gdk_pixbuf_micro_version" link="gdk-pixbuf-Versioning.html#gdk-pixbuf-micro-version"/>
|
51
|
+
<keyword type="macro" name="GDK_PIXBUF_VERSION" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION:CAPS"/>
|
52
|
+
<keyword type="function" name="gdk_pixbuf_get_colorspace ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-colorspace"/>
|
53
|
+
<keyword type="function" name="gdk_pixbuf_get_n_channels ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-n-channels"/>
|
54
|
+
<keyword type="function" name="gdk_pixbuf_get_has_alpha ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-has-alpha"/>
|
55
|
+
<keyword type="function" name="gdk_pixbuf_get_bits_per_sample ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-bits-per-sample"/>
|
56
|
+
<keyword type="function" name="gdk_pixbuf_get_pixels ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-pixels"/>
|
57
|
+
<keyword type="function" name="gdk_pixbuf_get_pixels_with_length ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-pixels-with-length" since="2.26"/>
|
58
|
+
<keyword type="function" name="gdk_pixbuf_get_width ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-width"/>
|
59
|
+
<keyword type="function" name="gdk_pixbuf_get_height ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-height"/>
|
60
|
+
<keyword type="function" name="gdk_pixbuf_get_rowstride ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-rowstride"/>
|
61
|
+
<keyword type="function" name="gdk_pixbuf_get_byte_length ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-byte-length" since="2.26"/>
|
62
|
+
<keyword type="function" name="gdk_pixbuf_get_option ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-option"/>
|
63
|
+
<keyword type="enum" name="enum GdkPixbufError" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbufError"/>
|
64
|
+
<keyword type="macro" name="GDK_PIXBUF_ERROR" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR:CAPS"/>
|
65
|
+
<keyword type="enum" name="enum GdkColorspace" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkColorspace"/>
|
66
|
+
<keyword type="enum" name="enum GdkPixbufAlphaMode" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbufAlphaMode"/>
|
67
|
+
<keyword type="struct" name="GdkPixbuf" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"/>
|
68
|
+
<keyword type="property" name="The “bits-per-sample” property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--bits-per-sample"/>
|
69
|
+
<keyword type="property" name="The “colorspace” property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--colorspace"/>
|
70
|
+
<keyword type="property" name="The “has-alpha” property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--has-alpha"/>
|
71
|
+
<keyword type="property" name="The “height” property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--height"/>
|
72
|
+
<keyword type="property" name="The “n-channels” property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--n-channels"/>
|
73
|
+
<keyword type="property" name="The “pixels” property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--pixels"/>
|
74
|
+
<keyword type="property" name="The “rowstride” property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--rowstride"/>
|
75
|
+
<keyword type="property" name="The “width” property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--width"/>
|
76
|
+
<keyword type="function" name="gdk_pixbuf_ref ()" link="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-ref" deprecated="2.0: Use g_object_ref()."/>
|
77
|
+
<keyword type="function" name="gdk_pixbuf_unref ()" link="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-unref" deprecated="2.0: Use g_object_unref()."/>
|
78
|
+
<keyword type="function" name="GdkPixbufDestroyNotify ()" link="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#GdkPixbufDestroyNotify"/>
|
79
|
+
<keyword type="function" name="gdk_pixbuf_new_from_file ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file"/>
|
80
|
+
<keyword type="function" name="gdk_pixbuf_new_from_file_at_size ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file-at-size" since="2.4"/>
|
81
|
+
<keyword type="function" name="gdk_pixbuf_new_from_file_at_scale ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file-at-scale" since="2.6"/>
|
82
|
+
<keyword type="function" name="gdk_pixbuf_get_file_info ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-get-file-info" since="2.4"/>
|
83
|
+
<keyword type="function" name="gdk_pixbuf_new_from_resource ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-resource" since="2.26"/>
|
84
|
+
<keyword type="function" name="gdk_pixbuf_new_from_resource_at_scale ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-resource-at-scale" since="2.26"/>
|
85
|
+
<keyword type="function" name="gdk_pixbuf_new_from_stream ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream" since="2.14"/>
|
86
|
+
<keyword type="function" name="gdk_pixbuf_new_from_stream_async ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-async" since="2.24"/>
|
87
|
+
<keyword type="function" name="gdk_pixbuf_new_from_stream_finish ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-finish" since="2.24"/>
|
88
|
+
<keyword type="function" name="gdk_pixbuf_new_from_stream_at_scale ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-at-scale" since="2.14"/>
|
89
|
+
<keyword type="function" name="gdk_pixbuf_new_from_stream_at_scale_async ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-at-scale-async" since="2.24"/>
|
90
|
+
<keyword type="function" name="gdk_pixbuf_savev ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-savev"/>
|
91
|
+
<keyword type="function" name="gdk_pixbuf_save ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save"/>
|
92
|
+
<keyword type="function" name="GdkPixbufSaveFunc ()" link="gdk-pixbuf-File-saving.html#GdkPixbufSaveFunc" since="2.4"/>
|
93
|
+
<keyword type="function" name="gdk_pixbuf_save_to_callback ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-callback" since="2.4"/>
|
94
|
+
<keyword type="function" name="gdk_pixbuf_save_to_callbackv ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-callbackv" since="2.4"/>
|
95
|
+
<keyword type="function" name="gdk_pixbuf_save_to_buffer ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-buffer" since="2.4"/>
|
96
|
+
<keyword type="function" name="gdk_pixbuf_save_to_bufferv ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-bufferv" since="2.4"/>
|
97
|
+
<keyword type="function" name="gdk_pixbuf_save_to_stream ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream" since="2.14"/>
|
98
|
+
<keyword type="function" name="gdk_pixbuf_save_to_stream_async ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream-async" since="2.24"/>
|
99
|
+
<keyword type="function" name="gdk_pixbuf_save_to_stream_finish ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream-finish" since="2.24"/>
|
100
|
+
<keyword type="function" name="gdk_pixbuf_new ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new"/>
|
101
|
+
<keyword type="function" name="gdk_pixbuf_new_from_data ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data"/>
|
102
|
+
<keyword type="function" name="gdk_pixbuf_new_from_xpm_data ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-xpm-data"/>
|
103
|
+
<keyword type="function" name="gdk_pixbuf_new_from_inline ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline"/>
|
104
|
+
<keyword type="function" name="gdk_pixbuf_new_subpixbuf ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-subpixbuf"/>
|
105
|
+
<keyword type="function" name="gdk_pixbuf_copy ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-copy"/>
|
106
|
+
<keyword type="macro" name="GDK_PIXBUF_MAGIC_NUMBER" link="gdk-pixbuf-Inline-data.html#GDK-PIXBUF-MAGIC-NUMBER:CAPS"/>
|
107
|
+
<keyword type="function" name="gdk_pixdata_from_pixbuf ()" link="gdk-pixbuf-Inline-data.html#gdk-pixdata-from-pixbuf"/>
|
108
|
+
<keyword type="function" name="gdk_pixbuf_from_pixdata ()" link="gdk-pixbuf-Inline-data.html#gdk-pixbuf-from-pixdata"/>
|
109
|
+
<keyword type="function" name="gdk_pixdata_serialize ()" link="gdk-pixbuf-Inline-data.html#gdk-pixdata-serialize"/>
|
110
|
+
<keyword type="function" name="gdk_pixdata_deserialize ()" link="gdk-pixbuf-Inline-data.html#gdk-pixdata-deserialize"/>
|
111
|
+
<keyword type="function" name="gdk_pixdata_to_csource ()" link="gdk-pixbuf-Inline-data.html#gdk-pixdata-to-csource"/>
|
112
|
+
<keyword type="struct" name="struct GdkPixdata" link="gdk-pixbuf-Inline-data.html#GdkPixdata"/>
|
113
|
+
<keyword type="enum" name="enum GdkPixdataType" link="gdk-pixbuf-Inline-data.html#GdkPixdataType"/>
|
114
|
+
<keyword type="enum" name="enum GdkPixdataDumpType" link="gdk-pixbuf-Inline-data.html#GdkPixdataDumpType"/>
|
115
|
+
<keyword type="macro" name="GDK_PIXDATA_HEADER_LENGTH" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-HEADER-LENGTH:CAPS"/>
|
116
|
+
<keyword type="function" name="gdk_pixbuf_scale_simple ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale-simple"/>
|
117
|
+
<keyword type="function" name="gdk_pixbuf_scale ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale"/>
|
118
|
+
<keyword type="function" name="gdk_pixbuf_composite_color_simple ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color-simple"/>
|
119
|
+
<keyword type="function" name="gdk_pixbuf_composite ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite"/>
|
120
|
+
<keyword type="function" name="gdk_pixbuf_composite_color ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color"/>
|
121
|
+
<keyword type="function" name="gdk_pixbuf_rotate_simple ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-rotate-simple" since="2.6"/>
|
122
|
+
<keyword type="function" name="gdk_pixbuf_flip ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-flip" since="2.6"/>
|
123
|
+
<keyword type="enum" name="enum GdkInterpType" link="gdk-pixbuf-Scaling.html#GdkInterpType"/>
|
124
|
+
<keyword type="enum" name="enum GdkPixbufRotation" link="gdk-pixbuf-Scaling.html#GdkPixbufRotation"/>
|
125
|
+
<keyword type="function" name="gdk_pixbuf_add_alpha ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-add-alpha"/>
|
126
|
+
<keyword type="function" name="gdk_pixbuf_copy_area ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-copy-area"/>
|
127
|
+
<keyword type="function" name="gdk_pixbuf_saturate_and_pixelate ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-saturate-and-pixelate"/>
|
128
|
+
<keyword type="function" name="gdk_pixbuf_apply_embedded_orientation ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-apply-embedded-orientation" since="2.12"/>
|
129
|
+
<keyword type="function" name="gdk_pixbuf_fill ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-fill"/>
|
130
|
+
<keyword type="function" name="gdk_pixbuf_animation_new_from_file ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-file"/>
|
131
|
+
<keyword type="function" name="gdk_pixbuf_animation_new_from_resource ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-resource" since="2.28"/>
|
132
|
+
<keyword type="function" name="gdk_pixbuf_animation_new_from_stream ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-stream" since="2.28"/>
|
133
|
+
<keyword type="function" name="gdk_pixbuf_animation_new_from_stream_async ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-stream-async" since="2.28"/>
|
134
|
+
<keyword type="function" name="gdk_pixbuf_animation_new_from_stream_finish ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-stream-finish" since="2.28"/>
|
135
|
+
<keyword type="function" name="gdk_pixbuf_animation_ref ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-ref" deprecated="2.0: Use g_object_ref()."/>
|
136
|
+
<keyword type="function" name="gdk_pixbuf_animation_unref ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-unref" deprecated="2.0: Use g_object_unref()."/>
|
137
|
+
<keyword type="function" name="gdk_pixbuf_animation_get_width ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-width"/>
|
138
|
+
<keyword type="function" name="gdk_pixbuf_animation_get_height ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-height"/>
|
139
|
+
<keyword type="function" name="gdk_pixbuf_animation_get_iter ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-iter"/>
|
140
|
+
<keyword type="function" name="gdk_pixbuf_animation_is_static_image ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-is-static-image"/>
|
141
|
+
<keyword type="function" name="gdk_pixbuf_animation_get_static_image ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-static-image"/>
|
142
|
+
<keyword type="function" name="gdk_pixbuf_animation_iter_advance ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-advance"/>
|
143
|
+
<keyword type="function" name="gdk_pixbuf_animation_iter_get_delay_time ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-get-delay-time"/>
|
144
|
+
<keyword type="function" name="gdk_pixbuf_animation_iter_on_currently_loading_frame ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-on-currently-loading-frame"/>
|
145
|
+
<keyword type="function" name="gdk_pixbuf_animation_iter_get_pixbuf ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-get-pixbuf"/>
|
146
|
+
<keyword type="function" name="gdk_pixbuf_simple_anim_new ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-new" since="2.8"/>
|
147
|
+
<keyword type="function" name="gdk_pixbuf_simple_anim_add_frame ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-add-frame" since="2.8"/>
|
148
|
+
<keyword type="function" name="gdk_pixbuf_simple_anim_set_loop ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-set-loop" since="2.18"/>
|
149
|
+
<keyword type="function" name="gdk_pixbuf_simple_anim_get_loop ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-get-loop" since="2.18"/>
|
150
|
+
<keyword type="struct" name="struct GdkPixbufAnimation" link="gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"/>
|
151
|
+
<keyword type="struct" name="struct GdkPixbufAnimationIter" link="gdk-pixbuf-Animations.html#GdkPixbufAnimationIter-struct"/>
|
152
|
+
<keyword type="struct" name="GdkPixbufSimpleAnim" link="gdk-pixbuf-Animations.html#GdkPixbufSimpleAnim-struct"/>
|
153
|
+
<keyword type="property" name="The “loop” property" link="gdk-pixbuf-Animations.html#GdkPixbufSimpleAnim--loop"/>
|
154
|
+
<keyword type="" name="Loading an animation" link="GdkPixbufLoader.html#id-1.2.15.8.6"/>
|
155
|
+
<keyword type="function" name="gdk_pixbuf_loader_new ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-new"/>
|
156
|
+
<keyword type="function" name="gdk_pixbuf_loader_new_with_type ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-new-with-type"/>
|
157
|
+
<keyword type="function" name="gdk_pixbuf_loader_new_with_mime_type ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-new-with-mime-type" since="2.4"/>
|
158
|
+
<keyword type="function" name="gdk_pixbuf_loader_get_format ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-get-format" since="2.2"/>
|
159
|
+
<keyword type="function" name="gdk_pixbuf_loader_write ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-write"/>
|
160
|
+
<keyword type="function" name="gdk_pixbuf_loader_write_bytes ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-write-bytes" since="2.30"/>
|
161
|
+
<keyword type="function" name="gdk_pixbuf_loader_set_size ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-set-size" since="2.2"/>
|
162
|
+
<keyword type="function" name="gdk_pixbuf_loader_get_pixbuf ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-get-pixbuf"/>
|
163
|
+
<keyword type="function" name="gdk_pixbuf_loader_get_animation ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-get-animation"/>
|
164
|
+
<keyword type="function" name="gdk_pixbuf_loader_close ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-close"/>
|
165
|
+
<keyword type="struct" name="struct GdkPixbufLoader" link="GdkPixbufLoader.html#GdkPixbufLoader-struct"/>
|
166
|
+
<keyword type="signal" name="The “area-prepared” signal" link="GdkPixbufLoader.html#GdkPixbufLoader-area-prepared"/>
|
167
|
+
<keyword type="signal" name="The “area-updated” signal" link="GdkPixbufLoader.html#GdkPixbufLoader-area-updated"/>
|
168
|
+
<keyword type="signal" name="The “closed” signal" link="GdkPixbufLoader.html#GdkPixbufLoader-closed"/>
|
169
|
+
<keyword type="signal" name="The “size-prepared” signal" link="GdkPixbufLoader.html#GdkPixbufLoader-size-prepared"/>
|
170
|
+
<keyword type="function" name="gdk_pixbuf_set_option ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-set-option" since="2.2"/>
|
171
|
+
<keyword type="function" name="gdk_pixbuf_get_formats ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-get-formats" since="2.2"/>
|
172
|
+
<keyword type="function" name="gdk_pixbuf_format_copy ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-copy" since="2.22"/>
|
173
|
+
<keyword type="function" name="gdk_pixbuf_format_free ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-free" since="2.22"/>
|
174
|
+
<keyword type="function" name="gdk_pixbuf_format_get_name ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-name" since="2.2"/>
|
175
|
+
<keyword type="function" name="gdk_pixbuf_format_get_description ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-description" since="2.2"/>
|
176
|
+
<keyword type="function" name="gdk_pixbuf_format_get_mime_types ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-mime-types" since="2.2"/>
|
177
|
+
<keyword type="function" name="gdk_pixbuf_format_get_extensions ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-extensions" since="2.2"/>
|
178
|
+
<keyword type="function" name="gdk_pixbuf_format_is_writable ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-writable" since="2.2"/>
|
179
|
+
<keyword type="function" name="gdk_pixbuf_format_is_scalable ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-scalable" since="2.6"/>
|
180
|
+
<keyword type="function" name="gdk_pixbuf_format_is_disabled ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-disabled" since="2.6"/>
|
181
|
+
<keyword type="function" name="gdk_pixbuf_format_set_disabled ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-set-disabled" since="2.6"/>
|
182
|
+
<keyword type="function" name="gdk_pixbuf_format_get_license ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-license" since="2.6"/>
|
183
|
+
<keyword type="function" name="GdkPixbufModuleFillVtableFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillVtableFunc" since="2.2"/>
|
184
|
+
<keyword type="function" name="GdkPixbufModuleFillInfoFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillInfoFunc" since="2.2"/>
|
185
|
+
<keyword type="function" name="GdkPixbufModuleSizeFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleSizeFunc" since="2.2"/>
|
186
|
+
<keyword type="function" name="GdkPixbufModulePreparedFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModulePreparedFunc" since="2.2"/>
|
187
|
+
<keyword type="function" name="GdkPixbufModuleUpdatedFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleUpdatedFunc" since="2.2"/>
|
188
|
+
<keyword type="struct" name="struct GdkPixbufFormat" link="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" since="2.2"/>
|
189
|
+
<keyword type="enum" name="enum GdkPixbufFormatFlags" link="gdk-pixbuf-Module-Interface.html#GdkPixbufFormatFlags" since="2.2"/>
|
190
|
+
<keyword type="struct" name="struct GdkPixbufModulePattern" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModulePattern" since="2.2"/>
|
191
|
+
<keyword type="struct" name="struct GdkPixbufModule" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModule"/>
|
192
|
+
<keyword type="struct" name="struct GdkPixbufAnimationClass" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationClass"/>
|
193
|
+
<keyword type="struct" name="struct GdkPixbufAnimationIterClass" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationIterClass"/>
|
194
|
+
<keyword type="function" name="gdk_pixbuf_xlib_init ()" link="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-xlib-init"/>
|
195
|
+
<keyword type="function" name="gdk_pixbuf_xlib_init_with_depth ()" link="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-xlib-init-with-depth"/>
|
196
|
+
<keyword type="function" name="gdk_pixbuf_xlib_render_threshold_alpha ()" link="gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-threshold-alpha"/>
|
197
|
+
<keyword type="function" name="gdk_pixbuf_xlib_render_to_drawable ()" link="gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-to-drawable"/>
|
198
|
+
<keyword type="function" name="gdk_pixbuf_xlib_render_to_drawable_alpha ()" link="gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-to-drawable-alpha"/>
|
199
|
+
<keyword type="function" name="gdk_pixbuf_xlib_render_pixmap_and_mask ()" link="gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-pixmap-and-mask"/>
|
200
|
+
<keyword type="function" name="gdk_pixbuf_xlib_get_from_drawable ()" link="gdk-pixbuf-X-Drawables-to-Pixbufs.html#gdk-pixbuf-xlib-get-from-drawable"/>
|
201
|
+
<keyword type="function" name="xlib_rgb_init ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-init"/>
|
202
|
+
<keyword type="function" name="xlib_rgb_init_with_depth ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-init-with-depth"/>
|
203
|
+
<keyword type="function" name="xlib_rgb_xpixel_from_rgb ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-xpixel-from-rgb"/>
|
204
|
+
<keyword type="function" name="xlib_rgb_gc_set_foreground ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-gc-set-foreground"/>
|
205
|
+
<keyword type="function" name="xlib_rgb_gc_set_background ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-gc-set-background"/>
|
206
|
+
<keyword type="function" name="xlib_draw_rgb_image ()" link="gdk-pixbuf-XlibRGB.html#xlib-draw-rgb-image"/>
|
207
|
+
<keyword type="function" name="xlib_draw_rgb_image_dithalign ()" link="gdk-pixbuf-XlibRGB.html#xlib-draw-rgb-image-dithalign"/>
|
208
|
+
<keyword type="function" name="xlib_draw_rgb_32_image ()" link="gdk-pixbuf-XlibRGB.html#xlib-draw-rgb-32-image"/>
|
209
|
+
<keyword type="function" name="xlib_draw_gray_image ()" link="gdk-pixbuf-XlibRGB.html#xlib-draw-gray-image"/>
|
210
|
+
<keyword type="function" name="xlib_rgb_cmap_new ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-cmap-new"/>
|
211
|
+
<keyword type="function" name="xlib_rgb_cmap_free ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-cmap-free"/>
|
212
|
+
<keyword type="function" name="xlib_draw_indexed_image ()" link="gdk-pixbuf-XlibRGB.html#xlib-draw-indexed-image"/>
|
213
|
+
<keyword type="function" name="xlib_rgb_ditherable ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-ditherable"/>
|
214
|
+
<keyword type="function" name="xlib_rgb_set_verbose ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-set-verbose"/>
|
215
|
+
<keyword type="function" name="xlib_rgb_set_install ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-set-install"/>
|
216
|
+
<keyword type="function" name="xlib_rgb_set_min_colors ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-set-min-colors"/>
|
217
|
+
<keyword type="function" name="xlib_rgb_get_cmap ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-get-cmap"/>
|
218
|
+
<keyword type="function" name="xlib_rgb_get_visual ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-get-visual"/>
|
219
|
+
<keyword type="function" name="xlib_rgb_get_visual_info ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-get-visual-info"/>
|
220
|
+
<keyword type="function" name="xlib_rgb_get_depth ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-get-depth"/>
|
221
|
+
<keyword type="function" name="xlib_rgb_get_display ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-get-display"/>
|
222
|
+
<keyword type="function" name="xlib_rgb_get_screen ()" link="gdk-pixbuf-XlibRGB.html#xlib-rgb-get-screen"/>
|
223
|
+
<keyword type="struct" name="struct XlibRgbCmap" link="gdk-pixbuf-XlibRGB.html#XlibRgbCmap"/>
|
224
|
+
<keyword type="enum" name="enum XlibRgbDither" link="gdk-pixbuf-XlibRGB.html#XlibRgbDither"/>
|
225
|
+
</functions>
|
226
|
+
</book>
|
Binary file
|
@@ -0,0 +1,150 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GDK-PixBuf Reference Manual: GDK-PixBuf Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="next" href="rn01.html" title="API Reference">
|
9
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
10
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
11
|
+
</head>
|
12
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
13
|
+
<div class="book">
|
14
|
+
<div class="titlepage">
|
15
|
+
<div>
|
16
|
+
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GDK-PixBuf Reference Manual</p></th></tr></table></div>
|
17
|
+
<div><div class="authorgroup"><div class="author">
|
18
|
+
<h3 class="author">
|
19
|
+
<span class="firstname">Federico</span> <span class="surname">Mena Quintero</span>
|
20
|
+
</h3>
|
21
|
+
<div class="affiliation"><div class="address"><p><br>
|
22
|
+
<code class="email"><<a class="email" href="mailto:federico@gimp.org">federico@gimp.org</a>></code><br>
|
23
|
+
</p></div></div>
|
24
|
+
</div></div></div>
|
25
|
+
<div><p class="releaseinfo">
|
26
|
+
Version 2.30.8
|
27
|
+
|
28
|
+
The latest version of this documentation can be found on-line at
|
29
|
+
<a class="ulink" href="http://library.gnome.org/devel/gdk-pixbuf/unstable/" target="_top">http://library.gnome.org/devel/gdk-pixbuf/unstable/</a>.
|
30
|
+
</p></div>
|
31
|
+
<div><p class="copyright">Copyright © 2000 The Free Software Foundation</p></div>
|
32
|
+
<div><div class="legalnotice">
|
33
|
+
<a name="id-1.1.5"></a><p>
|
34
|
+
Permission is granted to copy, distribute and/or modify this
|
35
|
+
document under the terms of the <em class="citetitle">GNU Free
|
36
|
+
Documentation License</em>, Version 1.1 or any later
|
37
|
+
version published by the Free Software Foundation with no
|
38
|
+
Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
39
|
+
Texts. You may obtain a copy of the <em class="citetitle">GNU Free
|
40
|
+
Documentation License</em> from the Free Software
|
41
|
+
Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
|
42
|
+
to:
|
43
|
+
|
44
|
+
</p>
|
45
|
+
<div class="address"><p><br>
|
46
|
+
The Free Software Foundation, Inc.,<br>
|
47
|
+
<span class="street">59 Temple Place</span> - Suite 330,<br>
|
48
|
+
<span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</span>,<br>
|
49
|
+
<span class="country">USA</span><br>
|
50
|
+
</p></div>
|
51
|
+
<p>
|
52
|
+
</p>
|
53
|
+
<p>
|
54
|
+
Many of the names used by companies to distinguish their
|
55
|
+
products and services are claimed as trademarks. Where those
|
56
|
+
names appear in any GNOME documentation, and those trademarks
|
57
|
+
are made aware to the members of the GNOME Documentation
|
58
|
+
Project, the names have been printed in caps or initial caps.
|
59
|
+
</p>
|
60
|
+
</div></div>
|
61
|
+
</div>
|
62
|
+
<hr>
|
63
|
+
</div>
|
64
|
+
<div class="toc"><dl class="toc">
|
65
|
+
<dt><span class="reference"><a href="rn01.html">I. API Reference</a></span></dt>
|
66
|
+
<dd><dl>
|
67
|
+
<dt>
|
68
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Versioning.html">Initialization and Versions</a></span><span class="refpurpose"> — Library version numbers.</span>
|
69
|
+
</dt>
|
70
|
+
<dt>
|
71
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-The-GdkPixbuf-Structure.html">The GdkPixbuf Structure</a></span><span class="refpurpose"> — Information that describes an image.</span>
|
72
|
+
</dt>
|
73
|
+
<dt>
|
74
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html">Reference Counting and Memory Mangement</a></span><span class="refpurpose"> — Functions for reference counting and memory management on pixbufs.</span>
|
75
|
+
</dt>
|
76
|
+
<dt>
|
77
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-File-Loading.html">File Loading</a></span><span class="refpurpose"> — Loading a pixbuf from a file.</span>
|
78
|
+
</dt>
|
79
|
+
<dt>
|
80
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-File-saving.html">File saving</a></span><span class="refpurpose"> — Saving a pixbuf to a file.</span>
|
81
|
+
</dt>
|
82
|
+
<dt>
|
83
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Image-Data-in-Memory.html">Image Data in Memory</a></span><span class="refpurpose"> — Creating a pixbuf from image data that is already in memory.</span>
|
84
|
+
</dt>
|
85
|
+
<dt>
|
86
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Inline-data.html">Inline data</a></span><span class="refpurpose"> — Functions for inlined pixbuf handling.</span>
|
87
|
+
</dt>
|
88
|
+
<dt>
|
89
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Scaling.html">Scaling</a></span><span class="refpurpose"> — Scaling pixbufs and scaling and compositing pixbufs</span>
|
90
|
+
</dt>
|
91
|
+
<dt>
|
92
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-gdk-pixbuf-rendering.html">Rendering</a></span><span class="refpurpose"> — Rendering a pixbuf to a GDK drawable.</span>
|
93
|
+
</dt>
|
94
|
+
<dt>
|
95
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-gdk-pixbuf-from-drawables.html">Drawables to Pixbufs</a></span><span class="refpurpose"> — Getting parts of a GDK drawable's image data into a pixbuf.</span>
|
96
|
+
</dt>
|
97
|
+
<dt>
|
98
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility and miscellaneous convenience functions.</span>
|
99
|
+
</dt>
|
100
|
+
<dt>
|
101
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Animations.html">Animations</a></span><span class="refpurpose"> — Animated images.</span>
|
102
|
+
</dt>
|
103
|
+
<dt>
|
104
|
+
<span class="refentrytitle"><a href="GdkPixbufLoader.html">GdkPixbufLoader</a></span><span class="refpurpose"> — Application-driven progressive image loading.</span>
|
105
|
+
</dt>
|
106
|
+
<dt>
|
107
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Module-Interface.html">Module Interface</a></span><span class="refpurpose"> — Extending GdkPixBuf</span>
|
108
|
+
</dt>
|
109
|
+
<dt>
|
110
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html">gdk-pixbuf Xlib initialization</a></span><span class="refpurpose"> — Initializing the gdk-pixbuf Xlib library.</span>
|
111
|
+
</dt>
|
112
|
+
<dt>
|
113
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Xlib-Rendering.html">Xlib Rendering</a></span><span class="refpurpose"> — Rendering a pixbuf to an X drawable.</span>
|
114
|
+
</dt>
|
115
|
+
<dt>
|
116
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-X-Drawables-to-Pixbufs.html">X Drawables to Pixbufs</a></span><span class="refpurpose"> — Getting parts of an X drawable's image data into a pixbuf.</span>
|
117
|
+
</dt>
|
118
|
+
<dt>
|
119
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-XlibRGB.html">XlibRGB</a></span><span class="refpurpose"> — Rendering RGB buffers to X drawables.</span>
|
120
|
+
</dt>
|
121
|
+
</dl></dd>
|
122
|
+
<dt><span class="reference"><a href="rn02.html">II. Tools Reference</a></span></dt>
|
123
|
+
<dd><dl>
|
124
|
+
<dt>
|
125
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-csource.html">gdk-pixbuf-csource</a></span><span class="refpurpose"> — C code generation utility for GdkPixbuf images</span>
|
126
|
+
</dt>
|
127
|
+
<dt>
|
128
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-query-loaders.html">gdk-pixbuf-query-loaders</a></span><span class="refpurpose"> — GdkPixbuf loader registration utility</span>
|
129
|
+
</dt>
|
130
|
+
</dl></dd>
|
131
|
+
<dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
|
132
|
+
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
|
133
|
+
<dt><span class="index"><a href="api-index-2-2.html">Index of new symbols in 2.2</a></span></dt>
|
134
|
+
<dt><span class="index"><a href="api-index-2-4.html">Index of new symbols in 2.4</a></span></dt>
|
135
|
+
<dt><span class="index"><a href="api-index-2-6.html">Index of new symbols in 2.6</a></span></dt>
|
136
|
+
<dt><span class="index"><a href="api-index-2-8.html">Index of new symbols in 2.8</a></span></dt>
|
137
|
+
<dt><span class="index"><a href="api-index-2-12.html">Index of new symbols in 2.12</a></span></dt>
|
138
|
+
<dt><span class="index"><a href="api-index-2-14.html">Index of new symbols in 2.14</a></span></dt>
|
139
|
+
<dt><span class="index"><a href="api-index-2-26.html">Index of new symbols in 2.26</a></span></dt>
|
140
|
+
<dt><span class="index"><a href="api-index-2-28.html">Index of new symbols in 2.28</a></span></dt>
|
141
|
+
<dt><span class="index"><a href="api-index-2-30.html">Index of new symbols in 2.30</a></span></dt>
|
142
|
+
<dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
|
143
|
+
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
|
144
|
+
</dl></div>
|
145
|
+
</div>
|
146
|
+
<div class="footer">
|
147
|
+
<hr>
|
148
|
+
Generated by GTK-Doc V1.20.1</div>
|
149
|
+
</body>
|
150
|
+
</html>
|
@@ -0,0 +1,322 @@
|
|
1
|
+
<ONLINE href="http://library.gnome.org/devel/gdk-pixbuf/unstable/">
|
2
|
+
<ANCHOR id="gdk-pixbuf-Versioning" href="gdk-pixbuf/gdk-pixbuf-Versioning.html">
|
3
|
+
<ANCHOR id="gdk-pixbuf-Versioning.functions" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-Versioning.functions">
|
4
|
+
<ANCHOR id="gdk-pixbuf-Versioning.other" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-Versioning.other">
|
5
|
+
<ANCHOR id="gdk-pixbuf-Versioning.includes" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-Versioning.includes">
|
6
|
+
<ANCHOR id="gdk-pixbuf-Versioning.description" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-Versioning.description">
|
7
|
+
<ANCHOR id="gdk-pixbuf-Versioning.functions_details" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-Versioning.functions_details">
|
8
|
+
<ANCHOR id="GDK-PIXBUF-MAJOR:CAPS" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS">
|
9
|
+
<ANCHOR id="GDK-PIXBUF-MINOR:CAPS" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS">
|
10
|
+
<ANCHOR id="GDK-PIXBUF-MICRO:CAPS" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS">
|
11
|
+
<ANCHOR id="gdk-pixbuf-Versioning.other_details" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-Versioning.other_details">
|
12
|
+
<ANCHOR id="gdk-pixbuf-version" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-version">
|
13
|
+
<ANCHOR id="gdk-pixbuf-major-version" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-major-version">
|
14
|
+
<ANCHOR id="gdk-pixbuf-minor-version" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-minor-version">
|
15
|
+
<ANCHOR id="gdk-pixbuf-micro-version" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#gdk-pixbuf-micro-version">
|
16
|
+
<ANCHOR id="GDK-PIXBUF-VERSION:CAPS" href="gdk-pixbuf/gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION:CAPS">
|
17
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html">
|
18
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.functions" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.functions">
|
19
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.properties" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.properties">
|
20
|
+
<ANCHOR id="GdkPixbuf" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf">
|
21
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.other" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.other">
|
22
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.object-hierarchy" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.object-hierarchy">
|
23
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.implemented-interfaces" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.implemented-interfaces">
|
24
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.includes" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.includes">
|
25
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.description" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.description">
|
26
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.functions_details" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.functions_details">
|
27
|
+
<ANCHOR id="gdk-pixbuf-get-colorspace" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-colorspace">
|
28
|
+
<ANCHOR id="gdk-pixbuf-get-n-channels" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-n-channels">
|
29
|
+
<ANCHOR id="gdk-pixbuf-get-has-alpha" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-has-alpha">
|
30
|
+
<ANCHOR id="gdk-pixbuf-get-bits-per-sample" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-bits-per-sample">
|
31
|
+
<ANCHOR id="gdk-pixbuf-get-pixels" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-pixels">
|
32
|
+
<ANCHOR id="gdk-pixbuf-get-pixels-with-length" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-pixels-with-length">
|
33
|
+
<ANCHOR id="gdk-pixbuf-get-width" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-width">
|
34
|
+
<ANCHOR id="gdk-pixbuf-get-height" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-height">
|
35
|
+
<ANCHOR id="gdk-pixbuf-get-rowstride" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-rowstride">
|
36
|
+
<ANCHOR id="gdk-pixbuf-get-byte-length" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-byte-length">
|
37
|
+
<ANCHOR id="gdk-pixbuf-get-option" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-option">
|
38
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.other_details" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.other_details">
|
39
|
+
<ANCHOR id="GdkPixbufError" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbufError">
|
40
|
+
<ANCHOR id="GDK-PIXBUF-ERROR:CAPS" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR:CAPS">
|
41
|
+
<ANCHOR id="GdkColorspace" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkColorspace">
|
42
|
+
<ANCHOR id="GdkPixbufAlphaMode" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbufAlphaMode">
|
43
|
+
<ANCHOR id="GdkPixbuf-struct" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct">
|
44
|
+
<ANCHOR id="gdk-pixbuf-The-GdkPixbuf-Structure.property-details" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-The-GdkPixbuf-Structure.property-details">
|
45
|
+
<ANCHOR id="GdkPixbuf--bits-per-sample" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--bits-per-sample">
|
46
|
+
<ANCHOR id="GdkPixbuf--colorspace" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--colorspace">
|
47
|
+
<ANCHOR id="GdkPixbuf--has-alpha" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--has-alpha">
|
48
|
+
<ANCHOR id="GdkPixbuf--height" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--height">
|
49
|
+
<ANCHOR id="GdkPixbuf--n-channels" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--n-channels">
|
50
|
+
<ANCHOR id="GdkPixbuf--pixels" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--pixels">
|
51
|
+
<ANCHOR id="GdkPixbuf--rowstride" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--rowstride">
|
52
|
+
<ANCHOR id="GdkPixbuf--width" href="gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--width">
|
53
|
+
<ANCHOR id="gdk-pixbuf-Reference-Counting-and-Memory-Mangement" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html">
|
54
|
+
<ANCHOR id="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.functions" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-Reference-Counting-and-Memory-Mangement.functions">
|
55
|
+
<ANCHOR id="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.includes" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-Reference-Counting-and-Memory-Mangement.includes">
|
56
|
+
<ANCHOR id="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.description" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-Reference-Counting-and-Memory-Mangement.description">
|
57
|
+
<ANCHOR id="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.functions_details" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-Reference-Counting-and-Memory-Mangement.functions_details">
|
58
|
+
<ANCHOR id="gdk-pixbuf-ref" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-ref">
|
59
|
+
<ANCHOR id="gdk-pixbuf-unref" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-unref">
|
60
|
+
<ANCHOR id="GdkPixbufDestroyNotify" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#GdkPixbufDestroyNotify">
|
61
|
+
<ANCHOR id="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.other_details" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-Reference-Counting-and-Memory-Mangement.other_details">
|
62
|
+
<ANCHOR id="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.see-also" href="gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-Reference-Counting-and-Memory-Mangement.see-also">
|
63
|
+
<ANCHOR id="gdk-pixbuf-File-Loading" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html">
|
64
|
+
<ANCHOR id="gdk-pixbuf-File-Loading.functions" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-File-Loading.functions">
|
65
|
+
<ANCHOR id="gdk-pixbuf-File-Loading.includes" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-File-Loading.includes">
|
66
|
+
<ANCHOR id="gdk-pixbuf-File-Loading.description" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-File-Loading.description">
|
67
|
+
<ANCHOR id="gdk-pixbuf-File-Loading.functions_details" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-File-Loading.functions_details">
|
68
|
+
<ANCHOR id="gdk-pixbuf-new-from-file" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file">
|
69
|
+
<ANCHOR id="gdk-pixbuf-new-from-file-at-size" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file-at-size">
|
70
|
+
<ANCHOR id="gdk-pixbuf-new-from-file-at-scale" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file-at-scale">
|
71
|
+
<ANCHOR id="gdk-pixbuf-get-file-info" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-get-file-info">
|
72
|
+
<ANCHOR id="gdk-pixbuf-new-from-resource" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-resource">
|
73
|
+
<ANCHOR id="gdk-pixbuf-new-from-resource-at-scale" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-resource-at-scale">
|
74
|
+
<ANCHOR id="gdk-pixbuf-new-from-stream" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream">
|
75
|
+
<ANCHOR id="gdk-pixbuf-new-from-stream-async" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-async">
|
76
|
+
<ANCHOR id="gdk-pixbuf-new-from-stream-finish" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-finish">
|
77
|
+
<ANCHOR id="gdk-pixbuf-new-from-stream-at-scale" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-at-scale">
|
78
|
+
<ANCHOR id="gdk-pixbuf-new-from-stream-at-scale-async" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-at-scale-async">
|
79
|
+
<ANCHOR id="gdk-pixbuf-File-Loading.other_details" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-File-Loading.other_details">
|
80
|
+
<ANCHOR id="gdk-pixbuf-File-Loading.see-also" href="gdk-pixbuf/gdk-pixbuf-File-Loading.html#gdk-pixbuf-File-Loading.see-also">
|
81
|
+
<ANCHOR id="gdk-pixbuf-File-saving" href="gdk-pixbuf/gdk-pixbuf-File-saving.html">
|
82
|
+
<ANCHOR id="gdk-pixbuf-File-saving.functions" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-File-saving.functions">
|
83
|
+
<ANCHOR id="gdk-pixbuf-File-saving.includes" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-File-saving.includes">
|
84
|
+
<ANCHOR id="gdk-pixbuf-File-saving.description" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-File-saving.description">
|
85
|
+
<ANCHOR id="gdk-pixbuf-File-saving.functions_details" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-File-saving.functions_details">
|
86
|
+
<ANCHOR id="gdk-pixbuf-savev" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-savev">
|
87
|
+
<ANCHOR id="gdk-pixbuf-save" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-save">
|
88
|
+
<ANCHOR id="GdkPixbufSaveFunc" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#GdkPixbufSaveFunc">
|
89
|
+
<ANCHOR id="gdk-pixbuf-save-to-callback" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-callback">
|
90
|
+
<ANCHOR id="gdk-pixbuf-save-to-callbackv" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-callbackv">
|
91
|
+
<ANCHOR id="gdk-pixbuf-save-to-buffer" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-buffer">
|
92
|
+
<ANCHOR id="gdk-pixbuf-save-to-bufferv" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-bufferv">
|
93
|
+
<ANCHOR id="gdk-pixbuf-save-to-stream" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream">
|
94
|
+
<ANCHOR id="gdk-pixbuf-save-to-stream-async" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream-async">
|
95
|
+
<ANCHOR id="gdk-pixbuf-save-to-stream-finish" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream-finish">
|
96
|
+
<ANCHOR id="gdk-pixbuf-File-saving.other_details" href="gdk-pixbuf/gdk-pixbuf-File-saving.html#gdk-pixbuf-File-saving.other_details">
|
97
|
+
<ANCHOR id="gdk-pixbuf-Image-Data-in-Memory" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html">
|
98
|
+
<ANCHOR id="gdk-pixbuf-Image-Data-in-Memory.functions" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-Image-Data-in-Memory.functions">
|
99
|
+
<ANCHOR id="gdk-pixbuf-Image-Data-in-Memory.includes" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-Image-Data-in-Memory.includes">
|
100
|
+
<ANCHOR id="gdk-pixbuf-Image-Data-in-Memory.description" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-Image-Data-in-Memory.description">
|
101
|
+
<ANCHOR id="gdk-pixbuf-Image-Data-in-Memory.functions_details" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-Image-Data-in-Memory.functions_details">
|
102
|
+
<ANCHOR id="gdk-pixbuf-new" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new">
|
103
|
+
<ANCHOR id="gdk-pixbuf-new-from-data" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data">
|
104
|
+
<ANCHOR id="gdk-pixbuf-new-from-xpm-data" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-xpm-data">
|
105
|
+
<ANCHOR id="gdk-pixbuf-new-from-inline" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline">
|
106
|
+
<ANCHOR id="gdk-pixbuf-new-subpixbuf" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-subpixbuf">
|
107
|
+
<ANCHOR id="gdk-pixbuf-copy" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-copy">
|
108
|
+
<ANCHOR id="gdk-pixbuf-Image-Data-in-Memory.other_details" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-Image-Data-in-Memory.other_details">
|
109
|
+
<ANCHOR id="gdk-pixbuf-Image-Data-in-Memory.see-also" href="gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-Image-Data-in-Memory.see-also">
|
110
|
+
<ANCHOR id="gdk-pixbuf-Inline-data" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html">
|
111
|
+
<ANCHOR id="gdk-pixbuf-Inline-data.functions" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixbuf-Inline-data.functions">
|
112
|
+
<ANCHOR id="gdk-pixbuf-Inline-data.other" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixbuf-Inline-data.other">
|
113
|
+
<ANCHOR id="gdk-pixbuf-Inline-data.includes" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixbuf-Inline-data.includes">
|
114
|
+
<ANCHOR id="gdk-pixbuf-Inline-data.description" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixbuf-Inline-data.description">
|
115
|
+
<ANCHOR id="gdk-pixbuf-Inline-data.functions_details" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixbuf-Inline-data.functions_details">
|
116
|
+
<ANCHOR id="GDK-PIXBUF-MAGIC-NUMBER:CAPS" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#GDK-PIXBUF-MAGIC-NUMBER:CAPS">
|
117
|
+
<ANCHOR id="gdk-pixdata-from-pixbuf" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixdata-from-pixbuf">
|
118
|
+
<ANCHOR id="gdk-pixbuf-from-pixdata" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixbuf-from-pixdata">
|
119
|
+
<ANCHOR id="gdk-pixdata-serialize" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixdata-serialize">
|
120
|
+
<ANCHOR id="gdk-pixdata-deserialize" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixdata-deserialize">
|
121
|
+
<ANCHOR id="gdk-pixdata-to-csource" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixdata-to-csource">
|
122
|
+
<ANCHOR id="gdk-pixbuf-Inline-data.other_details" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#gdk-pixbuf-Inline-data.other_details">
|
123
|
+
<ANCHOR id="GdkPixdata" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#GdkPixdata">
|
124
|
+
<ANCHOR id="GdkPixdataType" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#GdkPixdataType">
|
125
|
+
<ANCHOR id="GdkPixdataDumpType" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#GdkPixdataDumpType">
|
126
|
+
<ANCHOR id="GDK-PIXDATA-HEADER-LENGTH:CAPS" href="gdk-pixbuf/gdk-pixbuf-Inline-data.html#GDK-PIXDATA-HEADER-LENGTH:CAPS">
|
127
|
+
<ANCHOR id="gdk-pixbuf-Scaling" href="gdk-pixbuf/gdk-pixbuf-Scaling.html">
|
128
|
+
<ANCHOR id="gdk-pixbuf-Scaling.functions" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-Scaling.functions">
|
129
|
+
<ANCHOR id="gdk-pixbuf-Scaling.other" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-Scaling.other">
|
130
|
+
<ANCHOR id="gdk-pixbuf-Scaling.includes" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-Scaling.includes">
|
131
|
+
<ANCHOR id="gdk-pixbuf-Scaling.description" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-Scaling.description">
|
132
|
+
<ANCHOR id="gdk-pixbuf-Scaling.functions_details" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-Scaling.functions_details">
|
133
|
+
<ANCHOR id="gdk-pixbuf-scale-simple" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-scale-simple">
|
134
|
+
<ANCHOR id="gdk-pixbuf-scale" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-scale">
|
135
|
+
<ANCHOR id="gdk-pixbuf-composite-color-simple" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color-simple">
|
136
|
+
<ANCHOR id="gdk-pixbuf-composite" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-composite">
|
137
|
+
<ANCHOR id="gdk-pixbuf-composite-color" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color">
|
138
|
+
<ANCHOR id="gdk-pixbuf-rotate-simple" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-rotate-simple">
|
139
|
+
<ANCHOR id="gdk-pixbuf-flip" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-flip">
|
140
|
+
<ANCHOR id="gdk-pixbuf-Scaling.other_details" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-Scaling.other_details">
|
141
|
+
<ANCHOR id="GdkInterpType" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#GdkInterpType">
|
142
|
+
<ANCHOR id="GdkPixbufRotation" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#GdkPixbufRotation">
|
143
|
+
<ANCHOR id="gdk-pixbuf-Scaling.see-also" href="gdk-pixbuf/gdk-pixbuf-Scaling.html#gdk-pixbuf-Scaling.see-also">
|
144
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-rendering" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html">
|
145
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-from-drawables" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html">
|
146
|
+
<ANCHOR id="gdk-pixbuf-Utilities" href="gdk-pixbuf/gdk-pixbuf-Utilities.html">
|
147
|
+
<ANCHOR id="gdk-pixbuf-Utilities.functions" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-Utilities.functions">
|
148
|
+
<ANCHOR id="gdk-pixbuf-Utilities.includes" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-Utilities.includes">
|
149
|
+
<ANCHOR id="gdk-pixbuf-Utilities.description" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-Utilities.description">
|
150
|
+
<ANCHOR id="gdk-pixbuf-Utilities.functions_details" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-Utilities.functions_details">
|
151
|
+
<ANCHOR id="gdk-pixbuf-add-alpha" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-add-alpha">
|
152
|
+
<ANCHOR id="gdk-pixbuf-copy-area" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-copy-area">
|
153
|
+
<ANCHOR id="gdk-pixbuf-saturate-and-pixelate" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-saturate-and-pixelate">
|
154
|
+
<ANCHOR id="gdk-pixbuf-apply-embedded-orientation" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-apply-embedded-orientation">
|
155
|
+
<ANCHOR id="gdk-pixbuf-fill" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-fill">
|
156
|
+
<ANCHOR id="gdk-pixbuf-Utilities.other_details" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-Utilities.other_details">
|
157
|
+
<ANCHOR id="gdk-pixbuf-Utilities.see-also" href="gdk-pixbuf/gdk-pixbuf-Utilities.html#gdk-pixbuf-Utilities.see-also">
|
158
|
+
<ANCHOR id="gdk-pixbuf-Animations" href="gdk-pixbuf/gdk-pixbuf-Animations.html">
|
159
|
+
<ANCHOR id="gdk-pixbuf-Animations.functions" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.functions">
|
160
|
+
<ANCHOR id="gdk-pixbuf-Animations.properties" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.properties">
|
161
|
+
<ANCHOR id="GdkPixbufAnimation" href="gdk-pixbuf/gdk-pixbuf-Animations.html#GdkPixbufAnimation">
|
162
|
+
<ANCHOR id="GdkPixbufAnimationIter" href="gdk-pixbuf/gdk-pixbuf-Animations.html#GdkPixbufAnimationIter">
|
163
|
+
<ANCHOR id="GdkPixbufSimpleAnim" href="gdk-pixbuf/gdk-pixbuf-Animations.html#GdkPixbufSimpleAnim">
|
164
|
+
<ANCHOR id="gdk-pixbuf-Animations.other" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.other">
|
165
|
+
<ANCHOR id="gdk-pixbuf-Animations.object-hierarchy" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.object-hierarchy">
|
166
|
+
<ANCHOR id="gdk-pixbuf-Animations.includes" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.includes">
|
167
|
+
<ANCHOR id="gdk-pixbuf-Animations.description" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.description">
|
168
|
+
<ANCHOR id="gdk-pixbuf-Animations.functions_details" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.functions_details">
|
169
|
+
<ANCHOR id="gdk-pixbuf-animation-new-from-file" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-file">
|
170
|
+
<ANCHOR id="gdk-pixbuf-animation-new-from-resource" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-resource">
|
171
|
+
<ANCHOR id="gdk-pixbuf-animation-new-from-stream" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-stream">
|
172
|
+
<ANCHOR id="gdk-pixbuf-animation-new-from-stream-async" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-stream-async">
|
173
|
+
<ANCHOR id="gdk-pixbuf-animation-new-from-stream-finish" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-stream-finish">
|
174
|
+
<ANCHOR id="gdk-pixbuf-animation-ref" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-ref">
|
175
|
+
<ANCHOR id="gdk-pixbuf-animation-unref" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-unref">
|
176
|
+
<ANCHOR id="gdk-pixbuf-animation-get-width" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-width">
|
177
|
+
<ANCHOR id="gdk-pixbuf-animation-get-height" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-height">
|
178
|
+
<ANCHOR id="gdk-pixbuf-animation-get-iter" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-iter">
|
179
|
+
<ANCHOR id="gdk-pixbuf-animation-is-static-image" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-is-static-image">
|
180
|
+
<ANCHOR id="gdk-pixbuf-animation-get-static-image" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-static-image">
|
181
|
+
<ANCHOR id="gdk-pixbuf-animation-iter-advance" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-advance">
|
182
|
+
<ANCHOR id="gdk-pixbuf-animation-iter-get-delay-time" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-get-delay-time">
|
183
|
+
<ANCHOR id="gdk-pixbuf-animation-iter-on-currently-loading-frame" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-on-currently-loading-frame">
|
184
|
+
<ANCHOR id="gdk-pixbuf-animation-iter-get-pixbuf" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-get-pixbuf">
|
185
|
+
<ANCHOR id="gdk-pixbuf-simple-anim-new" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-new">
|
186
|
+
<ANCHOR id="gdk-pixbuf-simple-anim-add-frame" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-add-frame">
|
187
|
+
<ANCHOR id="gdk-pixbuf-simple-anim-set-loop" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-set-loop">
|
188
|
+
<ANCHOR id="gdk-pixbuf-simple-anim-get-loop" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-get-loop">
|
189
|
+
<ANCHOR id="gdk-pixbuf-Animations.other_details" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.other_details">
|
190
|
+
<ANCHOR id="GdkPixbufAnimation-struct" href="gdk-pixbuf/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct">
|
191
|
+
<ANCHOR id="GdkPixbufAnimationIter-struct" href="gdk-pixbuf/gdk-pixbuf-Animations.html#GdkPixbufAnimationIter-struct">
|
192
|
+
<ANCHOR id="GdkPixbufSimpleAnim-struct" href="gdk-pixbuf/gdk-pixbuf-Animations.html#GdkPixbufSimpleAnim-struct">
|
193
|
+
<ANCHOR id="gdk-pixbuf-Animations.property-details" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.property-details">
|
194
|
+
<ANCHOR id="GdkPixbufSimpleAnim--loop" href="gdk-pixbuf/gdk-pixbuf-Animations.html#GdkPixbufSimpleAnim--loop">
|
195
|
+
<ANCHOR id="gdk-pixbuf-Animations.see-also" href="gdk-pixbuf/gdk-pixbuf-Animations.html#gdk-pixbuf-Animations.see-also">
|
196
|
+
<ANCHOR id="GdkPixbufLoader" href="gdk-pixbuf/GdkPixbufLoader.html">
|
197
|
+
<ANCHOR id="GdkPixbufLoader.functions" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.functions">
|
198
|
+
<ANCHOR id="GdkPixbufLoader.signals" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.signals">
|
199
|
+
<ANCHOR id="GdkPixbufLoader.other" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.other">
|
200
|
+
<ANCHOR id="GdkPixbufLoader.object-hierarchy" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.object-hierarchy">
|
201
|
+
<ANCHOR id="GdkPixbufLoader.includes" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.includes">
|
202
|
+
<ANCHOR id="GdkPixbufLoader.description" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.description">
|
203
|
+
<ANCHOR id="GdkPixbufLoader.functions_details" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.functions_details">
|
204
|
+
<ANCHOR id="gdk-pixbuf-loader-new" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-new">
|
205
|
+
<ANCHOR id="gdk-pixbuf-loader-new-with-type" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-new-with-type">
|
206
|
+
<ANCHOR id="gdk-pixbuf-loader-new-with-mime-type" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-new-with-mime-type">
|
207
|
+
<ANCHOR id="gdk-pixbuf-loader-get-format" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-get-format">
|
208
|
+
<ANCHOR id="gdk-pixbuf-loader-write" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-write">
|
209
|
+
<ANCHOR id="gdk-pixbuf-loader-write-bytes" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-write-bytes">
|
210
|
+
<ANCHOR id="gdk-pixbuf-loader-set-size" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-set-size">
|
211
|
+
<ANCHOR id="gdk-pixbuf-loader-get-pixbuf" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-get-pixbuf">
|
212
|
+
<ANCHOR id="gdk-pixbuf-loader-get-animation" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-get-animation">
|
213
|
+
<ANCHOR id="gdk-pixbuf-loader-close" href="gdk-pixbuf/GdkPixbufLoader.html#gdk-pixbuf-loader-close">
|
214
|
+
<ANCHOR id="GdkPixbufLoader.other_details" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.other_details">
|
215
|
+
<ANCHOR id="GdkPixbufLoader-struct" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader-struct">
|
216
|
+
<ANCHOR id="GdkPixbufLoader.signal-details" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.signal-details">
|
217
|
+
<ANCHOR id="GdkPixbufLoader-area-prepared" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader-area-prepared">
|
218
|
+
<ANCHOR id="GdkPixbufLoader-area-updated" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader-area-updated">
|
219
|
+
<ANCHOR id="GdkPixbufLoader-closed" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader-closed">
|
220
|
+
<ANCHOR id="GdkPixbufLoader-size-prepared" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader-size-prepared">
|
221
|
+
<ANCHOR id="GdkPixbufLoader.see-also" href="gdk-pixbuf/GdkPixbufLoader.html#GdkPixbufLoader.see-also">
|
222
|
+
<ANCHOR id="gdk-pixbuf-Module-Interface" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html">
|
223
|
+
<ANCHOR id="gdk-pixbuf-Module-Interface.functions" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-Module-Interface.functions">
|
224
|
+
<ANCHOR id="gdk-pixbuf-Module-Interface.other" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-Module-Interface.other">
|
225
|
+
<ANCHOR id="gdk-pixbuf-Module-Interface.includes" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-Module-Interface.includes">
|
226
|
+
<ANCHOR id="gdk-pixbuf-Module-Interface.description" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-Module-Interface.description">
|
227
|
+
<ANCHOR id="gdk-pixbuf-Module-Interface.functions_details" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-Module-Interface.functions_details">
|
228
|
+
<ANCHOR id="gdk-pixbuf-set-option" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-set-option">
|
229
|
+
<ANCHOR id="gdk-pixbuf-get-formats" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-get-formats">
|
230
|
+
<ANCHOR id="gdk-pixbuf-format-copy" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-copy">
|
231
|
+
<ANCHOR id="gdk-pixbuf-format-free" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-free">
|
232
|
+
<ANCHOR id="gdk-pixbuf-format-get-name" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-name">
|
233
|
+
<ANCHOR id="gdk-pixbuf-format-get-description" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-description">
|
234
|
+
<ANCHOR id="gdk-pixbuf-format-get-mime-types" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-mime-types">
|
235
|
+
<ANCHOR id="gdk-pixbuf-format-get-extensions" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-extensions">
|
236
|
+
<ANCHOR id="gdk-pixbuf-format-is-writable" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-writable">
|
237
|
+
<ANCHOR id="gdk-pixbuf-format-is-scalable" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-scalable">
|
238
|
+
<ANCHOR id="gdk-pixbuf-format-is-disabled" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-disabled">
|
239
|
+
<ANCHOR id="gdk-pixbuf-format-set-disabled" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-set-disabled">
|
240
|
+
<ANCHOR id="gdk-pixbuf-format-get-license" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-license">
|
241
|
+
<ANCHOR id="GdkPixbufModuleFillVtableFunc" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillVtableFunc">
|
242
|
+
<ANCHOR id="GdkPixbufModuleFillInfoFunc" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillInfoFunc">
|
243
|
+
<ANCHOR id="GdkPixbufModuleSizeFunc" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufModuleSizeFunc">
|
244
|
+
<ANCHOR id="GdkPixbufModulePreparedFunc" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufModulePreparedFunc">
|
245
|
+
<ANCHOR id="GdkPixbufModuleUpdatedFunc" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufModuleUpdatedFunc">
|
246
|
+
<ANCHOR id="gdk-pixbuf-Module-Interface.other_details" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#gdk-pixbuf-Module-Interface.other_details">
|
247
|
+
<ANCHOR id="GdkPixbufFormat" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat">
|
248
|
+
<ANCHOR id="GdkPixbufFormatFlags" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufFormatFlags">
|
249
|
+
<ANCHOR id="GdkPixbufModulePattern" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufModulePattern">
|
250
|
+
<ANCHOR id="GdkPixbufModule" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufModule">
|
251
|
+
<ANCHOR id="GdkPixbufAnimationClass" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationClass">
|
252
|
+
<ANCHOR id="GdkPixbufAnimationIterClass" href="gdk-pixbuf/gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationIterClass">
|
253
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-Xlib-initialization" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html">
|
254
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.functions" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-gdk-pixbuf-Xlib-initialization.functions">
|
255
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.includes" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-gdk-pixbuf-Xlib-initialization.includes">
|
256
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.description" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-gdk-pixbuf-Xlib-initialization.description">
|
257
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.functions_details" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-gdk-pixbuf-Xlib-initialization.functions_details">
|
258
|
+
<ANCHOR id="gdk-pixbuf-xlib-init" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-xlib-init">
|
259
|
+
<ANCHOR id="gdk-pixbuf-xlib-init-with-depth" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-xlib-init-with-depth">
|
260
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.other_details" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-gdk-pixbuf-Xlib-initialization.other_details">
|
261
|
+
<ANCHOR id="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.see-also" href="gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-gdk-pixbuf-Xlib-initialization.see-also">
|
262
|
+
<ANCHOR id="gdk-pixbuf-Xlib-Rendering" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html">
|
263
|
+
<ANCHOR id="gdk-pixbuf-Xlib-Rendering.functions" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-Xlib-Rendering.functions">
|
264
|
+
<ANCHOR id="gdk-pixbuf-Xlib-Rendering.includes" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-Xlib-Rendering.includes">
|
265
|
+
<ANCHOR id="gdk-pixbuf-Xlib-Rendering.description" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-Xlib-Rendering.description">
|
266
|
+
<ANCHOR id="gdk-pixbuf-Xlib-Rendering.functions_details" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-Xlib-Rendering.functions_details">
|
267
|
+
<ANCHOR id="gdk-pixbuf-xlib-render-threshold-alpha" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-threshold-alpha">
|
268
|
+
<ANCHOR id="gdk-pixbuf-xlib-render-to-drawable" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-to-drawable">
|
269
|
+
<ANCHOR id="gdk-pixbuf-xlib-render-to-drawable-alpha" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-to-drawable-alpha">
|
270
|
+
<ANCHOR id="gdk-pixbuf-xlib-render-pixmap-and-mask" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-xlib-render-pixmap-and-mask">
|
271
|
+
<ANCHOR id="gdk-pixbuf-Xlib-Rendering.other_details" href="gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html#gdk-pixbuf-Xlib-Rendering.other_details">
|
272
|
+
<ANCHOR id="gdk-pixbuf-X-Drawables-to-Pixbufs" href="gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html">
|
273
|
+
<ANCHOR id="gdk-pixbuf-X-Drawables-to-Pixbufs.functions" href="gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html#gdk-pixbuf-X-Drawables-to-Pixbufs.functions">
|
274
|
+
<ANCHOR id="gdk-pixbuf-X-Drawables-to-Pixbufs.includes" href="gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html#gdk-pixbuf-X-Drawables-to-Pixbufs.includes">
|
275
|
+
<ANCHOR id="gdk-pixbuf-X-Drawables-to-Pixbufs.description" href="gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html#gdk-pixbuf-X-Drawables-to-Pixbufs.description">
|
276
|
+
<ANCHOR id="gdk-pixbuf-X-Drawables-to-Pixbufs.functions_details" href="gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html#gdk-pixbuf-X-Drawables-to-Pixbufs.functions_details">
|
277
|
+
<ANCHOR id="gdk-pixbuf-xlib-get-from-drawable" href="gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html#gdk-pixbuf-xlib-get-from-drawable">
|
278
|
+
<ANCHOR id="gdk-pixbuf-X-Drawables-to-Pixbufs.other_details" href="gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html#gdk-pixbuf-X-Drawables-to-Pixbufs.other_details">
|
279
|
+
<ANCHOR id="gdk-pixbuf-XlibRGB" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html">
|
280
|
+
<ANCHOR id="gdk-pixbuf-XlibRGB.functions" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#gdk-pixbuf-XlibRGB.functions">
|
281
|
+
<ANCHOR id="gdk-pixbuf-XlibRGB.other" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#gdk-pixbuf-XlibRGB.other">
|
282
|
+
<ANCHOR id="gdk-pixbuf-XlibRGB.includes" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#gdk-pixbuf-XlibRGB.includes">
|
283
|
+
<ANCHOR id="gdk-pixbuf-XlibRGB.description" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#gdk-pixbuf-XlibRGB.description">
|
284
|
+
<ANCHOR id="gdk-pixbuf-XlibRGB.functions_details" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#gdk-pixbuf-XlibRGB.functions_details">
|
285
|
+
<ANCHOR id="xlib-rgb-init" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-init">
|
286
|
+
<ANCHOR id="xlib-rgb-init-with-depth" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-init-with-depth">
|
287
|
+
<ANCHOR id="xlib-rgb-xpixel-from-rgb" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-xpixel-from-rgb">
|
288
|
+
<ANCHOR id="xlib-rgb-gc-set-foreground" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-gc-set-foreground">
|
289
|
+
<ANCHOR id="xlib-rgb-gc-set-background" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-gc-set-background">
|
290
|
+
<ANCHOR id="xlib-draw-rgb-image" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-draw-rgb-image">
|
291
|
+
<ANCHOR id="xlib-draw-rgb-image-dithalign" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-draw-rgb-image-dithalign">
|
292
|
+
<ANCHOR id="xlib-draw-rgb-32-image" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-draw-rgb-32-image">
|
293
|
+
<ANCHOR id="xlib-draw-gray-image" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-draw-gray-image">
|
294
|
+
<ANCHOR id="xlib-rgb-cmap-new" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-cmap-new">
|
295
|
+
<ANCHOR id="xlib-rgb-cmap-free" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-cmap-free">
|
296
|
+
<ANCHOR id="xlib-draw-indexed-image" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-draw-indexed-image">
|
297
|
+
<ANCHOR id="xlib-rgb-ditherable" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-ditherable">
|
298
|
+
<ANCHOR id="xlib-rgb-set-verbose" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-set-verbose">
|
299
|
+
<ANCHOR id="xlib-rgb-set-install" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-set-install">
|
300
|
+
<ANCHOR id="xlib-rgb-set-min-colors" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-set-min-colors">
|
301
|
+
<ANCHOR id="xlib-rgb-get-cmap" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-get-cmap">
|
302
|
+
<ANCHOR id="xlib-rgb-get-visual" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-get-visual">
|
303
|
+
<ANCHOR id="xlib-rgb-get-visual-info" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-get-visual-info">
|
304
|
+
<ANCHOR id="xlib-rgb-get-depth" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-get-depth">
|
305
|
+
<ANCHOR id="xlib-rgb-get-display" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-get-display">
|
306
|
+
<ANCHOR id="xlib-rgb-get-screen" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#xlib-rgb-get-screen">
|
307
|
+
<ANCHOR id="gdk-pixbuf-XlibRGB.other_details" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#gdk-pixbuf-XlibRGB.other_details">
|
308
|
+
<ANCHOR id="XlibRgbCmap" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#XlibRgbCmap">
|
309
|
+
<ANCHOR id="XlibRgbDither" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#XlibRgbDither">
|
310
|
+
<ANCHOR id="gdk-pixbuf-XlibRGB.see-also" href="gdk-pixbuf/gdk-pixbuf-XlibRGB.html#gdk-pixbuf-XlibRGB.see-also">
|
311
|
+
<ANCHOR id="gdk-pixbuf-csource" href="gdk-pixbuf/gdk-pixbuf-csource.html">
|
312
|
+
<ANCHOR id="gdk-pixbuf-query-loaders" href="gdk-pixbuf/gdk-pixbuf-query-loaders.html">
|
313
|
+
<ANCHOR id="annotation-glossterm-allow-none" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-allow-none">
|
314
|
+
<ANCHOR id="annotation-glossterm-array" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-array">
|
315
|
+
<ANCHOR id="annotation-glossterm-closure" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-closure">
|
316
|
+
<ANCHOR id="annotation-glossterm-element-type" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-element-type">
|
317
|
+
<ANCHOR id="annotation-glossterm-out" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-out">
|
318
|
+
<ANCHOR id="annotation-glossterm-scope async" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-scope async">
|
319
|
+
<ANCHOR id="annotation-glossterm-scope call" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-scope call">
|
320
|
+
<ANCHOR id="annotation-glossterm-transfer container" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-transfer container">
|
321
|
+
<ANCHOR id="annotation-glossterm-transfer full" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-transfer full">
|
322
|
+
<ANCHOR id="annotation-glossterm-transfer none" href="gdk-pixbuf/annotation-glossary.html#annotation-glossterm-transfer none">
|