gdk3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (969) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -4
  3. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  4. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  5. data/vendor/local/bin/gtk-launch.exe +0 -0
  6. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  7. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  8. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  9. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  10. data/vendor/local/bin/gtk3-demo.exe +0 -0
  11. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  12. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  13. data/vendor/local/bin/libepoxy-0.dll +0 -0
  14. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  15. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  16. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  17. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  18. data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
  19. data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
  20. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
  21. data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
  22. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
  23. data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
  24. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
  25. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
  27. data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
  28. data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
  29. data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
  30. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
  31. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
  32. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
  33. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
  34. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
  35. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
  36. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
  37. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
  38. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
  39. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
  40. data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
  41. data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
  42. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
  43. data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
  44. data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
  45. data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
  46. data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
  47. data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
  48. data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
  49. data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
  50. data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
  51. data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
  52. data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
  53. data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
  54. data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
  55. data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
  56. data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
  57. data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
  58. data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
  59. data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
  61. data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
  62. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
  63. data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
  65. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
  66. data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
  67. data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
  68. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
  69. data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
  70. data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
  71. data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
  72. data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
  73. data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
  74. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
  75. data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
  76. data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
  77. data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
  78. data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
  79. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
  80. data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
  81. data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
  82. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
  83. data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
  84. data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
  85. data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
  86. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
  87. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
  88. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
  89. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
  90. data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
  91. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
  92. data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
  93. data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
  94. data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
  95. data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
  96. data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
  97. data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
  98. data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
  99. data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
  100. data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
  101. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
  102. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  103. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
  104. data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
  105. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
  106. data/vendor/local/lib/gdk-win32-3.0.def +28 -0
  107. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  108. data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
  109. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  110. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  111. data/vendor/local/lib/gtk-win32-3.0.def +7 -7
  112. data/vendor/local/lib/libepoxy.dll.a +0 -0
  113. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  114. data/vendor/local/lib/libgailutil-3.la +3 -3
  115. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  116. data/vendor/local/lib/libgdk-3.la +6 -6
  117. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  118. data/vendor/local/lib/libgtk-3.la +6 -6
  119. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  120. data/vendor/local/lib/libgtkreftestprivate.la +3 -3
  121. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  123. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  124. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  125. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  126. data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
  127. data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
  128. data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
  129. data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
  130. data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
  131. data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
  132. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
  133. data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
  134. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
  135. data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
  136. data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
  137. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
  138. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
  139. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
  140. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
  141. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
  142. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
  143. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
  144. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
  145. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
  146. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
  147. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
  148. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
  149. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
  150. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
  151. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
  152. data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
  153. data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
  154. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
  155. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
  156. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
  157. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
  161. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
  163. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
  166. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
  167. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
  168. data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
  169. data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
  170. data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
  171. data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
  172. data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
  173. data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
  174. data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
  175. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
  176. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
  177. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
  178. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
  179. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
  180. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
  181. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
  182. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
  183. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
  184. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
  185. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
  187. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
  188. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
  189. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
  190. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
  191. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
  192. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
  193. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
  194. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
  195. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
  196. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
  197. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
  198. data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
  199. data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
  200. data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
  201. data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
  202. data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
  203. data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
  204. data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
  205. data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
  206. data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
  207. data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
  208. data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
  209. data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
  210. data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
  211. data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
  212. data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
  213. data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
  214. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
  215. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
  217. data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
  218. data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
  219. data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
  220. data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
  221. data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
  222. data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
  223. data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
  224. data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
  226. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
  227. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
  363. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
  364. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
  365. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
  366. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
  367. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
  368. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
  369. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
  370. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
  371. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
  372. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
  373. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
  374. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
  375. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
  376. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
  377. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
  378. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
  380. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
  381. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
  382. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
  383. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
  384. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
  385. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
  386. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
  387. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
  388. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
  389. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
  390. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
  391. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
  392. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
  393. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
  394. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
  395. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
  396. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
  397. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
  398. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
  399. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
  400. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
  401. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
  402. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
  403. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
  404. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
  405. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
  406. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
  407. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
  408. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
  409. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
  410. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
  411. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
  412. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
  413. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
  414. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
  415. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
  416. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
  417. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
  418. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
  419. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
  420. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
  421. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
  422. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
  423. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
  424. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
  425. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
  426. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
  427. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
  428. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
  429. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
  430. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
  431. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
  432. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
  433. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
  434. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
  435. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
  436. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
  437. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
  438. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
  439. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
  440. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
  441. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
  442. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
  443. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
  445. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
  446. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
  449. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
  450. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
  451. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
  452. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
  453. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
  456. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
  459. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
  463. data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
  464. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
  465. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
  469. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
  470. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
  472. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
  473. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
  474. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
  475. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
  476. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
  477. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
  478. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
  482. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
  483. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
  484. data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
  485. data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
  486. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
  488. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
  490. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
  492. data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
  494. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
  495. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
  496. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
  497. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
  498. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
  499. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
  500. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
  501. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
  503. data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
  504. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
  505. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
  506. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
  507. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
  508. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
  509. data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
  510. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
  511. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
  512. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
  513. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
  514. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
  515. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
  516. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
  517. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  518. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
  520. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
  521. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
  522. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
  523. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
  524. data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
  527. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
  528. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
  529. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
  531. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
  533. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
  534. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
  535. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
  537. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
  538. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
  539. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
  540. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
  541. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
  542. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
  543. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
  544. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
  545. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
  546. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
  547. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
  548. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
  549. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
  550. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
  551. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
  552. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
  553. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
  554. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
  555. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
  556. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
  557. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
  558. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
  559. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
  560. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
  561. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
  562. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
  563. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
  564. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
  565. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
  566. data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
  567. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
  568. data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
  569. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
  570. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
  571. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  576. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  598. data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  620. data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
  632. data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
  633. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  634. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  635. data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
  636. data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
  637. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  638. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  639. data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
  640. data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  641. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  642. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  643. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  644. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  645. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  646. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  647. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  648. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  649. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  650. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  651. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  652. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  653. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  654. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  655. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  656. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  657. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  658. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  659. data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
  660. data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
  661. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  662. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  663. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  664. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  665. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  666. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  667. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  668. data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
  669. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  670. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  671. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  672. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  673. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  674. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  675. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  676. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  677. data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
  678. data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
  679. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  680. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  681. data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
  682. data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
  683. data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  684. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  685. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  686. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  687. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  688. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  689. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  690. data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
  691. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  692. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  693. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  694. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  695. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  696. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  697. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  698. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  699. data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
  700. data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
  701. data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
  702. data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
  703. data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
  704. data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
  705. data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
  706. data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
  707. data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
  708. data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
  709. data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
  710. data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
  711. data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
  712. data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
  713. data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
  714. data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
  715. data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
  716. data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
  717. data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
  718. data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
  719. data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
  720. data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
  721. data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
  722. data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
  723. data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
  724. data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
  725. data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
  726. data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
  727. data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
  728. data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
  729. data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
  730. data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
  731. data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
  732. data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
  733. data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
  734. data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
  735. data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
  736. data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
  737. data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
  738. data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
  739. data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
  740. data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
  741. data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
  742. data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
  743. data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
  744. data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
  745. data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
  746. data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
  747. data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
  748. data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
  749. data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
  750. data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
  751. data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
  752. data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
  753. data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
  754. data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
  755. data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
  756. data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
  757. data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
  758. data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
  759. data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
  760. data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
  761. data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
  762. data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
  763. data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
  764. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
  765. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
  766. data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
  767. data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
  768. data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
  769. data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
  770. data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
  771. data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
  772. data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
  773. data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
  774. data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
  775. data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
  776. data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
  777. data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
  778. data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
  779. data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
  780. data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
  781. data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
  782. data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
  783. data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
  784. data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
  785. data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
  786. data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
  787. data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
  788. data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
  789. data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
  790. data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
  791. data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
  792. data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
  793. data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
  794. data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
  795. data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
  796. data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
  797. data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
  798. data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
  799. data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
  800. data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
  801. data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
  802. data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
  803. data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
  804. data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
  805. data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
  806. data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
  807. data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
  808. data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
  809. data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
  810. data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
  811. data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
  812. data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
  813. data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
  814. data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
  815. data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
  816. data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
  817. data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
  818. data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
  819. data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
  820. data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
  821. data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
  822. data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
  823. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  824. data/vendor/local/share/icons/Adwaita/index.theme +0 -88
  825. data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
  826. data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
  827. data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
  828. data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
  829. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
  830. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
  831. data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
  832. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
  833. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
  834. data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
  835. data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
  836. data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
  837. data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
  838. data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
  839. data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
  840. data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
  841. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
  842. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
  843. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
  844. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
  845. data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
  846. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
  847. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
  848. data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
  849. data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
  850. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
  851. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
  852. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
  853. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
  854. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
  855. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
  856. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
  857. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
  858. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
  859. data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
  860. data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
  861. data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
  862. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  863. data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
  864. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  865. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  866. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
  867. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
  868. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  869. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  870. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  871. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  872. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  873. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  874. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  875. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  876. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  877. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  878. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  879. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  880. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  881. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  882. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  883. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  884. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  885. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  886. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
  887. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
  888. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  889. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  890. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  891. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  892. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  893. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  894. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  895. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  896. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  897. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
  898. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
  899. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  900. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  901. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
  902. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  903. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  904. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  905. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  906. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  907. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  908. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  909. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  910. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  911. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  912. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  913. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  914. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  915. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  916. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  917. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  918. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  919. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  920. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  921. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  922. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  923. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  924. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  925. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  926. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  927. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  928. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  929. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  930. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  931. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  932. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  933. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  934. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  935. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  936. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  937. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
  938. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
  939. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  940. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
  941. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  942. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  943. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  944. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
  945. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
  946. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  947. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  948. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  949. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  950. data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
  951. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  952. data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
  953. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  954. data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
  955. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  956. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  957. data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
  958. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
  959. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  960. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  961. data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
  962. metadata +141 -35
  963. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
  964. data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
  965. data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
  966. data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
  967. data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
  968. data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
  969. data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="DisplayWidgets.html" title="Display Widgets">
9
9
  <link rel="prev" href="GtkLabel.html" title="GtkLabel">
10
10
  <link rel="next" href="GtkSpinner.html" title="GtkSpinner">
11
- <meta name="generator" content="GTK-Doc V1.24.1 (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">
@@ -52,7 +52,7 @@
52
52
  </tr>
53
53
  <tr>
54
54
  <td class="function_type">
55
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
55
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
56
56
  </td>
57
57
  <td class="function_name">
58
58
  <a class="link" href="GtkImage.html#gtk-image-get-pixbuf" title="gtk_image_get_pixbuf ()">gtk_image_get_pixbuf</a> <span class="c_punctuation">()</span>
@@ -68,7 +68,7 @@
68
68
  </tr>
69
69
  <tr>
70
70
  <td class="function_type">
71
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="returnvalue">GdkPixbufAnimation</span></a> *
71
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="returnvalue">GdkPixbufAnimation</span></a> *
72
72
  </td>
73
73
  <td class="function_name">
74
74
  <a class="link" href="GtkImage.html#gtk-image-get-animation" title="gtk_image_get_animation ()">gtk_image_get_animation</a> <span class="c_punctuation">()</span>
@@ -294,7 +294,7 @@
294
294
  </tr>
295
295
  <tr>
296
296
  <td class="property_type">
297
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *</td>
297
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
298
298
  <td class="property_name"><a class="link" href="GtkImage.html#GtkImage--gicon" title="The “gicon” property">gicon</a></td>
299
299
  <td class="property_flags">Read / Write</td>
300
300
  </tr>
@@ -317,13 +317,13 @@
317
317
  </tr>
318
318
  <tr>
319
319
  <td class="property_type">
320
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
320
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</td>
321
321
  <td class="property_name"><a class="link" href="GtkImage.html#GtkImage--pixbuf" title="The “pixbuf” property">pixbuf</a></td>
322
322
  <td class="property_flags">Read / Write</td>
323
323
  </tr>
324
324
  <tr>
325
325
  <td class="property_type">
326
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *</td>
326
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="type">GdkPixbufAnimation</span></a> *</td>
327
327
  <td class="property_name"><a class="link" href="GtkImage.html#GtkImage--pixbuf-animation" title="The “pixbuf-animation” property">pixbuf-animation</a></td>
328
328
  <td class="property_flags">Read / Write</td>
329
329
  </tr>
@@ -384,7 +384,7 @@
384
384
  </div>
385
385
  <div class="refsect1">
386
386
  <a name="GtkImage.object-hierarchy"></a><h2>Object Hierarchy</h2>
387
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
387
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
388
388
  <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
389
389
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
390
390
  <span class="lineart">╰──</span> <a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
@@ -406,7 +406,7 @@ GtkImage implements
406
406
  <a name="GtkImage.description"></a><h2>Description</h2>
407
407
  <p>The <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget displays an image. Various kinds of object
408
408
  can be displayed as an image; most typically, you would load a
409
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> ("pixel buffer") from a file, and then display that.
409
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> ("pixel buffer") from a file, and then display that.
410
410
  There’s a convenience function to do this, <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_image_new_from_file ()"><code class="function">gtk_image_new_from_file()</code></a>,
411
411
  used as follows:</p>
412
412
  <div class="informalexample">
@@ -430,11 +430,11 @@ for example by displaying an error message, then load the image with
430
430
  <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file"><code class="function">gdk_pixbuf_new_from_file()</code></a>, then create the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> with
431
431
  <a class="link" href="GtkImage.html#gtk-image-new-from-pixbuf" title="gtk_image_new_from_pixbuf ()"><code class="function">gtk_image_new_from_pixbuf()</code></a>.</p>
432
432
  <p>The image file may contain an animation, if so the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> will
433
- display an animation (<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a>) instead of a static image.</p>
433
+ display an animation (<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="type">GdkPixbufAnimation</span></a>) instead of a static image.</p>
434
434
  <p><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> is a subclass of <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a>, which implies that you can
435
435
  align it (center, left, right) and add padding to it, using
436
436
  <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> methods.</p>
437
- <p><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> is a “no window” widget (has no <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of its own),
437
+ <p><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> is a “no window” widget (has no <a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of its own),
438
438
  so by default does not receive events. If you want to receive events
439
439
  on the image, such as button clicks, place the image inside a
440
440
  <a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a>, then connect to the event signals on the event box.</p>
@@ -491,7 +491,7 @@ on the image, such as button clicks, place the image inside a
491
491
  <span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">;</span>
492
492
  <span class="cbracket">}</span>
493
493
 
494
- <span class="keyword">static</span><span class="normal"> <a href="GtkWidget.html">GtkWidget</a></span><span class="symbol">*</span>
494
+ <span class="keyword">static</span><span class="normal"> <a href="GtkWidget.html#GtkWidget-struct">GtkWidget</a></span><span class="symbol">*</span>
495
495
  <span class="function">create_image</span><span class="normal"> </span><span class="symbol">(</span><span class="type">void</span><span class="symbol">)</span>
496
496
  <span class="cbracket">{</span>
497
497
  <span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">image</span><span class="symbol">;</span>
@@ -526,9 +526,13 @@ the image will be the same as the origin of the event box.</p>
526
526
  files, such as image files. GTK+ comes with a program to avoid this,
527
527
  called “gdk-pixbuf-csource”. This library
528
528
  allows you to convert an image into a C variable declaration, which
529
- can then be loaded into a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> using
529
+ can then be loaded into a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> using
530
530
  <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline"><code class="function">gdk_pixbuf_new_from_inline()</code></a>.</p>
531
531
  </div>
532
+ <div class="refsect2">
533
+ <a name="id-1.3.8.3.9.9"></a><h3>CSS nodes</h3>
534
+ <p>GtkImage has a single CSS node with the name image.</p>
535
+ </div>
532
536
  </div>
533
537
  <div class="refsect1">
534
538
  <a name="GtkImage.functions_details"></a><h2>Functions</h2>
@@ -546,7 +550,7 @@ gtk_image_get_icon_set (<em class="parameter"><code><a class="link" href="GtkIma
546
550
  The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a> or
547
551
  <a class="link" href="GtkImage.html#GTK-IMAGE-ICON-SET:CAPS"><code class="literal">GTK_IMAGE_ICON_SET</code></a> (see <a class="link" href="GtkImage.html#gtk-image-get-storage-type" title="gtk_image_get_storage_type ()"><code class="function">gtk_image_get_storage_type()</code></a>).</p>
548
552
  <div class="refsect3">
549
- <a name="id-1.3.8.3.10.2.6"></a><h4>Parameters</h4>
553
+ <a name="gtk-image-get-icon-set.parameters"></a><h4>Parameters</h4>
550
554
  <div class="informaltable"><table width="100%" border="0">
551
555
  <colgroup>
552
556
  <col width="150px" class="parameters_name">
@@ -568,7 +572,7 @@ The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IM
568
572
  <tr>
569
573
  <td class="parameter_name"><p>size</p></td>
570
574
  <td class="parameter_description"><p> location to store a stock
571
- icon size, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
575
+ icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
572
576
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
573
577
  </tr>
574
578
  </tbody>
@@ -578,15 +582,15 @@ icon size, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/
578
582
  <hr>
579
583
  <div class="refsect2">
580
584
  <a name="gtk-image-get-pixbuf"></a><h3>gtk_image_get_pixbuf ()</h3>
581
- <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
585
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
582
586
  gtk_image_get_pixbuf (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
583
- <p>Gets the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
587
+ <p>Gets the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
584
588
  The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a> or
585
589
  <a class="link" href="GtkImage.html#GTK-IMAGE-PIXBUF:CAPS"><code class="literal">GTK_IMAGE_PIXBUF</code></a> (see <a class="link" href="GtkImage.html#gtk-image-get-storage-type" title="gtk_image_get_storage_type ()"><code class="function">gtk_image_get_storage_type()</code></a>).
586
590
  The caller of this function does not own a reference to the
587
591
  returned pixbuf.</p>
588
592
  <div class="refsect3">
589
- <a name="id-1.3.8.3.10.3.5"></a><h4>Parameters</h4>
593
+ <a name="gtk-image-get-pixbuf.parameters"></a><h4>Parameters</h4>
590
594
  <div class="informaltable"><table width="100%" border="0">
591
595
  <colgroup>
592
596
  <col width="150px" class="parameters_name">
@@ -601,10 +605,10 @@ returned pixbuf.</p>
601
605
  </table></div>
602
606
  </div>
603
607
  <div class="refsect3">
604
- <a name="id-1.3.8.3.10.3.6"></a><h4>Returns</h4>
608
+ <a name="gtk-image-get-pixbuf.returns"></a><h4>Returns</h4>
605
609
  <p> the displayed pixbuf, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
606
610
  the image is empty. </p>
607
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
611
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
608
612
  </div>
609
613
  </div>
610
614
  <hr>
@@ -624,7 +628,7 @@ The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IM
624
628
  The returned string is owned by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> and should not
625
629
  be freed.</p>
626
630
  <div class="refsect3">
627
- <a name="id-1.3.8.3.10.4.6"></a><h4>Parameters</h4>
631
+ <a name="gtk-image-get-stock.parameters"></a><h4>Parameters</h4>
628
632
  <div class="informaltable"><table width="100%" border="0">
629
633
  <colgroup>
630
634
  <col width="150px" class="parameters_name">
@@ -646,7 +650,7 @@ stock icon name, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/
646
650
  <tr>
647
651
  <td class="parameter_name"><p>size</p></td>
648
652
  <td class="parameter_description"><p> place to store a stock icon
649
- size, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
653
+ size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
650
654
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
651
655
  </tr>
652
656
  </tbody>
@@ -656,15 +660,15 @@ size, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-d
656
660
  <hr>
657
661
  <div class="refsect2">
658
662
  <a name="gtk-image-get-animation"></a><h3>gtk_image_get_animation ()</h3>
659
- <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="returnvalue">GdkPixbufAnimation</span></a> *
663
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="returnvalue">GdkPixbufAnimation</span></a> *
660
664
  gtk_image_get_animation (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
661
- <p>Gets the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
665
+ <p>Gets the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="type">GdkPixbufAnimation</span></a> being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
662
666
  The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a> or
663
667
  <a class="link" href="GtkImage.html#GTK-IMAGE-ANIMATION:CAPS"><code class="literal">GTK_IMAGE_ANIMATION</code></a> (see <a class="link" href="GtkImage.html#gtk-image-get-storage-type" title="gtk_image_get_storage_type ()"><code class="function">gtk_image_get_storage_type()</code></a>).
664
668
  The caller of this function does not own a reference to the
665
669
  returned animation.</p>
666
670
  <div class="refsect3">
667
- <a name="id-1.3.8.3.10.5.5"></a><h4>Parameters</h4>
671
+ <a name="gtk-image-get-animation.parameters"></a><h4>Parameters</h4>
668
672
  <div class="informaltable"><table width="100%" border="0">
669
673
  <colgroup>
670
674
  <col width="150px" class="parameters_name">
@@ -679,10 +683,10 @@ returned animation.</p>
679
683
  </table></div>
680
684
  </div>
681
685
  <div class="refsect3">
682
- <a name="id-1.3.8.3.10.5.6"></a><h4>Returns</h4>
686
+ <a name="gtk-image-get-animation.returns"></a><h4>Returns</h4>
683
687
  <p> the displayed animation, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
684
688
  the image is empty. </p>
685
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
689
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
686
690
  </div>
687
691
  </div>
688
692
  <hr>
@@ -698,7 +702,7 @@ The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IM
698
702
  The returned string is owned by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> and should not
699
703
  be freed.</p>
700
704
  <div class="refsect3">
701
- <a name="id-1.3.8.3.10.6.5"></a><h4>Parameters</h4>
705
+ <a name="gtk-image-get-icon-name.parameters"></a><h4>Parameters</h4>
702
706
  <div class="informaltable"><table width="100%" border="0">
703
707
  <colgroup>
704
708
  <col width="150px" class="parameters_name">
@@ -719,8 +723,8 @@ icon name, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/
719
723
  </tr>
720
724
  <tr>
721
725
  <td class="parameter_name"><p>size</p></td>
722
- <td class="parameter_description"><p> place to store an icon size,
723
- or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
726
+ <td class="parameter_description"><p> place to store an icon size
727
+ (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
724
728
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
725
729
  </tr>
726
730
  </tbody>
@@ -733,15 +737,15 @@ or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/htm
733
737
  <a name="gtk-image-get-gicon"></a><h3>gtk_image_get_gicon ()</h3>
734
738
  <pre class="programlisting"><span class="returnvalue">void</span>
735
739
  gtk_image_get_gicon (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
736
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> **gicon</code></em>,
740
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> **gicon</code></em>,
737
741
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);</pre>
738
- <p>Gets the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> and size being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
742
+ <p>Gets the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> and size being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
739
743
  The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a> or
740
744
  <a class="link" href="GtkImage.html#GTK-IMAGE-GICON:CAPS"><code class="literal">GTK_IMAGE_GICON</code></a> (see <a class="link" href="GtkImage.html#gtk-image-get-storage-type" title="gtk_image_get_storage_type ()"><code class="function">gtk_image_get_storage_type()</code></a>).
741
745
  The caller of this function does not own a reference to the
742
- returned <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>.</p>
746
+ returned <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a>.</p>
743
747
  <div class="refsect3">
744
- <a name="id-1.3.8.3.10.7.5"></a><h4>Parameters</h4>
748
+ <a name="gtk-image-get-gicon.parameters"></a><h4>Parameters</h4>
745
749
  <div class="informaltable"><table width="100%" border="0">
746
750
  <colgroup>
747
751
  <col width="150px" class="parameters_name">
@@ -757,13 +761,13 @@ returned <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-d
757
761
  <tr>
758
762
  <td class="parameter_name"><p>gicon</p></td>
759
763
  <td class="parameter_description"><p> place to store a
760
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
764
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
761
765
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
762
766
  </tr>
763
767
  <tr>
764
768
  <td class="parameter_name"><p>size</p></td>
765
- <td class="parameter_description"><p> place to store an icon size,
766
- or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
769
+ <td class="parameter_description"><p> place to store an icon size
770
+ (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
767
771
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
768
772
  </tr>
769
773
  </tbody>
@@ -780,7 +784,7 @@ gtk_image_get_storage_type (<em class="parameter"><code><a class="link" href="Gt
780
784
  to store image data. If the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> has no image data,
781
785
  the return value will be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a>.</p>
782
786
  <div class="refsect3">
783
- <a name="id-1.3.8.3.10.8.5"></a><h4>Parameters</h4>
787
+ <a name="gtk-image-get-storage-type.parameters"></a><h4>Parameters</h4>
784
788
  <div class="informaltable"><table width="100%" border="0">
785
789
  <colgroup>
786
790
  <col width="150px" class="parameters_name">
@@ -795,7 +799,7 @@ the return value will be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAP
795
799
  </table></div>
796
800
  </div>
797
801
  <div class="refsect3">
798
- <a name="id-1.3.8.3.10.8.6"></a><h4>Returns</h4>
802
+ <a name="gtk-image-get-storage-type.returns"></a><h4>Returns</h4>
799
803
  <p> image representation being used</p>
800
804
  </div>
801
805
  </div>
@@ -819,7 +823,7 @@ the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">Gtk
819
823
  image is not defined, it will be whatever is appropriate for
820
824
  displaying the file.</p>
821
825
  <div class="refsect3">
822
- <a name="id-1.3.8.3.10.9.8"></a><h4>Parameters</h4>
826
+ <a name="gtk-image-new-from-file.parameters"></a><h4>Parameters</h4>
823
827
  <div class="informaltable"><table width="100%" border="0">
824
828
  <colgroup>
825
829
  <col width="150px" class="parameters_name">
@@ -834,7 +838,7 @@ displaying the file.</p>
834
838
  </table></div>
835
839
  </div>
836
840
  <div class="refsect3">
837
- <a name="id-1.3.8.3.10.9.9"></a><h4>Returns</h4>
841
+ <a name="gtk-image-new-from-file.returns"></a><h4>Returns</h4>
838
842
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a></p>
839
843
  </div>
840
844
  </div>
@@ -859,7 +863,7 @@ override the icon you ship with your application.</p>
859
863
  icon set; you still need to unref it if you own references.
860
864
  <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> will add its own reference rather than adopting yours.</p>
861
865
  <div class="refsect3">
862
- <a name="id-1.3.8.3.10.10.7"></a><h4>Parameters</h4>
866
+ <a name="gtk-image-new-from-icon-set.parameters"></a><h4>Parameters</h4>
863
867
  <div class="informaltable"><table width="100%" border="0">
864
868
  <colgroup>
865
869
  <col width="150px" class="parameters_name">
@@ -874,14 +878,14 @@ icon set; you still need to unref it if you own references.
874
878
  </tr>
875
879
  <tr>
876
880
  <td class="parameter_name"><p>size</p></td>
877
- <td class="parameter_description"><p> a stock icon size. </p></td>
881
+ <td class="parameter_description"><p> a stock icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
878
882
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
879
883
  </tr>
880
884
  </tbody>
881
885
  </table></div>
882
886
  </div>
883
887
  <div class="refsect3">
884
- <a name="id-1.3.8.3.10.10.8"></a><h4>Returns</h4>
888
+ <a name="gtk-image-new-from-icon-set.returns"></a><h4>Returns</h4>
885
889
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a></p>
886
890
  </div>
887
891
  </div>
@@ -889,7 +893,7 @@ icon set; you still need to unref it if you own references.
889
893
  <div class="refsect2">
890
894
  <a name="gtk-image-new-from-pixbuf"></a><h3>gtk_image_new_from_pixbuf ()</h3>
891
895
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
892
- gtk_image_new_from_pixbuf (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
896
+ gtk_image_new_from_pixbuf (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
893
897
  <p>Creates a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying <em class="parameter"><code>pixbuf</code></em>
894
898
  .
895
899
  The <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> does not assume a reference to the
@@ -899,7 +903,7 @@ pixbuf; you still need to unref it if you own references.
899
903
  <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> created will not react to state changes. Should you want that,
900
904
  you should use <a class="link" href="GtkImage.html#gtk-image-new-from-icon-name" title="gtk_image_new_from_icon_name ()"><code class="function">gtk_image_new_from_icon_name()</code></a>.</p>
901
905
  <div class="refsect3">
902
- <a name="id-1.3.8.3.10.11.6"></a><h4>Parameters</h4>
906
+ <a name="gtk-image-new-from-pixbuf.parameters"></a><h4>Parameters</h4>
903
907
  <div class="informaltable"><table width="100%" border="0">
904
908
  <colgroup>
905
909
  <col width="150px" class="parameters_name">
@@ -908,13 +912,13 @@ you should use <a class="link" href="GtkImage.html#gtk-image-new-from-icon-name"
908
912
  </colgroup>
909
913
  <tbody><tr>
910
914
  <td class="parameter_name"><p>pixbuf</p></td>
911
- <td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
915
+ <td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
912
916
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
913
917
  </tr></tbody>
914
918
  </table></div>
915
919
  </div>
916
920
  <div class="refsect3">
917
- <a name="id-1.3.8.3.10.11.7"></a><h4>Returns</h4>
921
+ <a name="gtk-image-new-from-pixbuf.returns"></a><h4>Returns</h4>
918
922
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a></p>
919
923
  </div>
920
924
  </div>
@@ -935,7 +939,7 @@ icon name isn’t known, the image will be empty.
935
939
  You can register your own stock icon names, see
936
940
  <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-factory-add-default" title="gtk_icon_factory_add_default ()"><code class="function">gtk_icon_factory_add_default()</code></a> and <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-factory-add" title="gtk_icon_factory_add ()"><code class="function">gtk_icon_factory_add()</code></a>.</p>
937
941
  <div class="refsect3">
938
- <a name="id-1.3.8.3.10.12.6"></a><h4>Parameters</h4>
942
+ <a name="gtk-image-new-from-stock.parameters"></a><h4>Parameters</h4>
939
943
  <div class="informaltable"><table width="100%" border="0">
940
944
  <colgroup>
941
945
  <col width="150px" class="parameters_name">
@@ -950,14 +954,14 @@ You can register your own stock icon names, see
950
954
  </tr>
951
955
  <tr>
952
956
  <td class="parameter_name"><p>size</p></td>
953
- <td class="parameter_description"><p> a stock icon size. </p></td>
957
+ <td class="parameter_description"><p> a stock icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
954
958
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
955
959
  </tr>
956
960
  </tbody>
957
961
  </table></div>
958
962
  </div>
959
963
  <div class="refsect3">
960
- <a name="id-1.3.8.3.10.12.7"></a><h4>Returns</h4>
964
+ <a name="gtk-image-new-from-stock.returns"></a><h4>Returns</h4>
961
965
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the stock icon</p>
962
966
  </div>
963
967
  </div>
@@ -965,7 +969,7 @@ You can register your own stock icon names, see
965
969
  <div class="refsect2">
966
970
  <a name="gtk-image-new-from-animation"></a><h3>gtk_image_new_from_animation ()</h3>
967
971
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
968
- gtk_image_new_from_animation (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *animation</code></em>);</pre>
972
+ gtk_image_new_from_animation (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="type">GdkPixbufAnimation</span></a> *animation</code></em>);</pre>
969
973
  <p>Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the given animation.
970
974
  The <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> does not assume a reference to the
971
975
  animation; you still need to unref it if you own references.
@@ -975,7 +979,7 @@ animation; you still need to unref it if you own references.
975
979
  keep in mind that the animation will only be shown if the main loop
976
980
  is not busy with something that has a higher priority.</p>
977
981
  <div class="refsect3">
978
- <a name="id-1.3.8.3.10.13.6"></a><h4>Parameters</h4>
982
+ <a name="gtk-image-new-from-animation.parameters"></a><h4>Parameters</h4>
979
983
  <div class="informaltable"><table width="100%" border="0">
980
984
  <colgroup>
981
985
  <col width="150px" class="parameters_name">
@@ -990,7 +994,7 @@ is not busy with something that has a higher priority.</p>
990
994
  </table></div>
991
995
  </div>
992
996
  <div class="refsect3">
993
- <a name="id-1.3.8.3.10.13.7"></a><h4>Returns</h4>
997
+ <a name="gtk-image-new-from-animation.returns"></a><h4>Returns</h4>
994
998
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget</p>
995
999
  </div>
996
1000
  </div>
@@ -1005,7 +1009,7 @@ If the icon name isn’t known, a “broken image” icon will be
1005
1009
  displayed instead. If the current icon theme is changed, the icon
1006
1010
  will be updated appropriately.</p>
1007
1011
  <div class="refsect3">
1008
- <a name="id-1.3.8.3.10.14.5"></a><h4>Parameters</h4>
1012
+ <a name="gtk-image-new-from-icon-name.parameters"></a><h4>Parameters</h4>
1009
1013
  <div class="informaltable"><table width="100%" border="0">
1010
1014
  <colgroup>
1011
1015
  <col width="150px" class="parameters_name">
@@ -1020,14 +1024,14 @@ will be updated appropriately.</p>
1020
1024
  </tr>
1021
1025
  <tr>
1022
1026
  <td class="parameter_name"><p>size</p></td>
1023
- <td class="parameter_description"><p> a stock icon size. </p></td>
1027
+ <td class="parameter_description"><p> a stock icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
1024
1028
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
1025
1029
  </tr>
1026
1030
  </tbody>
1027
1031
  </table></div>
1028
1032
  </div>
1029
1033
  <div class="refsect3">
1030
- <a name="id-1.3.8.3.10.14.6"></a><h4>Returns</h4>
1034
+ <a name="gtk-image-new-from-icon-name.returns"></a><h4>Returns</h4>
1031
1035
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the themed icon</p>
1032
1036
  </div>
1033
1037
  <p class="since">Since: 2.6</p>
@@ -1036,14 +1040,14 @@ will be updated appropriately.</p>
1036
1040
  <div class="refsect2">
1037
1041
  <a name="gtk-image-new-from-gicon"></a><h3>gtk_image_new_from_gicon ()</h3>
1038
1042
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
1039
- gtk_image_new_from_gicon (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
1043
+ gtk_image_new_from_gicon (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *icon</code></em>,
1040
1044
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
1041
1045
  <p>Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying an icon from the current icon theme.
1042
1046
  If the icon name isn’t known, a “broken image” icon will be
1043
1047
  displayed instead. If the current icon theme is changed, the icon
1044
1048
  will be updated appropriately.</p>
1045
1049
  <div class="refsect3">
1046
- <a name="id-1.3.8.3.10.15.5"></a><h4>Parameters</h4>
1050
+ <a name="gtk-image-new-from-gicon.parameters"></a><h4>Parameters</h4>
1047
1051
  <div class="informaltable"><table width="100%" border="0">
1048
1052
  <colgroup>
1049
1053
  <col width="150px" class="parameters_name">
@@ -1058,14 +1062,14 @@ will be updated appropriately.</p>
1058
1062
  </tr>
1059
1063
  <tr>
1060
1064
  <td class="parameter_name"><p>size</p></td>
1061
- <td class="parameter_description"><p> a stock icon size. </p></td>
1065
+ <td class="parameter_description"><p> a stock icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
1062
1066
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
1063
1067
  </tr>
1064
1068
  </tbody>
1065
1069
  </table></div>
1066
1070
  </div>
1067
1071
  <div class="refsect3">
1068
- <a name="id-1.3.8.3.10.15.6"></a><h4>Returns</h4>
1072
+ <a name="gtk-image-new-from-gicon.returns"></a><h4>Returns</h4>
1069
1073
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying the themed icon</p>
1070
1074
  </div>
1071
1075
  <p class="since">Since: 2.14</p>
@@ -1090,7 +1094,7 @@ the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">Gtk
1090
1094
  image is not defined, it will be whatever is appropriate for
1091
1095
  displaying the file.</p>
1092
1096
  <div class="refsect3">
1093
- <a name="id-1.3.8.3.10.16.8"></a><h4>Parameters</h4>
1097
+ <a name="gtk-image-new-from-resource.parameters"></a><h4>Parameters</h4>
1094
1098
  <div class="informaltable"><table width="100%" border="0">
1095
1099
  <colgroup>
1096
1100
  <col width="150px" class="parameters_name">
@@ -1105,7 +1109,7 @@ displaying the file.</p>
1105
1109
  </table></div>
1106
1110
  </div>
1107
1111
  <div class="refsect3">
1108
- <a name="id-1.3.8.3.10.16.9"></a><h4>Returns</h4>
1112
+ <a name="gtk-image-new-from-resource.returns"></a><h4>Returns</h4>
1109
1113
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a></p>
1110
1114
  </div>
1111
1115
  <p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
@@ -1121,7 +1125,7 @@ The <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">Gtk
1121
1125
  surface; you still need to unref it if you own references.
1122
1126
  <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> will add its own reference rather than adopting yours.</p>
1123
1127
  <div class="refsect3">
1124
- <a name="id-1.3.8.3.10.17.5"></a><h4>Parameters</h4>
1128
+ <a name="gtk-image-new-from-surface.parameters"></a><h4>Parameters</h4>
1125
1129
  <div class="informaltable"><table width="100%" border="0">
1126
1130
  <colgroup>
1127
1131
  <col width="150px" class="parameters_name">
@@ -1136,7 +1140,7 @@ surface; you still need to unref it if you own references.
1136
1140
  </table></div>
1137
1141
  </div>
1138
1142
  <div class="refsect3">
1139
- <a name="id-1.3.8.3.10.17.6"></a><h4>Returns</h4>
1143
+ <a name="gtk-image-new-from-surface.returns"></a><h4>Returns</h4>
1140
1144
  <p> a new <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a></p>
1141
1145
  </div>
1142
1146
  <p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
@@ -1149,7 +1153,7 @@ gtk_image_set_from_file (<em class="parameter"><code><a class="link" href="GtkIm
1149
1153
  <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
1150
1154
  <p>See <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_image_new_from_file ()"><code class="function">gtk_image_new_from_file()</code></a> for details.</p>
1151
1155
  <div class="refsect3">
1152
- <a name="id-1.3.8.3.10.18.5"></a><h4>Parameters</h4>
1156
+ <a name="gtk-image-set-from-file.parameters"></a><h4>Parameters</h4>
1153
1157
  <div class="informaltable"><table width="100%" border="0">
1154
1158
  <colgroup>
1155
1159
  <col width="150px" class="parameters_name">
@@ -1184,7 +1188,7 @@ gtk_image_set_from_icon_set (<em class="parameter"><code><a class="link" href="G
1184
1188
  </div>
1185
1189
  <p>See <a class="link" href="GtkImage.html#gtk-image-new-from-icon-set" title="gtk_image_new_from_icon_set ()"><code class="function">gtk_image_new_from_icon_set()</code></a> for details.</p>
1186
1190
  <div class="refsect3">
1187
- <a name="id-1.3.8.3.10.19.6"></a><h4>Parameters</h4>
1191
+ <a name="gtk-image-set-from-icon-set.parameters"></a><h4>Parameters</h4>
1188
1192
  <div class="informaltable"><table width="100%" border="0">
1189
1193
  <colgroup>
1190
1194
  <col width="150px" class="parameters_name">
@@ -1204,7 +1208,7 @@ gtk_image_set_from_icon_set (<em class="parameter"><code><a class="link" href="G
1204
1208
  </tr>
1205
1209
  <tr>
1206
1210
  <td class="parameter_name"><p>size</p></td>
1207
- <td class="parameter_description"><p> a stock icon size. </p></td>
1211
+ <td class="parameter_description"><p> a stock icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
1208
1212
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
1209
1213
  </tr>
1210
1214
  </tbody>
@@ -1216,10 +1220,10 @@ gtk_image_set_from_icon_set (<em class="parameter"><code><a class="link" href="G
1216
1220
  <a name="gtk-image-set-from-pixbuf"></a><h3>gtk_image_set_from_pixbuf ()</h3>
1217
1221
  <pre class="programlisting"><span class="returnvalue">void</span>
1218
1222
  gtk_image_set_from_pixbuf (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
1219
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
1223
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
1220
1224
  <p>See <a class="link" href="GtkImage.html#gtk-image-new-from-pixbuf" title="gtk_image_new_from_pixbuf ()"><code class="function">gtk_image_new_from_pixbuf()</code></a> for details.</p>
1221
1225
  <div class="refsect3">
1222
- <a name="id-1.3.8.3.10.20.5"></a><h4>Parameters</h4>
1226
+ <a name="gtk-image-set-from-pixbuf.parameters"></a><h4>Parameters</h4>
1223
1227
  <div class="informaltable"><table width="100%" border="0">
1224
1228
  <colgroup>
1225
1229
  <col width="150px" class="parameters_name">
@@ -1234,7 +1238,7 @@ gtk_image_set_from_pixbuf (<em class="parameter"><code><a class="link" href="Gtk
1234
1238
  </tr>
1235
1239
  <tr>
1236
1240
  <td class="parameter_name"><p>pixbuf</p></td>
1237
- <td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1241
+ <td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1238
1242
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1239
1243
  </tr>
1240
1244
  </tbody>
@@ -1254,7 +1258,7 @@ gtk_image_set_from_stock (<em class="parameter"><code><a class="link" href="GtkI
1254
1258
  </div>
1255
1259
  <p>See <a class="link" href="GtkImage.html#gtk-image-new-from-stock" title="gtk_image_new_from_stock ()"><code class="function">gtk_image_new_from_stock()</code></a> for details.</p>
1256
1260
  <div class="refsect3">
1257
- <a name="id-1.3.8.3.10.21.6"></a><h4>Parameters</h4>
1261
+ <a name="gtk-image-set-from-stock.parameters"></a><h4>Parameters</h4>
1258
1262
  <div class="informaltable"><table width="100%" border="0">
1259
1263
  <colgroup>
1260
1264
  <col width="150px" class="parameters_name">
@@ -1274,7 +1278,7 @@ gtk_image_set_from_stock (<em class="parameter"><code><a class="link" href="GtkI
1274
1278
  </tr>
1275
1279
  <tr>
1276
1280
  <td class="parameter_name"><p>size</p></td>
1277
- <td class="parameter_description"><p> a stock icon size. </p></td>
1281
+ <td class="parameter_description"><p> a stock icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
1278
1282
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
1279
1283
  </tr>
1280
1284
  </tbody>
@@ -1286,11 +1290,11 @@ gtk_image_set_from_stock (<em class="parameter"><code><a class="link" href="GtkI
1286
1290
  <a name="gtk-image-set-from-animation"></a><h3>gtk_image_set_from_animation ()</h3>
1287
1291
  <pre class="programlisting"><span class="returnvalue">void</span>
1288
1292
  gtk_image_set_from_animation (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
1289
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *animation</code></em>);</pre>
1293
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="type">GdkPixbufAnimation</span></a> *animation</code></em>);</pre>
1290
1294
  <p>Causes the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> to display the given animation (or display
1291
1295
  nothing, if you set the animation to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).</p>
1292
1296
  <div class="refsect3">
1293
- <a name="id-1.3.8.3.10.22.5"></a><h4>Parameters</h4>
1297
+ <a name="gtk-image-set-from-animation.parameters"></a><h4>Parameters</h4>
1294
1298
  <div class="informaltable"><table width="100%" border="0">
1295
1299
  <colgroup>
1296
1300
  <col width="150px" class="parameters_name">
@@ -1305,7 +1309,7 @@ nothing, if you set the animation to <a href="/home/vagrant/ruby-gnome2.win32/gl
1305
1309
  </tr>
1306
1310
  <tr>
1307
1311
  <td class="parameter_name"><p>animation</p></td>
1308
- <td class="parameter_description"><p>the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a></p></td>
1312
+ <td class="parameter_description"><p>the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="type">GdkPixbufAnimation</span></a></p></td>
1309
1313
  <td class="parameter_annotations"> </td>
1310
1314
  </tr>
1311
1315
  </tbody>
@@ -1321,7 +1325,7 @@ gtk_image_set_from_icon_name (<em class="parameter"><code><a class="link" href="
1321
1325
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
1322
1326
  <p>See <a class="link" href="GtkImage.html#gtk-image-new-from-icon-name" title="gtk_image_new_from_icon_name ()"><code class="function">gtk_image_new_from_icon_name()</code></a> for details.</p>
1323
1327
  <div class="refsect3">
1324
- <a name="id-1.3.8.3.10.23.5"></a><h4>Parameters</h4>
1328
+ <a name="gtk-image-set-from-icon-name.parameters"></a><h4>Parameters</h4>
1325
1329
  <div class="informaltable"><table width="100%" border="0">
1326
1330
  <colgroup>
1327
1331
  <col width="150px" class="parameters_name">
@@ -1341,7 +1345,7 @@ gtk_image_set_from_icon_name (<em class="parameter"><code><a class="link" href="
1341
1345
  </tr>
1342
1346
  <tr>
1343
1347
  <td class="parameter_name"><p>size</p></td>
1344
- <td class="parameter_description"><p> an icon size. </p></td>
1348
+ <td class="parameter_description"><p> an icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
1345
1349
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
1346
1350
  </tr>
1347
1351
  </tbody>
@@ -1354,11 +1358,11 @@ gtk_image_set_from_icon_name (<em class="parameter"><code><a class="link" href="
1354
1358
  <a name="gtk-image-set-from-gicon"></a><h3>gtk_image_set_from_gicon ()</h3>
1355
1359
  <pre class="programlisting"><span class="returnvalue">void</span>
1356
1360
  gtk_image_set_from_gicon (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
1357
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
1361
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *icon</code></em>,
1358
1362
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
1359
1363
  <p>See <a class="link" href="GtkImage.html#gtk-image-new-from-gicon" title="gtk_image_new_from_gicon ()"><code class="function">gtk_image_new_from_gicon()</code></a> for details.</p>
1360
1364
  <div class="refsect3">
1361
- <a name="id-1.3.8.3.10.24.5"></a><h4>Parameters</h4>
1365
+ <a name="gtk-image-set-from-gicon.parameters"></a><h4>Parameters</h4>
1362
1366
  <div class="informaltable"><table width="100%" border="0">
1363
1367
  <colgroup>
1364
1368
  <col width="150px" class="parameters_name">
@@ -1378,7 +1382,7 @@ gtk_image_set_from_gicon (<em class="parameter"><code><a class="link" href="GtkI
1378
1382
  </tr>
1379
1383
  <tr>
1380
1384
  <td class="parameter_name"><p>size</p></td>
1381
- <td class="parameter_description"><p> an icon size. </p></td>
1385
+ <td class="parameter_description"><p> an icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
1382
1386
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
1383
1387
  </tr>
1384
1388
  </tbody>
@@ -1394,7 +1398,7 @@ gtk_image_set_from_resource (<em class="parameter"><code><a class="link" href="G
1394
1398
  <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *resource_path</code></em>);</pre>
1395
1399
  <p>See <a class="link" href="GtkImage.html#gtk-image-new-from-resource" title="gtk_image_new_from_resource ()"><code class="function">gtk_image_new_from_resource()</code></a> for details.</p>
1396
1400
  <div class="refsect3">
1397
- <a name="id-1.3.8.3.10.25.5"></a><h4>Parameters</h4>
1401
+ <a name="gtk-image-set-from-resource.parameters"></a><h4>Parameters</h4>
1398
1402
  <div class="informaltable"><table width="100%" border="0">
1399
1403
  <colgroup>
1400
1404
  <col width="150px" class="parameters_name">
@@ -1424,7 +1428,7 @@ gtk_image_set_from_surface (<em class="parameter"><code><a class="link" href="Gt
1424
1428
  <em class="parameter"><code><span class="type">cairo_surface_t</span> *surface</code></em>);</pre>
1425
1429
  <p>See <a class="link" href="GtkImage.html#gtk-image-new-from-surface" title="gtk_image_new_from_surface ()"><code class="function">gtk_image_new_from_surface()</code></a> for details.</p>
1426
1430
  <div class="refsect3">
1427
- <a name="id-1.3.8.3.10.26.5"></a><h4>Parameters</h4>
1431
+ <a name="gtk-image-set-from-surface.parameters"></a><h4>Parameters</h4>
1428
1432
  <div class="informaltable"><table width="100%" border="0">
1429
1433
  <colgroup>
1430
1434
  <col width="150px" class="parameters_name">
@@ -1454,7 +1458,7 @@ gtk_image_set_from_surface (<em class="parameter"><code><a class="link" href="Gt
1454
1458
  gtk_image_clear (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
1455
1459
  <p>Resets the image to be empty.</p>
1456
1460
  <div class="refsect3">
1457
- <a name="id-1.3.8.3.10.27.5"></a><h4>Parameters</h4>
1461
+ <a name="gtk-image-clear.parameters"></a><h4>Parameters</h4>
1458
1462
  <div class="informaltable"><table width="100%" border="0">
1459
1463
  <colgroup>
1460
1464
  <col width="150px" class="parameters_name">
@@ -1477,7 +1481,7 @@ gtk_image_clear (<em class="parameter"><code><a class="link" href="GtkImage.html
1477
1481
  gtk_image_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1478
1482
  <p>Creates a new empty <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget.</p>
1479
1483
  <div class="refsect3">
1480
- <a name="id-1.3.8.3.10.28.5"></a><h4>Returns</h4>
1484
+ <a name="gtk-image-new.returns"></a><h4>Returns</h4>
1481
1485
  <p> a newly created <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> widget. </p>
1482
1486
  </div>
1483
1487
  </div>
@@ -1491,7 +1495,7 @@ gtk_image_set_pixel_size (<em class="parameter"><code><a class="link" href="GtkI
1491
1495
  to a value != -1, it is used instead of the icon size set by
1492
1496
  <a class="link" href="GtkImage.html#gtk-image-set-from-icon-name" title="gtk_image_set_from_icon_name ()"><code class="function">gtk_image_set_from_icon_name()</code></a>.</p>
1493
1497
  <div class="refsect3">
1494
- <a name="id-1.3.8.3.10.29.5"></a><h4>Parameters</h4>
1498
+ <a name="gtk-image-set-pixel-size.parameters"></a><h4>Parameters</h4>
1495
1499
  <div class="informaltable"><table width="100%" border="0">
1496
1500
  <colgroup>
1497
1501
  <col width="150px" class="parameters_name">
@@ -1521,7 +1525,7 @@ to a value != -1, it is used instead of the icon size set by
1521
1525
  gtk_image_get_pixel_size (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);</pre>
1522
1526
  <p>Gets the pixel size used for named icons.</p>
1523
1527
  <div class="refsect3">
1524
- <a name="id-1.3.8.3.10.30.5"></a><h4>Parameters</h4>
1528
+ <a name="gtk-image-get-pixel-size.parameters"></a><h4>Parameters</h4>
1525
1529
  <div class="informaltable"><table width="100%" border="0">
1526
1530
  <colgroup>
1527
1531
  <col width="150px" class="parameters_name">
@@ -1536,7 +1540,7 @@ gtk_image_get_pixel_size (<em class="parameter"><code><a class="link" href="GtkI
1536
1540
  </table></div>
1537
1541
  </div>
1538
1542
  <div class="refsect3">
1539
- <a name="id-1.3.8.3.10.30.6"></a><h4>Returns</h4>
1543
+ <a name="gtk-image-get-pixel-size.returns"></a><h4>Returns</h4>
1540
1544
  <p> the pixel size used for named icons.</p>
1541
1545
  </div>
1542
1546
  <p class="since">Since: 2.6</p>
@@ -1561,7 +1565,7 @@ call <a class="link" href="GtkImage.html#gtk-image-get-pixbuf" title="gtk_image_
1561
1565
  images, you can request any storage type (call any of the "get"
1562
1566
  functions), but they will all return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> values.</p>
1563
1567
  <div class="refsect3">
1564
- <a name="id-1.3.8.3.11.3.4"></a><h4>Members</h4>
1568
+ <a name="GtkImageType.members"></a><h4>Members</h4>
1565
1569
  <div class="informaltable"><table width="100%" border="0">
1566
1570
  <colgroup>
1567
1571
  <col width="300px" class="enum_members_name">
@@ -1579,7 +1583,7 @@ functions), but they will all return <a href="/home/vagrant/ruby-gnome2.win32/gl
1579
1583
  <tr>
1580
1584
  <td class="enum_member_name"><p><a name="GTK-IMAGE-PIXBUF:CAPS"></a>GTK_IMAGE_PIXBUF</p></td>
1581
1585
  <td class="enum_member_description">
1582
- <p>the widget contains a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p>
1586
+ <p>the widget contains a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a></p>
1583
1587
  </td>
1584
1588
  <td class="enum_member_annotations"> </td>
1585
1589
  </tr>
@@ -1600,7 +1604,7 @@ functions), but they will all return <a href="/home/vagrant/ruby-gnome2.win32/gl
1600
1604
  <tr>
1601
1605
  <td class="enum_member_name"><p><a name="GTK-IMAGE-ANIMATION:CAPS"></a>GTK_IMAGE_ANIMATION</p></td>
1602
1606
  <td class="enum_member_description">
1603
- <p>the widget contains a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a></p>
1607
+ <p>the widget contains a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="type">GdkPixbufAnimation</span></a></p>
1604
1608
  </td>
1605
1609
  <td class="enum_member_annotations"> </td>
1606
1610
  </tr>
@@ -1615,7 +1619,7 @@ functions), but they will all return <a href="/home/vagrant/ruby-gnome2.win32/gl
1615
1619
  <tr>
1616
1620
  <td class="enum_member_name"><p><a name="GTK-IMAGE-GICON:CAPS"></a>GTK_IMAGE_GICON</p></td>
1617
1621
  <td class="enum_member_description">
1618
- <p>the widget contains a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>.
1622
+ <p>the widget contains a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a>.
1619
1623
  This image type was added in GTK+ 2.14</p>
1620
1624
  </td>
1621
1625
  <td class="enum_member_annotations"> </td>
@@ -1645,7 +1649,7 @@ functions), but they will all return <a href="/home/vagrant/ruby-gnome2.win32/gl
1645
1649
  <hr>
1646
1650
  <div class="refsect2">
1647
1651
  <a name="GtkImage--gicon"></a><h3>The <code class="literal">“gicon”</code> property</h3>
1648
- <pre class="programlisting"> “gicon” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *</pre>
1652
+ <pre class="programlisting"> “gicon” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
1649
1653
  <p>The GIcon displayed in the GtkImage. For themed icons,
1650
1654
  If the icon theme is changed, the image will be updated
1651
1655
  automatically.</p>
@@ -1685,14 +1689,14 @@ changed, the image will be updated automatically.</p>
1685
1689
  <hr>
1686
1690
  <div class="refsect2">
1687
1691
  <a name="GtkImage--pixbuf"></a><h3>The <code class="literal">“pixbuf”</code> property</h3>
1688
- <pre class="programlisting"> “pixbuf” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
1692
+ <pre class="programlisting"> “pixbuf” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</pre>
1689
1693
  <p>A GdkPixbuf to display.</p>
1690
1694
  <p>Flags: Read / Write</p>
1691
1695
  </div>
1692
1696
  <hr>
1693
1697
  <div class="refsect2">
1694
1698
  <a name="GtkImage--pixbuf-animation"></a><h3>The <code class="literal">“pixbuf-animation”</code> property</h3>
1695
- <pre class="programlisting"> “pixbuf-animation” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *</pre>
1699
+ <pre class="programlisting"> “pixbuf-animation” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"><span class="type">GdkPixbufAnimation</span></a> *</pre>
1696
1700
  <p>GdkPixbufAnimation to display.</p>
1697
1701
  <p>Flags: Read / Write</p>
1698
1702
  </div>
@@ -1702,7 +1706,6 @@ changed, the image will be updated automatically.</p>
1702
1706
  <pre class="programlisting"> “pixel-size” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
1703
1707
  <p>The "pixel-size" property can be used to specify a fixed size
1704
1708
  overriding the <a class="link" href="GtkImage.html#GtkImage--icon-size" title="The “icon-size” property"><span class="type">“icon-size”</span></a> property for images of type
1705
-
1706
1709
  <a class="link" href="GtkImage.html#GTK-IMAGE-ICON-NAME:CAPS"><code class="literal">GTK_IMAGE_ICON_NAME</code></a>.</p>
1707
1710
  <p>Flags: Read / Write</p>
1708
1711
  <p>Allowed values: &gt;= -1</p>
@@ -1760,10 +1763,10 @@ and <a class="link" href="GtkImage.html#GTK-IMAGE-GICON:CAPS"><code class="liter
1760
1763
  </div>
1761
1764
  <div class="refsect1">
1762
1765
  <a name="GtkImage.see-also"></a><h2>See Also</h2>
1763
- <p><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p>
1766
+ <p><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a></p>
1764
1767
  </div>
1765
1768
  </div>
1766
1769
  <div class="footer">
1767
- <hr>Generated by GTK-Doc V1.24.1</div>
1770
+ <hr>Generated by GTK-Doc V1.25.1</div>
1768
1771
  </body>
1769
1772
  </html>