gdk3 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (811) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -2
  3. data/lib/gdk3.rb +9 -0
  4. data/lib/gdk3/event.rb +10 -0
  5. data/lib/gdk3/loader.rb +1 -7
  6. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  7. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  8. data/vendor/local/bin/gtk-launch.exe +0 -0
  9. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  10. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  11. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  12. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  13. data/vendor/local/bin/gtk3-demo.exe +0 -0
  14. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  15. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  16. data/vendor/local/bin/libepoxy-0.dll +0 -0
  17. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  18. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  19. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  20. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  21. data/vendor/local/include/gtk-3.0/gdk/gdk.h +4 -0
  22. data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
  23. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
  24. data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
  25. data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
  27. data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
  28. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
  29. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
  30. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
  31. data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
  32. data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
  33. data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
  34. data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
  35. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
  36. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
  37. data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
  38. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
  39. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
  40. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
  41. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
  42. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
  43. data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
  44. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
  45. data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
  46. data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
  47. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
  48. data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
  49. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
  50. data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
  51. data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
  52. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
  53. data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
  54. data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
  55. data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
  56. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
  57. data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
  58. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
  59. data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
  61. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
  62. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
  63. data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
  65. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
  66. data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
  67. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
  68. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  69. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
  70. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
  71. data/vendor/local/lib/gdk-win32-3.0.def +49 -0
  72. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  73. data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
  74. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  75. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  76. data/vendor/local/lib/gtk-win32-3.0.def +1 -1
  77. data/vendor/local/lib/libepoxy.dll.a +0 -0
  78. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  79. data/vendor/local/lib/libgailutil-3.la +3 -3
  80. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  81. data/vendor/local/lib/libgdk-3.la +6 -6
  82. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  83. data/vendor/local/lib/libgtk-3.la +6 -6
  84. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  85. data/vendor/local/lib/libgtkreftestprivate.la +3 -3
  86. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  87. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  88. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  89. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  90. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  91. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
  92. data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
  93. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
  94. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
  95. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
  96. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  97. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
  98. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
  99. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
  100. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
  101. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
  102. data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
  103. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
  104. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
  105. data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
  106. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
  107. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
  108. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
  109. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
  110. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
  111. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
  112. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
  113. data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
  114. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
  115. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
  116. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
  117. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
  118. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
  119. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
  120. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
  121. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
  122. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
  123. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
  124. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
  125. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
  126. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
  127. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
  128. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
  129. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
  130. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
  131. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
  132. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
  133. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
  134. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
  135. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
  136. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
  137. data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
  138. data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
  139. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
  140. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
  141. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
  143. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
  144. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
  145. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
  146. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
  147. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
  148. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
  149. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
  150. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
  151. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
  152. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
  153. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
  154. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
  155. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
  156. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
  157. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
  158. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
  159. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
  161. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
  162. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
  164. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
  165. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
  166. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
  167. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
  168. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
  169. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
  170. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
  171. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
  172. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
  173. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
  174. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
  175. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
  176. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
  177. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
  178. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
  179. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
  180. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
  181. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
  182. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
  183. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
  184. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
  185. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
  186. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
  187. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
  188. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
  189. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
  190. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
  191. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
  192. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
  193. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
  194. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
  195. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
  196. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
  197. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
  198. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
  199. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
  200. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
  201. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
  202. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
  203. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
  204. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
  205. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
  206. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
  207. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
  208. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
  209. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
  210. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
  211. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
  212. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
  213. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
  214. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
  215. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
  217. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
  218. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
  219. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
  220. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
  221. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
  222. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
  223. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
  224. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
  225. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
  226. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
  227. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
  228. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
  229. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
  230. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
  231. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
  363. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
  364. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
  365. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
  366. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
  367. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
  369. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
  370. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
  371. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
  372. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
  373. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
  374. data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
  375. data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
  377. data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
  378. data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
  379. data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
  380. data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
  381. data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
  382. data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
  383. data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
  384. data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
  385. data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
  386. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
  387. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
  388. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
  389. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
  390. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
  391. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  392. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
  393. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
  394. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
  395. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
  396. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
  397. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
  398. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
  399. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
  400. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  401. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
  402. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
  403. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
  404. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
  405. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
  406. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
  407. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
  408. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
  409. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
  410. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
  411. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
  412. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
  413. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
  414. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
  415. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
  416. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
  417. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
  418. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
  419. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
  420. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
  421. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
  422. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
  423. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
  424. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
  425. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
  426. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
  427. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
  428. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
  429. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
  430. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
  431. data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
  432. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
  433. data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
  434. data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
  435. data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
  436. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
  437. data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
  438. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  439. data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  440. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  441. data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
  442. data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
  443. data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
  444. data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
  445. data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
  446. data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png +0 -0
  447. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  448. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png +0 -0
  449. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  450. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  451. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  452. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  453. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  454. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  455. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  456. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  457. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  458. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  459. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  460. data/vendor/local/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png +0 -0
  461. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  462. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  463. data/vendor/local/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png +0 -0
  464. data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  465. data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  466. data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  467. data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
  468. data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png +0 -0
  469. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  470. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  471. data/vendor/local/share/icons/Adwaita/22x22/apps/accessories-calculator.png +0 -0
  472. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  473. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  474. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  475. data/vendor/local/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
  476. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  477. data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  478. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  479. data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
  480. data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
  481. data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
  482. data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
  483. data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
  484. data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
  485. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
  486. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  487. data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
  488. data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png +0 -0
  489. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  490. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  491. data/vendor/local/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png +0 -0
  492. data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  493. data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  494. data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  495. data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png +0 -0
  496. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  497. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  498. data/vendor/local/share/icons/Adwaita/256x256/apps/accessories-calculator.png +0 -0
  499. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  500. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  501. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  502. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  503. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  504. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  505. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  506. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  507. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  508. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  509. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  510. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  511. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  512. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  513. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  514. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  515. data/vendor/local/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png +0 -0
  516. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  517. data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  518. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  519. data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
  520. data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
  521. data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
  522. data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  523. data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
  524. data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
  525. data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
  526. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
  527. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  528. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png +0 -0
  529. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  530. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  531. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  532. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  533. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  534. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  535. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  536. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  537. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  538. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  539. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  540. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  541. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  542. data/vendor/local/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png +0 -0
  543. data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
  544. data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  545. data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  546. data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  547. data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
  548. data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
  549. data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
  550. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  551. data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  552. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  553. data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
  554. data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
  555. data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
  556. data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  557. data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
  558. data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
  559. data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png +0 -0
  560. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  561. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png +0 -0
  562. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  563. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  564. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  565. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  566. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  567. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  568. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  569. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  570. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  571. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  576. data/vendor/local/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
  598. data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
  620. data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
  632. data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
  633. data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
  634. data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
  635. data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
  636. data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
  637. data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
  638. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  639. data/vendor/local/share/icons/Adwaita/index.theme +6 -1
  640. data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
  641. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
  642. data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
  643. data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
  644. data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
  645. data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
  646. data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
  647. data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
  648. data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
  649. data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
  650. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
  651. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
  652. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
  653. data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
  654. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  655. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  656. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
  657. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
  658. data/vendor/local/share/locale/az/LC_MESSAGES/gtk30-properties.mo +0 -0
  659. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
  660. data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
  661. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  662. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
  663. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  664. data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
  665. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
  666. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
  667. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
  668. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
  669. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  670. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  671. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
  672. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
  673. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
  674. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
  675. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  676. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  677. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  678. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  679. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  680. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  681. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
  682. data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30.mo +0 -0
  683. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  684. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  685. data/vendor/local/share/locale/en/LC_MESSAGES/gtk30-properties.mo +0 -0
  686. data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
  687. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
  688. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
  689. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
  690. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30.mo +0 -0
  691. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
  692. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
  693. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  694. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  695. data/vendor/local/share/locale/et/LC_MESSAGES/gtk30-properties.mo +0 -0
  696. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  697. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  698. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  699. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  700. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  701. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  702. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
  703. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  704. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  705. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  706. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
  707. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
  708. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  709. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  710. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
  711. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30.mo +0 -0
  712. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  713. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  714. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
  715. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
  716. data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
  717. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  718. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  719. data/vendor/local/share/locale/io/LC_MESSAGES/gtk30-properties.mo +0 -0
  720. data/vendor/local/share/locale/io/LC_MESSAGES/gtk30.mo +0 -0
  721. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  722. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  723. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
  724. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  725. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  726. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  727. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30-properties.mo +0 -0
  728. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  729. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  730. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  731. data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
  732. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
  733. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
  734. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  735. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  736. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  737. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  738. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
  739. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
  740. data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
  741. data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
  742. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
  743. data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30.mo +0 -0
  744. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
  745. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  746. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
  747. data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
  748. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  749. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  750. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  751. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  752. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  753. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  754. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  755. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  756. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  757. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  758. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  759. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  760. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  761. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  762. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  763. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
  764. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
  765. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  766. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  767. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
  768. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
  769. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  770. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  771. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  772. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  773. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  774. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
  775. data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
  776. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
  777. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  778. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  779. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
  780. data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
  781. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
  782. data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
  783. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
  784. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
  785. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
  786. data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
  787. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
  788. data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
  789. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
  790. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
  791. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  792. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  793. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  794. data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
  795. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  796. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  797. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  798. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  799. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  800. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  801. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  802. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  803. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  804. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  805. metadata +44 -17
  806. data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
  807. data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
  808. data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
  809. data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
  810. data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
  811. data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -102,7 +102,7 @@
102
102
  </tr>
103
103
  <tr>
104
104
  <td class="function_type">
105
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
105
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
106
106
  </td>
107
107
  <td class="function_name">
108
108
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-text-column" title="gtk_icon_view_get_text_column ()">gtk_icon_view_get_text_column</a> <span class="c_punctuation">()</span>
@@ -118,7 +118,7 @@
118
118
  </tr>
119
119
  <tr>
120
120
  <td class="function_type">
121
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
121
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
122
122
  </td>
123
123
  <td class="function_name">
124
124
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-markup-column" title="gtk_icon_view_get_markup_column ()">gtk_icon_view_get_markup_column</a> <span class="c_punctuation">()</span>
@@ -134,7 +134,7 @@
134
134
  </tr>
135
135
  <tr>
136
136
  <td class="function_type">
137
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
137
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
138
138
  </td>
139
139
  <td class="function_name">
140
140
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-pixbuf-column" title="gtk_icon_view_get_pixbuf_column ()">gtk_icon_view_get_pixbuf_column</a> <span class="c_punctuation">()</span>
@@ -150,7 +150,7 @@
150
150
  </tr>
151
151
  <tr>
152
152
  <td class="function_type">
153
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
153
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
154
154
  </td>
155
155
  <td class="function_name">
156
156
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-item-at-pos" title="gtk_icon_view_get_item_at_pos ()">gtk_icon_view_get_item_at_pos</a> <span class="c_punctuation">()</span>
@@ -174,7 +174,7 @@
174
174
  </tr>
175
175
  <tr>
176
176
  <td class="function_type">
177
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
177
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
178
178
  </td>
179
179
  <td class="function_name">
180
180
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-cursor" title="gtk_icon_view_get_cursor ()">gtk_icon_view_get_cursor</a> <span class="c_punctuation">()</span>
@@ -230,7 +230,7 @@
230
230
  </tr>
231
231
  <tr>
232
232
  <td class="function_type">
233
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
233
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
234
234
  </td>
235
235
  <td class="function_name">
236
236
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-columns" title="gtk_icon_view_get_columns ()">gtk_icon_view_get_columns</a> <span class="c_punctuation">()</span>
@@ -246,7 +246,7 @@
246
246
  </tr>
247
247
  <tr>
248
248
  <td class="function_type">
249
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
249
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
250
250
  </td>
251
251
  <td class="function_name">
252
252
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-item-width" title="gtk_icon_view_get_item_width ()">gtk_icon_view_get_item_width</a> <span class="c_punctuation">()</span>
@@ -262,7 +262,7 @@
262
262
  </tr>
263
263
  <tr>
264
264
  <td class="function_type">
265
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
265
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
266
266
  </td>
267
267
  <td class="function_name">
268
268
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-spacing" title="gtk_icon_view_get_spacing ()">gtk_icon_view_get_spacing</a> <span class="c_punctuation">()</span>
@@ -278,7 +278,7 @@
278
278
  </tr>
279
279
  <tr>
280
280
  <td class="function_type">
281
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
281
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
282
282
  </td>
283
283
  <td class="function_name">
284
284
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-row-spacing" title="gtk_icon_view_get_row_spacing ()">gtk_icon_view_get_row_spacing</a> <span class="c_punctuation">()</span>
@@ -294,7 +294,7 @@
294
294
  </tr>
295
295
  <tr>
296
296
  <td class="function_type">
297
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
297
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
298
298
  </td>
299
299
  <td class="function_name">
300
300
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-column-spacing" title="gtk_icon_view_get_column_spacing ()">gtk_icon_view_get_column_spacing</a> <span class="c_punctuation">()</span>
@@ -310,7 +310,7 @@
310
310
  </tr>
311
311
  <tr>
312
312
  <td class="function_type">
313
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
313
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
314
314
  </td>
315
315
  <td class="function_name">
316
316
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-margin" title="gtk_icon_view_get_margin ()">gtk_icon_view_get_margin</a> <span class="c_punctuation">()</span>
@@ -326,7 +326,7 @@
326
326
  </tr>
327
327
  <tr>
328
328
  <td class="function_type">
329
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
329
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
330
330
  </td>
331
331
  <td class="function_name">
332
332
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-item-padding" title="gtk_icon_view_get_item_padding ()">gtk_icon_view_get_item_padding</a> <span class="c_punctuation">()</span>
@@ -342,7 +342,7 @@
342
342
  </tr>
343
343
  <tr>
344
344
  <td class="function_type">
345
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
345
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
346
346
  </td>
347
347
  <td class="function_name">
348
348
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-activate-on-single-click" title="gtk_icon_view_get_activate_on_single_click ()">gtk_icon_view_get_activate_on_single_click</a> <span class="c_punctuation">()</span>
@@ -350,7 +350,7 @@
350
350
  </tr>
351
351
  <tr>
352
352
  <td class="function_type">
353
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
353
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
354
354
  </td>
355
355
  <td class="function_name">
356
356
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-cell-rect" title="gtk_icon_view_get_cell_rect ()">gtk_icon_view_get_cell_rect</a> <span class="c_punctuation">()</span>
@@ -374,7 +374,7 @@
374
374
  </tr>
375
375
  <tr>
376
376
  <td class="function_type">
377
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
377
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
378
378
  </td>
379
379
  <td class="function_name">
380
380
  <a class="link" href="GtkIconView.html#gtk-icon-view-path-is-selected" title="gtk_icon_view_path_is_selected ()">gtk_icon_view_path_is_selected</a> <span class="c_punctuation">()</span>
@@ -382,7 +382,7 @@
382
382
  </tr>
383
383
  <tr>
384
384
  <td class="function_type">
385
- <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
385
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
386
386
  </td>
387
387
  <td class="function_name">
388
388
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-selected-items" title="gtk_icon_view_get_selected_items ()">gtk_icon_view_get_selected_items</a> <span class="c_punctuation">()</span>
@@ -422,7 +422,7 @@
422
422
  </tr>
423
423
  <tr>
424
424
  <td class="function_type">
425
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
425
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
426
426
  </td>
427
427
  <td class="function_name">
428
428
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-visible-range" title="gtk_icon_view_get_visible_range ()">gtk_icon_view_get_visible_range</a> <span class="c_punctuation">()</span>
@@ -446,7 +446,7 @@
446
446
  </tr>
447
447
  <tr>
448
448
  <td class="function_type">
449
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
449
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
450
450
  </td>
451
451
  <td class="function_name">
452
452
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-tooltip-context" title="gtk_icon_view_get_tooltip_context ()">gtk_icon_view_get_tooltip_context</a> <span class="c_punctuation">()</span>
@@ -462,7 +462,7 @@
462
462
  </tr>
463
463
  <tr>
464
464
  <td class="function_type">
465
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
465
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
466
466
  </td>
467
467
  <td class="function_name">
468
468
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-tooltip-column" title="gtk_icon_view_get_tooltip_column ()">gtk_icon_view_get_tooltip_column</a> <span class="c_punctuation">()</span>
@@ -470,7 +470,7 @@
470
470
  </tr>
471
471
  <tr>
472
472
  <td class="function_type">
473
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
473
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
474
474
  </td>
475
475
  <td class="function_name">
476
476
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-item-row" title="gtk_icon_view_get_item_row ()">gtk_icon_view_get_item_row</a> <span class="c_punctuation">()</span>
@@ -478,7 +478,7 @@
478
478
  </tr>
479
479
  <tr>
480
480
  <td class="function_type">
481
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
481
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
482
482
  </td>
483
483
  <td class="function_name">
484
484
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-item-column" title="gtk_icon_view_get_item_column ()">gtk_icon_view_get_item_column</a> <span class="c_punctuation">()</span>
@@ -526,7 +526,7 @@
526
526
  </tr>
527
527
  <tr>
528
528
  <td class="function_type">
529
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
529
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
530
530
  </td>
531
531
  <td class="function_name">
532
532
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-reorderable" title="gtk_icon_view_get_reorderable ()">gtk_icon_view_get_reorderable</a> <span class="c_punctuation">()</span>
@@ -550,7 +550,7 @@
550
550
  </tr>
551
551
  <tr>
552
552
  <td class="function_type">
553
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
553
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
554
554
  </td>
555
555
  <td class="function_name">
556
556
  <a class="link" href="GtkIconView.html#gtk-icon-view-get-dest-item-at-pos" title="gtk_icon_view_get_dest_item_at_pos ()">gtk_icon_view_get_dest_item_at_pos</a> <span class="c_punctuation">()</span>
@@ -577,7 +577,7 @@
577
577
  </colgroup>
578
578
  <tbody>
579
579
  <tr>
580
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
580
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
581
581
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--activate-on-single-click" title="The “activate-on-single-click” property">activate-on-single-click</a></td>
582
582
  <td class="property_flags">Read / Write</td>
583
583
  </tr>
@@ -588,12 +588,12 @@
588
588
  <td class="property_flags">Read / Write / Construct Only</td>
589
589
  </tr>
590
590
  <tr>
591
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
591
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
592
592
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--column-spacing" title="The “column-spacing” property">column-spacing</a></td>
593
593
  <td class="property_flags">Read / Write</td>
594
594
  </tr>
595
595
  <tr>
596
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
596
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
597
597
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--columns" title="The “columns” property">columns</a></td>
598
598
  <td class="property_flags">Read / Write</td>
599
599
  </tr>
@@ -603,22 +603,22 @@
603
603
  <td class="property_flags">Read / Write</td>
604
604
  </tr>
605
605
  <tr>
606
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
606
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
607
607
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--item-padding" title="The “item-padding” property">item-padding</a></td>
608
608
  <td class="property_flags">Read / Write</td>
609
609
  </tr>
610
610
  <tr>
611
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
611
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
612
612
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--item-width" title="The “item-width” property">item-width</a></td>
613
613
  <td class="property_flags">Read / Write</td>
614
614
  </tr>
615
615
  <tr>
616
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
616
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
617
617
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--margin" title="The “margin” property">margin</a></td>
618
618
  <td class="property_flags">Read / Write</td>
619
619
  </tr>
620
620
  <tr>
621
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
621
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
622
622
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--markup-column" title="The “markup-column” property">markup-column</a></td>
623
623
  <td class="property_flags">Read / Write</td>
624
624
  </tr>
@@ -629,17 +629,17 @@
629
629
  <td class="property_flags">Read / Write</td>
630
630
  </tr>
631
631
  <tr>
632
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
632
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
633
633
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--pixbuf-column" title="The “pixbuf-column” property">pixbuf-column</a></td>
634
634
  <td class="property_flags">Read / Write</td>
635
635
  </tr>
636
636
  <tr>
637
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
637
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
638
638
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property">reorderable</a></td>
639
639
  <td class="property_flags">Read / Write</td>
640
640
  </tr>
641
641
  <tr>
642
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
642
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
643
643
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--row-spacing" title="The “row-spacing” property">row-spacing</a></td>
644
644
  <td class="property_flags">Read / Write</td>
645
645
  </tr>
@@ -649,17 +649,17 @@
649
649
  <td class="property_flags">Read / Write</td>
650
650
  </tr>
651
651
  <tr>
652
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
652
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
653
653
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--spacing" title="The “spacing” property">spacing</a></td>
654
654
  <td class="property_flags">Read / Write</td>
655
655
  </tr>
656
656
  <tr>
657
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
657
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
658
658
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--text-column" title="The “text-column” property">text-column</a></td>
659
659
  <td class="property_flags">Read / Write</td>
660
660
  </tr>
661
661
  <tr>
662
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
662
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
663
663
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--tooltip-column" title="The “tooltip-column” property">tooltip-column</a></td>
664
664
  <td class="property_flags">Read / Write</td>
665
665
  </tr>
@@ -676,13 +676,13 @@
676
676
  </colgroup>
677
677
  <tbody>
678
678
  <tr>
679
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a></td>
679
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a></td>
680
680
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--s-selection-box-alpha" title="The “selection-box-alpha” style property">selection-box-alpha</a></td>
681
681
  <td class="property_flags">Read</td>
682
682
  </tr>
683
683
  <tr>
684
684
  <td class="property_type">
685
- <a href="http://developer.gnome.org/gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
685
+ <span class="type">GdkColor</span> *</td>
686
686
  <td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--s-selection-box-color" title="The “selection-box-color” style property">selection-box-color</a></td>
687
687
  <td class="property_flags">Read</td>
688
688
  </tr>
@@ -699,44 +699,44 @@
699
699
  </colgroup>
700
700
  <tbody>
701
701
  <tr>
702
- <td class="signal_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
702
+ <td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
703
703
  <td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-activate-cursor-item" title="The “activate-cursor-item” signal">activate-cursor-item</a></td>
704
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
704
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
705
705
  </tr>
706
706
  <tr>
707
707
  <td class="signal_type"><span class="returnvalue">void</span></td>
708
708
  <td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-item-activated" title="The “item-activated” signal">item-activated</a></td>
709
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
709
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
710
710
  </tr>
711
711
  <tr>
712
- <td class="signal_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
712
+ <td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
713
713
  <td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-move-cursor" title="The “move-cursor” signal">move-cursor</a></td>
714
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
714
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
715
715
  </tr>
716
716
  <tr>
717
717
  <td class="signal_type"><span class="returnvalue">void</span></td>
718
718
  <td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-select-all" title="The “select-all” signal">select-all</a></td>
719
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
719
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
720
720
  </tr>
721
721
  <tr>
722
722
  <td class="signal_type"><span class="returnvalue">void</span></td>
723
723
  <td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-select-cursor-item" title="The “select-cursor-item” signal">select-cursor-item</a></td>
724
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
724
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
725
725
  </tr>
726
726
  <tr>
727
727
  <td class="signal_type"><span class="returnvalue">void</span></td>
728
728
  <td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-selection-changed" title="The “selection-changed” signal">selection-changed</a></td>
729
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
729
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
730
730
  </tr>
731
731
  <tr>
732
732
  <td class="signal_type"><span class="returnvalue">void</span></td>
733
733
  <td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-toggle-cursor-item" title="The “toggle-cursor-item” signal">toggle-cursor-item</a></td>
734
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
734
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
735
735
  </tr>
736
736
  <tr>
737
737
  <td class="signal_type"><span class="returnvalue">void</span></td>
738
738
  <td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-unselect-all" title="The “unselect-all” signal">unselect-all</a></td>
739
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
739
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
740
740
  </tr>
741
741
  </tbody>
742
742
  </table></div>
@@ -762,8 +762,8 @@
762
762
  </div>
763
763
  <div class="refsect1">
764
764
  <a name="GtkIconView.object-hierarchy"></a><h2>Object Hierarchy</h2>
765
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
766
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
765
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
766
+ <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
767
767
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
768
768
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
769
769
  <span class="lineart">╰──</span> GtkIconView
@@ -800,8 +800,8 @@ ignore the tree’s branches.</p>
800
800
  <tr>
801
801
  <td class="listing_lines" align="right"><pre>1
802
802
  2</pre></td>
803
- <td class="listing_code"><pre class="programlisting"><span class="normal">iconview</span><span class="symbol">.</span><span class="normal">view</span>
804
- <span class="normal">╰── </span><span class="symbol">[</span><span class="normal">rubberband</span><span class="symbol">]</span></pre></td>
803
+ <td class="listing_code"><pre class="programlisting">iconview<span class="gtkdoc opt">.</span>view
804
+ ╰── <span class="gtkdoc opt">[</span>rubberband<span class="gtkdoc opt">]</span></pre></td>
805
805
  </tr>
806
806
  </tbody>
807
807
  </table>
@@ -819,7 +819,7 @@ For rubberband selection, a subnode with name rubberband is used.</p>
819
819
  <pre class="programlisting"><span class="returnvalue">void</span>
820
820
  <span class="c_punctuation">(</span>*GtkIconViewForeachFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
821
821
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
822
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
822
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
823
823
  <p>A function used by <a class="link" href="GtkIconView.html#gtk-icon-view-selected-foreach" title="gtk_icon_view_selected_foreach ()"><code class="function">gtk_icon_view_selected_foreach()</code></a> to map all
824
824
  selected rows. It will be called on every selected row in the view.</p>
825
825
  <div class="refsect3">
@@ -929,7 +929,7 @@ gtk_icon_view_set_model (<em class="parameter"><code><a class="link" href="GtkIc
929
929
  If the <em class="parameter"><code>icon_view</code></em>
930
930
  already has a model set, it will remove
931
931
  it before setting the new model. If <em class="parameter"><code>model</code></em>
932
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
932
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
933
933
  it will unset the old model.</p>
934
934
  <div class="refsect3">
935
935
  <a name="gtk-icon-view-set-model.parameters"></a><h4>Parameters</h4>
@@ -960,7 +960,7 @@ it will unset the old model.</p>
960
960
  <a name="gtk-icon-view-get-model"></a><h3>gtk_icon_view_get_model ()</h3>
961
961
  <pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> *
962
962
  gtk_icon_view_get_model (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
963
- <p>Returns the model the <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> is based on. Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
963
+ <p>Returns the model the <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> is based on. Returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
964
964
  model is unset.</p>
965
965
  <div class="refsect3">
966
966
  <a name="gtk-icon-view-get-model.parameters"></a><h4>Parameters</h4>
@@ -979,7 +979,7 @@ model is unset.</p>
979
979
  </div>
980
980
  <div class="refsect3">
981
981
  <a name="gtk-icon-view-get-model.returns"></a><h4>Returns</h4>
982
- <p> A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is
982
+ <p> A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is
983
983
  currently being used. </p>
984
984
  <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>
985
985
  </div>
@@ -990,11 +990,11 @@ currently being used. </p>
990
990
  <a name="gtk-icon-view-set-text-column"></a><h3>gtk_icon_view_set_text_column ()</h3>
991
991
  <pre class="programlisting"><span class="returnvalue">void</span>
992
992
  gtk_icon_view_set_text_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
993
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
993
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
994
994
  <p>Sets the column with text for <em class="parameter"><code>icon_view</code></em>
995
995
  to be <em class="parameter"><code>column</code></em>
996
996
  . The text
997
- column must be of type <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>.</p>
997
+ column must be of type <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>.</p>
998
998
  <div class="refsect3">
999
999
  <a name="gtk-icon-view-set-text-column.parameters"></a><h4>Parameters</h4>
1000
1000
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1022,7 +1022,7 @@ column must be of type <a href="https://developer.gnome.org/gobject/unstable/gob
1022
1022
  <hr>
1023
1023
  <div class="refsect2">
1024
1024
  <a name="gtk-icon-view-get-text-column"></a><h3>gtk_icon_view_get_text_column ()</h3>
1025
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1025
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1026
1026
  gtk_icon_view_get_text_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1027
1027
  <p>Returns the column with text for <em class="parameter"><code>icon_view</code></em>
1028
1028
  .</p>
@@ -1052,11 +1052,11 @@ gtk_icon_view_get_text_column (<em class="parameter"><code><a class="link" href=
1052
1052
  <a name="gtk-icon-view-set-markup-column"></a><h3>gtk_icon_view_set_markup_column ()</h3>
1053
1053
  <pre class="programlisting"><span class="returnvalue">void</span>
1054
1054
  gtk_icon_view_set_markup_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1055
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
1055
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
1056
1056
  <p>Sets the column with markup information for <em class="parameter"><code>icon_view</code></em>
1057
1057
  to be
1058
1058
  <em class="parameter"><code>column</code></em>
1059
- . The markup column must be of type <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>.
1059
+ . The markup column must be of type <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>.
1060
1060
  If the markup column is set to something, it overrides
1061
1061
  the text column set by <a class="link" href="GtkIconView.html#gtk-icon-view-set-text-column" title="gtk_icon_view_set_text_column ()"><code class="function">gtk_icon_view_set_text_column()</code></a>.</p>
1062
1062
  <div class="refsect3">
@@ -1086,7 +1086,7 @@ the text column set by <a class="link" href="GtkIconView.html#gtk-icon-view-set-
1086
1086
  <hr>
1087
1087
  <div class="refsect2">
1088
1088
  <a name="gtk-icon-view-get-markup-column"></a><h3>gtk_icon_view_get_markup_column ()</h3>
1089
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1089
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1090
1090
  gtk_icon_view_get_markup_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1091
1091
  <p>Returns the column with markup text for <em class="parameter"><code>icon_view</code></em>
1092
1092
  .</p>
@@ -1116,7 +1116,7 @@ gtk_icon_view_get_markup_column (<em class="parameter"><code><a class="link" hre
1116
1116
  <a name="gtk-icon-view-set-pixbuf-column"></a><h3>gtk_icon_view_set_pixbuf_column ()</h3>
1117
1117
  <pre class="programlisting"><span class="returnvalue">void</span>
1118
1118
  gtk_icon_view_set_pixbuf_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1119
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
1119
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
1120
1120
  <p>Sets the column with pixbufs for <em class="parameter"><code>icon_view</code></em>
1121
1121
  to be <em class="parameter"><code>column</code></em>
1122
1122
  . The pixbuf
@@ -1148,7 +1148,7 @@ column must be of type <span class="type">GDK_TYPE_PIXBUF</span></p>
1148
1148
  <hr>
1149
1149
  <div class="refsect2">
1150
1150
  <a name="gtk-icon-view-get-pixbuf-column"></a><h3>gtk_icon_view_get_pixbuf_column ()</h3>
1151
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1151
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1152
1152
  gtk_icon_view_get_pixbuf_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1153
1153
  <p>Returns the column with pixbufs for <em class="parameter"><code>icon_view</code></em>
1154
1154
  .</p>
@@ -1178,8 +1178,8 @@ gtk_icon_view_get_pixbuf_column (<em class="parameter"><code><a class="link" hre
1178
1178
  <a name="gtk-icon-view-get-path-at-pos"></a><h3>gtk_icon_view_get_path_at_pos ()</h3>
1179
1179
  <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> *
1180
1180
  gtk_icon_view_get_path_at_pos (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1181
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1182
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
1181
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1182
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
1183
1183
  <p>Finds the path at the point (<em class="parameter"><code>x</code></em>
1184
1184
  , <em class="parameter"><code>y</code></em>
1185
1185
  ), relative to bin_window coordinates.
@@ -1217,7 +1217,7 @@ widget coordinates to bin_window coordinates.</p>
1217
1217
  <div class="refsect3">
1218
1218
  <a name="gtk-icon-view-get-path-at-pos.returns"></a><h4>Returns</h4>
1219
1219
  <p> The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> corresponding
1220
- to the icon or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon exists at that position. </p>
1220
+ to the icon or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon exists at that position. </p>
1221
1221
  <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="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1222
1222
  </div>
1223
1223
  <p class="since">Since: 2.6</p>
@@ -1225,10 +1225,10 @@ to the icon or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-
1225
1225
  <hr>
1226
1226
  <div class="refsect2">
1227
1227
  <a name="gtk-icon-view-get-item-at-pos"></a><h3>gtk_icon_view_get_item_at_pos ()</h3>
1228
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1228
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1229
1229
  gtk_icon_view_get_item_at_pos (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1230
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1231
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1230
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1231
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1232
1232
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
1233
1233
  <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> **cell</code></em>);</pre>
1234
1234
  <p>Finds the path at the point (<em class="parameter"><code>x</code></em>
@@ -1265,7 +1265,7 @@ widget coordinates to bin_window coordinates.</p>
1265
1265
  </tr>
1266
1266
  <tr>
1267
1267
  <td class="parameter_name"><p>path</p></td>
1268
- <td class="parameter_description"><p> Return location for the path, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1268
+ <td class="parameter_description"><p> Return location for the path, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1269
1269
  <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>]</span></td>
1270
1270
  </tr>
1271
1271
  <tr>
@@ -1273,7 +1273,7 @@ widget coordinates to bin_window coordinates.</p>
1273
1273
  <td class="parameter_description"><p> Return location for the renderer
1274
1274
  responsible for the cell at (<em class="parameter"><code>x</code></em>
1275
1275
  , <em class="parameter"><code>y</code></em>
1276
- ), or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1276
+ ), or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1277
1277
  <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>]</span></td>
1278
1278
  </tr>
1279
1279
  </tbody>
@@ -1281,7 +1281,7 @@ responsible for the cell at (<em class="parameter"><code>x</code></em>
1281
1281
  </div>
1282
1282
  <div class="refsect3">
1283
1283
  <a name="gtk-icon-view-get-item-at-pos.returns"></a><h4>Returns</h4>
1284
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an item exists at the specified position</p>
1284
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an item exists at the specified position</p>
1285
1285
  </div>
1286
1286
  <p class="since">Since: 2.8</p>
1287
1287
  </div>
@@ -1291,10 +1291,10 @@ responsible for the cell at (<em class="parameter"><code>x</code></em>
1291
1291
  <pre class="programlisting"><span class="returnvalue">void</span>
1292
1292
  gtk_icon_view_convert_widget_to_bin_window_coords
1293
1293
  (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1294
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wx</code></em>,
1295
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wy</code></em>,
1296
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bx</code></em>,
1297
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *by</code></em>);</pre>
1294
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wx</code></em>,
1295
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wy</code></em>,
1296
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bx</code></em>,
1297
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *by</code></em>);</pre>
1298
1298
  <p>Converts widget coordinates to coordinates for the bin_window,
1299
1299
  as expected by e.g. <a class="link" href="GtkIconView.html#gtk-icon-view-get-path-at-pos" title="gtk_icon_view_get_path_at_pos ()"><code class="function">gtk_icon_view_get_path_at_pos()</code></a>.</p>
1300
1300
  <div class="refsect3">
@@ -1343,14 +1343,14 @@ as expected by e.g. <a class="link" href="GtkIconView.html#gtk-icon-view-get-pat
1343
1343
  gtk_icon_view_set_cursor (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1344
1344
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1345
1345
  <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
1346
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);</pre>
1346
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);</pre>
1347
1347
  <p>Sets the current keyboard focus to be at <em class="parameter"><code>path</code></em>
1348
1348
  , and selects it. This is
1349
1349
  useful when you want to focus the user’s attention on a particular item.
1350
1350
  If <em class="parameter"><code>cell</code></em>
1351
- is not <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then focus is given to the cell specified by
1351
+ is not <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then focus is given to the cell specified by
1352
1352
  it. Additionally, if <em class="parameter"><code>start_editing</code></em>
1353
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then editing should be
1353
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then editing should be
1354
1354
  started in the specified cell. </p>
1355
1355
  <p>This function is often followed by <code class="literal">gtk_widget_grab_focus
1356
1356
  (icon_view)</code> in order to give keyboard focus to the widget.
@@ -1377,12 +1377,12 @@ Please note that editing can only happen when the widget is realized.</p>
1377
1377
  <tr>
1378
1378
  <td class="parameter_name"><p>cell</p></td>
1379
1379
  <td class="parameter_description"><p> One of the cell renderers of <em class="parameter"><code>icon_view</code></em>
1380
- , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1380
+ , or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1381
1381
  <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>
1382
1382
  </tr>
1383
1383
  <tr>
1384
1384
  <td class="parameter_name"><p>start_editing</p></td>
1385
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited.</p></td>
1385
+ <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited.</p></td>
1386
1386
  <td class="parameter_annotations"> </td>
1387
1387
  </tr>
1388
1388
  </tbody>
@@ -1393,7 +1393,7 @@ Please note that editing can only happen when the widget is realized.</p>
1393
1393
  <hr>
1394
1394
  <div class="refsect2">
1395
1395
  <a name="gtk-icon-view-get-cursor"></a><h3>gtk_icon_view_get_cursor ()</h3>
1396
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1396
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1397
1397
  gtk_icon_view_get_cursor (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1398
1398
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
1399
1399
  <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> **cell</code></em>);</pre>
@@ -1401,9 +1401,9 @@ gtk_icon_view_get_cursor (<em class="parameter"><code><a class="link" href="GtkI
1401
1401
  and <em class="parameter"><code>cell</code></em>
1402
1402
  with the current cursor path and cell.
1403
1403
  If the cursor isn’t currently set, then *<em class="parameter"><code>path</code></em>
1404
- will be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1404
+ will be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1405
1405
  If no cell currently has focus, then *<em class="parameter"><code>cell</code></em>
1406
- will be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
1406
+ will be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
1407
1407
  <p>The returned <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> must be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a>.</p>
1408
1408
  <div class="refsect3">
1409
1409
  <a name="gtk-icon-view-get-cursor.parameters"></a><h4>Parameters</h4>
@@ -1422,13 +1422,13 @@ If no cell currently has focus, then *<em class="parameter"><code>cell</code></e
1422
1422
  <tr>
1423
1423
  <td class="parameter_name"><p>path</p></td>
1424
1424
  <td class="parameter_description"><p> Return location for the current
1425
- cursor path, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1425
+ cursor path, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1426
1426
  <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="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
1427
1427
  </tr>
1428
1428
  <tr>
1429
1429
  <td class="parameter_name"><p>cell</p></td>
1430
1430
  <td class="parameter_description"><p> Return location the current
1431
- focus cell, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1431
+ focus cell, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1432
1432
  <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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
1433
1433
  </tr>
1434
1434
  </tbody>
@@ -1436,7 +1436,7 @@ focus cell, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-
1436
1436
  </div>
1437
1437
  <div class="refsect3">
1438
1438
  <a name="gtk-icon-view-get-cursor.returns"></a><h4>Returns</h4>
1439
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cursor is set.</p>
1439
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cursor is set.</p>
1440
1440
  </div>
1441
1441
  <p class="since">Since: 2.8</p>
1442
1442
  </div>
@@ -1446,7 +1446,7 @@ focus cell, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-
1446
1446
  <pre class="programlisting"><span class="returnvalue">void</span>
1447
1447
  gtk_icon_view_selected_foreach (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1448
1448
  <em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewForeachFunc" title="GtkIconViewForeachFunc ()"><span class="type">GtkIconViewForeachFunc</span></a> func</code></em>,
1449
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1449
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1450
1450
  <p>Calls a function for each selected icon. Note that the model or
1451
1451
  selection cannot be modified from within this function.</p>
1452
1452
  <div class="refsect3">
@@ -1603,7 +1603,7 @@ whether the labels are drawn beside the icons instead of below.</p>
1603
1603
  <a name="gtk-icon-view-set-columns"></a><h3>gtk_icon_view_set_columns ()</h3>
1604
1604
  <pre class="programlisting"><span class="returnvalue">void</span>
1605
1605
  gtk_icon_view_set_columns (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1606
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);</pre>
1606
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);</pre>
1607
1607
  <p>Sets the ::columns property which determines in how
1608
1608
  many columns the icons are arranged. If <em class="parameter"><code>columns</code></em>
1609
1609
  is
@@ -1636,7 +1636,7 @@ to fill the available area.</p>
1636
1636
  <hr>
1637
1637
  <div class="refsect2">
1638
1638
  <a name="gtk-icon-view-get-columns"></a><h3>gtk_icon_view_get_columns ()</h3>
1639
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1639
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1640
1640
  gtk_icon_view_get_columns (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1641
1641
  <p>Returns the value of the ::columns property.</p>
1642
1642
  <div class="refsect3">
@@ -1665,7 +1665,7 @@ gtk_icon_view_get_columns (<em class="parameter"><code><a class="link" href="Gtk
1665
1665
  <a name="gtk-icon-view-set-item-width"></a><h3>gtk_icon_view_set_item_width ()</h3>
1666
1666
  <pre class="programlisting"><span class="returnvalue">void</span>
1667
1667
  gtk_icon_view_set_item_width (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1668
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item_width</code></em>);</pre>
1668
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item_width</code></em>);</pre>
1669
1669
  <p>Sets the ::item-width property which specifies the width
1670
1670
  to use for each item. If it is set to -1, the icon view will
1671
1671
  automatically determine a suitable item size.</p>
@@ -1696,7 +1696,7 @@ automatically determine a suitable item size.</p>
1696
1696
  <hr>
1697
1697
  <div class="refsect2">
1698
1698
  <a name="gtk-icon-view-get-item-width"></a><h3>gtk_icon_view_get_item_width ()</h3>
1699
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1699
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1700
1700
  gtk_icon_view_get_item_width (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1701
1701
  <p>Returns the value of the ::item-width property.</p>
1702
1702
  <div class="refsect3">
@@ -1725,7 +1725,7 @@ gtk_icon_view_get_item_width (<em class="parameter"><code><a class="link" href="
1725
1725
  <a name="gtk-icon-view-set-spacing"></a><h3>gtk_icon_view_set_spacing ()</h3>
1726
1726
  <pre class="programlisting"><span class="returnvalue">void</span>
1727
1727
  gtk_icon_view_set_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1728
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);</pre>
1728
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);</pre>
1729
1729
  <p>Sets the ::spacing property which specifies the space
1730
1730
  which is inserted between the cells (i.e. the icon and
1731
1731
  the text) of an item.</p>
@@ -1756,7 +1756,7 @@ the text) of an item.</p>
1756
1756
  <hr>
1757
1757
  <div class="refsect2">
1758
1758
  <a name="gtk-icon-view-get-spacing"></a><h3>gtk_icon_view_get_spacing ()</h3>
1759
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1759
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1760
1760
  gtk_icon_view_get_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1761
1761
  <p>Returns the value of the ::spacing property.</p>
1762
1762
  <div class="refsect3">
@@ -1785,7 +1785,7 @@ gtk_icon_view_get_spacing (<em class="parameter"><code><a class="link" href="Gtk
1785
1785
  <a name="gtk-icon-view-set-row-spacing"></a><h3>gtk_icon_view_set_row_spacing ()</h3>
1786
1786
  <pre class="programlisting"><span class="returnvalue">void</span>
1787
1787
  gtk_icon_view_set_row_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1788
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row_spacing</code></em>);</pre>
1788
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row_spacing</code></em>);</pre>
1789
1789
  <p>Sets the ::row-spacing property which specifies the space
1790
1790
  which is inserted between the rows of the icon view.</p>
1791
1791
  <div class="refsect3">
@@ -1815,7 +1815,7 @@ which is inserted between the rows of the icon view.</p>
1815
1815
  <hr>
1816
1816
  <div class="refsect2">
1817
1817
  <a name="gtk-icon-view-get-row-spacing"></a><h3>gtk_icon_view_get_row_spacing ()</h3>
1818
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1818
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1819
1819
  gtk_icon_view_get_row_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1820
1820
  <p>Returns the value of the ::row-spacing property.</p>
1821
1821
  <div class="refsect3">
@@ -1844,7 +1844,7 @@ gtk_icon_view_get_row_spacing (<em class="parameter"><code><a class="link" href=
1844
1844
  <a name="gtk-icon-view-set-column-spacing"></a><h3>gtk_icon_view_set_column_spacing ()</h3>
1845
1845
  <pre class="programlisting"><span class="returnvalue">void</span>
1846
1846
  gtk_icon_view_set_column_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1847
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column_spacing</code></em>);</pre>
1847
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column_spacing</code></em>);</pre>
1848
1848
  <p>Sets the ::column-spacing property which specifies the space
1849
1849
  which is inserted between the columns of the icon view.</p>
1850
1850
  <div class="refsect3">
@@ -1874,7 +1874,7 @@ which is inserted between the columns of the icon view.</p>
1874
1874
  <hr>
1875
1875
  <div class="refsect2">
1876
1876
  <a name="gtk-icon-view-get-column-spacing"></a><h3>gtk_icon_view_get_column_spacing ()</h3>
1877
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1877
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1878
1878
  gtk_icon_view_get_column_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1879
1879
  <p>Returns the value of the ::column-spacing property.</p>
1880
1880
  <div class="refsect3">
@@ -1903,7 +1903,7 @@ gtk_icon_view_get_column_spacing (<em class="parameter"><code><a class="link" hr
1903
1903
  <a name="gtk-icon-view-set-margin"></a><h3>gtk_icon_view_set_margin ()</h3>
1904
1904
  <pre class="programlisting"><span class="returnvalue">void</span>
1905
1905
  gtk_icon_view_set_margin (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1906
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> margin</code></em>);</pre>
1906
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> margin</code></em>);</pre>
1907
1907
  <p>Sets the ::margin property which specifies the space
1908
1908
  which is inserted at the top, bottom, left and right
1909
1909
  of the icon view.</p>
@@ -1934,7 +1934,7 @@ of the icon view.</p>
1934
1934
  <hr>
1935
1935
  <div class="refsect2">
1936
1936
  <a name="gtk-icon-view-get-margin"></a><h3>gtk_icon_view_get_margin ()</h3>
1937
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1937
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1938
1938
  gtk_icon_view_get_margin (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1939
1939
  <p>Returns the value of the ::margin property.</p>
1940
1940
  <div class="refsect3">
@@ -1963,7 +1963,7 @@ gtk_icon_view_get_margin (<em class="parameter"><code><a class="link" href="GtkI
1963
1963
  <a name="gtk-icon-view-set-item-padding"></a><h3>gtk_icon_view_set_item_padding ()</h3>
1964
1964
  <pre class="programlisting"><span class="returnvalue">void</span>
1965
1965
  gtk_icon_view_set_item_padding (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
1966
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item_padding</code></em>);</pre>
1966
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item_padding</code></em>);</pre>
1967
1967
  <p>Sets the <a class="link" href="GtkIconView.html#GtkIconView--item-padding" title="The “item-padding” property"><span class="type">“item-padding”</span></a> property which specifies the padding
1968
1968
  around each of the icon view’s items.</p>
1969
1969
  <div class="refsect3">
@@ -1993,7 +1993,7 @@ around each of the icon view’s items.</p>
1993
1993
  <hr>
1994
1994
  <div class="refsect2">
1995
1995
  <a name="gtk-icon-view-get-item-padding"></a><h3>gtk_icon_view_get_item_padding ()</h3>
1996
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1996
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1997
1997
  gtk_icon_view_get_item_padding (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
1998
1998
  <p>Returns the value of the ::item-padding property.</p>
1999
1999
  <div class="refsect3">
@@ -2023,7 +2023,7 @@ gtk_icon_view_get_item_padding (<em class="parameter"><code><a class="link" href
2023
2023
  <pre class="programlisting"><span class="returnvalue">void</span>
2024
2024
  gtk_icon_view_set_activate_on_single_click
2025
2025
  (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2026
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> single</code></em>);</pre>
2026
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> single</code></em>);</pre>
2027
2027
  <p>Causes the <a class="link" href="GtkIconView.html#GtkIconView-item-activated" title="The “item-activated” signal"><span class="type">“item-activated”</span></a> signal to be emitted on
2028
2028
  a single click instead of a double click.</p>
2029
2029
  <div class="refsect3">
@@ -2042,7 +2042,7 @@ a single click instead of a double click.</p>
2042
2042
  </tr>
2043
2043
  <tr>
2044
2044
  <td class="parameter_name"><p>single</p></td>
2045
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to emit item-activated on a single click</p></td>
2045
+ <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to emit item-activated on a single click</p></td>
2046
2046
  <td class="parameter_annotations"> </td>
2047
2047
  </tr>
2048
2048
  </tbody>
@@ -2053,7 +2053,7 @@ a single click instead of a double click.</p>
2053
2053
  <hr>
2054
2054
  <div class="refsect2">
2055
2055
  <a name="gtk-icon-view-get-activate-on-single-click"></a><h3>gtk_icon_view_get_activate_on_single_click ()</h3>
2056
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2056
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2057
2057
  gtk_icon_view_get_activate_on_single_click
2058
2058
  (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
2059
2059
  <p>Gets the setting set by <a class="link" href="GtkIconView.html#gtk-icon-view-set-activate-on-single-click" title="gtk_icon_view_set_activate_on_single_click ()"><code class="function">gtk_icon_view_set_activate_on_single_click()</code></a>.</p>
@@ -2074,23 +2074,23 @@ gtk_icon_view_get_activate_on_single_click
2074
2074
  </div>
2075
2075
  <div class="refsect3">
2076
2076
  <a name="gtk-icon-view-get-activate-on-single-click.returns"></a><h4>Returns</h4>
2077
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if item-activated will be emitted on a single click</p>
2077
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if item-activated will be emitted on a single click</p>
2078
2078
  </div>
2079
2079
  <p class="since">Since: <a class="link" href="api-index-3-8.html#api-index-3.8">3.8</a></p>
2080
2080
  </div>
2081
2081
  <hr>
2082
2082
  <div class="refsect2">
2083
2083
  <a name="gtk-icon-view-get-cell-rect"></a><h3>gtk_icon_view_get_cell_rect ()</h3>
2084
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2084
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2085
2085
  gtk_icon_view_get_cell_rect (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2086
2086
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2087
2087
  <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
2088
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
2088
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
2089
2089
  <p>Fills the bounding rectangle in widget coordinates for the cell specified by
2090
2090
  <em class="parameter"><code>path</code></em>
2091
2091
  and <em class="parameter"><code>cell</code></em>
2092
2092
  . If <em class="parameter"><code>cell</code></em>
2093
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> the main cell area is used.</p>
2093
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> the main cell area is used.</p>
2094
2094
  <p>This function is only valid if <em class="parameter"><code>icon_view</code></em>
2095
2095
  is realized.</p>
2096
2096
  <div class="refsect3">
@@ -2114,7 +2114,7 @@ gtk_icon_view_get_cell_rect (<em class="parameter"><code><a class="link" href="G
2114
2114
  </tr>
2115
2115
  <tr>
2116
2116
  <td class="parameter_name"><p>cell</p></td>
2117
- <td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2117
+ <td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2118
2118
  <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>
2119
2119
  </tr>
2120
2120
  <tr>
@@ -2127,7 +2127,7 @@ gtk_icon_view_get_cell_rect (<em class="parameter"><code><a class="link" href="G
2127
2127
  </div>
2128
2128
  <div class="refsect3">
2129
2129
  <a name="gtk-icon-view-get-cell-rect.returns"></a><h4>Returns</h4>
2130
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if there is no such item, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise</p>
2130
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if there is no such item, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise</p>
2131
2131
  </div>
2132
2132
  <p class="since">Since: <a class="link" href="api-index-3-6.html#api-index-3.6">3.6</a></p>
2133
2133
  </div>
@@ -2198,13 +2198,13 @@ gtk_icon_view_unselect_path (<em class="parameter"><code><a class="link" href="G
2198
2198
  <hr>
2199
2199
  <div class="refsect2">
2200
2200
  <a name="gtk-icon-view-path-is-selected"></a><h3>gtk_icon_view_path_is_selected ()</h3>
2201
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2201
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2202
2202
  gtk_icon_view_path_is_selected (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2203
2203
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
2204
- <p>Returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon pointed to by <em class="parameter"><code>path</code></em>
2204
+ <p>Returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icon pointed to by <em class="parameter"><code>path</code></em>
2205
2205
  is currently
2206
2206
  selected. If <em class="parameter"><code>path</code></em>
2207
- does not point to a valid location, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.</p>
2207
+ does not point to a valid location, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.</p>
2208
2208
  <div class="refsect3">
2209
2209
  <a name="gtk-icon-view-path-is-selected.parameters"></a><h4>Parameters</h4>
2210
2210
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2229,7 +2229,7 @@ selected. If <em class="parameter"><code>path</code></em>
2229
2229
  </div>
2230
2230
  <div class="refsect3">
2231
2231
  <a name="gtk-icon-view-path-is-selected.returns"></a><h4>Returns</h4>
2232
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em>
2232
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em>
2233
2233
  is selected.</p>
2234
2234
  </div>
2235
2235
  <p class="since">Since: 2.6</p>
@@ -2237,7 +2237,7 @@ is selected.</p>
2237
2237
  <hr>
2238
2238
  <div class="refsect2">
2239
2239
  <a name="gtk-icon-view-get-selected-items"></a><h3>gtk_icon_view_get_selected_items ()</h3>
2240
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
2240
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
2241
2241
  gtk_icon_view_get_selected_items (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
2242
2242
  <p>Creates a list of paths of all selected items. Additionally, if you are
2243
2243
  planning on modifying the model after calling this function, you may
@@ -2249,7 +2249,7 @@ To do this, you can use <a class="link" href="GtkTreeModel.html#gtk-tree-row-ref
2249
2249
  <tbody>
2250
2250
  <tr>
2251
2251
  <td class="listing_lines" align="right"><pre>1</pre></td>
2252
- <td class="listing_code"><pre class="programlisting"><span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free-full">g_list_free_full</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">list</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="https://developer.gnome.org/glib/unstable/glib-Datasets.html#GDestroyNotify">GDestroyNotify</a></span><span class="symbol">)</span><span class="normal"> <a href="GtkTreeModel.html#gtk-tree-path-free">gtk_tree_path_free</a></span><span class="symbol">);</span></pre></td>
2252
+ <td class="listing_code"><pre class="programlisting"><span class="function"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free-full">g_list_free_full</a></span> <span class="gtkdoc opt">(</span>list<span class="gtkdoc opt">, (</span>GDestroyNotify<span class="gtkdoc opt">)</span> gtk_tree_path_free<span class="gtkdoc opt">);</span></pre></td>
2253
2253
  </tr>
2254
2254
  </tbody>
2255
2255
  </table>
@@ -2273,7 +2273,7 @@ To do this, you can use <a class="link" href="GtkTreeModel.html#gtk-tree-row-ref
2273
2273
  </div>
2274
2274
  <div class="refsect3">
2275
2275
  <a name="gtk-icon-view-get-selected-items.returns"></a><h4>Returns</h4>
2276
- <p> A <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for each selected row. </p>
2276
+ <p> A <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for each selected row. </p>
2277
2277
  <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTreePath][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2278
2278
  </div>
2279
2279
  <p class="since">Since: 2.6</p>
@@ -2364,9 +2364,9 @@ gtk_icon_view_item_activated (<em class="parameter"><code><a class="link" href="
2364
2364
  <pre class="programlisting"><span class="returnvalue">void</span>
2365
2365
  gtk_icon_view_scroll_to_path (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2366
2366
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2367
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
2368
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
2369
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);</pre>
2367
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
2368
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
2369
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);</pre>
2370
2370
  <p>Moves the alignments of <em class="parameter"><code>icon_view</code></em>
2371
2371
  to the position specified by <em class="parameter"><code>path</code></em>
2372
2372
  .
@@ -2378,7 +2378,7 @@ where <em class="parameter"><code>column</code></em>
2378
2378
  0.0 means left/top alignment, 1.0 means right/bottom alignment, 0.5 means
2379
2379
  center.</p>
2380
2380
  <p>If <em class="parameter"><code>use_align</code></em>
2381
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then the alignment arguments are ignored, and the
2381
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then the alignment arguments are ignored, and the
2382
2382
  tree does the minimum amount of work to scroll the item onto the screen.
2383
2383
  This means that the item will be scrolled to the edge closest to its current
2384
2384
  position. If the item is currently visible on the screen, nothing is done.</p>
@@ -2408,7 +2408,7 @@ centered path will be modified to reflect this change.</p>
2408
2408
  </tr>
2409
2409
  <tr>
2410
2410
  <td class="parameter_name"><p>use_align</p></td>
2411
- <td class="parameter_description"><p>whether to use alignment arguments, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p></td>
2411
+ <td class="parameter_description"><p>whether to use alignment arguments, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p></td>
2412
2412
  <td class="parameter_annotations"> </td>
2413
2413
  </tr>
2414
2414
  <tr>
@@ -2431,7 +2431,7 @@ centered path will be modified to reflect this change.</p>
2431
2431
  <hr>
2432
2432
  <div class="refsect2">
2433
2433
  <a name="gtk-icon-view-get-visible-range"></a><h3>gtk_icon_view_get_visible_range ()</h3>
2434
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2434
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2435
2435
  gtk_icon_view_get_visible_range (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2436
2436
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **start_path</code></em>,
2437
2437
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **end_path</code></em>);</pre>
@@ -2457,12 +2457,12 @@ Note that there may be invisible paths in between.</p>
2457
2457
  <tr>
2458
2458
  <td class="parameter_name"><p>start_path</p></td>
2459
2459
  <td class="parameter_description"><p> Return location for start of region,
2460
- or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2460
+ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2461
2461
  <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>]</span></td>
2462
2462
  </tr>
2463
2463
  <tr>
2464
2464
  <td class="parameter_name"><p>end_path</p></td>
2465
- <td class="parameter_description"><p> Return location for end of region, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2465
+ <td class="parameter_description"><p> Return location for end of region, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2466
2466
  <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>]</span></td>
2467
2467
  </tr>
2468
2468
  </tbody>
@@ -2470,7 +2470,7 @@ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#
2470
2470
  </div>
2471
2471
  <div class="refsect3">
2472
2472
  <a name="gtk-icon-view-get-visible-range.returns"></a><h4>Returns</h4>
2473
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if valid paths were placed in <em class="parameter"><code>start_path</code></em>
2473
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if valid paths were placed in <em class="parameter"><code>start_path</code></em>
2474
2474
  and <em class="parameter"><code>end_path</code></em>
2475
2475
  </p>
2476
2476
  </div>
@@ -2557,7 +2557,7 @@ the item pointed to by <em class="parameter"><code>path</code></em>
2557
2557
  </tr>
2558
2558
  <tr>
2559
2559
  <td class="parameter_name"><p>cell</p></td>
2560
- <td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2560
+ <td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2561
2561
  <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>
2562
2562
  </tr>
2563
2563
  </tbody>
@@ -2568,11 +2568,11 @@ the item pointed to by <em class="parameter"><code>path</code></em>
2568
2568
  <hr>
2569
2569
  <div class="refsect2">
2570
2570
  <a name="gtk-icon-view-get-tooltip-context"></a><h3>gtk_icon_view_get_tooltip_context ()</h3>
2571
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2571
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2572
2572
  gtk_icon_view_get_tooltip_context (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2573
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
2574
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
2575
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keyboard_tip</code></em>,
2573
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
2574
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
2575
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keyboard_tip</code></em>,
2576
2576
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **model</code></em>,
2577
2577
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
2578
2578
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
@@ -2584,8 +2584,8 @@ signal handler for <a class="link" href="GtkIconView.html" title="GtkIconView"><
2584
2584
  which are received in the signal handler, should be passed to this
2585
2585
  function without modification.</p>
2586
2586
  <p>The return value indicates whether there is an icon view item at the given
2587
- coordinates (<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) or not (<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>) for mouse tooltips. For keyboard
2588
- tooltips the item returned will be the cursor item. When <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then any of
2587
+ coordinates (<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) or not (<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>) for mouse tooltips. For keyboard
2588
+ tooltips the item returned will be the cursor item. When <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then any of
2589
2589
  <em class="parameter"><code>model</code></em>
2590
2590
  , <em class="parameter"><code>path</code></em>
2591
2591
  and <em class="parameter"><code>iter</code></em>
@@ -2595,7 +2595,7 @@ that row and the corresponding model. <em class="parameter"><code>x</code></em>
2595
2595
  will always be converted
2596
2596
  to be relative to <em class="parameter"><code>icon_view</code></em>
2597
2597
  ’s bin_window if <em class="parameter"><code>keyboard_tooltip</code></em>
2598
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2598
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2599
2599
  <div class="refsect3">
2600
2600
  <a name="gtk-icon-view-get-tooltip-context.parameters"></a><h4>Parameters</h4>
2601
2601
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2628,17 +2628,17 @@ to be relative to <em class="parameter"><code>icon_view</code></em>
2628
2628
  <tr>
2629
2629
  <td class="parameter_name"><p>model</p></td>
2630
2630
  <td class="parameter_description"><p> a pointer to receive a
2631
- <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2631
+ <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2632
2632
  <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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
2633
2633
  </tr>
2634
2634
  <tr>
2635
2635
  <td class="parameter_name"><p>path</p></td>
2636
- <td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2636
+ <td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2637
2637
  <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>]</span></td>
2638
2638
  </tr>
2639
2639
  <tr>
2640
2640
  <td class="parameter_name"><p>iter</p></td>
2641
- <td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2641
+ <td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2642
2642
  <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>]</span></td>
2643
2643
  </tr>
2644
2644
  </tbody>
@@ -2655,14 +2655,14 @@ to be relative to <em class="parameter"><code>icon_view</code></em>
2655
2655
  <a name="gtk-icon-view-set-tooltip-column"></a><h3>gtk_icon_view_set_tooltip_column ()</h3>
2656
2656
  <pre class="programlisting"><span class="returnvalue">void</span>
2657
2657
  gtk_icon_view_set_tooltip_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2658
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
2658
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
2659
2659
  <p>If you only plan to have simple (text-only) tooltips on full items, you
2660
2660
  can use this function to have <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> handle these automatically
2661
2661
  for you. <em class="parameter"><code>column</code></em>
2662
2662
  should be set to the column in <em class="parameter"><code>icon_view</code></em>
2663
2663
  ’s model
2664
2664
  containing the tooltip texts, or -1 to disable this feature.</p>
2665
- <p>When enabled, <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title="The “has-tooltip” property"><span class="type">“has-tooltip”</span></a> will be set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and
2665
+ <p>When enabled, <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title="The “has-tooltip” property"><span class="type">“has-tooltip”</span></a> will be set to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and
2666
2666
  <em class="parameter"><code>icon_view</code></em>
2667
2667
  will connect a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title="The “query-tooltip” signal"><span class="type">“query-tooltip”</span></a> signal handler.</p>
2668
2668
  <p>Note that the signal handler sets the text with <a class="link" href="GtkTooltip.html#gtk-tooltip-set-markup" title="gtk_tooltip_set_markup ()"><code class="function">gtk_tooltip_set_markup()</code></a>,
@@ -2695,7 +2695,7 @@ so &amp;, &lt;, etc have to be escaped in the text.</p>
2695
2695
  <hr>
2696
2696
  <div class="refsect2">
2697
2697
  <a name="gtk-icon-view-get-tooltip-column"></a><h3>gtk_icon_view_get_tooltip_column ()</h3>
2698
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2698
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2699
2699
  gtk_icon_view_get_tooltip_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
2700
2700
  <p>Returns the column of <em class="parameter"><code>icon_view</code></em>
2701
2701
  ’s model which is being used for
@@ -2726,7 +2726,7 @@ used, or -1 if this is disabled.</p>
2726
2726
  <hr>
2727
2727
  <div class="refsect2">
2728
2728
  <a name="gtk-icon-view-get-item-row"></a><h3>gtk_icon_view_get_item_row ()</h3>
2729
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2729
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2730
2730
  gtk_icon_view_get_item_row (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2731
2731
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
2732
2732
  <p>Gets the row in which the item <em class="parameter"><code>path</code></em>
@@ -2763,7 +2763,7 @@ displayed. Row numbers start at 0.</p>
2763
2763
  <hr>
2764
2764
  <div class="refsect2">
2765
2765
  <a name="gtk-icon-view-get-item-column"></a><h3>gtk_icon_view_get_item_column ()</h3>
2766
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2766
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2767
2767
  gtk_icon_view_get_item_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2768
2768
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
2769
2769
  <p>Gets the column in which the item <em class="parameter"><code>path</code></em>
@@ -2803,13 +2803,13 @@ displayed. Column numbers start at 0.</p>
2803
2803
  <pre class="programlisting"><span class="returnvalue">void</span>
2804
2804
  gtk_icon_view_enable_model_drag_source
2805
2805
  (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2806
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
2806
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
2807
2807
  <em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
2808
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
2809
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
2808
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
2809
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
2810
2810
  <p>Turns <em class="parameter"><code>icon_view</code></em>
2811
2811
  into a drag source for automatic DND. Calling this
2812
- method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2812
+ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2813
2813
  <div class="refsect3">
2814
2814
  <a name="gtk-icon-view-enable-model-drag-source.parameters"></a><h4>Parameters</h4>
2815
2815
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2858,11 +2858,11 @@ widget</p></td>
2858
2858
  <pre class="programlisting"><span class="returnvalue">void</span>
2859
2859
  gtk_icon_view_enable_model_drag_dest (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2860
2860
  <em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
2861
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
2862
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
2861
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
2862
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
2863
2863
  <p>Turns <em class="parameter"><code>icon_view</code></em>
2864
2864
  into a drop destination for automatic DND. Calling this
2865
- method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2865
+ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2866
2866
  <div class="refsect3">
2867
2867
  <a name="gtk-icon-view-enable-model-drag-dest.parameters"></a><h4>Parameters</h4>
2868
2868
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2906,7 +2906,7 @@ widget</p></td>
2906
2906
  <pre class="programlisting"><span class="returnvalue">void</span>
2907
2907
  gtk_icon_view_unset_model_drag_source (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
2908
2908
  <p>Undoes the effect of <a class="link" href="GtkIconView.html#gtk-icon-view-enable-model-drag-source" title="gtk_icon_view_enable_model_drag_source ()"><code class="function">gtk_icon_view_enable_model_drag_source()</code></a>. Calling this
2909
- method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2909
+ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2910
2910
  <div class="refsect3">
2911
2911
  <a name="gtk-icon-view-unset-model-drag-source.parameters"></a><h4>Parameters</h4>
2912
2912
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2930,7 +2930,7 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
2930
2930
  <pre class="programlisting"><span class="returnvalue">void</span>
2931
2931
  gtk_icon_view_unset_model_drag_dest (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
2932
2932
  <p>Undoes the effect of <a class="link" href="GtkIconView.html#gtk-icon-view-enable-model-drag-dest" title="gtk_icon_view_enable_model_drag_dest ()"><code class="function">gtk_icon_view_enable_model_drag_dest()</code></a>. Calling this
2933
- method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2933
+ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2934
2934
  <div class="refsect3">
2935
2935
  <a name="gtk-icon-view-unset-model-drag-dest.parameters"></a><h4>Parameters</h4>
2936
2936
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -2953,11 +2953,11 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
2953
2953
  <a name="gtk-icon-view-set-reorderable"></a><h3>gtk_icon_view_set_reorderable ()</h3>
2954
2954
  <pre class="programlisting"><span class="returnvalue">void</span>
2955
2955
  gtk_icon_view_set_reorderable (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
2956
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
2956
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
2957
2957
  <p>This function is a convenience function to allow you to reorder models that
2958
2958
  support the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface" title="struct GtkTreeDragSourceIface"><span class="type">GtkTreeDragSourceIface</span></a> and the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface" title="struct GtkTreeDragDestIface"><span class="type">GtkTreeDragDestIface</span></a>. Both
2959
2959
  <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> and <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> support these. If <em class="parameter"><code>reorderable</code></em>
2960
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then
2960
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then
2961
2961
  the user can reorder the model by dragging and dropping rows. The
2962
2962
  developer can listen to these changes by connecting to the model's
2963
2963
  row_inserted and row_deleted signals. The reordering is implemented by setting up
@@ -2982,7 +2982,7 @@ handle drag and drop manually.</p>
2982
2982
  </tr>
2983
2983
  <tr>
2984
2984
  <td class="parameter_name"><p>reorderable</p></td>
2985
- <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the list of items can be reordered.</p></td>
2985
+ <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the list of items can be reordered.</p></td>
2986
2986
  <td class="parameter_annotations"> </td>
2987
2987
  </tr>
2988
2988
  </tbody>
@@ -2993,7 +2993,7 @@ handle drag and drop manually.</p>
2993
2993
  <hr>
2994
2994
  <div class="refsect2">
2995
2995
  <a name="gtk-icon-view-get-reorderable"></a><h3>gtk_icon_view_get_reorderable ()</h3>
2996
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2996
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2997
2997
  gtk_icon_view_get_reorderable (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
2998
2998
  <p>Retrieves whether the user can reorder the list via drag-and-drop.
2999
2999
  See <a class="link" href="GtkIconView.html#gtk-icon-view-set-reorderable" title="gtk_icon_view_set_reorderable ()"><code class="function">gtk_icon_view_set_reorderable()</code></a>.</p>
@@ -3014,7 +3014,7 @@ See <a class="link" href="GtkIconView.html#gtk-icon-view-set-reorderable" title=
3014
3014
  </div>
3015
3015
  <div class="refsect3">
3016
3016
  <a name="gtk-icon-view-get-reorderable.returns"></a><h4>Returns</h4>
3017
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the list can be reordered.</p>
3017
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the list can be reordered.</p>
3018
3018
  </div>
3019
3019
  <p class="since">Since: 2.8</p>
3020
3020
  </div>
@@ -3042,7 +3042,7 @@ gtk_icon_view_set_drag_dest_item (<em class="parameter"><code><a class="link" hr
3042
3042
  </tr>
3043
3043
  <tr>
3044
3044
  <td class="parameter_name"><p>path</p></td>
3045
- <td class="parameter_description"><p> The path of the item to highlight, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3045
+ <td class="parameter_description"><p> The path of the item to highlight, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3046
3046
  <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>
3047
3047
  </tr>
3048
3048
  <tr>
@@ -3080,12 +3080,12 @@ gtk_icon_view_get_drag_dest_item (<em class="parameter"><code><a class="link" hr
3080
3080
  <tr>
3081
3081
  <td class="parameter_name"><p>path</p></td>
3082
3082
  <td class="parameter_description"><p> Return location for the path of
3083
- the highlighted item, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3083
+ the highlighted item, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3084
3084
  <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>]</span></td>
3085
3085
  </tr>
3086
3086
  <tr>
3087
3087
  <td class="parameter_name"><p>pos</p></td>
3088
- <td class="parameter_description"><p> Return location for the drop position, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3088
+ <td class="parameter_description"><p> Return location for the drop position, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3089
3089
  <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>]</span></td>
3090
3090
  </tr>
3091
3091
  </tbody>
@@ -3096,10 +3096,10 @@ the highlighted item, or <a href="https://developer.gnome.org/glib/unstable/glib
3096
3096
  <hr>
3097
3097
  <div class="refsect2">
3098
3098
  <a name="gtk-icon-view-get-dest-item-at-pos"></a><h3>gtk_icon_view_get_dest_item_at_pos ()</h3>
3099
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3099
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3100
3100
  gtk_icon_view_get_dest_item_at_pos (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
3101
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_x</code></em>,
3102
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_y</code></em>,
3101
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_x</code></em>,
3102
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_y</code></em>,
3103
3103
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
3104
3104
  <em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);</pre>
3105
3105
  <p>Determines the destination item for a given position.</p>
@@ -3130,12 +3130,12 @@ gtk_icon_view_get_dest_item_at_pos (<em class="parameter"><code><a class="link"
3130
3130
  <tr>
3131
3131
  <td class="parameter_name"><p>path</p></td>
3132
3132
  <td class="parameter_description"><p> Return location for the path of the item,
3133
- or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3133
+ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3134
3134
  <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>]</span></td>
3135
3135
  </tr>
3136
3136
  <tr>
3137
3137
  <td class="parameter_name"><p>pos</p></td>
3138
- <td class="parameter_description"><p> Return location for the drop position, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3138
+ <td class="parameter_description"><p> Return location for the drop position, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3139
3139
  <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>]</span></td>
3140
3140
  </tr>
3141
3141
  </tbody>
@@ -3257,7 +3257,7 @@ This image is used for a drag icon.</p>
3257
3257
  <a name="GtkIconView.property-details"></a><h2>Property Details</h2>
3258
3258
  <div class="refsect2">
3259
3259
  <a name="GtkIconView--activate-on-single-click"></a><h3>The <code class="literal">“activate-on-single-click”</code> property</h3>
3260
- <pre class="programlisting"> “activate-on-single-click” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
3260
+ <pre class="programlisting"> “activate-on-single-click” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
3261
3261
  <p>The activate-on-single-click property specifies whether the "item-activated" signal
3262
3262
  will be emitted after a single click.</p>
3263
3263
  <p>Flags: Read / Write</p>
@@ -3278,7 +3278,7 @@ a <a class="link" href="GtkCellAreaBox.html" title="GtkCellAreaBox"><span class=
3278
3278
  <hr>
3279
3279
  <div class="refsect2">
3280
3280
  <a name="GtkIconView--column-spacing"></a><h3>The <code class="literal">“column-spacing”</code> property</h3>
3281
- <pre class="programlisting"> “column-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3281
+ <pre class="programlisting"> “column-spacing” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3282
3282
  <p>The column-spacing property specifies the space which is inserted between
3283
3283
  the columns of the icon view.</p>
3284
3284
  <p>Flags: Read / Write</p>
@@ -3289,7 +3289,7 @@ the columns of the icon view.</p>
3289
3289
  <hr>
3290
3290
  <div class="refsect2">
3291
3291
  <a name="GtkIconView--columns"></a><h3>The <code class="literal">“columns”</code> property</h3>
3292
- <pre class="programlisting"> “columns” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3292
+ <pre class="programlisting"> “columns” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3293
3293
  <p>The columns property contains the number of the columns in which the
3294
3294
  items should be displayed. If it is -1, the number of columns will
3295
3295
  be chosen automatically to fill the available area.</p>
@@ -3311,7 +3311,7 @@ the text) of the item are positioned relative to each other.</p>
3311
3311
  <hr>
3312
3312
  <div class="refsect2">
3313
3313
  <a name="GtkIconView--item-padding"></a><h3>The <code class="literal">“item-padding”</code> property</h3>
3314
- <pre class="programlisting"> “item-padding” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3314
+ <pre class="programlisting"> “item-padding” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3315
3315
  <p>The item-padding property specifies the padding around each
3316
3316
  of the icon view's item.</p>
3317
3317
  <p>Flags: Read / Write</p>
@@ -3322,7 +3322,7 @@ of the icon view's item.</p>
3322
3322
  <hr>
3323
3323
  <div class="refsect2">
3324
3324
  <a name="GtkIconView--item-width"></a><h3>The <code class="literal">“item-width”</code> property</h3>
3325
- <pre class="programlisting"> “item-width” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3325
+ <pre class="programlisting"> “item-width” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3326
3326
  <p>The item-width property specifies the width to use for each item.
3327
3327
 
3328
3328
  If it is set to -1, the icon view will automatically determine a
@@ -3336,7 +3336,7 @@ suitable item size.</p>
3336
3336
  <hr>
3337
3337
  <div class="refsect2">
3338
3338
  <a name="GtkIconView--margin"></a><h3>The <code class="literal">“margin”</code> property</h3>
3339
- <pre class="programlisting"> “margin” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3339
+ <pre class="programlisting"> “margin” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3340
3340
  <p>The margin property specifies the space which is inserted
3341
3341
 
3342
3342
  at the edges of the icon view.</p>
@@ -3348,11 +3348,11 @@ at the edges of the icon view.</p>
3348
3348
  <hr>
3349
3349
  <div class="refsect2">
3350
3350
  <a name="GtkIconView--markup-column"></a><h3>The <code class="literal">“markup-column”</code> property</h3>
3351
- <pre class="programlisting"> “markup-column” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3351
+ <pre class="programlisting"> “markup-column” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3352
3352
  <p>The ::markup-column property contains the number of the model column
3353
3353
  containing markup information to be displayed. The markup column must be
3354
3354
 
3355
- of type <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>. If this property and the :text-column property
3355
+ of type <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>. If this property and the :text-column property
3356
3356
 
3357
3357
  are both set to column numbers, it overrides the text column.
3358
3358
  If both are set to -1, no texts are displayed.</p>
@@ -3371,7 +3371,7 @@ If both are set to -1, no texts are displayed.</p>
3371
3371
  <hr>
3372
3372
  <div class="refsect2">
3373
3373
  <a name="GtkIconView--pixbuf-column"></a><h3>The <code class="literal">“pixbuf-column”</code> property</h3>
3374
- <pre class="programlisting"> “pixbuf-column” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3374
+ <pre class="programlisting"> “pixbuf-column” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3375
3375
  <p>The ::pixbuf-column property contains the number of the model column
3376
3376
  containing the pixbufs which are displayed. The pixbuf column must be
3377
3377
 
@@ -3385,7 +3385,7 @@ display of pixbufs.</p>
3385
3385
  <hr>
3386
3386
  <div class="refsect2">
3387
3387
  <a name="GtkIconView--reorderable"></a><h3>The <code class="literal">“reorderable”</code> property</h3>
3388
- <pre class="programlisting"> “reorderable” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
3388
+ <pre class="programlisting"> “reorderable” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
3389
3389
  <p>The reorderable property specifies if the items can be reordered
3390
3390
  by DND.</p>
3391
3391
  <p>Flags: Read / Write</p>
@@ -3395,7 +3395,7 @@ by DND.</p>
3395
3395
  <hr>
3396
3396
  <div class="refsect2">
3397
3397
  <a name="GtkIconView--row-spacing"></a><h3>The <code class="literal">“row-spacing”</code> property</h3>
3398
- <pre class="programlisting"> “row-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3398
+ <pre class="programlisting"> “row-spacing” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3399
3399
  <p>The row-spacing property specifies the space which is inserted between
3400
3400
  the rows of the icon view.</p>
3401
3401
  <p>Flags: Read / Write</p>
@@ -3417,7 +3417,7 @@ is enabled, for the other modes, only keyboard selection is possible.</p>
3417
3417
  <hr>
3418
3418
  <div class="refsect2">
3419
3419
  <a name="GtkIconView--spacing"></a><h3>The <code class="literal">“spacing”</code> property</h3>
3420
- <pre class="programlisting"> “spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3420
+ <pre class="programlisting"> “spacing” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3421
3421
  <p>The spacing property specifies the space which is inserted between
3422
3422
  the cells (i.e. the icon and the text) of an item.</p>
3423
3423
  <p>Flags: Read / Write</p>
@@ -3428,11 +3428,11 @@ the cells (i.e. the icon and the text) of an item.</p>
3428
3428
  <hr>
3429
3429
  <div class="refsect2">
3430
3430
  <a name="GtkIconView--text-column"></a><h3>The <code class="literal">“text-column”</code> property</h3>
3431
- <pre class="programlisting"> “text-column” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3431
+ <pre class="programlisting"> “text-column” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3432
3432
  <p>The ::text-column property contains the number of the model column
3433
3433
  containing the texts which are displayed. The text column must be
3434
3434
 
3435
- of type <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>. If this property and the :markup-column
3435
+ of type <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>. If this property and the :markup-column
3436
3436
 
3437
3437
  property are both set to -1, no texts are displayed.</p>
3438
3438
  <p>Flags: Read / Write</p>
@@ -3443,7 +3443,7 @@ property are both set to -1, no texts are displayed.</p>
3443
3443
  <hr>
3444
3444
  <div class="refsect2">
3445
3445
  <a name="GtkIconView--tooltip-column"></a><h3>The <code class="literal">“tooltip-column”</code> property</h3>
3446
- <pre class="programlisting"> “tooltip-column” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3446
+ <pre class="programlisting"> “tooltip-column” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
3447
3447
  <p>The column in the model containing the tooltip texts for the items.</p>
3448
3448
  <p>Flags: Read / Write</p>
3449
3449
  <p>Allowed values: &gt;= -1</p>
@@ -3454,7 +3454,7 @@ property are both set to -1, no texts are displayed.</p>
3454
3454
  <a name="GtkIconView.style-property-details"></a><h2>Style Property Details</h2>
3455
3455
  <div class="refsect2">
3456
3456
  <a name="GtkIconView--s-selection-box-alpha"></a><h3>The <code class="literal">“selection-box-alpha”</code> style property</h3>
3457
- <pre class="programlisting"> “selection-box-alpha” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a></pre>
3457
+ <pre class="programlisting"> “selection-box-alpha” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a></pre>
3458
3458
  <p>The opacity of the selection box.</p>
3459
3459
  <div class="warning">
3460
3460
  <p><code class="literal">GtkIconView:selection-box-alpha</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
@@ -3467,7 +3467,7 @@ property are both set to -1, no texts are displayed.</p>
3467
3467
  <hr>
3468
3468
  <div class="refsect2">
3469
3469
  <a name="GtkIconView--s-selection-box-color"></a><h3>The <code class="literal">“selection-box-color”</code> style property</h3>
3470
- <pre class="programlisting"> “selection-box-color” <a href="http://developer.gnome.org/gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
3470
+ <pre class="programlisting"> “selection-box-color” <span class="type">GdkColor</span> *</pre>
3471
3471
  <p>The color of the selection box.</p>
3472
3472
  <div class="warning">
3473
3473
  <p><code class="literal">GtkIconView:selection-box-color</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
@@ -3481,15 +3481,15 @@ property are both set to -1, no texts are displayed.</p>
3481
3481
  <a name="GtkIconView.signal-details"></a><h2>Signal Details</h2>
3482
3482
  <div class="refsect2">
3483
3483
  <a name="GtkIconView-activate-cursor-item"></a><h3>The <code class="literal">“activate-cursor-item”</code> signal</h3>
3484
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3484
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3485
3485
  user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
3486
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3486
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3487
3487
  <p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
3488
3488
  which gets emitted when the user activates the currently
3489
3489
 
3490
3490
  focused item. </p>
3491
3491
  <p>Applications should not connect to it, but may emit it with
3492
- <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control activation
3492
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control activation
3493
3493
  programmatically.</p>
3494
3494
  <p>The default bindings for this signal are Space, Return and Enter.</p>
3495
3495
  <div class="refsect3">
@@ -3514,7 +3514,7 @@ programmatically.</p>
3514
3514
  </tbody>
3515
3515
  </table></div>
3516
3516
  </div>
3517
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3517
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3518
3518
  </div>
3519
3519
  <hr>
3520
3520
  <div class="refsect2">
@@ -3522,12 +3522,12 @@ programmatically.</p>
3522
3522
  <pre class="programlisting"><span class="returnvalue">void</span>
3523
3523
  user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
3524
3524
  <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
3525
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3525
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3526
3526
  <p>The ::item-activated signal is emitted when the method
3527
3527
  <a class="link" href="GtkIconView.html#gtk-icon-view-item-activated" title="gtk_icon_view_item_activated ()"><code class="function">gtk_icon_view_item_activated()</code></a> is called, when the user double
3528
3528
  clicks an item with the "activate-on-single-click" property set
3529
- to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, or when the user single clicks an item when the
3530
- "activate-on-single-click" property set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. It is also
3529
+ to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, or when the user single clicks an item when the
3530
+ "activate-on-single-click" property set to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. It is also
3531
3531
  emitted when a non-editable item is selected and one of the keys:
3532
3532
  Space, Return or Enter is pressed.</p>
3533
3533
  <div class="refsect3">
@@ -3557,21 +3557,21 @@ Space, Return or Enter is pressed.</p>
3557
3557
  </tbody>
3558
3558
  </table></div>
3559
3559
  </div>
3560
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
3560
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
3561
3561
  </div>
3562
3562
  <hr>
3563
3563
  <div class="refsect2">
3564
3564
  <a name="GtkIconView-move-cursor"></a><h3>The <code class="literal">“move-cursor”</code> signal</h3>
3565
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3565
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3566
3566
  user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
3567
3567
  <a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
3568
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
3569
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3568
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
3569
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3570
3570
  <p>The ::move-cursor signal is a
3571
3571
  <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
3572
3572
  which gets emitted when the user initiates a cursor movement.</p>
3573
3573
  <p>Applications should not connect to it, but may emit it with
3574
- <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
3574
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
3575
3575
  programmatically.</p>
3576
3576
  <p>The default bindings for this signal include</p>
3577
3577
  <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -3614,18 +3614,18 @@ units to move</p></td>
3614
3614
  </tbody>
3615
3615
  </table></div>
3616
3616
  </div>
3617
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3617
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3618
3618
  </div>
3619
3619
  <hr>
3620
3620
  <div class="refsect2">
3621
3621
  <a name="GtkIconView-select-all"></a><h3>The <code class="literal">“select-all”</code> signal</h3>
3622
3622
  <pre class="programlisting"><span class="returnvalue">void</span>
3623
3623
  user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
3624
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3624
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3625
3625
  <p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
3626
3626
  which gets emitted when the user selects all items.</p>
3627
3627
  <p>Applications should not connect to it, but may emit it with
3628
- <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
3628
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
3629
3629
  programmatically.</p>
3630
3630
  <p>The default binding for this signal is Ctrl-a.</p>
3631
3631
  <div class="refsect3">
@@ -3650,19 +3650,19 @@ programmatically.</p>
3650
3650
  </tbody>
3651
3651
  </table></div>
3652
3652
  </div>
3653
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3653
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3654
3654
  </div>
3655
3655
  <hr>
3656
3656
  <div class="refsect2">
3657
3657
  <a name="GtkIconView-select-cursor-item"></a><h3>The <code class="literal">“select-cursor-item”</code> signal</h3>
3658
3658
  <pre class="programlisting"><span class="returnvalue">void</span>
3659
3659
  user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
3660
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3660
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3661
3661
  <p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
3662
3662
  which gets emitted when the user selects the item that is currently
3663
3663
  focused.</p>
3664
3664
  <p>Applications should not connect to it, but may emit it with
3665
- <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
3665
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
3666
3666
  programmatically.</p>
3667
3667
  <p>There is no default binding for this signal.</p>
3668
3668
  <div class="refsect3">
@@ -3687,14 +3687,14 @@ programmatically.</p>
3687
3687
  </tbody>
3688
3688
  </table></div>
3689
3689
  </div>
3690
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3690
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3691
3691
  </div>
3692
3692
  <hr>
3693
3693
  <div class="refsect2">
3694
3694
  <a name="GtkIconView-selection-changed"></a><h3>The <code class="literal">“selection-changed”</code> signal</h3>
3695
3695
  <pre class="programlisting"><span class="returnvalue">void</span>
3696
3696
  user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
3697
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3697
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3698
3698
  <p>The ::selection-changed signal is emitted when the selection
3699
3699
  (i.e. the set of selected items) changes.</p>
3700
3700
  <div class="refsect3">
@@ -3719,21 +3719,21 @@ user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span
3719
3719
  </tbody>
3720
3720
  </table></div>
3721
3721
  </div>
3722
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
3722
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
3723
3723
  </div>
3724
3724
  <hr>
3725
3725
  <div class="refsect2">
3726
3726
  <a name="GtkIconView-toggle-cursor-item"></a><h3>The <code class="literal">“toggle-cursor-item”</code> signal</h3>
3727
3727
  <pre class="programlisting"><span class="returnvalue">void</span>
3728
3728
  user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
3729
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3729
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3730
3730
  <p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
3731
3731
  which gets emitted when the user toggles whether the currently
3732
3732
  focused item is selected or not. The exact effect of this
3733
3733
 
3734
3734
  depend on the selection mode.</p>
3735
3735
  <p>Applications should not connect to it, but may emit it with
3736
- <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
3736
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
3737
3737
  programmatically.</p>
3738
3738
  <p>There is no default binding for this signal is Ctrl-Space.</p>
3739
3739
  <div class="refsect3">
@@ -3758,18 +3758,18 @@ programmatically.</p>
3758
3758
  </tbody>
3759
3759
  </table></div>
3760
3760
  </div>
3761
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3761
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3762
3762
  </div>
3763
3763
  <hr>
3764
3764
  <div class="refsect2">
3765
3765
  <a name="GtkIconView-unselect-all"></a><h3>The <code class="literal">“unselect-all”</code> signal</h3>
3766
3766
  <pre class="programlisting"><span class="returnvalue">void</span>
3767
3767
  user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
3768
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3768
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3769
3769
  <p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
3770
3770
  which gets emitted when the user unselects all items.</p>
3771
3771
  <p>Applications should not connect to it, but may emit it with
3772
- <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
3772
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
3773
3773
  programmatically.</p>
3774
3774
  <p>The default binding for this signal is Ctrl-Shift-a.</p>
3775
3775
  <div class="refsect3">
@@ -3794,7 +3794,7 @@ programmatically.</p>
3794
3794
  </tbody>
3795
3795
  </table></div>
3796
3796
  </div>
3797
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3797
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
3798
3798
  </div>
3799
3799
  </div>
3800
3800
  </div>