gdk_pixbuf2 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +4 -2
- data/lib/gdk_pixbuf2/loader.rb +0 -6
- data/lib/gdk_pixbuf2/pixbuf.rb +13 -0
- data/test/run-test.rb +2 -0
- data/test/test-pixbuf.rb +3 -0
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +23 -4
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +83 -5
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +7 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +8 -4
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +24 -10
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +11 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +662 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +6 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +7 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +1 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +5 -5
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +71 -71
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
- data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.la +2 -2
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +201 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +78 -78
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html +146 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +107 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +90 -90
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +106 -106
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +257 -99
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +36 -35
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +49 -49
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +128 -73
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +164 -75
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +295 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +28 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +5 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +3 -3
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +2 -2
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +2 -2
- metadata +8 -7
- data/vendor/local/lib/gdk_pixbuf-2.0.def +0 -134
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Module Interface: GDK-PixBuf Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
8
|
<link rel="up" href="rn01.html" title="API Reference">
|
9
9
|
<link rel="prev" href="GdkPixbufLoader.html" title="GdkPixbufLoader">
|
10
10
|
<link rel="next" href="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html" title="gdk-pixbuf Xlib initialization">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.25
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</tr></table></div>
|
34
34
|
<div class="refsect1">
|
35
35
|
<a name="gdk-pixbuf-Module-Interface.functions"></a><h2>Functions</h2>
|
36
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
37
37
|
<colgroup>
|
38
38
|
<col width="150px" class="functions_return">
|
39
39
|
<col class="functions_name">
|
@@ -41,7 +41,7 @@
|
|
41
41
|
<tbody>
|
42
42
|
<tr>
|
43
43
|
<td class="function_type">
|
44
|
-
<a href="
|
44
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
45
45
|
</td>
|
46
46
|
<td class="function_name">
|
47
47
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-get-formats" title="gdk_pixbuf_get_formats ()">gdk_pixbuf_get_formats</a> <span class="c_punctuation">()</span>
|
@@ -65,7 +65,7 @@
|
|
65
65
|
</tr>
|
66
66
|
<tr>
|
67
67
|
<td class="function_type">
|
68
|
-
<a href="
|
68
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
69
69
|
</td>
|
70
70
|
<td class="function_name">
|
71
71
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-name" title="gdk_pixbuf_format_get_name ()">gdk_pixbuf_format_get_name</a> <span class="c_punctuation">()</span>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
</tr>
|
74
74
|
<tr>
|
75
75
|
<td class="function_type">
|
76
|
-
<a href="
|
76
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
77
77
|
</td>
|
78
78
|
<td class="function_name">
|
79
79
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-description" title="gdk_pixbuf_format_get_description ()">gdk_pixbuf_format_get_description</a> <span class="c_punctuation">()</span>
|
@@ -81,7 +81,7 @@
|
|
81
81
|
</tr>
|
82
82
|
<tr>
|
83
83
|
<td class="function_type">
|
84
|
-
<a href="
|
84
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
85
85
|
</td>
|
86
86
|
<td class="function_name">
|
87
87
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-mime-types" title="gdk_pixbuf_format_get_mime_types ()">gdk_pixbuf_format_get_mime_types</a> <span class="c_punctuation">()</span>
|
@@ -89,7 +89,7 @@
|
|
89
89
|
</tr>
|
90
90
|
<tr>
|
91
91
|
<td class="function_type">
|
92
|
-
<a href="
|
92
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
93
93
|
</td>
|
94
94
|
<td class="function_name">
|
95
95
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-extensions" title="gdk_pixbuf_format_get_extensions ()">gdk_pixbuf_format_get_extensions</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +97,15 @@
|
|
97
97
|
</tr>
|
98
98
|
<tr>
|
99
99
|
<td class="function_type">
|
100
|
-
<a href="
|
100
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
101
|
+
</td>
|
102
|
+
<td class="function_name">
|
103
|
+
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-save-option-supported" title="gdk_pixbuf_format_is_save_option_supported ()">gdk_pixbuf_format_is_save_option_supported</a> <span class="c_punctuation">()</span>
|
104
|
+
</td>
|
105
|
+
</tr>
|
106
|
+
<tr>
|
107
|
+
<td class="function_type">
|
108
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
101
109
|
</td>
|
102
110
|
<td class="function_name">
|
103
111
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-writable" title="gdk_pixbuf_format_is_writable ()">gdk_pixbuf_format_is_writable</a> <span class="c_punctuation">()</span>
|
@@ -105,7 +113,7 @@
|
|
105
113
|
</tr>
|
106
114
|
<tr>
|
107
115
|
<td class="function_type">
|
108
|
-
<a href="
|
116
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
109
117
|
</td>
|
110
118
|
<td class="function_name">
|
111
119
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-scalable" title="gdk_pixbuf_format_is_scalable ()">gdk_pixbuf_format_is_scalable</a> <span class="c_punctuation">()</span>
|
@@ -113,7 +121,7 @@
|
|
113
121
|
</tr>
|
114
122
|
<tr>
|
115
123
|
<td class="function_type">
|
116
|
-
<a href="
|
124
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
117
125
|
</td>
|
118
126
|
<td class="function_name">
|
119
127
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-disabled" title="gdk_pixbuf_format_is_disabled ()">gdk_pixbuf_format_is_disabled</a> <span class="c_punctuation">()</span>
|
@@ -129,7 +137,7 @@
|
|
129
137
|
</tr>
|
130
138
|
<tr>
|
131
139
|
<td class="function_type">
|
132
|
-
<a href="
|
140
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
133
141
|
</td>
|
134
142
|
<td class="function_name">
|
135
143
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-license" title="gdk_pixbuf_format_get_license ()">gdk_pixbuf_format_get_license</a> <span class="c_punctuation">()</span>
|
@@ -180,7 +188,7 @@
|
|
180
188
|
</div>
|
181
189
|
<div class="refsect1">
|
182
190
|
<a name="gdk-pixbuf-Module-Interface.other"></a><h2>Types and Values</h2>
|
183
|
-
<div class="informaltable"><table width="100%" border="0">
|
191
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
184
192
|
<colgroup>
|
185
193
|
<col width="150px" class="name">
|
186
194
|
<col class="description">
|
@@ -259,7 +267,7 @@ regular GdkPixBuf API. To underline this fact, they are protected by
|
|
259
267
|
<a name="gdk-pixbuf-Module-Interface.functions_details"></a><h2>Functions</h2>
|
260
268
|
<div class="refsect2">
|
261
269
|
<a name="gdk-pixbuf-get-formats"></a><h3>gdk_pixbuf_get_formats ()</h3>
|
262
|
-
<pre class="programlisting"><a href="
|
270
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
263
271
|
gdk_pixbuf_get_formats (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
264
272
|
<p>Obtains the available information about the image formats supported
|
265
273
|
by GdkPixbuf.</p>
|
@@ -282,7 +290,7 @@ gdk_pixbuf_format_copy (<em class="parameter"><code>const <a class="link" href="
|
|
282
290
|
</p>
|
283
291
|
<div class="refsect3">
|
284
292
|
<a name="gdk-pixbuf-format-copy.parameters"></a><h4>Parameters</h4>
|
285
|
-
<div class="informaltable"><table width="100%" border="0">
|
293
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
286
294
|
<colgroup>
|
287
295
|
<col width="150px" class="parameters_name">
|
288
296
|
<col class="parameters_description">
|
@@ -311,7 +319,7 @@ gdk_pixbuf_format_free (<em class="parameter"><code><a class="link" href="gdk-pi
|
|
311
319
|
using <a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-copy" title="gdk_pixbuf_format_copy ()"><code class="function">gdk_pixbuf_format_copy()</code></a></p>
|
312
320
|
<div class="refsect3">
|
313
321
|
<a name="gdk-pixbuf-format-free.parameters"></a><h4>Parameters</h4>
|
314
|
-
<div class="informaltable"><table width="100%" border="0">
|
322
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
315
323
|
<colgroup>
|
316
324
|
<col width="150px" class="parameters_name">
|
317
325
|
<col class="parameters_description">
|
@@ -329,12 +337,12 @@ using <a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-c
|
|
329
337
|
<hr>
|
330
338
|
<div class="refsect2">
|
331
339
|
<a name="gdk-pixbuf-format-get-name"></a><h3>gdk_pixbuf_format_get_name ()</h3>
|
332
|
-
<pre class="programlisting"><a href="
|
340
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
333
341
|
gdk_pixbuf_format_get_name (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);</pre>
|
334
342
|
<p>Returns the name of the format.</p>
|
335
343
|
<div class="refsect3">
|
336
344
|
<a name="gdk-pixbuf-format-get-name.parameters"></a><h4>Parameters</h4>
|
337
|
-
<div class="informaltable"><table width="100%" border="0">
|
345
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
338
346
|
<colgroup>
|
339
347
|
<col width="150px" class="parameters_name">
|
340
348
|
<col class="parameters_description">
|
@@ -356,12 +364,12 @@ gdk_pixbuf_format_get_name (<em class="parameter"><code><a class="link" href="gd
|
|
356
364
|
<hr>
|
357
365
|
<div class="refsect2">
|
358
366
|
<a name="gdk-pixbuf-format-get-description"></a><h3>gdk_pixbuf_format_get_description ()</h3>
|
359
|
-
<pre class="programlisting"><a href="
|
367
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
360
368
|
gdk_pixbuf_format_get_description (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);</pre>
|
361
369
|
<p>Returns a description of the format.</p>
|
362
370
|
<div class="refsect3">
|
363
371
|
<a name="gdk-pixbuf-format-get-description.parameters"></a><h4>Parameters</h4>
|
364
|
-
<div class="informaltable"><table width="100%" border="0">
|
372
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
365
373
|
<colgroup>
|
366
374
|
<col width="150px" class="parameters_name">
|
367
375
|
<col class="parameters_description">
|
@@ -383,12 +391,12 @@ gdk_pixbuf_format_get_description (<em class="parameter"><code><a class="link" h
|
|
383
391
|
<hr>
|
384
392
|
<div class="refsect2">
|
385
393
|
<a name="gdk-pixbuf-format-get-mime-types"></a><h3>gdk_pixbuf_format_get_mime_types ()</h3>
|
386
|
-
<pre class="programlisting"><a href="
|
394
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
387
395
|
gdk_pixbuf_format_get_mime_types (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);</pre>
|
388
396
|
<p>Returns the mime types supported by the format.</p>
|
389
397
|
<div class="refsect3">
|
390
398
|
<a name="gdk-pixbuf-format-get-mime-types.parameters"></a><h4>Parameters</h4>
|
391
|
-
<div class="informaltable"><table width="100%" border="0">
|
399
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
392
400
|
<colgroup>
|
393
401
|
<col width="150px" class="parameters_name">
|
394
402
|
<col class="parameters_description">
|
@@ -403,8 +411,8 @@ gdk_pixbuf_format_get_mime_types (<em class="parameter"><code><a class="link" hr
|
|
403
411
|
</div>
|
404
412
|
<div class="refsect3">
|
405
413
|
<a name="gdk-pixbuf-format-get-mime-types.returns"></a><h4>Returns</h4>
|
406
|
-
<p> a <a href="
|
407
|
-
<a href="
|
414
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of mime types which must be freed with
|
415
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when it is no longer needed. </p>
|
408
416
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
409
417
|
</div>
|
410
418
|
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
@@ -412,13 +420,13 @@ gdk_pixbuf_format_get_mime_types (<em class="parameter"><code><a class="link" hr
|
|
412
420
|
<hr>
|
413
421
|
<div class="refsect2">
|
414
422
|
<a name="gdk-pixbuf-format-get-extensions"></a><h3>gdk_pixbuf_format_get_extensions ()</h3>
|
415
|
-
<pre class="programlisting"><a href="
|
423
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
416
424
|
gdk_pixbuf_format_get_extensions (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);</pre>
|
417
425
|
<p>Returns the filename extensions typically used for files in the
|
418
426
|
given format.</p>
|
419
427
|
<div class="refsect3">
|
420
428
|
<a name="gdk-pixbuf-format-get-extensions.parameters"></a><h4>Parameters</h4>
|
421
|
-
<div class="informaltable"><table width="100%" border="0">
|
429
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
422
430
|
<colgroup>
|
423
431
|
<col width="150px" class="parameters_name">
|
424
432
|
<col class="parameters_description">
|
@@ -433,21 +441,61 @@ given format.</p>
|
|
433
441
|
</div>
|
434
442
|
<div class="refsect3">
|
435
443
|
<a name="gdk-pixbuf-format-get-extensions.returns"></a><h4>Returns</h4>
|
436
|
-
<p> a <a href="
|
437
|
-
freed with <a href="
|
444
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of filename extensions which must be
|
445
|
+
freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when it is no longer needed. </p>
|
438
446
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
439
447
|
</div>
|
440
448
|
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
441
449
|
</div>
|
442
450
|
<hr>
|
443
451
|
<div class="refsect2">
|
452
|
+
<a name="gdk-pixbuf-format-is-save-option-supported"></a><h3>gdk_pixbuf_format_is_save_option_supported ()</h3>
|
453
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
454
|
+
gdk_pixbuf_format_is_save_option_supported
|
455
|
+
(<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>,
|
456
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *option_key</code></em>);</pre>
|
457
|
+
<p>Returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the save option specified by <em class="parameter"><code>option_key</code></em>
|
458
|
+
is supported when
|
459
|
+
saving a pixbuf using the module implementing <em class="parameter"><code>format</code></em>
|
460
|
+
.
|
461
|
+
See <a class="link" href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save" title="gdk_pixbuf_save ()"><code class="function">gdk_pixbuf_save()</code></a> for more information about option keys.</p>
|
462
|
+
<div class="refsect3">
|
463
|
+
<a name="gdk-pixbuf-format-is-save-option-supported.parameters"></a><h4>Parameters</h4>
|
464
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
465
|
+
<colgroup>
|
466
|
+
<col width="150px" class="parameters_name">
|
467
|
+
<col class="parameters_description">
|
468
|
+
<col width="200px" class="parameters_annotations">
|
469
|
+
</colgroup>
|
470
|
+
<tbody>
|
471
|
+
<tr>
|
472
|
+
<td class="parameter_name"><p>format</p></td>
|
473
|
+
<td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a></p></td>
|
474
|
+
<td class="parameter_annotations"> </td>
|
475
|
+
</tr>
|
476
|
+
<tr>
|
477
|
+
<td class="parameter_name"><p>option_key</p></td>
|
478
|
+
<td class="parameter_description"><p>the name of an option</p></td>
|
479
|
+
<td class="parameter_annotations"> </td>
|
480
|
+
</tr>
|
481
|
+
</tbody>
|
482
|
+
</table></div>
|
483
|
+
</div>
|
484
|
+
<div class="refsect3">
|
485
|
+
<a name="gdk-pixbuf-format-is-save-option-supported.returns"></a><h4>Returns</h4>
|
486
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified option is supported</p>
|
487
|
+
</div>
|
488
|
+
<p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
|
489
|
+
</div>
|
490
|
+
<hr>
|
491
|
+
<div class="refsect2">
|
444
492
|
<a name="gdk-pixbuf-format-is-writable"></a><h3>gdk_pixbuf_format_is_writable ()</h3>
|
445
|
-
<pre class="programlisting"><a href="
|
493
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
446
494
|
gdk_pixbuf_format_is_writable (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);</pre>
|
447
495
|
<p>Returns whether pixbufs can be saved in the given format.</p>
|
448
496
|
<div class="refsect3">
|
449
497
|
<a name="gdk-pixbuf-format-is-writable.parameters"></a><h4>Parameters</h4>
|
450
|
-
<div class="informaltable"><table width="100%" border="0">
|
498
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
451
499
|
<colgroup>
|
452
500
|
<col width="150px" class="parameters_name">
|
453
501
|
<col class="parameters_description">
|
@@ -469,7 +517,7 @@ gdk_pixbuf_format_is_writable (<em class="parameter"><code><a class="link" href=
|
|
469
517
|
<hr>
|
470
518
|
<div class="refsect2">
|
471
519
|
<a name="gdk-pixbuf-format-is-scalable"></a><h3>gdk_pixbuf_format_is_scalable ()</h3>
|
472
|
-
<pre class="programlisting"><a href="
|
520
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
473
521
|
gdk_pixbuf_format_is_scalable (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);</pre>
|
474
522
|
<p>Returns whether this image format is scalable. If a file is in a
|
475
523
|
scalable format, it is preferable to load it at the desired size,
|
@@ -477,7 +525,7 @@ rather than loading it at the default size and scaling the
|
|
477
525
|
resulting pixbuf to the desired size.</p>
|
478
526
|
<div class="refsect3">
|
479
527
|
<a name="gdk-pixbuf-format-is-scalable.parameters"></a><h4>Parameters</h4>
|
480
|
-
<div class="informaltable"><table width="100%" border="0">
|
528
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
481
529
|
<colgroup>
|
482
530
|
<col width="150px" class="parameters_name">
|
483
531
|
<col class="parameters_description">
|
@@ -499,13 +547,13 @@ resulting pixbuf to the desired size.</p>
|
|
499
547
|
<hr>
|
500
548
|
<div class="refsect2">
|
501
549
|
<a name="gdk-pixbuf-format-is-disabled"></a><h3>gdk_pixbuf_format_is_disabled ()</h3>
|
502
|
-
<pre class="programlisting"><a href="
|
550
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
503
551
|
gdk_pixbuf_format_is_disabled (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);</pre>
|
504
552
|
<p>Returns whether this image format is disabled. See
|
505
553
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-set-disabled" title="gdk_pixbuf_format_set_disabled ()"><code class="function">gdk_pixbuf_format_set_disabled()</code></a>.</p>
|
506
554
|
<div class="refsect3">
|
507
555
|
<a name="gdk-pixbuf-format-is-disabled.parameters"></a><h4>Parameters</h4>
|
508
|
-
<div class="informaltable"><table width="100%" border="0">
|
556
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
509
557
|
<colgroup>
|
510
558
|
<col width="150px" class="parameters_name">
|
511
559
|
<col class="parameters_description">
|
@@ -529,14 +577,14 @@ gdk_pixbuf_format_is_disabled (<em class="parameter"><code><a class="link" href=
|
|
529
577
|
<a name="gdk-pixbuf-format-set-disabled"></a><h3>gdk_pixbuf_format_set_disabled ()</h3>
|
530
578
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
531
579
|
gdk_pixbuf_format_set_disabled (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>,
|
532
|
-
<em class="parameter"><code><a href="
|
580
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> disabled</code></em>);</pre>
|
533
581
|
<p>Disables or enables an image format. If a format is disabled,
|
534
582
|
gdk-pixbuf won't use the image loader for this format to load
|
535
583
|
images. Applications can use this to avoid using image loaders
|
536
584
|
with an inappropriate license, see <a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-license" title="gdk_pixbuf_format_get_license ()"><code class="function">gdk_pixbuf_format_get_license()</code></a>.</p>
|
537
585
|
<div class="refsect3">
|
538
586
|
<a name="gdk-pixbuf-format-set-disabled.parameters"></a><h4>Parameters</h4>
|
539
|
-
<div class="informaltable"><table width="100%" border="0">
|
587
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
540
588
|
<colgroup>
|
541
589
|
<col width="150px" class="parameters_name">
|
542
590
|
<col class="parameters_description">
|
@@ -550,7 +598,7 @@ with an inappropriate license, see <a class="link" href="gdk-pixbuf-Module-Inter
|
|
550
598
|
</tr>
|
551
599
|
<tr>
|
552
600
|
<td class="parameter_name"><p>disabled</p></td>
|
553
|
-
<td class="parameter_description"><p><a href="
|
601
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to disable the format <em class="parameter"><code>format</code></em>
|
554
602
|
</p></td>
|
555
603
|
<td class="parameter_annotations"> </td>
|
556
604
|
</tr>
|
@@ -562,15 +610,15 @@ with an inappropriate license, see <a class="link" href="gdk-pixbuf-Module-Inter
|
|
562
610
|
<hr>
|
563
611
|
<div class="refsect2">
|
564
612
|
<a name="gdk-pixbuf-format-get-license"></a><h3>gdk_pixbuf_format_get_license ()</h3>
|
565
|
-
<pre class="programlisting"><a href="
|
613
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
566
614
|
gdk_pixbuf_format_get_license (<em class="parameter"><code><a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> *format</code></em>);</pre>
|
567
615
|
<p>Returns information about the license of the image loader for the format. The
|
568
616
|
returned string should be a shorthand for a wellknown license, e.g. "LGPL",
|
569
617
|
"GPL", "QPL", "GPL/QPL", or "other" to indicate some other license. This
|
570
|
-
string should be freed with <a href="
|
618
|
+
string should be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when it's no longer needed.</p>
|
571
619
|
<div class="refsect3">
|
572
620
|
<a name="gdk-pixbuf-format-get-license.parameters"></a><h4>Parameters</h4>
|
573
|
-
<div class="informaltable"><table width="100%" border="0">
|
621
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
574
622
|
<colgroup>
|
575
623
|
<col width="150px" class="parameters_name">
|
576
624
|
<col class="parameters_description">
|
@@ -599,7 +647,7 @@ string should be freed with <a href="https://developer.gnome.org/glib/unstable/g
|
|
599
647
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufModule" title="struct GdkPixbufModule"><span class="type">GdkPixbufModule</span></a> when it is loaded.</p>
|
600
648
|
<div class="refsect3">
|
601
649
|
<a name="GdkPixbufModuleFillVtableFunc.parameters"></a><h4>Parameters</h4>
|
602
|
-
<div class="informaltable"><table width="100%" border="0">
|
650
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
603
651
|
<colgroup>
|
604
652
|
<col width="150px" class="parameters_name">
|
605
653
|
<col class="parameters_description">
|
@@ -623,7 +671,7 @@ string should be freed with <a href="https://developer.gnome.org/glib/unstable/g
|
|
623
671
|
<a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" title="struct GdkPixbufFormat"><span class="type">GdkPixbufFormat</span></a> structure with information about a module.</p>
|
624
672
|
<div class="refsect3">
|
625
673
|
<a name="GdkPixbufModuleFillInfoFunc.parameters"></a><h4>Parameters</h4>
|
626
|
-
<div class="informaltable"><table width="100%" border="0">
|
674
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
627
675
|
<colgroup>
|
628
676
|
<col width="150px" class="parameters_name">
|
629
677
|
<col class="parameters_description">
|
@@ -642,9 +690,9 @@ string should be freed with <a href="https://developer.gnome.org/glib/unstable/g
|
|
642
690
|
<div class="refsect2">
|
643
691
|
<a name="GdkPixbufModuleSizeFunc"></a><h3>GdkPixbufModuleSizeFunc ()</h3>
|
644
692
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
645
|
-
<span class="c_punctuation">(</span>*GdkPixbufModuleSizeFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="
|
646
|
-
<em class="parameter"><code><a href="
|
647
|
-
<em class="parameter"><code><a href="
|
693
|
+
<span class="c_punctuation">(</span>*GdkPixbufModuleSizeFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
694
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>,
|
695
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
648
696
|
<p>Defines the type of the function that gets called once the size
|
649
697
|
of the loaded image is known.</p>
|
650
698
|
<p>The function is expected to set <em class="parameter"><code>width</code></em>
|
@@ -662,7 +710,7 @@ resources. This convention is used to implement <a class="link" href="gdk-pixbuf
|
|
662
710
|
efficiently.</p>
|
663
711
|
<div class="refsect3">
|
664
712
|
<a name="GdkPixbufModuleSizeFunc.parameters"></a><h4>Parameters</h4>
|
665
|
-
<div class="informaltable"><table width="100%" border="0">
|
713
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
666
714
|
<colgroup>
|
667
715
|
<col width="150px" class="parameters_name">
|
668
716
|
<col class="parameters_description">
|
@@ -695,7 +743,7 @@ efficiently.</p>
|
|
695
743
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
696
744
|
<span class="c_punctuation">(</span>*GdkPixbufModulePreparedFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
697
745
|
<em class="parameter"><code><a class="link" href="gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *anim</code></em>,
|
698
|
-
<em class="parameter"><code><a href="
|
746
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
699
747
|
<p>Defines the type of the function that gets called once the initial
|
700
748
|
setup of <em class="parameter"><code>pixbuf</code></em>
|
701
749
|
is done.</p>
|
@@ -704,7 +752,7 @@ setup of <em class="parameter"><code>pixbuf</code></em>
|
|
704
752
|
signal.</p>
|
705
753
|
<div class="refsect3">
|
706
754
|
<a name="GdkPixbufModulePreparedFunc.parameters"></a><h4>Parameters</h4>
|
707
|
-
<div class="informaltable"><table width="100%" border="0">
|
755
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
708
756
|
<colgroup>
|
709
757
|
<col width="150px" class="parameters_name">
|
710
758
|
<col class="parameters_description">
|
@@ -718,7 +766,7 @@ signal.</p>
|
|
718
766
|
</tr>
|
719
767
|
<tr>
|
720
768
|
<td class="parameter_name"><p>anim</p></td>
|
721
|
-
<td class="parameter_description"><p>if an animation is being loaded, the <a class="link" href="gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a>, else <a href="
|
769
|
+
<td class="parameter_description"><p>if an animation is being loaded, the <a class="link" href="gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a>, else <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
722
770
|
<td class="parameter_annotations"> </td>
|
723
771
|
</tr>
|
724
772
|
<tr>
|
@@ -740,7 +788,7 @@ signal.</p>
|
|
740
788
|
<em class="parameter"><code><span class="type">int</span> y</code></em>,
|
741
789
|
<em class="parameter"><code><span class="type">int</span> width</code></em>,
|
742
790
|
<em class="parameter"><code><span class="type">int</span> height</code></em>,
|
743
|
-
<em class="parameter"><code><a href="
|
791
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
744
792
|
<p>Defines the type of the function that gets called every time a region
|
745
793
|
of <em class="parameter"><code>pixbuf</code></em>
|
746
794
|
is updated.</p>
|
@@ -749,7 +797,7 @@ of <em class="parameter"><code>pixbuf</code></em>
|
|
749
797
|
signal.</p>
|
750
798
|
<div class="refsect3">
|
751
799
|
<a name="GdkPixbufModuleUpdatedFunc.parameters"></a><h4>Parameters</h4>
|
752
|
-
<div class="informaltable"><table width="100%" border="0">
|
800
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
753
801
|
<colgroup>
|
754
802
|
<col width="150px" class="parameters_name">
|
755
803
|
<col class="parameters_description">
|
@@ -813,7 +861,7 @@ module. Only modules should access the fields directly, applications should
|
|
813
861
|
use the <function>gdk_pixbuf_format_*</function> functions.</p>
|
814
862
|
<div class="refsect3">
|
815
863
|
<a name="GdkPixbufFormat.members"></a><h4>Members</h4>
|
816
|
-
<div class="informaltable"><table width="100%" border="0">
|
864
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
817
865
|
<colgroup>
|
818
866
|
<col width="300px" class="struct_members_name">
|
819
867
|
<col class="struct_members_description">
|
@@ -821,7 +869,7 @@ use the <function>gdk_pixbuf_format_*</function> functions.</p>
|
|
821
869
|
</colgroup>
|
822
870
|
<tbody>
|
823
871
|
<tr>
|
824
|
-
<td class="struct_member_name"><p><a href="
|
872
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GdkPixbufFormat.name"></a>name</code></em>;</p></td>
|
825
873
|
<td class="struct_member_description"><p>the name of the image format.</p></td>
|
826
874
|
<td class="struct_member_annotations"> </td>
|
827
875
|
</tr>
|
@@ -831,39 +879,39 @@ use the <function>gdk_pixbuf_format_*</function> functions.</p>
|
|
831
879
|
<td class="struct_member_annotations"> </td>
|
832
880
|
</tr>
|
833
881
|
<tr>
|
834
|
-
<td class="struct_member_name"><p><a href="
|
882
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GdkPixbufFormat.domain"></a>domain</code></em>;</p></td>
|
835
883
|
<td class="struct_member_description"><p>the message domain for the <em class="parameter"><code>description</code></em>
|
836
884
|
.</p></td>
|
837
885
|
<td class="struct_member_annotations"> </td>
|
838
886
|
</tr>
|
839
887
|
<tr>
|
840
|
-
<td class="struct_member_name"><p><a href="
|
888
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GdkPixbufFormat.description"></a>description</code></em>;</p></td>
|
841
889
|
<td class="struct_member_description"><p>a description of the image format.</p></td>
|
842
890
|
<td class="struct_member_annotations"> </td>
|
843
891
|
</tr>
|
844
892
|
<tr>
|
845
|
-
<td class="struct_member_name"><p><a href="
|
846
|
-
<td class="struct_member_description"><p>a <a href="
|
893
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **<em class="structfield"><code><a name="GdkPixbufFormat.mime-types"></a>mime_types</code></em>;</p></td>
|
894
|
+
<td class="struct_member_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of MIME types for the image format.</p></td>
|
847
895
|
<td class="struct_member_annotations"> </td>
|
848
896
|
</tr>
|
849
897
|
<tr>
|
850
|
-
<td class="struct_member_name"><p><a href="
|
851
|
-
<td class="struct_member_description"><p>a <a href="
|
898
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **<em class="structfield"><code><a name="GdkPixbufFormat.extensions"></a>extensions</code></em>;</p></td>
|
899
|
+
<td class="struct_member_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of typical filename extensions for the
|
852
900
|
image format.</p></td>
|
853
901
|
<td class="struct_member_annotations"> </td>
|
854
902
|
</tr>
|
855
903
|
<tr>
|
856
|
-
<td class="struct_member_name"><p><a href="
|
904
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkPixbufFormat.flags"></a>flags</code></em>;</p></td>
|
857
905
|
<td class="struct_member_description"><p>a combination of <a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufFormatFlags" title="enum GdkPixbufFormatFlags"><span class="type">GdkPixbufFormatFlags</span></a>.</p></td>
|
858
906
|
<td class="struct_member_annotations"> </td>
|
859
907
|
</tr>
|
860
908
|
<tr>
|
861
|
-
<td class="struct_member_name"><p><a href="
|
909
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GdkPixbufFormat.disabled"></a>disabled</code></em>;</p></td>
|
862
910
|
<td class="struct_member_description"><p>a boolean determining whether the loader is disabled.</p></td>
|
863
911
|
<td class="struct_member_annotations"> </td>
|
864
912
|
</tr>
|
865
913
|
<tr>
|
866
|
-
<td class="struct_member_name"><p><a href="
|
914
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GdkPixbufFormat.license"></a>license</code></em>;</p></td>
|
867
915
|
<td class="struct_member_description"><p>a string containing license information, typically set to
|
868
916
|
shorthands like "GPL", "LGPL", etc.</p></td>
|
869
917
|
<td class="struct_member_annotations"> </td>
|
@@ -880,7 +928,7 @@ shorthands like "GPL", "LGPL", etc.</p></td>
|
|
880
928
|
operations.</p>
|
881
929
|
<div class="refsect3">
|
882
930
|
<a name="GdkPixbufFormatFlags.members"></a><h4>Members</h4>
|
883
|
-
<div class="informaltable"><table width="100%" border="0">
|
931
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
884
932
|
<colgroup>
|
885
933
|
<col width="300px" class="enum_members_name">
|
886
934
|
<col class="enum_members_description">
|
@@ -925,7 +973,7 @@ operations.</p>
|
|
925
973
|
</pre>
|
926
974
|
<p>The signature of a module is a set of prefixes. Prefixes are encoded as
|
927
975
|
pairs of ordinary strings, where the second string, called the mask, if
|
928
|
-
not <a href="
|
976
|
+
not <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, must be of the same length as the first one and may contain
|
929
977
|
' ', '!', 'x', 'z', and 'n' to indicate bytes that must be matched,
|
930
978
|
not matched, "don't-care"-bytes, zeros and non-zeros.
|
931
979
|
Each prefix has an associated integer that describes the relevance of
|
@@ -937,7 +985,7 @@ like an 'x'. </p>
|
|
937
985
|
<p>The signature of a module is stored as an array of
|
938
986
|
<a href="gdk-pixbuf-Module-Interface.html#GdkPixbufModulePattern"><span class="type">GdkPixbufModulePatterns</span></a>. The array is terminated by a pattern
|
939
987
|
where the <em class="parameter"><code>prefix</code></em>
|
940
|
-
is <a href="
|
988
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
941
989
|
<p><informalexample><programlisting>
|
942
990
|
GdkPixbufModulePattern *signature[] = {
|
943
991
|
{ "abcdx", " !x z", 100 },
|
@@ -949,7 +997,7 @@ The example matches e.g. "auud\0" with relevance 100, and "blau" with
|
|
949
997
|
relevance 90.</informalexample></p>
|
950
998
|
<div class="refsect3">
|
951
999
|
<a name="GdkPixbufModulePattern.members"></a><h4>Members</h4>
|
952
|
-
<div class="informaltable"><table width="100%" border="0">
|
1000
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
953
1001
|
<colgroup>
|
954
1002
|
<col width="300px" class="struct_members_name">
|
955
1003
|
<col class="struct_members_description">
|
@@ -1021,17 +1069,19 @@ test data</p></td>
|
|
1021
1069
|
gchar **option_keys,
|
1022
1070
|
gchar **option_values,
|
1023
1071
|
GError **error);
|
1072
|
+
|
1073
|
+
gboolean (* is_save_option_supported) (const gchar *option_key);
|
1024
1074
|
};
|
1025
1075
|
</pre>
|
1026
1076
|
<p>A <a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufModule" title="struct GdkPixbufModule"><span class="type">GdkPixbufModule</span></a> contains the necessary functions to load and save
|
1027
1077
|
images in a certain file format. </p>
|
1028
|
-
<p>A <a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufModule" title="struct GdkPixbufModule"><span class="type">GdkPixbufModule</span></a> can be loaded dynamically from a <a href="
|
1078
|
+
<p>A <a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufModule" title="struct GdkPixbufModule"><span class="type">GdkPixbufModule</span></a> can be loaded dynamically from a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html#GModule"><span class="type">GModule</span></a>.
|
1029
1079
|
Each loadable module must contain a <a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillVtableFunc" title="GdkPixbufModuleFillVtableFunc ()"><span class="type">GdkPixbufModuleFillVtableFunc</span></a> function
|
1030
1080
|
named <function>fill_vtable</function>, which will get called when the module
|
1031
1081
|
is loaded and must set the function pointers of the <a class="link" href="gdk-pixbuf-Module-Interface.html#GdkPixbufModule" title="struct GdkPixbufModule"><span class="type">GdkPixbufModule</span></a>.</p>
|
1032
1082
|
<div class="refsect3">
|
1033
1083
|
<a name="GdkPixbufModule.members"></a><h4>Members</h4>
|
1034
|
-
<div class="informaltable"><table width="100%" border="0">
|
1084
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1035
1085
|
<colgroup>
|
1036
1086
|
<col width="300px" class="struct_members_name">
|
1037
1087
|
<col class="struct_members_description">
|
@@ -1050,8 +1100,8 @@ usual file extension for images of this type, eg. "xpm", "jpeg" or "png".</p></t
|
|
1050
1100
|
<td class="struct_member_annotations"> </td>
|
1051
1101
|
</tr>
|
1052
1102
|
<tr>
|
1053
|
-
<td class="struct_member_name"><p><a href="
|
1054
|
-
<td class="struct_member_description"><p>the loaded <a href="
|
1103
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html#GModule"><span class="type">GModule</span></a> *<em class="structfield"><code><a name="GdkPixbufModule.module"></a>module</code></em>;</p></td>
|
1104
|
+
<td class="struct_member_description"><p>the loaded <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html#GModule"><span class="type">GModule</span></a>.</p></td>
|
1055
1105
|
<td class="struct_member_annotations"> </td>
|
1056
1106
|
</tr>
|
1057
1107
|
<tr>
|
@@ -1099,6 +1149,11 @@ usual file extension for images of this type, eg. "xpm", "jpeg" or "png".</p></t
|
|
1099
1149
|
<td class="struct_member_description"><p>saves a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> by calling the given <a class="link" href="gdk-pixbuf-File-saving.html#GdkPixbufSaveFunc" title="GdkPixbufSaveFunc ()"><span class="type">GdkPixbufSaveFunc</span></a>.</p></td>
|
1100
1150
|
<td class="struct_member_annotations"> </td>
|
1101
1151
|
</tr>
|
1152
|
+
<tr>
|
1153
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="GdkPixbufModule.is-save-option-supported"></a>is_save_option_supported</code></em> ()</p></td>
|
1154
|
+
<td class="struct_member_description"><p>returns whether a save option key is supported by the module</p></td>
|
1155
|
+
<td class="struct_member_annotations"> </td>
|
1156
|
+
</tr>
|
1102
1157
|
</tbody>
|
1103
1158
|
</table></div>
|
1104
1159
|
</div>
|
@@ -1127,7 +1182,7 @@ usual file extension for images of this type, eg. "xpm", "jpeg" or "png".</p></t
|
|
1127
1182
|
virtual functions.</p>
|
1128
1183
|
<div class="refsect3">
|
1129
1184
|
<a name="GdkPixbufAnimationClass.members"></a><h4>Members</h4>
|
1130
|
-
<div class="informaltable"><table width="100%" border="0">
|
1185
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1131
1186
|
<colgroup>
|
1132
1187
|
<col width="300px" class="struct_members_name">
|
1133
1188
|
<col class="struct_members_description">
|
@@ -1182,7 +1237,7 @@ with the frame size of the animation.</p></td>
|
|
1182
1237
|
virtual functions.</p>
|
1183
1238
|
<div class="refsect3">
|
1184
1239
|
<a name="GdkPixbufAnimationIterClass.members"></a><h4>Members</h4>
|
1185
|
-
<div class="informaltable"><table width="100%" border="0">
|
1240
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1186
1241
|
<colgroup>
|
1187
1242
|
<col width="300px" class="struct_members_name">
|
1188
1243
|
<col class="struct_members_description">
|
@@ -1221,6 +1276,6 @@ current frame.</p></td>
|
|
1221
1276
|
</div>
|
1222
1277
|
</div>
|
1223
1278
|
<div class="footer">
|
1224
|
-
<hr>Generated by GTK-Doc V1.25
|
1279
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
1225
1280
|
</body>
|
1226
1281
|
</html>
|