gtk2 3.0.8-x64-mingw32 → 3.0.9-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (286) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2.2/gtk2.so +0 -0
  3. data/lib/2.3/gtk2.so +0 -0
  4. data/sample/gtk-demo/appwindow.rb +2 -2
  5. data/sample/gtk-demo/cairo-clip-image.rb +1 -1
  6. data/sample/gtk-demo/cairo-image.rb +1 -1
  7. data/sample/gtk-demo/iconview.rb +3 -3
  8. data/sample/gtk-demo/images.rb +3 -3
  9. data/sample/gtk-demo/pixbufs.rb +9 -7
  10. data/sample/gtk-demo/stock_browser.rb +1 -1
  11. data/sample/gtk-demo/textview.rb +2 -2
  12. data/sample/misc/aboutdialog.rb +1 -1
  13. data/sample/misc/combobox.rb +1 -1
  14. data/sample/misc/iconview.rb +2 -2
  15. data/sample/misc/itemfactory.rb +1 -1
  16. data/sample/misc/itemfactory2.rb +1 -1
  17. data/sample/misc/to_drawable.rb +2 -2
  18. data/sample/misc/treeview.rb +1 -1
  19. data/test/test_gdk_pixbuf.rb +6 -6
  20. data/vendor/local/bin/gtk-demo.exe +0 -0
  21. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  22. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
  23. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
  24. data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
  25. data/vendor/local/lib/libgailutil.dll.a +0 -0
  26. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  27. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  28. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +24 -24
  29. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +11 -11
  30. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +77 -77
  31. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +8 -8
  32. data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +132 -132
  33. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +10 -10
  34. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +37 -37
  35. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +67 -67
  36. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +12 -12
  37. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +29 -29
  38. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +118 -118
  39. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +102 -102
  40. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +49 -49
  41. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +79 -79
  42. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +64 -64
  43. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +58 -58
  44. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +25 -25
  45. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +37 -37
  46. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +40 -40
  47. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +15 -15
  48. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +97 -97
  49. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +23 -23
  50. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +20 -20
  51. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +37 -37
  52. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +84 -84
  53. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +27 -27
  54. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +10 -10
  55. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +74 -74
  56. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +40 -40
  57. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +280 -280
  58. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +60 -60
  59. data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +2 -2
  60. data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +118 -118
  61. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +10 -10
  62. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +1 -1
  63. data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +87 -87
  64. data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +82 -82
  65. data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +7 -7
  66. data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +60 -60
  67. data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +34 -34
  68. data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +4 -4
  69. data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +19 -19
  70. data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +47 -47
  71. data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +2 -2
  72. data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +52 -52
  73. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +27 -27
  74. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +98 -98
  75. data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +68 -68
  76. data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +25 -25
  77. data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +214 -214
  78. data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +146 -146
  79. data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +88 -88
  80. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +11 -11
  81. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +20 -20
  82. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +81 -81
  83. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +12 -12
  85. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +18 -18
  86. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +14 -14
  87. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +7 -7
  88. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +6 -6
  89. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +75 -75
  90. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +32 -32
  91. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +20 -20
  92. data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +8 -8
  93. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +23 -23
  94. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +45 -45
  95. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +3 -3
  96. data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +34 -34
  97. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +96 -96
  98. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +8 -8
  99. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +9 -9
  100. data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +73 -73
  101. data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +20 -20
  102. data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +62 -62
  103. data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +9 -9
  104. data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +51 -51
  105. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +255 -255
  106. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +46 -46
  107. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +94 -94
  108. data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +15 -15
  109. data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +52 -52
  110. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +98 -98
  111. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +26 -26
  112. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +13 -13
  113. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +3 -3
  114. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +29 -29
  115. data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +16 -16
  116. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +51 -51
  117. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +19 -19
  118. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +16 -16
  119. data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +23 -23
  120. data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +2 -2
  121. data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +4 -4
  122. data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +5 -5
  123. data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +2 -2
  124. data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +2 -2
  125. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +31 -31
  126. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +5 -5
  127. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +4 -4
  128. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +2 -2
  129. data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
  130. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +63 -63
  131. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +5 -5
  132. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +1 -1
  133. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +83 -83
  134. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +192 -192
  135. data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +26 -26
  136. data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +25 -25
  137. data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +26 -26
  138. data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
  139. data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +2 -2
  140. data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +11 -11
  141. data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +66 -66
  142. data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +139 -139
  143. data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +26 -26
  144. data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +24 -24
  145. data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +29 -29
  146. data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +37 -37
  147. data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +48 -48
  148. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +90 -90
  149. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +4 -4
  150. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +62 -62
  151. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +50 -50
  152. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +13 -13
  153. data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +19 -19
  154. data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +26 -26
  155. data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +210 -210
  156. data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +89 -89
  157. data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +60 -60
  159. data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +8 -8
  160. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +59 -59
  161. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +5 -5
  162. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +62 -62
  163. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +54 -54
  164. data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +5 -5
  165. data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +9 -9
  166. data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +25 -25
  167. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +17 -17
  168. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +30 -30
  169. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +151 -151
  170. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +30 -30
  171. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +86 -86
  172. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +34 -34
  173. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +42 -42
  174. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +23 -23
  175. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +23 -23
  176. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +19 -19
  177. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +11 -11
  178. data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +100 -100
  179. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +23 -23
  180. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +101 -101
  181. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +12 -12
  182. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +8 -8
  183. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +27 -27
  185. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +128 -128
  186. data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +22 -22
  187. data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +35 -35
  188. data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +27 -27
  189. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +14 -14
  190. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +22 -22
  191. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +2 -2
  192. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +10 -10
  194. data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +196 -196
  195. data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +12 -12
  196. data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +10 -10
  197. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +79 -79
  198. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +8 -8
  199. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +157 -157
  200. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +31 -31
  201. data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +263 -263
  202. data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +67 -67
  203. data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +30 -30
  205. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +181 -181
  206. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +281 -281
  207. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +24 -24
  208. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +133 -133
  209. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +17 -17
  210. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +211 -211
  211. data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +30 -30
  212. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +22 -22
  213. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +42 -42
  214. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +15 -15
  215. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +57 -57
  216. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +63 -63
  217. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +36 -36
  218. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +24 -24
  219. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +3 -3
  220. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +105 -105
  221. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +23 -23
  222. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +15 -15
  223. data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +30 -30
  224. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +9 -9
  225. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +147 -147
  226. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +37 -37
  227. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +16 -16
  228. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +38 -38
  229. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +28 -28
  230. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +58 -58
  231. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +414 -414
  232. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +147 -147
  233. data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +57 -57
  234. data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +4 -4
  235. data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +5 -5
  236. data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +5 -5
  239. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +2 -2
  240. data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +5 -5
  242. data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +537 -537
  244. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +255 -255
  245. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +3 -3
  246. data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +1 -1
  247. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +23 -23
  248. data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +5 -5
  249. data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +1 -1
  250. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +5 -5
  251. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +7 -7
  252. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +3 -3
  253. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +5 -5
  254. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +7 -7
  255. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +3 -3
  256. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +11 -11
  257. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +1 -1
  258. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +7 -7
  259. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +43 -43
  261. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +40 -40
  262. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +42 -42
  263. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +87 -87
  264. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +50 -50
  265. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +7 -7
  266. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +13 -13
  267. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +153 -153
  268. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +1 -1
  269. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +25 -25
  270. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +167 -167
  271. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +88 -88
  272. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +2 -2
  273. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +71 -71
  274. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +119 -119
  275. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +68 -68
  276. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +10 -10
  277. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +26 -26
  278. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +53 -53
  279. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +34 -34
  280. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +29 -29
  281. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +23 -23
  282. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +1 -1
  283. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +4 -4
  284. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +1 -1
  285. data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +4 -4
  286. metadata +9 -9
@@ -328,7 +328,7 @@
328
328
  </div>
329
329
  <div class="refsect1">
330
330
  <a name="gdk2-Graphics-Contexts.object-hierarchy"></a><h2>Object Hierarchy</h2>
331
- <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>
331
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
332
332
  <span class="lineart">╰──</span> GdkGC
333
333
  </pre>
334
334
  </div>
@@ -474,9 +474,9 @@ gdk_gc_get_screen (<em class="parameter"><code><a class="link" href="gdk2-Graphi
474
474
  gdk_gc_ref (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>);</pre>
475
475
  <div class="warning">
476
476
  <p><code class="literal">gdk_gc_ref</code> has been deprecated since version 2.0 and should not be used in newly-written code.</p>
477
- <p>Use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
477
+ <p>Use <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
478
478
  </div>
479
- <p>Deprecated function; use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
479
+ <p>Deprecated function; use <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
480
480
  <div class="refsect3">
481
481
  <a name="gdk-gc-ref.parameters"></a><h4>Parameters</h4>
482
482
  <div class="informaltable"><table width="100%" border="0">
@@ -504,7 +504,7 @@ gdk_gc_ref (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Cont
504
504
  gdk_gc_unref (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>);</pre>
505
505
  <div class="warning">
506
506
  <p><code class="literal">gdk_gc_unref</code> has been deprecated since version 2.0 and should not be used in newly-written code.</p>
507
- <p>Use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
507
+ <p>Use <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
508
508
  </div>
509
509
  <p>Decrement the reference count of <em class="parameter"><code>gc</code></em>
510
510
  .</p>
@@ -780,7 +780,7 @@ gdk_gc_set_font (<em class="parameter"><code><a class="link" href="gdk2-Graphics
780
780
  all text-drawing functions in GDK take a <em class="parameter"><code>font</code></em>
781
781
 
782
782
  argument; the value set here is used when that
783
- argument is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.)</p>
783
+ argument is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.)</p>
784
784
  <div class="refsect3">
785
785
  <a name="gdk-gc-set-font.parameters"></a><h4>Parameters</h4>
786
786
  <div class="informaltable"><table width="100%" border="0">
@@ -969,8 +969,8 @@ stipple will only be used if the fill mode is
969
969
  <a name="gdk-gc-set-ts-origin"></a><h3>gdk_gc_set_ts_origin ()</h3>
970
970
  <pre class="programlisting"><span class="returnvalue">void</span>
971
971
  gdk_gc_set_ts_origin (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
972
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
973
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
972
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
973
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
974
974
  <div class="warning">
975
975
  <p><code class="literal">gdk_gc_set_ts_origin</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
976
976
  <p>You can set the origin for tiles and stipples in Cairo
@@ -1015,8 +1015,8 @@ will coincide with this point.</p>
1015
1015
  <a name="gdk-gc-set-clip-origin"></a><h3>gdk_gc_set_clip_origin ()</h3>
1016
1016
  <pre class="programlisting"><span class="returnvalue">void</span>
1017
1017
  gdk_gc_set_clip_origin (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1018
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1019
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
1018
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1019
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
1020
1020
  <div class="warning">
1021
1021
  <p><code class="literal">gdk_gc_set_clip_origin</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
1022
1022
  <p>Use <code class="function">cairo_translate()</code> before applying the clip path in
@@ -1204,7 +1204,7 @@ windows of that window.</p>
1204
1204
  <a name="gdk-gc-set-exposures"></a><h3>gdk_gc_set_exposures ()</h3>
1205
1205
  <pre class="programlisting"><span class="returnvalue">void</span>
1206
1206
  gdk_gc_set_exposures (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1207
- <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> exposures</code></em>);</pre>
1207
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> exposures</code></em>);</pre>
1208
1208
  <div class="warning">
1209
1209
  <p><code class="literal">gdk_gc_set_exposures</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
1210
1210
  <p>There is no replacement. If you need to control
@@ -1232,7 +1232,7 @@ drawable. (See <a class="link" href="gdk2-Drawing-Primitives.html#gdk-draw-drawa
1232
1232
  </tr>
1233
1233
  <tr>
1234
1234
  <td class="parameter_name"><p>exposures</p></td>
1235
- <td class="parameter_description"><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>, exposure events will be generated.</p></td>
1235
+ <td class="parameter_description"><p>if <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, exposure events will be generated.</p></td>
1236
1236
  <td class="parameter_annotations"> </td>
1237
1237
  </tr>
1238
1238
  </tbody>
@@ -1244,7 +1244,7 @@ drawable. (See <a class="link" href="gdk2-Drawing-Primitives.html#gdk-draw-drawa
1244
1244
  <a name="gdk-gc-set-line-attributes"></a><h3>gdk_gc_set_line_attributes ()</h3>
1245
1245
  <pre class="programlisting"><span class="returnvalue">void</span>
1246
1246
  gdk_gc_set_line_attributes (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1247
- <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> line_width</code></em>,
1247
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line_width</code></em>,
1248
1248
  <em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkLineStyle" title="enum GdkLineStyle"><span class="type">GdkLineStyle</span></a> line_style</code></em>,
1249
1249
  <em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkCapStyle" title="enum GdkCapStyle"><span class="type">GdkCapStyle</span></a> cap_style</code></em>,
1250
1250
  <em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkJoinStyle" title="enum GdkJoinStyle"><span class="type">GdkJoinStyle</span></a> join_style</code></em>);</pre>
@@ -1302,9 +1302,9 @@ explanations of the arguments.</p>
1302
1302
  <a name="gdk-gc-set-dashes"></a><h3>gdk_gc_set_dashes ()</h3>
1303
1303
  <pre class="programlisting"><span class="returnvalue">void</span>
1304
1304
  gdk_gc_set_dashes (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1305
- <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> dash_offset</code></em>,
1306
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> dash_list[]</code></em>,
1307
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);</pre>
1305
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dash_offset</code></em>,
1306
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> dash_list[]</code></em>,
1307
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);</pre>
1308
1308
  <div class="warning">
1309
1309
  <p><code class="literal">gdk_gc_set_dashes</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
1310
1310
  <p>Use <code class="function">cairo_set_dash()</code> to set the dash in Cairo.</p>
@@ -1460,7 +1460,7 @@ gdk_gc_set_colormap.</p>
1460
1460
  <div class="refsect3">
1461
1461
  <a name="gdk-gc-get-colormap.returns"></a><h4>Returns</h4>
1462
1462
  <p> the colormap of <em class="parameter"><code>gc</code></em>
1463
- , 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 <em class="parameter"><code>gc</code></em>
1463
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>gc</code></em>
1464
1464
  doesn't have one.</p>
1465
1465
  </div>
1466
1466
  </div>
@@ -1469,8 +1469,8 @@ doesn't have one.</p>
1469
1469
  <a name="gdk-gc-offset"></a><h3>gdk_gc_offset ()</h3>
1470
1470
  <pre class="programlisting"><span class="returnvalue">void</span>
1471
1471
  gdk_gc_offset (<em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>,
1472
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_offset</code></em>,
1473
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_offset</code></em>);</pre>
1472
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_offset</code></em>,
1473
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_offset</code></em>);</pre>
1474
1474
  <div class="warning">
1475
1475
  <p><code class="literal">gdk_gc_offset</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
1476
1476
  <p>There is no direct replacement, as this is just a
@@ -1605,32 +1605,32 @@ only sets the pixel value.</p></td>
1605
1605
  <td class="struct_member_annotations"> </td>
1606
1606
  </tr>
1607
1607
  <tr>
1608
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.ts-x-origin"></a>ts_x_origin</code></em>;</p></td>
1608
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.ts-x-origin"></a>ts_x_origin</code></em>;</p></td>
1609
1609
  <td class="struct_member_description"><p>the x origin of the tile or stipple.</p></td>
1610
1610
  <td class="struct_member_annotations"> </td>
1611
1611
  </tr>
1612
1612
  <tr>
1613
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.ts-y-origin"></a>ts_y_origin</code></em>;</p></td>
1613
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.ts-y-origin"></a>ts_y_origin</code></em>;</p></td>
1614
1614
  <td class="struct_member_description"><p>the y origin of the tile or stipple.</p></td>
1615
1615
  <td class="struct_member_annotations"> </td>
1616
1616
  </tr>
1617
1617
  <tr>
1618
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.clip-x-origin"></a>clip_x_origin</code></em>;</p></td>
1618
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.clip-x-origin"></a>clip_x_origin</code></em>;</p></td>
1619
1619
  <td class="struct_member_description"><p>the x origin of the clip mask.</p></td>
1620
1620
  <td class="struct_member_annotations"> </td>
1621
1621
  </tr>
1622
1622
  <tr>
1623
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.clip-y-origin"></a>clip_y_origin</code></em>;</p></td>
1623
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.clip-y-origin"></a>clip_y_origin</code></em>;</p></td>
1624
1624
  <td class="struct_member_description"><p>the y origin of the clip mask.</p></td>
1625
1625
  <td class="struct_member_annotations"> </td>
1626
1626
  </tr>
1627
1627
  <tr>
1628
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.graphics-exposures"></a>graphics_exposures</code></em>;</p></td>
1628
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.graphics-exposures"></a>graphics_exposures</code></em>;</p></td>
1629
1629
  <td class="struct_member_description"><p>whether graphics exposures are enabled.</p></td>
1630
1630
  <td class="struct_member_annotations"> </td>
1631
1631
  </tr>
1632
1632
  <tr>
1633
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.line-width"></a>line_width</code></em>;</p></td>
1633
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGCValues.line-width"></a>line_width</code></em>;</p></td>
1634
1634
  <td class="struct_member_description"><p>the line width.</p></td>
1635
1635
  <td class="struct_member_annotations"> </td>
1636
1636
  </tr>
@@ -1960,7 +1960,7 @@ useful. For bitmaps, <a class="link" href="gdk2-Graphics-Contexts.html#GDK-AND:C
1960
1960
  </pre>
1961
1961
  <div class="warning">
1962
1962
  <p><code class="literal">gdk_gc_destroy</code> is deprecated and should not be used in newly-written code.</p>
1963
- <p>Use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead</p>
1963
+ <p>Use <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead</p>
1964
1964
  </div>
1965
1965
  <p>
1966
1966
  This function is obsolete and should not be used.
@@ -97,7 +97,7 @@
97
97
  </tr>
98
98
  <tr>
99
99
  <td class="function_type">
100
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
100
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
101
101
  </td>
102
102
  <td class="function_name">
103
103
  <a class="link" href="gdk2-Images.html#gdk-image-get-bits-per-pixel" title="gdk_image_get_bits_per_pixel ()">gdk_image_get_bits_per_pixel</a> <span class="c_punctuation">()</span>
@@ -105,7 +105,7 @@
105
105
  </tr>
106
106
  <tr>
107
107
  <td class="function_type">
108
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
108
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
109
109
  </td>
110
110
  <td class="function_name">
111
111
  <a class="link" href="gdk2-Images.html#gdk-image-get-bytes-per-pixel" title="gdk_image_get_bytes_per_pixel ()">gdk_image_get_bytes_per_pixel</a> <span class="c_punctuation">()</span>
@@ -113,7 +113,7 @@
113
113
  </tr>
114
114
  <tr>
115
115
  <td class="function_type">
116
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
116
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
117
117
  </td>
118
118
  <td class="function_name">
119
119
  <a class="link" href="gdk2-Images.html#gdk-image-get-bytes-per-line" title="gdk_image_get_bytes_per_line ()">gdk_image_get_bytes_per_line</a> <span class="c_punctuation">()</span>
@@ -129,7 +129,7 @@
129
129
  </tr>
130
130
  <tr>
131
131
  <td class="function_type">
132
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
132
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
133
133
  </td>
134
134
  <td class="function_name">
135
135
  <a class="link" href="gdk2-Images.html#gdk-image-get-depth" title="gdk_image_get_depth ()">gdk_image_get_depth</a> <span class="c_punctuation">()</span>
@@ -137,7 +137,7 @@
137
137
  </tr>
138
138
  <tr>
139
139
  <td class="function_type">
140
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
140
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
141
141
  </td>
142
142
  <td class="function_name">
143
143
  <a class="link" href="gdk2-Images.html#gdk-image-get-height" title="gdk_image_get_height ()">gdk_image_get_height</a> <span class="c_punctuation">()</span>
@@ -161,7 +161,7 @@
161
161
  </tr>
162
162
  <tr>
163
163
  <td class="function_type">
164
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
164
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
165
165
  </td>
166
166
  <td class="function_name">
167
167
  <a class="link" href="gdk2-Images.html#gdk-image-get-width" title="gdk_image_get_width ()">gdk_image_get_width</a> <span class="c_punctuation">()</span>
@@ -169,7 +169,7 @@
169
169
  </tr>
170
170
  <tr>
171
171
  <td class="function_type">
172
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
172
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
173
173
  </td>
174
174
  <td class="function_name">
175
175
  <a class="link" href="gdk2-Images.html#gdk-image-get-pixels" title="gdk_image_get_pixels ()">gdk_image_get_pixels</a> <span class="c_punctuation">()</span>
@@ -185,7 +185,7 @@
185
185
  </tr>
186
186
  <tr>
187
187
  <td class="function_type">
188
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
188
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
189
189
  </td>
190
190
  <td class="function_name">
191
191
  <a class="link" href="gdk2-Images.html#gdk-image-get-pixel" title="gdk_image_get_pixel ()">gdk_image_get_pixel</a> <span class="c_punctuation">()</span>
@@ -254,8 +254,8 @@ To destroy a <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><
254
254
  <pre class="programlisting"><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *
255
255
  gdk_image_new (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImageType" title="enum GdkImageType"><span class="type">GdkImageType</span></a> type</code></em>,
256
256
  <em class="parameter"><code><a class="link" href="gdk2-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
257
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
258
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
257
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
258
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
259
259
  <div class="warning"><p><code class="literal">gdk_image_new</code> is deprecated and should not be used in newly-written code.</p></div>
260
260
  <p>
261
261
  Creates a new <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.
@@ -297,7 +297,7 @@ then use <a class="link" href="gdk2-Images.html#GDK-IMAGE-NORMAL:CAPS"><code cla
297
297
  </div>
298
298
  <div class="refsect3">
299
299
  <a name="gdk-image-new.returns"></a><h4>Returns</h4>
300
- <p>a new <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the image could not be created.</p>
300
+ <p>a new <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the image could not be created.</p>
301
301
  </div>
302
302
  </div>
303
303
  <hr>
@@ -305,13 +305,13 @@ then use <a class="link" href="gdk2-Images.html#GDK-IMAGE-NORMAL:CAPS"><code cla
305
305
  <a name="gdk-image-new-bitmap"></a><h3>gdk_image_new_bitmap ()</h3>
306
306
  <pre class="programlisting"><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *
307
307
  gdk_image_new_bitmap (<em class="parameter"><code><a class="link" href="gdk2-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
308
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
309
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
310
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
308
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
309
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
310
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
311
311
  <div class="warning"><p><code class="literal">gdk_image_new_bitmap</code> is deprecated and should not be used in newly-written code.</p></div>
312
312
  <p>Creates a new <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> with a depth of 1 from the given data.</p>
313
313
  <div class="warning"><p>THIS FUNCTION IS INCREDIBLY BROKEN. The passed-in data must
314
- be allocated by <code class="function">malloc()</code> (NOT <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-malloc"><code class="function">g_malloc()</code></a>) and will be freed when the
314
+ be allocated by <code class="function">malloc()</code> (NOT <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-malloc"><code class="function">g_malloc()</code></a>) and will be freed when the
315
315
  image is freed.</p></div>
316
316
  <div class="refsect3">
317
317
  <a name="gdk-image-new-bitmap.parameters"></a><h4>Parameters</h4>
@@ -355,10 +355,10 @@ image is freed.</p></div>
355
355
  <a name="gdk-image-get"></a><h3>gdk_image_get ()</h3>
356
356
  <pre class="programlisting"><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *
357
357
  gdk_image_get (<em class="parameter"><code><a class="link" href="gdk2-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
358
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
359
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
360
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
361
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
358
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
359
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
360
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
361
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
362
362
  <div class="warning"><p><code class="literal">gdk_image_get</code> is deprecated and should not be used in newly-written code.</p></div>
363
363
  <p>This is a deprecated wrapper for <a class="link" href="gdk2-Drawing-Primitives.html#gdk-drawable-get-image" title="gdk_drawable_get_image ()"><code class="function">gdk_drawable_get_image()</code></a>;
364
364
  <a class="link" href="gdk2-Drawing-Primitives.html#gdk-drawable-get-image" title="gdk_drawable_get_image ()"><code class="function">gdk_drawable_get_image()</code></a> should be used instead. Or even better: in
@@ -407,7 +407,7 @@ choice.</p>
407
407
  </div>
408
408
  <div class="refsect3">
409
409
  <a name="gdk-image-get.returns"></a><h4>Returns</h4>
410
- <p> a new <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
410
+ <p> a new <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
411
411
  </div>
412
412
  </div>
413
413
  <hr>
@@ -417,9 +417,9 @@ choice.</p>
417
417
  gdk_image_ref (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
418
418
  <div class="warning">
419
419
  <p><code class="literal">gdk_image_ref</code> has been deprecated since version 2.0 and should not be used in newly-written code.</p>
420
- <p>Use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
420
+ <p>Use <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
421
421
  </div>
422
- <p>Deprecated function; use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
422
+ <p>Deprecated function; use <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
423
423
  <div class="refsect3">
424
424
  <a name="gdk-image-ref.parameters"></a><h4>Parameters</h4>
425
425
  <div class="informaltable"><table width="100%" border="0">
@@ -447,9 +447,9 @@ gdk_image_ref (<em class="parameter"><code><a class="link" href="gdk2-Images.htm
447
447
  gdk_image_unref (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
448
448
  <div class="warning">
449
449
  <p><code class="literal">gdk_image_unref</code> has been deprecated since version 2.0 and should not be used in newly-written code.</p>
450
- <p>Use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
450
+ <p>Use <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
451
451
  </div>
452
- <p>Deprecated function; use <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
452
+ <p>Deprecated function; use <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
453
453
  <div class="refsect3">
454
454
  <a name="gdk-image-unref.parameters"></a><h4>Parameters</h4>
455
455
  <div class="informaltable"><table width="100%" border="0">
@@ -540,7 +540,7 @@ intend to render the image to.</p>
540
540
  <hr>
541
541
  <div class="refsect2">
542
542
  <a name="gdk-image-get-bits-per-pixel"></a><h3>gdk_image_get_bits_per_pixel ()</h3>
543
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
543
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
544
544
  gdk_image_get_bits_per_pixel (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
545
545
  <div class="warning">
546
546
  <p><code class="literal">gdk_image_get_bits_per_pixel</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
@@ -571,7 +571,7 @@ gdk_image_get_bits_per_pixel (<em class="parameter"><code><a class="link" href="
571
571
  <hr>
572
572
  <div class="refsect2">
573
573
  <a name="gdk-image-get-bytes-per-pixel"></a><h3>gdk_image_get_bytes_per_pixel ()</h3>
574
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
574
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
575
575
  gdk_image_get_bytes_per_pixel (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
576
576
  <div class="warning">
577
577
  <p><code class="literal">gdk_image_get_bytes_per_pixel</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
@@ -602,7 +602,7 @@ gdk_image_get_bytes_per_pixel (<em class="parameter"><code><a class="link" href=
602
602
  <hr>
603
603
  <div class="refsect2">
604
604
  <a name="gdk-image-get-bytes-per-line"></a><h3>gdk_image_get_bytes_per_line ()</h3>
605
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
605
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
606
606
  gdk_image_get_bytes_per_line (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
607
607
  <div class="warning">
608
608
  <p><code class="literal">gdk_image_get_bytes_per_line</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
@@ -664,7 +664,7 @@ gdk_image_get_byte_order (<em class="parameter"><code><a class="link" href="gdk2
664
664
  <hr>
665
665
  <div class="refsect2">
666
666
  <a name="gdk-image-get-depth"></a><h3>gdk_image_get_depth ()</h3>
667
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
667
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>
668
668
  gdk_image_get_depth (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
669
669
  <div class="warning">
670
670
  <p><code class="literal">gdk_image_get_depth</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
@@ -695,7 +695,7 @@ gdk_image_get_depth (<em class="parameter"><code><a class="link" href="gdk2-Imag
695
695
  <hr>
696
696
  <div class="refsect2">
697
697
  <a name="gdk-image-get-height"></a><h3>gdk_image_get_height ()</h3>
698
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
698
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
699
699
  gdk_image_get_height (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
700
700
  <div class="warning">
701
701
  <p><code class="literal">gdk_image_get_height</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
@@ -788,7 +788,7 @@ gdk_image_get_visual (<em class="parameter"><code><a class="link" href="gdk2-Ima
788
788
  <hr>
789
789
  <div class="refsect2">
790
790
  <a name="gdk-image-get-width"></a><h3>gdk_image_get_width ()</h3>
791
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
791
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
792
792
  gdk_image_get_width (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
793
793
  <div class="warning">
794
794
  <p><code class="literal">gdk_image_get_width</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
@@ -819,7 +819,7 @@ gdk_image_get_width (<em class="parameter"><code><a class="link" href="gdk2-Imag
819
819
  <hr>
820
820
  <div class="refsect2">
821
821
  <a name="gdk-image-get-pixels"></a><h3>gdk_image_get_pixels ()</h3>
822
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
822
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>
823
823
  gdk_image_get_pixels (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
824
824
  <div class="warning">
825
825
  <p><code class="literal">gdk_image_get_pixels</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
@@ -852,9 +852,9 @@ gdk_image_get_pixels (<em class="parameter"><code><a class="link" href="gdk2-Ima
852
852
  <a name="gdk-image-put-pixel"></a><h3>gdk_image_put_pixel ()</h3>
853
853
  <pre class="programlisting"><span class="returnvalue">void</span>
854
854
  gdk_image_put_pixel (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
855
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
856
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
857
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> pixel</code></em>);</pre>
855
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
856
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
857
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> pixel</code></em>);</pre>
858
858
  <div class="warning"><p><code class="literal">gdk_image_put_pixel</code> is deprecated and should not be used in newly-written code.</p></div>
859
859
  <p>
860
860
  Sets a pixel in a <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> to a given pixel value.
@@ -895,10 +895,10 @@ Sets a pixel in a <a class="link" href="gdk2-Images.html#GdkImage" title="GdkIma
895
895
  <hr>
896
896
  <div class="refsect2">
897
897
  <a name="gdk-image-get-pixel"></a><h3>gdk_image_get_pixel ()</h3>
898
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
898
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>
899
899
  gdk_image_get_pixel (<em class="parameter"><code><a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
900
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
901
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
900
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
901
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
902
902
  <div class="warning"><p><code class="literal">gdk_image_get_pixel</code> is deprecated and should not be used in newly-written code.</p></div>
903
903
  <p>
904
904
  Gets a pixel value at a specified position in a <a class="link" href="gdk2-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.
@@ -41,14 +41,14 @@
41
41
  <tbody>
42
42
  <tr>
43
43
  <td class="function_type">
44
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
44
+ <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
45
45
  </td>
46
46
  <td class="function_name">
47
47
  <a class="link" href="gdk2-Input-Devices.html#gdk-devices-list" title="gdk_devices_list ()">gdk_devices_list</a> <span class="c_punctuation">()</span>
48
48
  </td>
49
49
  </tr>
50
50
  <tr>
51
- <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> *
51
+ <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
52
52
  </td>
53
53
  <td class="function_name">
54
54
  <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-name" title="gdk_device_get_name ()">gdk_device_get_name</a> <span class="c_punctuation">()</span>
@@ -72,7 +72,7 @@
72
72
  </tr>
73
73
  <tr>
74
74
  <td class="function_type">
75
- <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>
75
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
76
76
  </td>
77
77
  <td class="function_name">
78
78
  <a class="link" href="gdk2-Input-Devices.html#gdk-device-set-mode" title="gdk_device_set_mode ()">gdk_device_set_mode</a> <span class="c_punctuation">()</span>
@@ -136,7 +136,7 @@
136
136
  </tr>
137
137
  <tr>
138
138
  <td class="function_type">
139
- <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>
139
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
140
140
  </td>
141
141
  <td class="function_name">
142
142
  <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-history" title="gdk_device_get_history ()">gdk_device_get_history</a> <span class="c_punctuation">()</span>
@@ -152,7 +152,7 @@
152
152
  </tr>
153
153
  <tr>
154
154
  <td class="function_type">
155
- <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>
155
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
156
156
  </td>
157
157
  <td class="function_name">
158
158
  <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-axis" title="gdk_device_get_axis ()">gdk_device_get_axis</a> <span class="c_punctuation">()</span>
@@ -160,7 +160,7 @@
160
160
  </tr>
161
161
  <tr>
162
162
  <td class="function_type">
163
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
163
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
164
164
  </td>
165
165
  <td class="function_name">
166
166
  <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-n-axes" title="gdk_device_get_n_axes ()">gdk_device_get_n_axes</a> <span class="c_punctuation">()</span>
@@ -251,7 +251,7 @@ from devices that will display a cursor, by passing the
251
251
  <a class="link" href="gdk2-Input-Devices.html#gdk-input-set-extension-events" title="gdk_input_set_extension_events ()"><code class="function">gdk_input_set_extension_events()</code></a>. Otherwise, the application
252
252
  must retrieve the device information using <a class="link" href="gdk2-Input-Devices.html#gdk-devices-list" title="gdk_devices_list ()"><code class="function">gdk_devices_list()</code></a>,
253
253
  check the <em class="structfield"><code>has_cursor</code></em> field, and,
254
- if it is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, draw a cursor itself when it receives
254
+ if it is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, draw a cursor itself when it receives
255
255
  motion events.
256
256
  </p>
257
257
  <p>
@@ -305,7 +305,7 @@ and <em class="structfield"><code>ytilt</code></em>.
305
305
  <a name="gdk2-Input-Devices.functions_details"></a><h2>Functions</h2>
306
306
  <div class="refsect2">
307
307
  <a name="gdk-devices-list"></a><h3>gdk_devices_list ()</h3>
308
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
308
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
309
309
  gdk_devices_list (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
310
310
  <p>Returns the list of available input devices for the default display.
311
311
  The list is statically allocated and should not be freed.</p>
@@ -318,7 +318,7 @@ The list is statically allocated and should not be freed.</p>
318
318
  <hr>
319
319
  <div class="refsect2">
320
320
  <a name="gdk-device-get-name"></a><h3>gdk_device_get_name ()</h3>
321
- <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> *
321
+ <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
322
322
  gdk_device_get_name (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
323
323
  <p>Determines the name of the device.</p>
324
324
  <div class="refsect3">
@@ -404,7 +404,7 @@ gdk_device_get_source (<em class="parameter"><code><a class="link" href="gdk2-In
404
404
  <hr>
405
405
  <div class="refsect2">
406
406
  <a name="gdk-device-set-mode"></a><h3>gdk_device_set_mode ()</h3>
407
- <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>
407
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
408
408
  gdk_device_set_mode (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
409
409
  <em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkInputMode" title="enum GdkInputMode"><span class="type">GdkInputMode</span></a> mode</code></em>);</pre>
410
410
  <p>
@@ -436,7 +436,7 @@ entire screen or to a single window.
436
436
  </div>
437
437
  <div class="refsect3">
438
438
  <a name="gdk-device-set-mode.returns"></a><h4>Returns</h4>
439
- <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 mode was successfully changed.</p>
439
+ <p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mode was successfully changed.</p>
440
440
  </div>
441
441
  </div>
442
442
  <hr>
@@ -471,8 +471,8 @@ gdk_device_get_mode (<em class="parameter"><code><a class="link" href="gdk2-Inpu
471
471
  <a name="gdk-device-set-key"></a><h3>gdk_device_set_key ()</h3>
472
472
  <pre class="programlisting"><span class="returnvalue">void</span>
473
473
  gdk_device_set_key (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
474
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
475
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
474
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
475
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
476
476
  <em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
477
477
  <p>
478
478
  Specifies the X key event to generate when a macro button of a device
@@ -516,8 +516,8 @@ is pressed.
516
516
  <a name="gdk-device-get-key"></a><h3>gdk_device_get_key ()</h3>
517
517
  <pre class="programlisting"><span class="returnvalue">void</span>
518
518
  gdk_device_get_key (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
519
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>,
520
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *keyval</code></em>,
519
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>,
520
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *keyval</code></em>,
521
521
  <em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *modifiers</code></em>);</pre>
522
522
  <p>If <em class="parameter"><code>index</code></em>
523
523
  has a valid keyval, this function will
@@ -563,7 +563,7 @@ fill in <em class="parameter"><code>keyval</code></em>
563
563
  <a name="gdk-device-set-axis-use"></a><h3>gdk_device_set_axis_use ()</h3>
564
564
  <pre class="programlisting"><span class="returnvalue">void</span>
565
565
  gdk_device_set_axis_use (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
566
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
566
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
567
567
  <em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>);</pre>
568
568
  <p>
569
569
  Specifies how an axis of a device is used.
@@ -601,7 +601,7 @@ Specifies how an axis of a device is used.
601
601
  <a name="gdk-device-get-axis-use"></a><h3>gdk_device_get_axis_use ()</h3>
602
602
  <pre class="programlisting"><a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="returnvalue">GdkAxisUse</span></a>
603
603
  gdk_device_get_axis_use (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
604
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
604
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
605
605
  <p>Returns the axis use for <em class="parameter"><code>index</code></em>
606
606
  .</p>
607
607
  <div class="refsect3">
@@ -650,7 +650,7 @@ display and should not be freed.</p>
650
650
  <pre class="programlisting"><span class="returnvalue">void</span>
651
651
  gdk_device_get_state (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
652
652
  <em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
653
- <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> *axes</code></em>,
653
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
654
654
  <em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *mask</code></em>);</pre>
655
655
  <p>Gets the current state of a device.</p>
656
656
  <div class="refsect3">
@@ -676,12 +676,12 @@ gdk_device_get_state (<em class="parameter"><code><a class="link" href="gdk2-Inp
676
676
  <td class="parameter_name"><p>axes</p></td>
677
677
  <td class="parameter_description"><p>an array of doubles to store the values of the axes of <em class="parameter"><code>device</code></em>
678
678
  in,
679
- 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>
679
+ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
680
680
  <td class="parameter_annotations"> </td>
681
681
  </tr>
682
682
  <tr>
683
683
  <td class="parameter_name"><p>mask</p></td>
684
- <td class="parameter_description"><p>location to store the modifiers, 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>
684
+ <td class="parameter_description"><p>location to store the modifiers, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
685
685
  <td class="parameter_annotations"> </td>
686
686
  </tr>
687
687
  </tbody>
@@ -691,17 +691,17 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
691
691
  <hr>
692
692
  <div class="refsect2">
693
693
  <a name="gdk-device-get-history"></a><h3>gdk_device_get_history ()</h3>
694
- <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>
694
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
695
695
  gdk_device_get_history (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
696
696
  <em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
697
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> start</code></em>,
698
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> stop</code></em>,
697
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> start</code></em>,
698
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> stop</code></em>,
699
699
  <em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> ***events</code></em>,
700
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_events</code></em>);</pre>
700
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_events</code></em>);</pre>
701
701
  <p>Obtains the motion history for a device; given a starting and
702
702
  ending timestamp, return all events in the motion history for
703
703
  the device in the given range of time. Some windowing systems
704
- do not support motion history, in which case, <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> will
704
+ do not support motion history, in which case, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will
705
705
  be returned. (This is not distinguishable from the case where
706
706
  motion history is supported and no events were found.)</p>
707
707
  <div class="refsect3">
@@ -735,13 +735,13 @@ motion history is supported and no events were found.)</p>
735
735
  </tr>
736
736
  <tr>
737
737
  <td class="parameter_name"><p>events</p></td>
738
- <td class="parameter_description"><p> location to store a newly-allocated array of <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
738
+ <td class="parameter_description"><p> location to store a newly-allocated array of <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
739
739
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_events][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
740
740
  </tr>
741
741
  <tr>
742
742
  <td class="parameter_name"><p>n_events</p></td>
743
743
  <td class="parameter_description"><p>location to store the length of <em class="parameter"><code>events</code></em>
744
- , 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>
744
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
745
745
  <td class="parameter_annotations"> </td>
746
746
  </tr>
747
747
  </tbody>
@@ -749,7 +749,7 @@ motion history is supported and no events were found.)</p>
749
749
  </div>
750
750
  <div class="refsect3">
751
751
  <a name="gdk-device-get-history.returns"></a><h4>Returns</h4>
752
- <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 windowing system supports motion history and
752
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the windowing system supports motion history and
753
753
  at least one event was found.</p>
754
754
  </div>
755
755
  </div>
@@ -758,7 +758,7 @@ at least one event was found.</p>
758
758
  <a name="gdk-device-free-history"></a><h3>gdk_device_free_history ()</h3>
759
759
  <pre class="programlisting"><span class="returnvalue">void</span>
760
760
  gdk_device_free_history (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> **events</code></em>,
761
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_events</code></em>);</pre>
761
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_events</code></em>);</pre>
762
762
  <p>Frees an array of <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> that was returned by <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-history" title="gdk_device_get_history ()"><code class="function">gdk_device_get_history()</code></a>.</p>
763
763
  <p>
764
764
  Frees an array of <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> that was returned by <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-history" title="gdk_device_get_history ()"><code class="function">gdk_device_get_history()</code></a>.
@@ -789,11 +789,11 @@ Frees an array of <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" ti
789
789
  <hr>
790
790
  <div class="refsect2">
791
791
  <a name="gdk-device-get-axis"></a><h3>gdk_device_get_axis ()</h3>
792
- <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>
792
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
793
793
  gdk_device_get_axis (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
794
- <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> *axes</code></em>,
794
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
795
795
  <em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>,
796
- <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> *value</code></em>);</pre>
796
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *value</code></em>);</pre>
797
797
  <p>Interprets an array of double as axis values for a given device,
798
798
  and locates the value in the array for a given axis use.</p>
799
799
  <div class="refsect3">
@@ -830,13 +830,13 @@ and locates the value in the array for a given axis use.</p>
830
830
  </div>
831
831
  <div class="refsect3">
832
832
  <a name="gdk-device-get-axis.returns"></a><h4>Returns</h4>
833
- <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 given axis use was found, 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>
833
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given axis use was found, otherwise <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
834
834
  </div>
835
835
  </div>
836
836
  <hr>
837
837
  <div class="refsect2">
838
838
  <a name="gdk-device-get-n-axes"></a><h3>gdk_device_get_n_axes ()</h3>
839
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
839
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
840
840
  gdk_device_get_n_axes (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
841
841
  <p>Gets the number of axes of a device.</p>
842
842
  <div class="refsect3">
@@ -866,7 +866,7 @@ gdk_device_get_n_axes (<em class="parameter"><code><a class="link" href="gdk2-In
866
866
  <a name="gdk-input-set-extension-events"></a><h3>gdk_input_set_extension_events ()</h3>
867
867
  <pre class="programlisting"><span class="returnvalue">void</span>
868
868
  gdk_input_set_extension_events (<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
869
- <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> mask</code></em>,
869
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> mask</code></em>,
870
870
  <em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkExtensionMode" title="enum GdkExtensionMode"><span class="type">GdkExtensionMode</span></a> mode</code></em>);</pre>
871
871
  <p>
872
872
  Turns extension events on or off for a particular window,
@@ -1057,7 +1057,7 @@ It has the following fields:
1057
1057
  </colgroup>
1058
1058
  <tbody>
1059
1059
  <tr>
1060
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkDeviceKey.keyval"></a>keyval</code></em>;</p></td>
1060
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkDeviceKey.keyval"></a>keyval</code></em>;</p></td>
1061
1061
  <td class="struct_member_description"><p>the keyval to generate when the macro button is pressed.
1062
1062
  If this is 0, no keypress will be generated.</p></td>
1063
1063
  <td class="struct_member_annotations"> </td>
@@ -1099,12 +1099,12 @@ about the range and mapping of a device axis.
1099
1099
  <td class="struct_member_annotations"> </td>
1100
1100
  </tr>
1101
1101
  <tr>
1102
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkDeviceAxis.min"></a>min</code></em>;</p></td>
1102
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkDeviceAxis.min"></a>min</code></em>;</p></td>
1103
1103
  <td class="struct_member_description"><p>the minimal value that will be reported by this axis.</p></td>
1104
1104
  <td class="struct_member_annotations"> </td>
1105
1105
  </tr>
1106
1106
  <tr>
1107
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkDeviceAxis.max"></a>max</code></em>;</p></td>
1107
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkDeviceAxis.max"></a>max</code></em>;</p></td>
1108
1108
  <td class="struct_member_description"><p>the maximal value that will be reported by this axis.</p></td>
1109
1109
  <td class="struct_member_annotations"> </td>
1110
1110
  </tr>
@@ -1211,12 +1211,12 @@ motion history. It contains the following fields:
1211
1211
  </colgroup>
1212
1212
  <tbody>
1213
1213
  <tr>
1214
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkTimeCoord.time"></a>time</code></em>;</p></td>
1214
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkTimeCoord.time"></a>time</code></em>;</p></td>
1215
1215
  <td class="struct_member_description"><p>The timestamp for this event.</p></td>
1216
1216
  <td class="struct_member_annotations"> </td>
1217
1217
  </tr>
1218
1218
  <tr>
1219
- <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkTimeCoord.axes"></a>axes</code></em>[GDK_MAX_TIMECOORD_AXES];</p></td>
1219
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkTimeCoord.axes"></a>axes</code></em>[GDK_MAX_TIMECOORD_AXES];</p></td>
1220
1220
  <td class="struct_member_description"><p>the values of the device's axes.</p></td>
1221
1221
  <td class="struct_member_annotations"> </td>
1222
1222
  </tr>