gdk_pixbuf2 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -2
  3. data/lib/gdk_pixbuf2/loader.rb +0 -6
  4. data/lib/gdk_pixbuf2/pixbuf.rb +13 -0
  5. data/test/run-test.rb +2 -0
  6. data/test/test-pixbuf.rb +3 -0
  7. data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
  8. data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
  9. data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
  10. data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
  11. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +23 -4
  12. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +83 -5
  13. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +7 -0
  14. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +8 -4
  15. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +24 -10
  16. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +11 -0
  17. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +662 -0
  18. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +6 -0
  19. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +7 -0
  20. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +1 -0
  21. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +5 -5
  22. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +71 -71
  23. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
  24. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
  25. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
  26. data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
  27. data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
  28. data/vendor/local/lib/libgdk_pixbuf-2.0.la +2 -2
  29. data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +1 -1
  30. data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +201 -3
  31. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +78 -78
  32. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +3 -3
  33. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +3 -3
  34. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +3 -3
  35. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +3 -3
  36. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +3 -3
  37. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +3 -3
  38. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +3 -3
  39. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html +5 -5
  40. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html +146 -0
  41. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +3 -3
  42. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +3 -3
  43. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +3 -3
  44. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +3 -3
  45. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +107 -3
  46. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +90 -90
  47. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +106 -106
  48. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +257 -99
  49. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +36 -35
  50. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +49 -49
  51. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +128 -73
  52. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +17 -17
  53. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +28 -28
  54. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +164 -75
  55. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +19 -19
  56. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +295 -6
  57. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +8 -8
  58. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +8 -8
  59. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +27 -27
  60. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +3 -3
  61. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +6 -6
  62. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +3 -3
  63. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +3 -3
  64. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +3 -3
  65. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +28 -0
  66. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +5 -4
  67. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +5 -5
  68. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +3 -3
  69. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +3 -3
  70. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  71. data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  72. data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  73. data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  74. data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  75. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  76. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  77. data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  78. data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  79. data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  80. data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  81. data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  82. data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  83. data/vendor/local/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  84. data/vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  85. data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  86. data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  87. data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  88. data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  89. data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  90. data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  91. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  92. data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  93. data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  94. data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  95. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  96. data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  97. data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  98. data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  99. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  100. data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +2 -2
  101. data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +2 -2
  102. metadata +8 -7
  103. 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>gdk-pixbuf-query-loaders: GDK-PixBuf Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
8
8
  <link rel="up" href="rn02.html" title="Tools Reference">
9
9
  <link rel="prev" href="gdk-pixbuf-csource.html" title="gdk-pixbuf-csource">
10
10
  <link rel="next" href="api-index-full.html" title="Index of all symbols">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
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">
@@ -79,6 +79,6 @@ directory is <code class="filename"><em class="replaceable"><code>libdir</code><
79
79
  </div>
80
80
  </div>
81
81
  <div class="footer">
82
- <hr>Generated by GTK-Doc V1.25.1</div>
82
+ <hr>Generated by GTK-Doc V1.25</div>
83
83
  </body>
84
84
  </html>
@@ -37,6 +37,7 @@
37
37
  <sub name="Index of new symbols in 2.28" link="api-index-2-28.html"/>
38
38
  <sub name="Index of new symbols in 2.30" link="api-index-2-30.html"/>
39
39
  <sub name="Index of new symbols in 2.32" link="api-index-2-32.html"/>
40
+ <sub name="Index of new symbols in 2.36" link="api-index-2-36.html"/>
40
41
  <sub name="License" link="license.html"/>
41
42
  <sub name="Annotation Glossary" link="annotation-glossary.html"/>
42
43
  </chapters>
@@ -49,6 +50,27 @@
49
50
  <keyword type="macro" name="GDK_PIXBUF_MAJOR" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS"/>
50
51
  <keyword type="macro" name="GDK_PIXBUF_MINOR" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS"/>
51
52
  <keyword type="macro" name="GDK_PIXBUF_MICRO" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS"/>
53
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_0" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-0:CAPS" since="2.36"/>
54
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_2" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-2:CAPS" since="2.36"/>
55
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_4" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-4:CAPS" since="2.36"/>
56
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_6" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-6:CAPS" since="2.36"/>
57
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_8" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-8:CAPS" since="2.36"/>
58
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_10" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-10:CAPS" since="2.36"/>
59
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_12" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-12:CAPS" since="2.36"/>
60
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_14" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-14:CAPS" since="2.36"/>
61
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_16" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-16:CAPS" since="2.36"/>
62
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_18" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-18:CAPS" since="2.36"/>
63
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_20" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-20:CAPS" since="2.36"/>
64
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_22" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-22:CAPS" since="2.36"/>
65
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_24" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-24:CAPS" since="2.36"/>
66
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_26" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-26:CAPS" since="2.36"/>
67
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_28" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-28:CAPS" since="2.36"/>
68
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_30" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-30:CAPS" since="2.36"/>
69
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_32" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-32:CAPS" since="2.36"/>
70
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_34" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-34:CAPS" since="2.36"/>
71
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_2_36" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-36:CAPS" since="2.36"/>
72
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_MIN_REQUIRED" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-MIN-REQUIRED:CAPS" since="2.36"/>
73
+ <keyword type="macro" name="GDK_PIXBUF_VERSION_MAX_ALLOWED" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-MAX-ALLOWED:CAPS" since="2.36"/>
52
74
  <keyword type="function" name="gdk_pixbuf_get_colorspace ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-colorspace"/>
53
75
  <keyword type="function" name="gdk_pixbuf_get_n_channels ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-n-channels"/>
54
76
  <keyword type="function" name="gdk_pixbuf_get_has_alpha ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-has-alpha"/>
@@ -61,7 +83,9 @@
61
83
  <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
84
  <keyword type="function" name="gdk_pixbuf_get_option ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-option"/>
63
85
  <keyword type="function" name="gdk_pixbuf_set_option ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-set-option" since="2.2"/>
86
+ <keyword type="function" name="gdk_pixbuf_remove_option ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-remove-option" since="2.36"/>
64
87
  <keyword type="function" name="gdk_pixbuf_get_options ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-options" since="2.32"/>
88
+ <keyword type="function" name="gdk_pixbuf_copy_options ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-copy-options" since="2.36"/>
65
89
  <keyword type="function" name="gdk_pixbuf_read_pixels ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-read-pixels" since="2.32"/>
66
90
  <keyword type="enum" name="enum GdkPixbufError" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbufError"/>
67
91
  <keyword type="macro" name="GDK_PIXBUF_ERROR" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR:CAPS"/>
@@ -101,7 +125,9 @@
101
125
  <keyword type="function" name="gdk_pixbuf_save_to_buffer ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-buffer" since="2.4"/>
102
126
  <keyword type="function" name="gdk_pixbuf_save_to_bufferv ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-bufferv" since="2.4"/>
103
127
  <keyword type="function" name="gdk_pixbuf_save_to_stream ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream" since="2.14"/>
128
+ <keyword type="function" name="gdk_pixbuf_save_to_streamv ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-streamv" since="2.36"/>
104
129
  <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"/>
130
+ <keyword type="function" name="gdk_pixbuf_save_to_streamv_async ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-streamv-async" since="2.36"/>
105
131
  <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"/>
106
132
  <keyword type="function" name="gdk_pixbuf_new ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new"/>
107
133
  <keyword type="function" name="gdk_pixbuf_new_from_bytes ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-bytes" since="2.32"/>
@@ -180,6 +206,7 @@
180
206
  <keyword type="function" name="gdk_pixbuf_format_get_description ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-description" since="2.2"/>
181
207
  <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"/>
182
208
  <keyword type="function" name="gdk_pixbuf_format_get_extensions ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-extensions" since="2.2"/>
209
+ <keyword type="function" name="gdk_pixbuf_format_is_save_option_supported ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-save-option-supported" since="2.36"/>
183
210
  <keyword type="function" name="gdk_pixbuf_format_is_writable ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-writable" since="2.2"/>
184
211
  <keyword type="function" name="gdk_pixbuf_format_is_scalable ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-scalable" since="2.6"/>
185
212
  <keyword type="function" name="gdk_pixbuf_format_is_disabled ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-disabled" since="2.6"/>
@@ -298,6 +325,7 @@
298
325
  <keyword type="member" name="GdkPixbufModule.load-animation" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModule.load-animation"/>
299
326
  <keyword type="member" name="GdkPixbufModule.save" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModule.save"/>
300
327
  <keyword type="member" name="GdkPixbufModule.save-to-callback" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModule.save-to-callback"/>
328
+ <keyword type="member" name="GdkPixbufModule.is-save-option-supported" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModule.is-save-option-supported"/>
301
329
  <keyword type="member" name="GdkPixbufAnimationClass.is-static-image" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationClass.is-static-image"/>
302
330
  <keyword type="member" name="GdkPixbufAnimationClass.get-static-image" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationClass.get-static-image"/>
303
331
  <keyword type="member" name="GdkPixbufAnimationClass.get-size" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationClass.get-size"/>
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GDK-PixBuf Reference Manual: GDK-PixBuf Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
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="next" href="rn01.html" title="API Reference">
9
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,7 +23,7 @@
23
23
    </p></div></div>
24
24
  </div></div></div>
25
25
  <div><p class="releaseinfo">
26
- Version 2.34.0
26
+ Version 2.36.0
27
27
 
28
28
  The latest version of this documentation can be found on-line at
29
29
  <a class="ulink" href="http://library.gnome.org/devel/gdk-pixbuf/unstable/" target="_top">http://library.gnome.org/devel/gdk-pixbuf/unstable/</a>.
@@ -140,11 +140,12 @@
140
140
  <dt><span class="index"><a href="api-index-2-28.html">Index of new symbols in 2.28</a></span></dt>
141
141
  <dt><span class="index"><a href="api-index-2-30.html">Index of new symbols in 2.30</a></span></dt>
142
142
  <dt><span class="index"><a href="api-index-2-32.html">Index of new symbols in 2.32</a></span></dt>
143
+ <dt><span class="index"><a href="api-index-2-36.html">Index of new symbols in 2.36</a></span></dt>
143
144
  <dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
144
145
  <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
145
146
  </dl></div>
146
147
  </div>
147
148
  <div class="footer">
148
- <hr>Generated by GTK-Doc V1.25.1</div>
149
+ <hr>Generated by GTK-Doc V1.25</div>
149
150
  </body>
150
151
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Appendix A. License: GDK-PixBuf Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
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="index.html" title="GDK-PixBuf Reference Manual">
9
- <link rel="prev" href="api-index-2-32.html" title="Index of new symbols in 2.32">
9
+ <link rel="prev" href="api-index-2-36.html" title="Index of new symbols in 2.36">
10
10
  <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
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">
@@ -16,7 +16,7 @@
16
16
  <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="api-index-2-32.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19
+ <td><a accesskey="p" href="api-index-2-36.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="appendix">
@@ -53,6 +53,6 @@
53
53
  </p>
54
54
  </div>
55
55
  <div class="footer">
56
- <hr>Generated by GTK-Doc V1.25.1</div>
56
+ <hr>Generated by GTK-Doc V1.25</div>
57
57
  </body>
58
58
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>API Reference: GDK-PixBuf Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="index.html" title="GDK-PixBuf Reference Manual">
10
10
  <link rel="next" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
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">
@@ -95,6 +95,6 @@
95
95
  </div>
96
96
  </div>
97
97
  <div class="footer">
98
- <hr>Generated by GTK-Doc V1.25.1</div>
98
+ <hr>Generated by GTK-Doc V1.25</div>
99
99
  </body>
100
100
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Tools Reference: GDK-PixBuf Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="gdk-pixbuf-XlibRGB.html" title="XlibRGB">
10
10
  <link rel="next" href="gdk-pixbuf-csource.html" title="gdk-pixbuf-csource">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
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">
@@ -44,6 +44,6 @@
44
44
  </div>
45
45
  </div>
46
46
  <div class="footer">
47
- <hr>Generated by GTK-Doc V1.25.1</div>
47
+ <hr>Generated by GTK-Doc V1.25</div>
48
48
  </body>
49
49
  </html>
@@ -1,8 +1,8 @@
1
1
  '\" t
2
2
  .\" Title: gdk-pixbuf-csource
3
3
  .\" Author: Tim Janik
4
- .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 03/24/2016
4
+ .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
+ .\" Date: 09/19/2016
6
6
  .\" Manual: User Commands
7
7
  .\" Source: gdk-pixbuf
8
8
  .\" Language: English
@@ -1,8 +1,8 @@
1
1
  '\" t
2
2
  .\" Title: gdk-pixbuf-query-loaders
3
3
  .\" Author: Owen Taylor
4
- .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 03/24/2016
4
+ .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5
+ .\" Date: 09/19/2016
6
6
  .\" Manual: User Commands
7
7
  .\" Source: gdk-pixbuf
8
8
  .\" Language: English
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk_pixbuf2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.1.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-12 00:00:00.000000000 Z
11
+ date: 2016-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: glib2
14
+ name: gio2
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.9
19
+ version: 3.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.9
26
+ version: 3.1.0
27
27
  description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
28
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
29
29
  executables: []
@@ -70,6 +70,7 @@ files:
70
70
  - vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h
71
71
  - vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h
72
72
  - vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
73
+ - vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h
73
74
  - vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
74
75
  - vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
75
76
  - vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
@@ -80,7 +81,6 @@ files:
80
81
  - vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll
81
82
  - vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a
82
83
  - vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la
83
- - vendor/local/lib/gdk_pixbuf-2.0.def
84
84
  - vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib
85
85
  - vendor/local/lib/libgdk_pixbuf-2.0.dll.a
86
86
  - vendor/local/lib/libgdk_pixbuf-2.0.la
@@ -95,6 +95,7 @@ files:
95
95
  - vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html
96
96
  - vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html
97
97
  - vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html
98
+ - vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html
98
99
  - vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html
99
100
  - vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html
100
101
  - vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html
@@ -262,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
262
263
  version: '0'
263
264
  requirements: []
264
265
  rubyforge_project:
265
- rubygems_version: 2.2.2
266
+ rubygems_version: 2.5.1
266
267
  signing_key:
267
268
  specification_version: 4
268
269
  summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
@@ -1,134 +0,0 @@
1
- EXPORTS
2
- gdk_pixbuf_error_quark
3
- gdk_pixbuf_get_type
4
- gdk_pixbuf_ref
5
- gdk_pixbuf_unref
6
- gdk_pixbuf_new
7
- gdk_pixbuf_get_bits_per_sample
8
- gdk_pixbuf_get_colorspace
9
- gdk_pixbuf_get_has_alpha
10
- gdk_pixbuf_get_height
11
- gdk_pixbuf_get_n_channels
12
- gdk_pixbuf_read_pixels
13
- gdk_pixbuf_read_pixel_bytes
14
- gdk_pixbuf_get_pixels
15
- gdk_pixbuf_get_pixels_with_length
16
- gdk_pixbuf_get_byte_length
17
- gdk_pixbuf_get_rowstride
18
- gdk_pixbuf_get_width
19
- gdk_pixbuf_get_option
20
- gdk_pixbuf_get_options
21
- gdk_pixbuf_copy
22
- gdk_pixbuf_new_subpixbuf
23
- gdk_pixbuf_fill
24
- gdk_pixbuf_new_from_data
25
- gdk_pixbuf_new_from_bytes
26
- gdk_pixbuf_new_from_file PRIVATE
27
- gdk_pixbuf_new_from_file_utf8
28
- gdk_pixbuf_new_from_file_at_size PRIVATE
29
- gdk_pixbuf_new_from_file_at_size_utf8
30
- gdk_pixbuf_new_from_file_at_scale PRIVATE
31
- gdk_pixbuf_new_from_file_at_scale_utf8
32
- gdk_pixbuf_new_from_xpm_data
33
- gdk_pixbuf_new_from_resource
34
- gdk_pixbuf_new_from_resource_at_scale
35
- gdk_pixbuf_new_from_stream
36
- gdk_pixbuf_new_from_stream_async
37
- gdk_pixbuf_new_from_stream_finish
38
- gdk_pixbuf_new_from_stream_at_scale
39
- gdk_pixbuf_new_from_stream_at_scale_async
40
- gdk_pixbuf_save PRIVATE
41
- gdk_pixbuf_save_utf8
42
- gdk_pixbuf_save_to_buffer
43
- gdk_pixbuf_save_to_bufferv
44
- gdk_pixbuf_save_to_callback
45
- gdk_pixbuf_save_to_callbackv
46
- gdk_pixbuf_savev PRIVATE
47
- gdk_pixbuf_savev_utf8
48
- gdk_pixbuf_save_to_stream
49
- gdk_pixbuf_save_to_stream_async
50
- gdk_pixbuf_save_to_stream_finish
51
- gdk_pixbuf_new_from_inline
52
- gdk_pixbuf_add_alpha
53
- gdk_pixbuf_copy_area
54
- gdk_pixbuf_saturate_and_pixelate
55
- gdk_pixbuf_apply_embedded_orientation
56
- gdk_pixbuf_gettext
57
- gdk_pixbuf_rotate_simple
58
- gdk_pixbuf_scale
59
- gdk_pixbuf_scale_simple
60
- gdk_pixbuf_flip
61
- gdk_pixbuf_composite
62
- gdk_pixbuf_composite_color
63
- gdk_pixbuf_composite_color_simple
64
- gdk_pixbuf_animation_get_height
65
- gdk_pixbuf_animation_get_iter
66
- gdk_pixbuf_animation_get_static_image
67
- gdk_pixbuf_animation_get_type
68
- gdk_pixbuf_animation_get_width
69
- gdk_pixbuf_animation_is_static_image
70
- gdk_pixbuf_animation_iter_advance
71
- gdk_pixbuf_animation_iter_get_delay_time
72
- gdk_pixbuf_animation_iter_get_pixbuf
73
- gdk_pixbuf_animation_iter_get_type
74
- gdk_pixbuf_animation_iter_on_currently_loading_frame
75
- gdk_pixbuf_animation_new_from_file PRIVATE
76
- gdk_pixbuf_animation_new_from_resource
77
- gdk_pixbuf_animation_new_from_stream
78
- gdk_pixbuf_animation_new_from_stream_async
79
- gdk_pixbuf_animation_new_from_stream_finish
80
- gdk_pixbuf_animation_new_from_file_utf8
81
- gdk_pixbuf_animation_ref
82
- gdk_pixbuf_animation_unref
83
- gdk_pixbuf_non_anim_new
84
- gdk_pixbuf_non_anim_get_type
85
- gdk_pixbuf_simple_anim_get_type
86
- gdk_pixbuf_simple_anim_iter_get_type
87
- gdk_pixbuf_simple_anim_new
88
- gdk_pixbuf_simple_anim_add_frame
89
- gdk_pixbuf_simple_anim_set_loop
90
- gdk_pixbuf_simple_anim_get_loop
91
- gdk_pixbuf_scaled_anim_get_type
92
- gdk_pixbuf_scaled_anim_iter_get_type
93
- gdk_pixbuf_get_formats
94
- gdk_pixbuf_format_get_type
95
- gdk_pixbuf_format_copy
96
- gdk_pixbuf_format_free
97
- gdk_pixbuf_format_get_description
98
- gdk_pixbuf_format_get_extensions
99
- gdk_pixbuf_format_get_license
100
- gdk_pixbuf_format_get_mime_types
101
- gdk_pixbuf_format_get_name
102
- gdk_pixbuf_format_is_disabled
103
- gdk_pixbuf_format_is_scalable
104
- gdk_pixbuf_format_is_writable
105
- gdk_pixbuf_format_set_disabled
106
- gdk_pixbuf_get_file_info
107
- gdk_pixbuf_get_file_info_async
108
- gdk_pixbuf_get_file_info_finish
109
- gdk_pixbuf_set_option
110
- gdk_pixbuf_loader_close
111
- gdk_pixbuf_loader_get_animation
112
- gdk_pixbuf_loader_get_format
113
- gdk_pixbuf_loader_get_pixbuf
114
- gdk_pixbuf_loader_get_type
115
- gdk_pixbuf_loader_new
116
- gdk_pixbuf_loader_new_with_mime_type
117
- gdk_pixbuf_loader_new_with_type
118
- gdk_pixbuf_loader_set_size
119
- gdk_pixbuf_loader_write
120
- gdk_pixbuf_loader_write_bytes
121
- gdk_colorspace_get_type
122
- gdk_interp_type_get_type
123
- gdk_pixbuf_alpha_mode_get_type
124
- gdk_pixbuf_rotation_get_type
125
- gdk_pixbuf_error_get_type
126
- gdk_pixbuf_from_pixdata
127
- gdk_pixdata_deserialize
128
- gdk_pixdata_from_pixbuf
129
- gdk_pixdata_serialize
130
- gdk_pixdata_to_csource
131
- gdk_pixbuf_major_version
132
- gdk_pixbuf_micro_version
133
- gdk_pixbuf_minor_version
134
- gdk_pixbuf_version