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
@@ -65,8 +65,8 @@
65
65
  </div>
66
66
  <div class="refsect1">
67
67
  <a name="GtkHBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
68
+ <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>
69
+ <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>
70
70
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
71
71
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
72
72
  <span class="lineart">╰──</span> <a class="link" href="GtkBox.html" title="GtkBox">GtkBox</a>
@@ -106,8 +106,8 @@ see <a class="link" href="gtk-migrating-GtkGrid.html" title="Migrating from othe
106
106
  <div class="refsect2">
107
107
  <a name="gtk-hbox-new"></a><h3>gtk_hbox_new ()</h3>
108
108
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
109
- gtk_hbox_new (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>,
110
- <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>
109
+ gtk_hbox_new (<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> homogeneous</code></em>,
110
+ <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>
111
111
  <div class="warning">
112
112
  <p><code class="literal">gtk_hbox_new</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
113
113
  <p>You can use <a class="link" href="GtkBox.html#gtk-box-new" title="gtk_box_new ()"><code class="function">gtk_box_new()</code></a> with <a class="link" href="gtk3-Standard-Enumerations.html#GTK-ORIENTATION-HORIZONTAL:CAPS"><code class="literal">GTK_ORIENTATION_HORIZONTAL</code></a> instead,
@@ -127,7 +127,7 @@ gtk_hbox_new (<em class="parameter"><code><a href="https://developer.gnome.org/g
127
127
  <tbody>
128
128
  <tr>
129
129
  <td class="parameter_name"><p>homogeneous</p></td>
130
- <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 all children are to be given equal space allotments.</p></td>
130
+ <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 all children are to be given equal space allotments.</p></td>
131
131
  <td class="parameter_annotations"> </td>
132
132
  </tr>
133
133
  <tr>
@@ -65,8 +65,8 @@
65
65
  </div>
66
66
  <div class="refsect1">
67
67
  <a name="GtkHButtonBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
68
+ <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>
69
+ <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>
70
70
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
71
71
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
72
72
  <span class="lineart">╰──</span> <a class="link" href="GtkBox.html" title="GtkBox">GtkBox</a>
@@ -65,8 +65,8 @@
65
65
  </div>
66
66
  <div class="refsect1">
67
67
  <a name="GtkHPaned.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
68
+ <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>
69
+ <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>
70
70
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
71
71
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
72
72
  <span class="lineart">╰──</span> <a class="link" href="GtkPaned.html" title="GtkPaned">GtkPaned</a>
@@ -84,7 +84,7 @@
84
84
  </tr>
85
85
  <tr>
86
86
  <td class="function_type">
87
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
87
+ <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>
88
88
  </td>
89
89
  <td class="function_name">
90
90
  <a class="link" href="GtkHSV.html#gtk-hsv-is-adjusting" title="gtk_hsv_is_adjusting ()">gtk_hsv_is_adjusting</a> <span class="c_punctuation">()</span>
@@ -121,12 +121,12 @@
121
121
  <tr>
122
122
  <td class="signal_type"><span class="returnvalue">void</span></td>
123
123
  <td class="signal_name"><a class="link" href="GtkHSV.html#GtkHSV-changed" title="The “changed” signal">changed</a></td>
124
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
124
+ <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>
125
125
  </tr>
126
126
  <tr>
127
127
  <td class="signal_type"><span class="returnvalue">void</span></td>
128
128
  <td class="signal_name"><a class="link" href="GtkHSV.html#GtkHSV-move" title="The “move” signal">move</a></td>
129
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
129
+ <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>
130
130
  </tr>
131
131
  </tbody>
132
132
  </table></div>
@@ -146,8 +146,8 @@
146
146
  </div>
147
147
  <div class="refsect1">
148
148
  <a name="GtkHSV.object-hierarchy"></a><h2>Object Hierarchy</h2>
149
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
150
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
149
+ <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>
150
+ <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>
151
151
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
152
152
  <span class="lineart">╰──</span> GtkHSV
153
153
  </pre>
@@ -237,9 +237,9 @@ Color component values must be in the [0.0, 1.0] range.</p>
237
237
  <a name="gtk-hsv-get-color"></a><h3>gtk_hsv_get_color ()</h3>
238
238
  <pre class="programlisting"><span class="returnvalue">void</span>
239
239
  gtk_hsv_get_color (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
240
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
241
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
242
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);</pre>
240
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
241
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
242
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);</pre>
243
243
  <div class="warning"><p><code class="literal">gtk_hsv_get_color</code> is deprecated and should not be used in newly-written code.</p></div>
244
244
  <p>Queries the current color in an HSV color selector.
245
245
  Returned values will be in the [0.0, 1.0] range.</p>
@@ -282,8 +282,8 @@ Returned values will be in the [0.0, 1.0] range.</p>
282
282
  <a name="gtk-hsv-set-metrics"></a><h3>gtk_hsv_set_metrics ()</h3>
283
283
  <pre class="programlisting"><span class="returnvalue">void</span>
284
284
  gtk_hsv_set_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
285
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>,
286
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ring_width</code></em>);</pre>
285
+ <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> size</code></em>,
286
+ <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> ring_width</code></em>);</pre>
287
287
  <div class="warning"><p><code class="literal">gtk_hsv_set_metrics</code> is deprecated and should not be used in newly-written code.</p></div>
288
288
  <p>Sets the size and ring width of an HSV color selector.</p>
289
289
  <div class="refsect3">
@@ -320,8 +320,8 @@ gtk_hsv_set_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.ht
320
320
  <a name="gtk-hsv-get-metrics"></a><h3>gtk_hsv_get_metrics ()</h3>
321
321
  <pre class="programlisting"><span class="returnvalue">void</span>
322
322
  gtk_hsv_get_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
323
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *size</code></em>,
324
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ring_width</code></em>);</pre>
323
+ <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> *size</code></em>,
324
+ <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> *ring_width</code></em>);</pre>
325
325
  <div class="warning"><p><code class="literal">gtk_hsv_get_metrics</code> is deprecated and should not be used in newly-written code.</p></div>
326
326
  <p>Queries the size and ring width of an HSV color selector.</p>
327
327
  <div class="refsect3">
@@ -356,7 +356,7 @@ gtk_hsv_get_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.ht
356
356
  <hr>
357
357
  <div class="refsect2">
358
358
  <a name="gtk-hsv-is-adjusting"></a><h3>gtk_hsv_is_adjusting ()</h3>
359
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
359
+ <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>
360
360
  gtk_hsv_is_adjusting (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>);</pre>
361
361
  <div class="warning"><p><code class="literal">gtk_hsv_is_adjusting</code> is deprecated and should not be used in newly-written code.</p></div>
362
362
  <p>An HSV color selector can be said to be adjusting if multiple rapid
@@ -380,8 +380,8 @@ the HSV color selector is being adjusted or not.</p>
380
380
  </div>
381
381
  <div class="refsect3">
382
382
  <a name="gtk-hsv-is-adjusting.returns"></a><h4>Returns</h4>
383
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clients can ignore changes to the color value,
384
- since they may be transitory, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if they should consider
383
+ <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 clients can ignore changes to the color value,
384
+ since they may be transitory, 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> if they should consider
385
385
  the color value status to be final.</p>
386
386
  </div>
387
387
  <p class="since">Since: 2.14</p>
@@ -390,12 +390,12 @@ the color value status to be final.</p>
390
390
  <div class="refsect2">
391
391
  <a name="gtk-hsv-to-rgb"></a><h3>gtk_hsv_to_rgb ()</h3>
392
392
  <pre class="programlisting"><span class="returnvalue">void</span>
393
- gtk_hsv_to_rgb (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> h</code></em>,
394
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> s</code></em>,
395
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> v</code></em>,
396
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *r</code></em>,
397
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *g</code></em>,
398
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *b</code></em>);</pre>
393
+ gtk_hsv_to_rgb (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> h</code></em>,
394
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> s</code></em>,
395
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> v</code></em>,
396
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *r</code></em>,
397
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *g</code></em>,
398
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *b</code></em>);</pre>
399
399
  <p>Converts a color from HSV space to RGB.</p>
400
400
  <p>Input values must be in the [0.0, 1.0] range;
401
401
  output values will be in the same range.</p>
@@ -447,12 +447,12 @@ output values will be in the same range.</p>
447
447
  <div class="refsect2">
448
448
  <a name="gtk-rgb-to-hsv"></a><h3>gtk_rgb_to_hsv ()</h3>
449
449
  <pre class="programlisting"><span class="returnvalue">void</span>
450
- gtk_rgb_to_hsv (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> r</code></em>,
451
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> g</code></em>,
452
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> b</code></em>,
453
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
454
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
455
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);</pre>
450
+ gtk_rgb_to_hsv (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> r</code></em>,
451
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> g</code></em>,
452
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> b</code></em>,
453
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
454
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
455
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);</pre>
456
456
  <p>Converts a color from RGB space to HSV.</p>
457
457
  <p>Input values must be in the [0.0, 1.0] range;
458
458
  output values will be in the same range.</p>
@@ -514,8 +514,8 @@ output values will be in the same range.</p>
514
514
  <a name="GtkHSV-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
515
515
  <pre class="programlisting"><span class="returnvalue">void</span>
516
516
  user_function (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv,
517
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
518
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
517
+ <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>
518
+ <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>
519
519
  </div>
520
520
  <hr>
521
521
  <div class="refsect2">
@@ -523,8 +523,8 @@ user_function (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="ty
523
523
  <pre class="programlisting"><span class="returnvalue">void</span>
524
524
  user_function (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv,
525
525
  <a class="link" href="gtk3-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
526
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
527
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
526
+ <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>
527
+ <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>
528
528
  </div>
529
529
  </div>
530
530
  <div class="refsect1">
@@ -75,8 +75,8 @@
75
75
  </div>
76
76
  <div class="refsect1">
77
77
  <a name="GtkHScale.object-hierarchy"></a><h2>Object Hierarchy</h2>
78
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
79
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
78
+ <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>
79
+ <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>
80
80
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
81
81
  <span class="lineart">╰──</span> <a class="link" href="GtkRange.html" title="GtkRange">GtkRange</a>
82
82
  <span class="lineart">╰──</span> <a class="link" href="GtkScale.html" title="GtkScale">GtkScale</a>
@@ -138,9 +138,9 @@ the scale. </p></td>
138
138
  <div class="refsect2">
139
139
  <a name="gtk-hscale-new-with-range"></a><h3>gtk_hscale_new_with_range ()</h3>
140
140
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
141
- gtk_hscale_new_with_range (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
142
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> max</code></em>,
143
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> step</code></em>);</pre>
141
+ gtk_hscale_new_with_range (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
142
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> max</code></em>,
143
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> step</code></em>);</pre>
144
144
  <div class="warning">
145
145
  <p><code class="literal">gtk_hscale_new_with_range</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
146
146
  <p>Use <a class="link" href="GtkScale.html#gtk-scale-new-with-range" title="gtk_scale_new_with_range ()"><code class="function">gtk_scale_new_with_range()</code></a> with <a class="link" href="gtk3-Standard-Enumerations.html#GTK-ORIENTATION-HORIZONTAL:CAPS"><code class="literal">GTK_ORIENTATION_HORIZONTAL</code></a> instead</p>
@@ -65,8 +65,8 @@
65
65
  </div>
66
66
  <div class="refsect1">
67
67
  <a name="GtkHScrollbar.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
68
+ <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>
69
+ <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>
70
70
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
71
71
  <span class="lineart">╰──</span> <a class="link" href="GtkRange.html" title="GtkRange">GtkRange</a>
72
72
  <span class="lineart">╰──</span> <a class="link" href="GtkScrollbar.html" title="GtkScrollbar">GtkScrollbar</a>
@@ -89,7 +89,7 @@ GtkHScrollbar implements
89
89
  <p>The <a class="link" href="GtkHScrollbar.html" title="GtkHScrollbar"><span class="type">GtkHScrollbar</span></a> widget is a widget arranged horizontally creating a
90
90
  scrollbar. See <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="type">GtkScrollbar</span></a> for details on
91
91
  scrollbars. <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> pointers may be added to handle the
92
- adjustment of the scrollbar or it may be left <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case one
92
+ adjustment of the scrollbar or it may be left <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> in which case one
93
93
  will be created for you. See <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="type">GtkScrollbar</span></a> for a description of what the
94
94
  fields in an adjustment represent for a scrollbar.</p>
95
95
  <p>GtkHScrollbar has been deprecated, use <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="type">GtkScrollbar</span></a> instead.</p>
@@ -115,7 +115,7 @@ gtk_hscrollbar_new (<em class="parameter"><code><a class="link" href="GtkAdjustm
115
115
  </colgroup>
116
116
  <tbody><tr>
117
117
  <td class="parameter_name"><p>adjustment</p></td>
118
- <td class="parameter_description"><p> the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to use, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new adjustment. </p></td>
118
+ <td class="parameter_description"><p> the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to use, 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> to create a new adjustment. </p></td>
119
119
  <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>
120
120
  </tr></tbody>
121
121
  </table></div>
@@ -65,8 +65,8 @@
65
65
  </div>
66
66
  <div class="refsect1">
67
67
  <a name="GtkHSeparator.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
68
+ <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>
69
+ <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>
70
70
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
71
71
  <span class="lineart">╰──</span> <a class="link" href="GtkSeparator.html" title="GtkSeparator">GtkSeparator</a>
72
72
  <span class="lineart">╰──</span> GtkHSeparator
@@ -101,7 +101,7 @@
101
101
  </tr>
102
102
  <tr>
103
103
  <td class="function_type">
104
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
104
+ <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>
105
105
  </td>
106
106
  <td class="function_name">
107
107
  <a class="link" href="GtkHandleBox.html#gtk-handle-box-get-child-detached" title="gtk_handle_box_get_child_detached ()">gtk_handle_box_get_child_detached</a> <span class="c_punctuation">()</span>
@@ -120,7 +120,7 @@
120
120
  </colgroup>
121
121
  <tbody>
122
122
  <tr>
123
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
123
+ <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>
124
124
  <td class="property_name"><a class="link" href="GtkHandleBox.html#GtkHandleBox--child-detached" title="The “child-detached” property">child-detached</a></td>
125
125
  <td class="property_flags">Read</td>
126
126
  </tr>
@@ -140,7 +140,7 @@
140
140
  <td class="property_flags">Read / Write</td>
141
141
  </tr>
142
142
  <tr>
143
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
143
+ <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>
144
144
  <td class="property_name"><a class="link" href="GtkHandleBox.html#GtkHandleBox--snap-edge-set" title="The “snap-edge-set” property">snap-edge-set</a></td>
145
145
  <td class="property_flags">Read / Write</td>
146
146
  </tr>
@@ -159,12 +159,12 @@
159
159
  <tr>
160
160
  <td class="signal_type"><span class="returnvalue">void</span></td>
161
161
  <td class="signal_name"><a class="link" href="GtkHandleBox.html#GtkHandleBox-child-attached" title="The “child-attached” signal">child-attached</a></td>
162
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
162
+ <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>
163
163
  </tr>
164
164
  <tr>
165
165
  <td class="signal_type"><span class="returnvalue">void</span></td>
166
166
  <td class="signal_name"><a class="link" href="GtkHandleBox.html#GtkHandleBox-child-detached" title="The “child-detached” signal">child-detached</a></td>
167
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
167
+ <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>
168
168
  </tr>
169
169
  </tbody>
170
170
  </table></div>
@@ -190,8 +190,8 @@
190
190
  </div>
191
191
  <div class="refsect1">
192
192
  <a name="GtkHandleBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
193
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
194
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
193
+ <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>
194
+ <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>
195
195
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
196
196
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
197
197
  <span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -464,7 +464,7 @@ from the handle position.</p>
464
464
  <hr>
465
465
  <div class="refsect2">
466
466
  <a name="gtk-handle-box-get-child-detached"></a><h3>gtk_handle_box_get_child_detached ()</h3>
467
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
467
+ <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>
468
468
  gtk_handle_box_get_child_detached (<em class="parameter"><code><a class="link" href="GtkHandleBox.html" title="GtkHandleBox"><span class="type">GtkHandleBox</span></a> *handle_box</code></em>);</pre>
469
469
  <div class="warning">
470
470
  <p><code class="literal">gtk_handle_box_get_child_detached</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
@@ -488,7 +488,7 @@ gtk_handle_box_get_child_detached (<em class="parameter"><code><a class="link" h
488
488
  </div>
489
489
  <div class="refsect3">
490
490
  <a name="gtk-handle-box-get-child-detached.returns"></a><h4>Returns</h4>
491
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the child is currently detached, otherwise <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
491
+ <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 child is currently detached, otherwise <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>
492
492
  </div>
493
493
  <p class="since">Since: 2.14</p>
494
494
  </div>
@@ -541,7 +541,7 @@ are detached from the main window. Deprecated: 3.4.</p></td>
541
541
  <a name="GtkHandleBox.property-details"></a><h2>Property Details</h2>
542
542
  <div class="refsect2">
543
543
  <a name="GtkHandleBox--child-detached"></a><h3>The <code class="literal">“child-detached”</code> property</h3>
544
- <pre class="programlisting"> “child-detached” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
544
+ <pre class="programlisting"> “child-detached” <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>
545
545
  <p>A boolean value indicating whether the handlebox's child is attached or detached.</p>
546
546
  <p>Flags: Read</p>
547
547
  <p>Default value: FALSE</p>
@@ -573,7 +573,7 @@ are detached from the main window. Deprecated: 3.4.</p></td>
573
573
  <hr>
574
574
  <div class="refsect2">
575
575
  <a name="GtkHandleBox--snap-edge-set"></a><h3>The <code class="literal">“snap-edge-set”</code> property</h3>
576
- <pre class="programlisting"> “snap-edge-set” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
576
+ <pre class="programlisting"> “snap-edge-set” <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>
577
577
  <p>Whether to use the value from the snap_edge property or a value derived from handle_position.</p>
578
578
  <p>Flags: Read / Write</p>
579
579
  <p>Default value: FALSE</p>
@@ -586,7 +586,7 @@ are detached from the main window. Deprecated: 3.4.</p></td>
586
586
  <pre class="programlisting"><span class="returnvalue">void</span>
587
587
  user_function (<a class="link" href="GtkHandleBox.html" title="GtkHandleBox"><span class="type">GtkHandleBox</span></a> *handlebox,
588
588
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
589
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
589
+ <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>
590
590
  <p>This signal is emitted when the contents of the
591
591
  handlebox are reattached to the main window.</p>
592
592
  <div class="warning">
@@ -622,7 +622,7 @@ and is here only for backwards-compatibility)</p></td>
622
622
  </tbody>
623
623
  </table></div>
624
624
  </div>
625
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
625
+ <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>
626
626
  </div>
627
627
  <hr>
628
628
  <div class="refsect2">
@@ -630,7 +630,7 @@ and is here only for backwards-compatibility)</p></td>
630
630
  <pre class="programlisting"><span class="returnvalue">void</span>
631
631
  user_function (<a class="link" href="GtkHandleBox.html" title="GtkHandleBox"><span class="type">GtkHandleBox</span></a> *handlebox,
632
632
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
633
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
633
+ <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>
634
634
  <p>This signal is emitted when the contents of the
635
635
  handlebox are detached from the main window.</p>
636
636
  <div class="warning">
@@ -666,7 +666,7 @@ and is here only for backwards-compatibility)</p></td>
666
666
  </tbody>
667
667
  </table></div>
668
668
  </div>
669
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
669
+ <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>
670
670
  </div>
671
671
  </div>
672
672
  </div>
@@ -60,7 +60,7 @@
60
60
  </td>
61
61
  </tr>
62
62
  <tr>
63
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
63
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
64
64
  </td>
65
65
  <td class="function_name">
66
66
  <a class="link" href="GtkHeaderBar.html#gtk-header-bar-get-title" title="gtk_header_bar_get_title ()">gtk_header_bar_get_title</a> <span class="c_punctuation">()</span>
@@ -75,7 +75,7 @@
75
75
  </td>
76
76
  </tr>
77
77
  <tr>
78
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
78
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
79
79
  </td>
80
80
  <td class="function_name">
81
81
  <a class="link" href="GtkHeaderBar.html#gtk-header-bar-get-subtitle" title="gtk_header_bar_get_subtitle ()">gtk_header_bar_get_subtitle</a> <span class="c_punctuation">()</span>
@@ -91,7 +91,7 @@
91
91
  </tr>
92
92
  <tr>
93
93
  <td class="function_type">
94
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
94
+ <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>
95
95
  </td>
96
96
  <td class="function_name">
97
97
  <a class="link" href="GtkHeaderBar.html#gtk-header-bar-get-has-subtitle" title="gtk_header_bar_get_has_subtitle ()">gtk_header_bar_get_has_subtitle</a> <span class="c_punctuation">()</span>
@@ -139,7 +139,7 @@
139
139
  </tr>
140
140
  <tr>
141
141
  <td class="function_type">
142
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
142
+ <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>
143
143
  </td>
144
144
  <td class="function_name">
145
145
  <a class="link" href="GtkHeaderBar.html#gtk-header-bar-get-show-close-button" title="gtk_header_bar_get_show_close_button ()">gtk_header_bar_get_show_close_button</a> <span class="c_punctuation">()</span>
@@ -154,7 +154,7 @@
154
154
  </td>
155
155
  </tr>
156
156
  <tr>
157
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
157
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
158
158
  </td>
159
159
  <td class="function_name">
160
160
  <a class="link" href="GtkHeaderBar.html#gtk-header-bar-get-decoration-layout" title="gtk_header_bar_get_decoration_layout ()">gtk_header_bar_get_decoration_layout</a> <span class="c_punctuation">()</span>
@@ -180,39 +180,39 @@
180
180
  </tr>
181
181
  <tr>
182
182
  <td class="property_type">
183
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
183
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
184
184
  <td class="property_name"><a class="link" href="GtkHeaderBar.html#GtkHeaderBar--decoration-layout" title="The “decoration-layout” property">decoration-layout</a></td>
185
185
  <td class="property_flags">Read / Write</td>
186
186
  </tr>
187
187
  <tr>
188
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
188
+ <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>
189
189
  <td class="property_name"><a class="link" href="GtkHeaderBar.html#GtkHeaderBar--decoration-layout-set" title="The “decoration-layout-set” property">decoration-layout-set</a></td>
190
190
  <td class="property_flags">Read / Write</td>
191
191
  </tr>
192
192
  <tr>
193
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
193
+ <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>
194
194
  <td class="property_name"><a class="link" href="GtkHeaderBar.html#GtkHeaderBar--has-subtitle" title="The “has-subtitle” property">has-subtitle</a></td>
195
195
  <td class="property_flags">Read / Write</td>
196
196
  </tr>
197
197
  <tr>
198
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
198
+ <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>
199
199
  <td class="property_name"><a class="link" href="GtkHeaderBar.html#GtkHeaderBar--show-close-button" title="The “show-close-button” property">show-close-button</a></td>
200
200
  <td class="property_flags">Read / Write</td>
201
201
  </tr>
202
202
  <tr>
203
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
203
+ <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>
204
204
  <td class="property_name"><a class="link" href="GtkHeaderBar.html#GtkHeaderBar--spacing" title="The “spacing” property">spacing</a></td>
205
205
  <td class="property_flags">Read / Write</td>
206
206
  </tr>
207
207
  <tr>
208
208
  <td class="property_type">
209
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
209
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
210
210
  <td class="property_name"><a class="link" href="GtkHeaderBar.html#GtkHeaderBar--subtitle" title="The “subtitle” property">subtitle</a></td>
211
211
  <td class="property_flags">Read / Write</td>
212
212
  </tr>
213
213
  <tr>
214
214
  <td class="property_type">
215
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
215
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
216
216
  <td class="property_name"><a class="link" href="GtkHeaderBar.html#GtkHeaderBar--title" title="The “title” property">title</a></td>
217
217
  <td class="property_flags">Read / Write</td>
218
218
  </tr>
@@ -234,7 +234,7 @@
234
234
  <td class="property_flags">Read / Write</td>
235
235
  </tr>
236
236
  <tr>
237
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
237
+ <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>
238
238
  <td class="property_name"><a class="link" href="GtkHeaderBar.html#GtkHeaderBar--c-position" title="The “position” child property">position</a></td>
239
239
  <td class="property_flags">Read / Write</td>
240
240
  </tr>
@@ -256,8 +256,8 @@
256
256
  </div>
257
257
  <div class="refsect1">
258
258
  <a name="GtkHeaderBar.object-hierarchy"></a><h2>Object Hierarchy</h2>
259
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
260
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
259
+ <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>
260
+ <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>
261
261
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
262
262
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
263
263
  <span class="lineart">╰──</span> GtkHeaderBar
@@ -305,7 +305,7 @@ gtk_header_bar_new (<em class="parameter"><code><span class="type">void</span></
305
305
  <a name="gtk-header-bar-set-title"></a><h3>gtk_header_bar_set_title ()</h3>
306
306
  <pre class="programlisting"><span class="returnvalue">void</span>
307
307
  gtk_header_bar_set_title (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>,
308
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
308
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
309
309
  <p>Sets the title of the <a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a>. The title should help a user
310
310
  identify the current view. A good title should not include the
311
311
  application name.</p>
@@ -325,7 +325,7 @@ application name.</p>
325
325
  </tr>
326
326
  <tr>
327
327
  <td class="parameter_name"><p>title</p></td>
328
- <td class="parameter_description"><p> a title, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
328
+ <td class="parameter_description"><p> a title, 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>
329
329
  <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>
330
330
  </tr>
331
331
  </tbody>
@@ -336,7 +336,7 @@ application name.</p>
336
336
  <hr>
337
337
  <div class="refsect2">
338
338
  <a name="gtk-header-bar-get-title"></a><h3>gtk_header_bar_get_title ()</h3>
339
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
339
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
340
340
  gtk_header_bar_get_title (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>);</pre>
341
341
  <p>Retrieves the title of the header. See <a class="link" href="GtkHeaderBar.html#gtk-header-bar-set-title" title="gtk_header_bar_set_title ()"><code class="function">gtk_header_bar_set_title()</code></a>.</p>
342
342
  <div class="refsect3">
@@ -356,7 +356,7 @@ gtk_header_bar_get_title (<em class="parameter"><code><a class="link" href="GtkH
356
356
  </div>
357
357
  <div class="refsect3">
358
358
  <a name="gtk-header-bar-get-title.returns"></a><h4>Returns</h4>
359
- <p> the title of the header, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has
359
+ <p> the title of the header, 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 has
360
360
  been set explicitly. The returned string is owned by the widget
361
361
  and must not be modified or freed. </p>
362
362
  <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>]</span></p>
@@ -368,12 +368,12 @@ and must not be modified or freed. </p>
368
368
  <a name="gtk-header-bar-set-subtitle"></a><h3>gtk_header_bar_set_subtitle ()</h3>
369
369
  <pre class="programlisting"><span class="returnvalue">void</span>
370
370
  gtk_header_bar_set_subtitle (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>,
371
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *subtitle</code></em>);</pre>
371
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *subtitle</code></em>);</pre>
372
372
  <p>Sets the subtitle of the <a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a>. The title should give a user
373
373
  an additional detail to help him identify the current view.</p>
374
374
  <p>Note that GtkHeaderBar by default reserves room for the subtitle,
375
375
  even if none is currently set. If this is not desired, set the
376
- <a class="link" href="GtkHeaderBar.html#GtkHeaderBar--has-subtitle" title="The “has-subtitle” property"><span class="type">“has-subtitle”</span></a> property to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
376
+ <a class="link" href="GtkHeaderBar.html#GtkHeaderBar--has-subtitle" title="The “has-subtitle” property"><span class="type">“has-subtitle”</span></a> property 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>
377
377
  <div class="refsect3">
378
378
  <a name="gtk-header-bar-set-subtitle.parameters"></a><h4>Parameters</h4>
379
379
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -390,7 +390,7 @@ even if none is currently set. If this is not desired, set the
390
390
  </tr>
391
391
  <tr>
392
392
  <td class="parameter_name"><p>subtitle</p></td>
393
- <td class="parameter_description"><p> a subtitle, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
393
+ <td class="parameter_description"><p> a subtitle, 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>
394
394
  <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>
395
395
  </tr>
396
396
  </tbody>
@@ -401,7 +401,7 @@ even if none is currently set. If this is not desired, set the
401
401
  <hr>
402
402
  <div class="refsect2">
403
403
  <a name="gtk-header-bar-get-subtitle"></a><h3>gtk_header_bar_get_subtitle ()</h3>
404
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
404
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
405
405
  gtk_header_bar_get_subtitle (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>);</pre>
406
406
  <p>Retrieves the subtitle of the header. See <a class="link" href="GtkHeaderBar.html#gtk-header-bar-set-subtitle" title="gtk_header_bar_set_subtitle ()"><code class="function">gtk_header_bar_set_subtitle()</code></a>.</p>
407
407
  <div class="refsect3">
@@ -421,7 +421,7 @@ gtk_header_bar_get_subtitle (<em class="parameter"><code><a class="link" href="G
421
421
  </div>
422
422
  <div class="refsect3">
423
423
  <a name="gtk-header-bar-get-subtitle.returns"></a><h4>Returns</h4>
424
- <p> the subtitle of the header, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has
424
+ <p> the subtitle of the header, 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 has
425
425
  been set explicitly. The returned string is owned by the widget
426
426
  and must not be modified or freed. </p>
427
427
  <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>]</span></p>
@@ -433,7 +433,7 @@ and must not be modified or freed. </p>
433
433
  <a name="gtk-header-bar-set-has-subtitle"></a><h3>gtk_header_bar_set_has_subtitle ()</h3>
434
434
  <pre class="programlisting"><span class="returnvalue">void</span>
435
435
  gtk_header_bar_set_has_subtitle (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>,
436
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
436
+ <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> setting</code></em>);</pre>
437
437
  <p>Sets whether the header bar should reserve space
438
438
  for a subtitle, even if none is currently set.</p>
439
439
  <div class="refsect3">
@@ -452,7 +452,7 @@ for a subtitle, even if none is currently set.</p>
452
452
  </tr>
453
453
  <tr>
454
454
  <td class="parameter_name"><p>setting</p></td>
455
- <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 reserve space for a subtitle</p></td>
455
+ <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 reserve space for a subtitle</p></td>
456
456
  <td class="parameter_annotations"> </td>
457
457
  </tr>
458
458
  </tbody>
@@ -463,7 +463,7 @@ for a subtitle, even if none is currently set.</p>
463
463
  <hr>
464
464
  <div class="refsect2">
465
465
  <a name="gtk-header-bar-get-has-subtitle"></a><h3>gtk_header_bar_get_has_subtitle ()</h3>
466
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
466
+ <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>
467
467
  gtk_header_bar_get_has_subtitle (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>);</pre>
468
468
  <p>Retrieves whether the header bar reserves space for
469
469
  a subtitle, regardless if one is currently set or not.</p>
@@ -484,7 +484,7 @@ a subtitle, regardless if one is currently set or not.</p>
484
484
  </div>
485
485
  <div class="refsect3">
486
486
  <a name="gtk-header-bar-get-has-subtitle.returns"></a><h4>Returns</h4>
487
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the header bar reserves space
487
+ <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 header bar reserves space
488
488
  for a subtitle</p>
489
489
  </div>
490
490
  <p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
@@ -501,7 +501,7 @@ supersedes any title set by <a class="link" href="GtkHeaderBar.html#gtk-header-b
501
501
  <a class="link" href="GtkHeaderBar.html#gtk-header-bar-set-subtitle" title="gtk_header_bar_set_subtitle ()"><code class="function">gtk_header_bar_set_subtitle()</code></a>. To achieve the same style as
502
502
  the builtin title and subtitle, use the “title” and “subtitle”
503
503
  style classes.</p>
504
- <p>You should set the custom title to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, for the header title
504
+ <p>You should set the custom title to <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>, for the header title
505
505
  label to be visible again.</p>
506
506
  <div class="refsect3">
507
507
  <a name="gtk-header-bar-set-custom-title.parameters"></a><h4>Parameters</h4>
@@ -552,7 +552,7 @@ gtk_header_bar_get_custom_title (<em class="parameter"><code><a class="link" hre
552
552
  <div class="refsect3">
553
553
  <a name="gtk-header-bar-get-custom-title.returns"></a><h4>Returns</h4>
554
554
  <p> the custom title widget
555
- of the header, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has been set explicitly. </p>
555
+ of the header, 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 has been set explicitly. </p>
556
556
  <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>
557
557
  </div>
558
558
  <p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
@@ -634,7 +634,7 @@ end of the <em class="parameter"><code>bar</code></em>
634
634
  <a name="gtk-header-bar-set-show-close-button"></a><h3>gtk_header_bar_set_show_close_button ()</h3>
635
635
  <pre class="programlisting"><span class="returnvalue">void</span>
636
636
  gtk_header_bar_set_show_close_button (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>,
637
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
637
+ <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> setting</code></em>);</pre>
638
638
  <p>Sets whether this header bar shows the standard window decorations,
639
639
  including close, maximize, and minimize.</p>
640
640
  <div class="refsect3">
@@ -653,7 +653,7 @@ including close, maximize, and minimize.</p>
653
653
  </tr>
654
654
  <tr>
655
655
  <td class="parameter_name"><p>setting</p></td>
656
- <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 show standard widow decorations</p></td>
656
+ <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 show standard widow decorations</p></td>
657
657
  <td class="parameter_annotations"> </td>
658
658
  </tr>
659
659
  </tbody>
@@ -664,7 +664,7 @@ including close, maximize, and minimize.</p>
664
664
  <hr>
665
665
  <div class="refsect2">
666
666
  <a name="gtk-header-bar-get-show-close-button"></a><h3>gtk_header_bar_get_show_close_button ()</h3>
667
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
667
+ <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>
668
668
  gtk_header_bar_get_show_close_button (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>);</pre>
669
669
  <p>Returns whether this header bar shows the standard window
670
670
  decorations.</p>
@@ -685,7 +685,7 @@ decorations.</p>
685
685
  </div>
686
686
  <div class="refsect3">
687
687
  <a name="gtk-header-bar-get-show-close-button.returns"></a><h4>Returns</h4>
688
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the decorations are shown</p>
688
+ <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 decorations are shown</p>
689
689
  </div>
690
690
  <p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
691
691
  </div>
@@ -694,7 +694,7 @@ decorations.</p>
694
694
  <a name="gtk-header-bar-set-decoration-layout"></a><h3>gtk_header_bar_set_decoration_layout ()</h3>
695
695
  <pre class="programlisting"><span class="returnvalue">void</span>
696
696
  gtk_header_bar_set_decoration_layout (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>,
697
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *layout</code></em>);</pre>
697
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *layout</code></em>);</pre>
698
698
  <p>Sets the decoration layout for this header bar, overriding
699
699
  the <a class="link" href="GtkSettings.html#GtkSettings--gtk-decoration-layout" title="The “gtk-decoration-layout” property"><span class="type">“gtk-decoration-layout”</span></a> setting. </p>
700
700
  <p>There can be valid reasons for overriding the setting, such
@@ -725,7 +725,7 @@ on the left, and minimize, maximize and close buttons on the right.</p>
725
725
  </tr>
726
726
  <tr>
727
727
  <td class="parameter_name"><p>layout</p></td>
728
- <td class="parameter_description"><p> a decoration layout, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
728
+ <td class="parameter_description"><p> a decoration layout, 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> to
729
729
  unset the layout. </p></td>
730
730
  <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>
731
731
  </tr>
@@ -737,7 +737,7 @@ unset the layout. </p></td>
737
737
  <hr>
738
738
  <div class="refsect2">
739
739
  <a name="gtk-header-bar-get-decoration-layout"></a><h3>gtk_header_bar_get_decoration_layout ()</h3>
740
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
740
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
741
741
  gtk_header_bar_get_decoration_layout (<em class="parameter"><code><a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> *bar</code></em>);</pre>
742
742
  <p>Gets the decoration layout set with
743
743
  <a class="link" href="GtkHeaderBar.html#gtk-header-bar-set-decoration-layout" title="gtk_header_bar_set_decoration_layout ()"><code class="function">gtk_header_bar_set_decoration_layout()</code></a>.</p>
@@ -781,7 +781,7 @@ gtk_header_bar_get_decoration_layout (<em class="parameter"><code><a class="link
781
781
  <hr>
782
782
  <div class="refsect2">
783
783
  <a name="GtkHeaderBar--decoration-layout"></a><h3>The <code class="literal">“decoration-layout”</code> property</h3>
784
- <pre class="programlisting"> “decoration-layout” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
784
+ <pre class="programlisting"> “decoration-layout” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
785
785
  <p>The decoration layout for buttons. If this property is
786
786
  not set, the <a class="link" href="GtkSettings.html#GtkSettings--gtk-decoration-layout" title="The “gtk-decoration-layout” property"><span class="type">“gtk-decoration-layout”</span></a> setting
787
787
  is used.</p>
@@ -794,8 +794,8 @@ about the format of this string.</p>
794
794
  <hr>
795
795
  <div class="refsect2">
796
796
  <a name="GtkHeaderBar--decoration-layout-set"></a><h3>The <code class="literal">“decoration-layout-set”</code> property</h3>
797
- <pre class="programlisting"> “decoration-layout-set” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
798
- <p>Set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="GtkHeaderBar.html#GtkHeaderBar--decoration-layout" title="The “decoration-layout” property"><span class="type">“decoration-layout”</span></a> is set.</p>
797
+ <pre class="programlisting"> “decoration-layout-set” <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>
798
+ <p>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> if <a class="link" href="GtkHeaderBar.html#GtkHeaderBar--decoration-layout" title="The “decoration-layout” property"><span class="type">“decoration-layout”</span></a> is set.</p>
799
799
  <p>Flags: Read / Write</p>
800
800
  <p>Default value: FALSE</p>
801
801
  <p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
@@ -803,8 +803,8 @@ about the format of this string.</p>
803
803
  <hr>
804
804
  <div class="refsect2">
805
805
  <a name="GtkHeaderBar--has-subtitle"></a><h3>The <code class="literal">“has-subtitle”</code> property</h3>
806
- <pre class="programlisting"> “has-subtitle” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
807
- <p>If <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, reserve space for a subtitle, even if none
806
+ <pre class="programlisting"> “has-subtitle” <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>
807
+ <p>If <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>, reserve space for a subtitle, even if none
808
808
  is currently set.</p>
809
809
  <p>Flags: Read / Write</p>
810
810
  <p>Default value: TRUE</p>
@@ -813,7 +813,7 @@ is currently set.</p>
813
813
  <hr>
814
814
  <div class="refsect2">
815
815
  <a name="GtkHeaderBar--show-close-button"></a><h3>The <code class="literal">“show-close-button”</code> property</h3>
816
- <pre class="programlisting"> “show-close-button” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
816
+ <pre class="programlisting"> “show-close-button” <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>
817
817
  <p>Whether to show window decorations.</p>
818
818
  <p>Which buttons are actually shown and where is determined
819
819
  by the <a class="link" href="GtkHeaderBar.html#GtkHeaderBar--decoration-layout" title="The “decoration-layout” property"><span class="type">“decoration-layout”</span></a> property, and by
@@ -825,7 +825,7 @@ shown if the window can't be closed).</p>
825
825
  <hr>
826
826
  <div class="refsect2">
827
827
  <a name="GtkHeaderBar--spacing"></a><h3>The <code class="literal">“spacing”</code> property</h3>
828
- <pre class="programlisting"> “spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
828
+ <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>
829
829
  <p>The amount of space between children.</p>
830
830
  <p>Flags: Read / Write</p>
831
831
  <p>Allowed values: &gt;= 0</p>
@@ -834,7 +834,7 @@ shown if the window can't be closed).</p>
834
834
  <hr>
835
835
  <div class="refsect2">
836
836
  <a name="GtkHeaderBar--subtitle"></a><h3>The <code class="literal">“subtitle”</code> property</h3>
837
- <pre class="programlisting"> “subtitle” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
837
+ <pre class="programlisting"> “subtitle” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
838
838
  <p>The subtitle to display.</p>
839
839
  <p>Flags: Read / Write</p>
840
840
  <p>Default value: NULL</p>
@@ -842,7 +842,7 @@ shown if the window can't be closed).</p>
842
842
  <hr>
843
843
  <div class="refsect2">
844
844
  <a name="GtkHeaderBar--title"></a><h3>The <code class="literal">“title”</code> property</h3>
845
- <pre class="programlisting"> “title” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
845
+ <pre class="programlisting"> “title” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
846
846
  <p>The title to display.</p>
847
847
  <p>Flags: Read / Write</p>
848
848
  <p>Default value: NULL</p>
@@ -860,7 +860,7 @@ shown if the window can't be closed).</p>
860
860
  <hr>
861
861
  <div class="refsect2">
862
862
  <a name="GtkHeaderBar--c-position"></a><h3>The <code class="literal">“position”</code> child property</h3>
863
- <pre class="programlisting"> “position” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
863
+ <pre class="programlisting"> “position” <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>
864
864
  <p>The index of the child in the parent.</p>
865
865
  <p>Flags: Read / Write</p>
866
866
  <p>Allowed values: &gt;= -1</p>