gdk_pixbuf2 3.1.0-x86-mingw32 → 3.1.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/lib/gdk_pixbuf2/deprecated.rb +3 -1
- data/lib/gdk_pixbuf2/pixbuf.rb +59 -5
- data/test/gdk_pixbuf2-test-utils.rb +11 -0
- data/test/test-pixbuf.rb +61 -15
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-thumbnailer.exe +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +4 -3
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +29 -8
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +2 -2
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +45 -45
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
- data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.la +1 -1
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +224 -17
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +20 -20
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +62 -33
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +4 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +2 -2
- data/vendor/local/share/locale/ca/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/de/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/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/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/it/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/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/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/man/man1/gdk-pixbuf-csource.1 +1 -1
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +1 -1
- data/vendor/local/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer +4 -0
- metadata +11 -5
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-Animations.html" title="Animations">
|
10
10
|
<link rel="next" href="gdk-pixbuf-Module-Interface.html" title="Module Interface">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -813,6 +813,6 @@ the desired size to which the image should be scaled.</p>
|
|
813
813
|
</div>
|
814
814
|
</div>
|
815
815
|
<div class="footer">
|
816
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
816
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
817
817
|
</body>
|
818
818
|
</html>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="license.html" title="Appendix A. License">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
10
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -73,6 +73,6 @@
|
|
73
73
|
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
|
74
74
|
</div>
|
75
75
|
<div class="footer">
|
76
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
76
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
77
77
|
</body>
|
78
78
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-8.html" title="Index of new symbols in 2.8">
|
10
10
|
<link rel="next" href="api-index-2-14.html" title="Index of new symbols in 2.14">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -29,6 +29,6 @@
|
|
29
29
|
<dd></dd>
|
30
30
|
</div>
|
31
31
|
<div class="footer">
|
32
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
32
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
33
33
|
</body>
|
34
34
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-12.html" title="Index of new symbols in 2.12">
|
10
10
|
<link rel="next" href="api-index-2-26.html" title="Index of new symbols in 2.26">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -40,6 +40,6 @@
|
|
40
40
|
<dd></dd>
|
41
41
|
</div>
|
42
42
|
<div class="footer">
|
43
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
43
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
44
44
|
</body>
|
45
45
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
|
10
10
|
<link rel="next" href="api-index-2-4.html" title="Index of new symbols in 2.4">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -102,6 +102,6 @@
|
|
102
102
|
<dd></dd>
|
103
103
|
</div>
|
104
104
|
<div class="footer">
|
105
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
105
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
106
106
|
</body>
|
107
107
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-14.html" title="Index of new symbols in 2.14">
|
10
10
|
<link rel="next" href="api-index-2-28.html" title="Index of new symbols in 2.28">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -44,6 +44,6 @@
|
|
44
44
|
<dd></dd>
|
45
45
|
</div>
|
46
46
|
<div class="footer">
|
47
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
47
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
48
48
|
</body>
|
49
49
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-26.html" title="Index of new symbols in 2.26">
|
10
10
|
<link rel="next" href="api-index-2-30.html" title="Index of new symbols in 2.30">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -41,6 +41,6 @@
|
|
41
41
|
<dd></dd>
|
42
42
|
</div>
|
43
43
|
<div class="footer">
|
44
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
44
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
45
45
|
</body>
|
46
46
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-28.html" title="Index of new symbols in 2.28">
|
10
10
|
<link rel="next" href="api-index-2-32.html" title="Index of new symbols in 2.32">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -29,6 +29,6 @@
|
|
29
29
|
<dd></dd>
|
30
30
|
</div>
|
31
31
|
<div class="footer">
|
32
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
32
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
33
33
|
</body>
|
34
34
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-30.html" title="Index of new symbols in 2.30">
|
10
10
|
<link rel="next" href="api-index-2-36.html" title="Index of new symbols in 2.36">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -51,6 +51,6 @@
|
|
51
51
|
<dd></dd>
|
52
52
|
</div>
|
53
53
|
<div class="footer">
|
54
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
54
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
55
55
|
</body>
|
56
56
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-32.html" title="Index of new symbols in 2.32">
|
10
10
|
<link rel="next" href="license.html" title="Appendix A. License">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -141,6 +141,6 @@
|
|
141
141
|
<dd></dd>
|
142
142
|
</div>
|
143
143
|
<div class="footer">
|
144
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
144
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
145
145
|
</body>
|
146
146
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-2.html" title="Index of new symbols in 2.2">
|
10
10
|
<link rel="next" href="api-index-2-6.html" title="Index of new symbols in 2.6">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -66,6 +66,6 @@
|
|
66
66
|
<dd></dd>
|
67
67
|
</div>
|
68
68
|
<div class="footer">
|
69
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
69
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
70
70
|
</body>
|
71
71
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-4.html" title="Index of new symbols in 2.4">
|
10
10
|
<link rel="next" href="api-index-2-8.html" title="Index of new symbols in 2.8">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -59,6 +59,6 @@
|
|
59
59
|
<dd></dd>
|
60
60
|
</div>
|
61
61
|
<div class="footer">
|
62
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
62
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
63
63
|
</body>
|
64
64
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-6.html" title="Index of new symbols in 2.6">
|
10
10
|
<link rel="next" href="api-index-2-12.html" title="Index of new symbols in 2.12">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,6 +33,6 @@
|
|
33
33
|
<dd></dd>
|
34
34
|
</div>
|
35
35
|
<div class="footer">
|
36
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
36
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
37
37
|
</body>
|
38
38
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-full.html" title="Index of all symbols">
|
10
10
|
<link rel="next" href="api-index-2-2.html" title="Index of new symbols in 2.2">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -103,6 +103,6 @@
|
|
103
103
|
<dd></dd>
|
104
104
|
</div>
|
105
105
|
<div class="footer">
|
106
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
106
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
107
107
|
</body>
|
108
108
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-query-loaders.html" title="gdk-pixbuf-query-loaders">
|
10
10
|
<link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -909,6 +909,6 @@
|
|
909
909
|
<dd></dd>
|
910
910
|
</div>
|
911
911
|
<div class="footer">
|
912
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
912
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
913
913
|
</body>
|
914
914
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-Utilities.html" title="Utilities">
|
10
10
|
<link rel="next" href="GdkPixbufLoader.html" title="GdkPixbufLoader">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -438,7 +438,7 @@ result of the operation.</p>
|
|
438
438
|
</tr>
|
439
439
|
<tr>
|
440
440
|
<td class="parameter_name"><p>callback</p></td>
|
441
|
-
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the
|
441
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the pixbuf is loaded</p></td>
|
442
442
|
<td class="parameter_annotations"> </td>
|
443
443
|
</tr>
|
444
444
|
<tr>
|
@@ -1052,6 +1052,6 @@ certain position in an animation.</p>
|
|
1052
1052
|
</div>
|
1053
1053
|
</div>
|
1054
1054
|
<div class="footer">
|
1055
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
1055
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
1056
1056
|
</body>
|
1057
1057
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html" title="Reference Counting and Memory Mangement">
|
10
10
|
<link rel="next" href="gdk-pixbuf-File-saving.html" title="File saving">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -423,7 +423,7 @@ get the result of the operation.</p>
|
|
423
423
|
</tr>
|
424
424
|
<tr>
|
425
425
|
<td class="parameter_name"><p>callback</p></td>
|
426
|
-
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the
|
426
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the file info is available</p></td>
|
427
427
|
<td class="parameter_annotations"> </td>
|
428
428
|
</tr>
|
429
429
|
<tr>
|
@@ -686,7 +686,7 @@ You can then call <a class="link" href="gdk-pixbuf-File-Loading.html#gdk-pixbuf-
|
|
686
686
|
</tr>
|
687
687
|
<tr>
|
688
688
|
<td class="parameter_name"><p>callback</p></td>
|
689
|
-
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the
|
689
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the pixbuf is loaded</p></td>
|
690
690
|
<td class="parameter_annotations"> </td>
|
691
691
|
</tr>
|
692
692
|
<tr>
|
@@ -875,7 +875,7 @@ You can then call <a class="link" href="gdk-pixbuf-File-Loading.html#gdk-pixbuf-
|
|
875
875
|
</tr>
|
876
876
|
<tr>
|
877
877
|
<td class="parameter_name"><p>callback</p></td>
|
878
|
-
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the
|
878
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the pixbuf is loaded</p></td>
|
879
879
|
<td class="parameter_annotations"> </td>
|
880
880
|
</tr>
|
881
881
|
<tr>
|
@@ -898,6 +898,6 @@ You can then call <a class="link" href="gdk-pixbuf-File-Loading.html#gdk-pixbuf-
|
|
898
898
|
</div>
|
899
899
|
</div>
|
900
900
|
<div class="footer">
|
901
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
901
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
902
902
|
</body>
|
903
903
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-File-Loading.html" title="File Loading">
|
10
10
|
<link rel="next" href="gdk-pixbuf-Image-Data-in-Memory.html" title="Image Data in Memory">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -242,16 +242,16 @@ following way:</p>
|
|
242
242
|
8
|
243
243
|
9
|
244
244
|
10</pre></td>
|
245
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
246
|
-
<span class="
|
247
|
-
<span class="
|
248
|
-
<span class="
|
249
|
-
<span class="
|
245
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">void</span> <span class="function">add_if_writable</span> <span class="gtkdoc opt">(</span>GdkPixbufFormat <span class="gtkdoc opt">*</span>data<span class="gtkdoc opt">,</span> GSList <span class="gtkdoc opt">**</span>list<span class="gtkdoc opt">)</span>
|
246
|
+
<span class="gtkdoc opt">{</span>
|
247
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function"><a href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-writable">gdk_pixbuf_format_is_writable</a></span> <span class="gtkdoc opt">(</span>data<span class="gtkdoc opt">))</span>
|
248
|
+
<span class="gtkdoc opt">*</span>list <span class="gtkdoc opt">=</span> <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-prepend">g_slist_prepend</a></span> <span class="gtkdoc opt">(*</span>list<span class="gtkdoc opt">,</span> data<span class="gtkdoc opt">);</span>
|
249
|
+
<span class="gtkdoc opt">}</span>
|
250
250
|
|
251
|
-
<span class="
|
252
|
-
<span class="
|
253
|
-
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-foreach">g_slist_foreach</a></span
|
254
|
-
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free">g_slist_free</a></span
|
251
|
+
GSList <span class="gtkdoc opt">*</span>formats <span class="gtkdoc opt">=</span> <span class="function"><a href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-get-formats">gdk_pixbuf_get_formats</a></span> <span class="gtkdoc opt">();</span>
|
252
|
+
GSList <span class="gtkdoc opt">*</span>writable_formats <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
253
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-foreach">g_slist_foreach</a></span> <span class="gtkdoc opt">(</span>formats<span class="gtkdoc opt">,</span> add_if_writable<span class="gtkdoc opt">, &</span>writable_formats<span class="gtkdoc opt">);</span>
|
254
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free">g_slist_free</a></span> <span class="gtkdoc opt">(</span>formats<span class="gtkdoc opt">);</span></pre></td>
|
255
255
|
</tr>
|
256
256
|
</tbody>
|
257
257
|
</table>
|
@@ -269,7 +269,7 @@ parameters. For example:</p>
|
|
269
269
|
<tbody>
|
270
270
|
<tr>
|
271
271
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
272
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save">gdk_pixbuf_save</a></span
|
272
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save">gdk_pixbuf_save</a></span> <span class="gtkdoc opt">(</span>pixbuf<span class="gtkdoc opt">,</span> handle<span class="gtkdoc opt">,</span> <span class="string">"jpeg"</span><span class="gtkdoc opt">, &</span>error<span class="gtkdoc opt">,</span> <span class="string">"quality"</span><span class="gtkdoc opt">,</span> <span class="string">"100"</span><span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">);</span></pre></td>
|
273
273
|
</tr>
|
274
274
|
</tbody>
|
275
275
|
</table>
|
@@ -298,12 +298,12 @@ into base64.</p>
|
|
298
298
|
4
|
299
299
|
5
|
300
300
|
6</pre></td>
|
301
|
-
<td class="listing_code"><pre class="programlisting"
|
302
|
-
<span class="
|
303
|
-
|
304
|
-
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#g-file-get-contents">g_file_get_contents</a></span
|
305
|
-
<span class="
|
306
|
-
<span class="function"><a href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save">gdk_pixbuf_save</a></span
|
301
|
+
<td class="listing_code"><pre class="programlisting">gchar <span class="gtkdoc opt">*</span>contents<span class="gtkdoc opt">;</span>
|
302
|
+
gchar <span class="gtkdoc opt">*</span>contents_encode<span class="gtkdoc opt">;</span>
|
303
|
+
gsize length<span class="gtkdoc opt">;</span>
|
304
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html#g-file-get-contents">g_file_get_contents</a></span> <span class="gtkdoc opt">(</span><span class="string">"/home/hughsie/.color/icc/L225W.icm"</span><span class="gtkdoc opt">, &</span>contents<span class="gtkdoc opt">, &</span>length<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">);</span>
|
305
|
+
contents_encode <span class="gtkdoc opt">=</span> <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html#g-base64-encode">g_base64_encode</a></span> <span class="gtkdoc opt">((</span><span class="gtkdoc kwb">const</span> guchar <span class="gtkdoc opt">*)</span> contents<span class="gtkdoc opt">,</span> length<span class="gtkdoc opt">);</span>
|
306
|
+
<span class="function"><a href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save">gdk_pixbuf_save</a></span> <span class="gtkdoc opt">(</span>pixbuf<span class="gtkdoc opt">,</span> handle<span class="gtkdoc opt">,</span> <span class="string">"png"</span><span class="gtkdoc opt">, &</span>error<span class="gtkdoc opt">,</span> <span class="string">"icc-profile"</span><span class="gtkdoc opt">,</span> contents_encode<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">);</span></pre></td>
|
307
307
|
</tr>
|
308
308
|
</tbody>
|
309
309
|
</table>
|
@@ -880,7 +880,7 @@ You can then call <a class="link" href="gdk-pixbuf-File-saving.html#gdk-pixbuf-s
|
|
880
880
|
</tr>
|
881
881
|
<tr>
|
882
882
|
<td class="parameter_name"><p>callback</p></td>
|
883
|
-
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the
|
883
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the pixbuf is saved</p></td>
|
884
884
|
<td class="parameter_annotations"> </td>
|
885
885
|
</tr>
|
886
886
|
<tr>
|
@@ -958,7 +958,7 @@ You can then call <a class="link" href="gdk-pixbuf-File-saving.html#gdk-pixbuf-s
|
|
958
958
|
</tr>
|
959
959
|
<tr>
|
960
960
|
<td class="parameter_name"><p>callback</p></td>
|
961
|
-
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the
|
961
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the pixbuf is saved</p></td>
|
962
962
|
<td class="parameter_annotations"> </td>
|
963
963
|
</tr>
|
964
964
|
<tr>
|
@@ -1013,6 +1013,6 @@ gdk_pixbuf_save_to_stream_finish (<em class="parameter"><code><a href="/home/vag
|
|
1013
1013
|
</div>
|
1014
1014
|
</div>
|
1015
1015
|
<div class="footer">
|
1016
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
1016
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
1017
1017
|
</body>
|
1018
1018
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-pixbuf-File-saving.html" title="File saving">
|
10
10
|
<link rel="next" href="gdk-pixbuf-Inline-data.html" title="Inline data">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -388,7 +388,7 @@ In almost all cases, you should pass the <code class="literal">--raw</code> opti
|
|
388
388
|
<tbody>
|
389
389
|
<tr>
|
390
390
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
391
|
-
<td class="listing_code"><pre class="programlisting"
|
391
|
+
<td class="listing_code"><pre class="programlisting">gdk<span class="gtkdoc opt">-</span>pixbuf<span class="gtkdoc opt">-</span>csource <span class="gtkdoc opt">--</span>raw <span class="gtkdoc opt">--</span>name<span class="gtkdoc opt">=</span>myimage_inline myimage<span class="gtkdoc opt">.</span>png</pre></td>
|
392
392
|
</tr>
|
393
393
|
</tbody>
|
394
394
|
</table>
|
@@ -410,7 +410,7 @@ since things will always succeed:</p>
|
|
410
410
|
<tbody>
|
411
411
|
<tr>
|
412
412
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
413
|
-
<td class="listing_code"><pre class="programlisting"
|
413
|
+
<td class="listing_code"><pre class="programlisting">pixbuf <span class="gtkdoc opt">=</span> <span class="function"><a href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline">gdk_pixbuf_new_from_inline</a></span> <span class="gtkdoc opt">(-</span><span class="number">1</span><span class="gtkdoc opt">,</span> myimage_inline<span class="gtkdoc opt">,</span> FALSE<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">);</span></pre></td>
|
414
414
|
</tr>
|
415
415
|
</tbody>
|
416
416
|
</table>
|
@@ -571,6 +571,6 @@ not enough memory could be allocated. </p>
|
|
571
571
|
</div>
|
572
572
|
</div>
|
573
573
|
<div class="footer">
|
574
|
-
<hr>Generated by GTK-Doc V1.25</div>
|
574
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
575
575
|
</body>
|
576
576
|
</html>
|