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
@@ -205,7 +205,7 @@
205
205
  </div>
206
206
  <div class="refsect1">
207
207
  <a name="gdk2-Pango-Interaction.object-hierarchy"></a><h2>Object Hierarchy</h2>
208
- <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>
208
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
209
209
  <span class="lineart">╰──</span> <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoRenderer.html#PangoRenderer-struct">PangoRenderer</a>
210
210
  <span class="lineart">╰──</span> GdkPangoRenderer
211
211
  </pre>
@@ -334,7 +334,7 @@ directly or subclassing it can be useful in some cases. See the
334
334
  <span class="comment"> * where we are drawing are [-RADIUS, RADIUS], [-RADIUS, RADIUS]</span>
335
335
  <span class="comment"> * We first center, then change the scale */</span>
336
336
  <span class="function"><a href="gdk2-Drawing-Primitives.html#gdk-drawable-get-size">gdk_drawable_get_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">drawable</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">height</span><span class="symbol">);</span>
337
- <span class="normal">device_radius </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#MIN:CAPS">MIN</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> height</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">.;</span>
337
+ <span class="normal">device_radius </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#MIN:CAPS">MIN</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">width</span><span class="symbol">,</span><span class="normal"> height</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">.;</span>
338
338
  <span class="function"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#pango-matrix-translate">pango_matrix_translate</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">matrix</span><span class="symbol">,</span>
339
339
  <span class="normal"> device_radius </span><span class="symbol">+</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">width </span><span class="symbol">-</span><span class="normal"> </span><span class="number">2</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> device_radius</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span>
340
340
  <span class="normal"> device_radius </span><span class="symbol">+</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">height </span><span class="symbol">-</span><span class="normal"> </span><span class="number">2</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"> device_radius</span><span class="symbol">)</span><span class="normal"> </span><span class="symbol">/</span><span class="normal"> </span><span class="number">2</span><span class="symbol">);</span>
@@ -369,13 +369,13 @@ directly or subclassing it can be useful in some cases. See the
369
369
  <span class="normal"> </span><span class="cbracket">}</span>
370
370
  <span class="comment">/* Clean up default renderer, since it is shared */</span>
371
371
  <span class="function"><a href="gdk2-Pango-Interaction.html#gdk-pango-renderer-set-override-color">gdk_pango_renderer_set_override_color</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GDK_PANGO_RENDERER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">renderer</span><span class="symbol">),</span>
372
- <span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoRenderer.html#PANGO-RENDER-PART-FOREGROUND:CAPS">PANGO_RENDER_PART_FOREGROUND</a></span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
373
- <span class="function"><a href="gdk2-Pango-Interaction.html#gdk-pango-renderer-set-drawable">gdk_pango_renderer_set_drawable</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GDK_PANGO_RENDERER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">renderer</span><span class="symbol">),</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
374
- <span class="function"><a href="gdk2-Pango-Interaction.html#gdk-pango-renderer-set-gc">gdk_pango_renderer_set_gc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GDK_PANGO_RENDERER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">renderer</span><span class="symbol">),</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
372
+ <span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoRenderer.html#PANGO-RENDER-PART-FOREGROUND:CAPS">PANGO_RENDER_PART_FOREGROUND</a></span><span class="symbol">,</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
373
+ <span class="function"><a href="gdk2-Pango-Interaction.html#gdk-pango-renderer-set-drawable">gdk_pango_renderer_set_drawable</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GDK_PANGO_RENDERER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">renderer</span><span class="symbol">),</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
374
+ <span class="function"><a href="gdk2-Pango-Interaction.html#gdk-pango-renderer-set-gc">gdk_pango_renderer_set_gc</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GDK_PANGO_RENDERER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">renderer</span><span class="symbol">),</span><span class="normal"> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
375
375
  <span class="comment">/* free the objects we created */</span>
376
- <span class="function"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">layout</span><span class="symbol">);</span>
377
- <span class="function"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">);</span>
378
- <span class="function"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">gc</span><span class="symbol">);</span></pre></td>
376
+ <span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">layout</span><span class="symbol">);</span>
377
+ <span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">);</span>
378
+ <span class="function"><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">gc</span><span class="symbol">);</span></pre></td>
379
379
  </tr>
380
380
  </tbody>
381
381
  </table>
@@ -415,7 +415,7 @@ renderer.</p>
415
415
  </div>
416
416
  <div class="refsect3">
417
417
  <a name="gdk-pango-renderer-new.returns"></a><h4>Returns</h4>
418
- <p> a newly created <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoRenderer.html#PangoRenderer-struct"><span class="type">PangoRenderer</span></a>. Free with <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>.</p>
418
+ <p> a newly created <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoRenderer.html#PangoRenderer-struct"><span class="type">PangoRenderer</span></a>. Free with <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>.</p>
419
419
  </div>
420
420
  <p class="since">Since: <a class="link" href="api-index-2-6.html#api-index-2.6">2.6</a></p>
421
421
  </div>
@@ -478,7 +478,7 @@ gdk_pango_renderer_set_drawable (<em class="parameter"><code><a class="link" hre
478
478
  </tr>
479
479
  <tr>
480
480
  <td class="parameter_name"><p>drawable</p></td>
481
- <td class="parameter_description"><p> the new target drawable, 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>
481
+ <td class="parameter_description"><p> the new target drawable, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
482
482
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
483
483
  </tr>
484
484
  </tbody>
@@ -494,7 +494,7 @@ gdk_pango_renderer_set_gc (<em class="parameter"><code><a class="link" href="gdk
494
494
  <em class="parameter"><code><a class="link" href="gdk2-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>);</pre>
495
495
  <p>Sets the GC the renderer draws with. Note that the GC must not be
496
496
  modified until it is unset by calling the function again with
497
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the <em class="parameter"><code>gc</code></em>
497
+ <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the <em class="parameter"><code>gc</code></em>
498
498
  parameter, since GDK may make internal copies
499
499
  of the GC which won't be updated to follow changes to the
500
500
  original GC.</p>
@@ -514,7 +514,7 @@ original GC.</p>
514
514
  </tr>
515
515
  <tr>
516
516
  <td class="parameter_name"><p>gc</p></td>
517
- <td class="parameter_description"><p> the new GC to use for drawing, 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>
517
+ <td class="parameter_description"><p> the new GC to use for drawing, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
518
518
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
519
519
  </tr>
520
520
  </tbody>
@@ -595,7 +595,7 @@ renderered with this renderer.</p>
595
595
  </tr>
596
596
  <tr>
597
597
  <td class="parameter_name"><p>color</p></td>
598
- <td class="parameter_description"><p> the color to use, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset a previously
598
+ <td class="parameter_description"><p> the color to use, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset a previously
599
599
  set override color. </p></td>
600
600
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
601
601
  </tr>
@@ -728,7 +728,7 @@ gdk_pango_attr_emboss_color_new (<em class="parameter"><code>const <a class="lin
728
728
  <div class="refsect2">
729
729
  <a name="gdk-pango-attr-embossed-new"></a><h3>gdk_pango_attr_embossed_new ()</h3>
730
730
  <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
731
- gdk_pango_attr_embossed_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> embossed</code></em>);</pre>
731
+ gdk_pango_attr_embossed_new (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> embossed</code></em>);</pre>
732
732
  <p>Creates a new attribute flagging a region as embossed or not.</p>
733
733
  <div class="refsect3">
734
734
  <a name="gdk-pango-attr-embossed-new.parameters"></a><h4>Parameters</h4>
@@ -782,10 +782,10 @@ rendering the text.</p>
782
782
  <a name="gdk-pango-layout-get-clip-region"></a><h3>gdk_pango_layout_get_clip_region ()</h3>
783
783
  <pre class="programlisting"><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="returnvalue">GdkRegion</span></a> *
784
784
  gdk_pango_layout_get_clip_region (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>,
785
- <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_origin</code></em>,
786
- <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_origin</code></em>,
787
- <em class="parameter"><code>const <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> *index_ranges</code></em>,
788
- <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_ranges</code></em>);</pre>
785
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_origin</code></em>,
786
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_origin</code></em>,
787
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *index_ranges</code></em>,
788
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_ranges</code></em>);</pre>
789
789
  <p>Obtains a clip region which contains the areas where the given ranges
790
790
  of text would be drawn. <em class="parameter"><code>x_origin</code></em>
791
791
  and <em class="parameter"><code>y_origin</code></em>
@@ -846,10 +846,10 @@ of text, such as when text is selected.</p>
846
846
  <a name="gdk-pango-layout-line-get-clip-region"></a><h3>gdk_pango_layout_line_get_clip_region ()</h3>
847
847
  <pre class="programlisting"><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="returnvalue">GdkRegion</span></a> *
848
848
  gdk_pango_layout_line_get_clip_region (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayoutLine-struct"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
849
- <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_origin</code></em>,
850
- <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_origin</code></em>,
851
- <em class="parameter"><code>const <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> *index_ranges</code></em>,
852
- <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_ranges</code></em>);</pre>
849
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_origin</code></em>,
850
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_origin</code></em>,
851
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *index_ranges</code></em>,
852
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_ranges</code></em>);</pre>
853
853
  <p>Obtains a clip region which contains the areas where the given
854
854
  ranges of text would be drawn. <em class="parameter"><code>x_origin</code></em>
855
855
  and <em class="parameter"><code>y_origin</code></em>
@@ -970,7 +970,7 @@ rendering the text.
970
970
  <td class="struct_member_annotations"> </td>
971
971
  </tr>
972
972
  <tr>
973
- <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#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GdkPangoAttrEmbossed.embossed"></a>embossed</code></em>;</p></td>
973
+ <td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GdkPangoAttrEmbossed.embossed"></a>embossed</code></em>;</p></td>
974
974
  <td class="struct_member_description"><p>the embossed bitmap.</p></td>
975
975
  <td class="struct_member_annotations"> </td>
976
976
  </tr>
@@ -314,7 +314,7 @@ gdk_pixbuf_render_to_drawable_alpha (<em class="parameter"><code><a href="http:/
314
314
  </div>
315
315
  <p>Renders a rectangular portion of a pixbuf to a drawable. The destination
316
316
  drawable must have a colormap. All windows have a colormap, however, pixmaps
317
- only have colormap by default if they were created with a non-<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> window argument.
317
+ only have colormap by default if they were created with a non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> window argument.
318
318
  Otherwise a colormap must be set on them with gdk_drawable_set_colormap.</p>
319
319
  <p>On older X servers, rendering pixbufs with an alpha channel involves round trips
320
320
  to the X server, and may be somewhat slow.</p>
@@ -417,7 +417,7 @@ the actual colormap for a widget, and use
417
417
  <a class="link" href="gdk2-Pixbufs.html#gdk-pixbuf-render-pixmap-and-mask-for-colormap" title="gdk_pixbuf_render_pixmap_and_mask_for_colormap ()"><code class="function">gdk_pixbuf_render_pixmap_and_mask_for_colormap()</code></a>.</p>
418
418
  <p>If the pixbuf does not have an alpha channel, then *<em class="parameter"><code>mask_return</code></em>
419
419
  will be set
420
- to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
420
+ to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
421
421
  <div class="refsect3">
422
422
  <a name="gdk-pixbuf-render-pixmap-and-mask.parameters"></a><h4>Parameters</h4>
423
423
  <div class="informaltable"><table width="100%" border="0">
@@ -435,13 +435,13 @@ to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
435
435
  <tr>
436
436
  <td class="parameter_name"><p>pixmap_return</p></td>
437
437
  <td class="parameter_description"><p>Location to store a pointer to the created pixmap,
438
- 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 pixmap is not needed.</p></td>
438
+ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the pixmap is not needed.</p></td>
439
439
  <td class="parameter_annotations"> </td>
440
440
  </tr>
441
441
  <tr>
442
442
  <td class="parameter_name"><p>mask_return</p></td>
443
443
  <td class="parameter_description"><p>Location to store a pointer to the created mask,
444
- 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 mask is not needed.</p></td>
444
+ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the mask is not needed.</p></td>
445
445
  <td class="parameter_annotations"> </td>
446
446
  </tr>
447
447
  <tr>
@@ -477,7 +477,7 @@ This colormap must match the colormap of the window where the pixmap
477
477
  will eventually be used or an error will result.</p>
478
478
  <p>If the pixbuf does not have an alpha channel, then *<em class="parameter"><code>mask_return</code></em>
479
479
  will be set
480
- to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
480
+ to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
481
481
  <div class="refsect3">
482
482
  <a name="gdk-pixbuf-render-pixmap-and-mask-for-colormap.parameters"></a><h4>Parameters</h4>
483
483
  <div class="informaltable"><table width="100%" border="0">
@@ -500,13 +500,13 @@ to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
500
500
  <tr>
501
501
  <td class="parameter_name"><p>pixmap_return</p></td>
502
502
  <td class="parameter_description"><p>Location to store a pointer to the created pixmap,
503
- 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 pixmap is not needed.</p></td>
503
+ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the pixmap is not needed.</p></td>
504
504
  <td class="parameter_annotations"> </td>
505
505
  </tr>
506
506
  <tr>
507
507
  <td class="parameter_name"><p>mask_return</p></td>
508
508
  <td class="parameter_description"><p>Location to store a pointer to the created mask,
509
- 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 mask is not needed.</p></td>
509
+ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the mask is not needed.</p></td>
510
510
  <td class="parameter_annotations"> </td>
511
511
  </tr>
512
512
  <tr>
@@ -537,7 +537,7 @@ image data from a server-side drawable to a client-side RGB(A) buffer.
537
537
  This allows you to efficiently read individual pixels on the client side.</p>
538
538
  <p>If the drawable <em class="parameter"><code>src</code></em>
539
539
  has no colormap (<a class="link" href="gdk2-Drawing-Primitives.html#gdk-drawable-get-colormap" title="gdk_drawable_get_colormap ()"><code class="function">gdk_drawable_get_colormap()</code></a>
540
- returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>), then a suitable colormap must be specified.
540
+ returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>), then a suitable colormap must be specified.
541
541
  Typically a <a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a pixmap created by passing a <a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
542
542
  to <a class="link" href="gdk2-Bitmaps-and-Pixmaps.html#gdk-pixmap-new" title="gdk_pixmap_new ()"><code class="function">gdk_pixmap_new()</code></a> will already have a colormap associated with
543
543
  it. If the drawable has a colormap, the <em class="parameter"><code>cmap</code></em>
@@ -548,7 +548,7 @@ assumed to be white, and pixels with a value of 0 are assumed to be
548
548
  black. For taking screenshots, <a class="link" href="gdk2-Colormaps-and-Colors.html#gdk-colormap-get-system" title="gdk_colormap_get_system ()"><code class="function">gdk_colormap_get_system()</code></a> returns
549
549
  the correct colormap to use.</p>
550
550
  <p>If the specified destination pixbuf <em class="parameter"><code>dest</code></em>
551
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then this
551
+ is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then this
552
552
  function will create an RGB pixbuf with 8 bits per channel and no
553
553
  alpha, with the same size specified by the <em class="parameter"><code>width</code></em>
554
554
  and <em class="parameter"><code>height</code></em>
@@ -556,12 +556,12 @@ alpha, with the same size specified by the <em class="parameter"><code>width</co
556
556
  arguments. In this case, the <em class="parameter"><code>dest_x</code></em>
557
557
  and <em class="parameter"><code>dest_y</code></em>
558
558
  arguments must be
559
- specified as 0. If the specified destination pixbuf is not <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
559
+ specified as 0. If the specified destination pixbuf is not <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
560
560
  and it contains alpha information, then the filled pixels will be
561
561
  set to full opacity (alpha = 255).</p>
562
562
  <p>If the specified drawable is a pixmap, then the requested source
563
563
  rectangle must be completely contained within the pixmap, otherwise
564
- the function will return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. For pixmaps only (not for windows)
564
+ the function will return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. For pixmaps only (not for windows)
565
565
  passing -1 for width or height is allowed to mean the full width
566
566
  or height of the pixmap.</p>
567
567
  <p>If the specified drawable is a window, and the window is off the
@@ -572,12 +572,12 @@ pixbuf corresponding to the offscreen region are undefined.</p>
572
572
  other windows, then the contents of the pixbuf areas corresponding
573
573
  to the obscured regions are undefined.</p>
574
574
  <p>If the target drawable is not mapped (typically because it's
575
- iconified/minimized or not on the current workspace), then <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>
575
+ iconified/minimized or not on the current workspace), then <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
576
576
  will be returned.</p>
577
- <p>If memory can't be allocated for the return value, <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> will be returned
577
+ <p>If memory can't be allocated for the return value, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned
578
578
  instead.</p>
579
579
  <p>(In short, there are several ways this function can fail, and if it fails
580
- it returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>; so check the return value.)</p>
580
+ it returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>; so check the return value.)</p>
581
581
  <p>This function calls <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> internally and
582
582
  converts the resulting image to a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>, so the
583
583
  documentation 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> may also be relevant.</p>
@@ -592,7 +592,7 @@ documentation for <a class="link" href="gdk2-Drawing-Primitives.html#gdk-drawabl
592
592
  <tbody>
593
593
  <tr>
594
594
  <td class="parameter_name"><p>dest</p></td>
595
- <td class="parameter_description"><p> Destination pixbuf, 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 a new pixbuf should be created. </p></td>
595
+ <td class="parameter_description"><p> Destination pixbuf, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if a new pixbuf should be created. </p></td>
596
596
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
597
597
  </tr>
598
598
  <tr>
@@ -644,8 +644,8 @@ is NULL.</p></td>
644
644
  <div class="refsect3">
645
645
  <a name="gdk-pixbuf-get-from-drawable.returns"></a><h4>Returns</h4>
646
646
  <p> The same pixbuf as <em class="parameter"><code>dest</code></em>
647
- if it was non-<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>, or a newly-created
648
- pixbuf with a reference count of 1 if no destination pixbuf was specified, 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> on error</p>
647
+ if it was non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, or a newly-created
648
+ pixbuf with a reference count of 1 if no destination pixbuf was specified, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error</p>
649
649
  </div>
650
650
  </div>
651
651
  <hr>
@@ -674,7 +674,7 @@ an image.</p>
674
674
  <tbody>
675
675
  <tr>
676
676
  <td class="parameter_name"><p>dest</p></td>
677
- <td class="parameter_description"><p> Destination pixbuf, 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 a new pixbuf should be created. </p></td>
677
+ <td class="parameter_description"><p> Destination pixbuf, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if a new pixbuf should be created. </p></td>
678
678
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
679
679
  </tr>
680
680
  <tr>
@@ -684,7 +684,7 @@ an image.</p>
684
684
  </tr>
685
685
  <tr>
686
686
  <td class="parameter_name"><p>cmap</p></td>
687
- <td class="parameter_description"><p> A colormap, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the one for <em class="parameter"><code>src</code></em>
687
+ <td class="parameter_description"><p> A colormap, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the one for <em class="parameter"><code>src</code></em>
688
688
  . </p></td>
689
689
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
690
690
  </tr>
@@ -727,7 +727,7 @@ is NULL.</p></td>
727
727
  <a name="gdk-pixbuf-get-from-image.returns"></a><h4>Returns</h4>
728
728
  <p> <em class="parameter"><code>dest</code></em>
729
729
  , newly-created pixbuf if <em class="parameter"><code>dest</code></em>
730
- was <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>, <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> on error</p>
730
+ was <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error</p>
731
731
  </div>
732
732
  </div>
733
733
  </div>
@@ -41,7 +41,7 @@
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-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
44
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
45
45
  </td>
46
46
  <td class="function_name">
47
47
  <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#gdk-rectangle-intersect" title="gdk_rectangle_intersect ()">gdk_rectangle_intersect</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#gboolean"><span class="returnvalue">gboolean</span></a>
116
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
117
117
  </td>
118
118
  <td class="function_name">
119
119
  <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#gdk-region-empty" title="gdk_region_empty ()">gdk_region_empty</a> <span class="c_punctuation">()</span>
@@ -121,7 +121,7 @@
121
121
  </tr>
122
122
  <tr>
123
123
  <td class="function_type">
124
- <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>
124
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
125
125
  </td>
126
126
  <td class="function_name">
127
127
  <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#gdk-region-equal" title="gdk_region_equal ()">gdk_region_equal</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#gboolean"><span class="returnvalue">gboolean</span></a>
132
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
133
133
  </td>
134
134
  <td class="function_name">
135
135
  <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#gdk-region-rect-equal" title="gdk_region_rect_equal ()">gdk_region_rect_equal</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#gboolean"><span class="returnvalue">gboolean</span></a>
140
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
141
141
  </td>
142
142
  <td class="function_name">
143
143
  <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#gdk-region-point-in" title="gdk_region_point_in ()">gdk_region_point_in</a> <span class="c_punctuation">()</span>
@@ -295,7 +295,7 @@ It can be intersected to regions by using <a class="link" href="gdk2-Points-Rect
295
295
  <a name="gdk2-Points-Rectangles-and-Regions.functions_details"></a><h2>Functions</h2>
296
296
  <div class="refsect2">
297
297
  <a name="gdk-rectangle-intersect"></a><h3>gdk_rectangle_intersect ()</h3>
298
- <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>
298
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
299
299
  gdk_rectangle_intersect (<em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRectangle" title="struct GdkRectangle"><span class="type">GdkRectangle</span></a> *src1</code></em>,
300
300
  <em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRectangle" title="struct GdkRectangle"><span class="type">GdkRectangle</span></a> *src2</code></em>,
301
301
  <em class="parameter"><code><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRectangle" title="struct GdkRectangle"><span class="type">GdkRectangle</span></a> *dest</code></em>);</pre>
@@ -308,7 +308,7 @@ do not intersect, <em class="parameter"><code>dest</code></em>
308
308
  's width and height is set to 0 and its x
309
309
  and y values are undefined. If you are only interested in whether
310
310
  the rectangles intersect, but not in the intersecting area itself,
311
- pass <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>dest</code></em>
311
+ pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>dest</code></em>
312
312
  .</p>
313
313
  <div class="refsect3">
314
314
  <a name="gdk-rectangle-intersect.parameters"></a><h4>Parameters</h4>
@@ -334,7 +334,7 @@ pass <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/h
334
334
  <td class="parameter_description"><p> return location for the
335
335
  intersection of <em class="parameter"><code>src1</code></em>
336
336
  and <em class="parameter"><code>src2</code></em>
337
- , 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>
337
+ , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
338
338
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
339
339
  </tr>
340
340
  </tbody>
@@ -342,7 +342,7 @@ and <em class="parameter"><code>src2</code></em>
342
342
  </div>
343
343
  <div class="refsect3">
344
344
  <a name="gdk-rectangle-intersect.returns"></a><h4>Returns</h4>
345
- <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 rectangles intersect.</p>
345
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the rectangles intersect.</p>
346
346
  </div>
347
347
  </div>
348
348
  <hr>
@@ -409,7 +409,7 @@ gdk_region_new (<em class="parameter"><code><span class="type">void</span></code
409
409
  <a name="gdk-region-polygon"></a><h3>gdk_region_polygon ()</h3>
410
410
  <pre class="programlisting"><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="returnvalue">GdkRegion</span></a> *
411
411
  gdk_region_polygon (<em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkPoint" title="struct GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
412
- <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_points</code></em>,
412
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_points</code></em>,
413
413
  <em class="parameter"><code><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkFillRule" title="enum GdkFillRule"><span class="type">GdkFillRule</span></a> fill_rule</code></em>);</pre>
414
414
  <div class="warning">
415
415
  <p><code class="literal">gdk_region_polygon</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
@@ -565,10 +565,10 @@ gdk_region_get_clipbox (<em class="parameter"><code>const <a class="link" href="
565
565
  <pre class="programlisting"><span class="returnvalue">void</span>
566
566
  gdk_region_get_rectangles (<em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>,
567
567
  <em class="parameter"><code><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRectangle" title="struct GdkRectangle"><span class="type">GdkRectangle</span></a> **rectangles</code></em>,
568
- <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_rectangles</code></em>);</pre>
568
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_rectangles</code></em>);</pre>
569
569
  <p>Obtains the area covered by the region as a list of rectangles.
570
570
  The array returned in <em class="parameter"><code>rectangles</code></em>
571
- must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
571
+ must be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
572
572
  <div class="refsect3">
573
573
  <a name="gdk-region-get-rectangles.parameters"></a><h4>Parameters</h4>
574
574
  <div class="informaltable"><table width="100%" border="0">
@@ -600,7 +600,7 @@ The array returned in <em class="parameter"><code>rectangles</code></em>
600
600
  <hr>
601
601
  <div class="refsect2">
602
602
  <a name="gdk-region-empty"></a><h3>gdk_region_empty ()</h3>
603
- <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>
603
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
604
604
  gdk_region_empty (<em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>);</pre>
605
605
  <p>Finds out if the <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> is empty.</p>
606
606
  <div class="refsect3">
@@ -620,14 +620,14 @@ gdk_region_empty (<em class="parameter"><code>const <a class="link" href="gdk2-P
620
620
  </div>
621
621
  <div class="refsect3">
622
622
  <a name="gdk-region-empty.returns"></a><h4>Returns</h4>
623
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>region</code></em>
623
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>region</code></em>
624
624
  is empty.</p>
625
625
  </div>
626
626
  </div>
627
627
  <hr>
628
628
  <div class="refsect2">
629
629
  <a name="gdk-region-equal"></a><h3>gdk_region_equal ()</h3>
630
- <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>
630
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
631
631
  gdk_region_equal (<em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region1</code></em>,
632
632
  <em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region2</code></em>);</pre>
633
633
  <p>Finds out if the two regions are the same.</p>
@@ -655,7 +655,7 @@ gdk_region_equal (<em class="parameter"><code>const <a class="link" href="gdk2-P
655
655
  </div>
656
656
  <div class="refsect3">
657
657
  <a name="gdk-region-equal.returns"></a><h4>Returns</h4>
658
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>region1</code></em>
658
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>region1</code></em>
659
659
  and <em class="parameter"><code>region2</code></em>
660
660
  are equal.</p>
661
661
  </div>
@@ -663,7 +663,7 @@ are equal.</p>
663
663
  <hr>
664
664
  <div class="refsect2">
665
665
  <a name="gdk-region-rect-equal"></a><h3>gdk_region_rect_equal ()</h3>
666
- <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>
666
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
667
667
  gdk_region_rect_equal (<em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>,
668
668
  <em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRectangle" title="struct GdkRectangle"><span class="type">GdkRectangle</span></a> *rectangle</code></em>);</pre>
669
669
  <div class="warning">
@@ -696,7 +696,7 @@ gdk_region_rect_equal (<em class="parameter"><code>const <a class="link" href="g
696
696
  </div>
697
697
  <div class="refsect3">
698
698
  <a name="gdk-region-rect-equal.returns"></a><h4>Returns</h4>
699
- <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>region</code></em>
699
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>region</code></em>
700
700
  and <em class="parameter"><code>rectangle</code></em>
701
701
  are equal.</p>
702
702
  </div>
@@ -705,7 +705,7 @@ are equal.</p>
705
705
  <hr>
706
706
  <div class="refsect2">
707
707
  <a name="gdk-region-point-in"></a><h3>gdk_region_point_in ()</h3>
708
- <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>
708
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
709
709
  gdk_region_point_in (<em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>,
710
710
  <em class="parameter"><code><span class="type">int</span> x</code></em>,
711
711
  <em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
@@ -739,7 +739,7 @@ gdk_region_point_in (<em class="parameter"><code>const <a class="link" href="gdk
739
739
  </div>
740
740
  <div class="refsect3">
741
741
  <a name="gdk-region-point-in.returns"></a><h4>Returns</h4>
742
- <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 point is in <em class="parameter"><code>region</code></em>
742
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the point is in <em class="parameter"><code>region</code></em>
743
743
  .</p>
744
744
  </div>
745
745
  </div>
@@ -784,8 +784,8 @@ outside, or partly inside the <a class="link" href="gdk2-Points-Rectangles-and-R
784
784
  <a name="gdk-region-offset"></a><h3>gdk_region_offset ()</h3>
785
785
  <pre class="programlisting"><span class="returnvalue">void</span>
786
786
  gdk_region_offset (<em class="parameter"><code><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>,
787
- <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> dx</code></em>,
788
- <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> dy</code></em>);</pre>
787
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dx</code></em>,
788
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dy</code></em>);</pre>
789
789
  <p>Moves a region the specified distance.</p>
790
790
  <div class="refsect3">
791
791
  <a name="gdk-region-offset.parameters"></a><h4>Parameters</h4>
@@ -820,8 +820,8 @@ gdk_region_offset (<em class="parameter"><code><a class="link" href="gdk2-Points
820
820
  <a name="gdk-region-shrink"></a><h3>gdk_region_shrink ()</h3>
821
821
  <pre class="programlisting"><span class="returnvalue">void</span>
822
822
  gdk_region_shrink (<em class="parameter"><code><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>,
823
- <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> dx</code></em>,
824
- <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> dy</code></em>);</pre>
823
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dx</code></em>,
824
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dy</code></em>);</pre>
825
825
  <div class="warning">
826
826
  <p><code class="literal">gdk_region_shrink</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
827
827
  <p>There is no replacement for this function.</p>
@@ -1042,7 +1042,7 @@ or the other of the two sources but not in both.</p>
1042
1042
  <a name="GdkSpanFunc"></a><h3>GdkSpanFunc ()</h3>
1043
1043
  <pre class="programlisting"><span class="returnvalue">void</span>
1044
1044
  <span class="c_punctuation">(</span>*GdkSpanFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkSpan" title="struct GdkSpan"><span class="type">GdkSpan</span></a> *span</code></em>,
1045
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1045
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1046
1046
  <div class="warning"><p><code class="literal">GdkSpanFunc</code> is deprecated and should not be used in newly-written code.</p></div>
1047
1047
  <p>
1048
1048
  This defines the type of the function passed to
@@ -1078,9 +1078,9 @@ This defines the type of the function passed to
1078
1078
  gdk_region_spans_intersect_foreach (<em class="parameter"><code><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *region</code></em>,
1079
1079
  <em class="parameter"><code>const <a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkSpan" title="struct GdkSpan"><span class="type">GdkSpan</span></a> *spans</code></em>,
1080
1080
  <em class="parameter"><code><span class="type">int</span> n_spans</code></em>,
1081
- <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> sorted</code></em>,
1081
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sorted</code></em>,
1082
1082
  <em class="parameter"><code><a class="link" href="gdk2-Points-Rectangles-and-Regions.html#GdkSpanFunc" title="GdkSpanFunc ()"><span class="type">GdkSpanFunc</span></a> function</code></em>,
1083
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1083
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1084
1084
  <div class="warning">
1085
1085
  <p><code class="literal">gdk_region_spans_intersect_foreach</code> has been deprecated since version 2.22 and should not be used in newly-written code.</p>
1086
1086
  <p>There is no replacement.</p>
@@ -1115,7 +1115,7 @@ gdk_region_spans_intersect_foreach (<em class="parameter"><code><a class="link"
1115
1115
  </tr>
1116
1116
  <tr>
1117
1117
  <td class="parameter_name"><p>sorted</p></td>
1118
- <td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>spans</code></em>
1118
+ <td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>spans</code></em>
1119
1119
  is sorted wrt. the y coordinate</p></td>
1120
1120
  <td class="parameter_annotations"> </td>
1121
1121
  </tr>
@@ -1158,12 +1158,12 @@ Defines the x and y coordinates of a point.
1158
1158
  </colgroup>
1159
1159
  <tbody>
1160
1160
  <tr>
1161
- <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="GdkPoint.x"></a>x</code></em>;</p></td>
1161
+ <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="GdkPoint.x"></a>x</code></em>;</p></td>
1162
1162
  <td class="struct_member_description"><p>the x coordinate of the point.</p></td>
1163
1163
  <td class="struct_member_annotations"> </td>
1164
1164
  </tr>
1165
1165
  <tr>
1166
- <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="GdkPoint.y"></a>y</code></em>;</p></td>
1166
+ <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="GdkPoint.y"></a>y</code></em>;</p></td>
1167
1167
  <td class="struct_member_description"><p>the y coordinate of the point.</p></td>
1168
1168
  <td class="struct_member_annotations"> </td>
1169
1169
  </tr>
@@ -1194,22 +1194,22 @@ Defines the position and size of a rectangle.
1194
1194
  </colgroup>
1195
1195
  <tbody>
1196
1196
  <tr>
1197
- <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="GdkRectangle.x"></a>x</code></em>;</p></td>
1197
+ <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="GdkRectangle.x"></a>x</code></em>;</p></td>
1198
1198
  <td class="struct_member_description"><p>the x coordinate of the left edge of the rectangle.</p></td>
1199
1199
  <td class="struct_member_annotations"> </td>
1200
1200
  </tr>
1201
1201
  <tr>
1202
- <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="GdkRectangle.y"></a>y</code></em>;</p></td>
1202
+ <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="GdkRectangle.y"></a>y</code></em>;</p></td>
1203
1203
  <td class="struct_member_description"><p>the y coordinate of the top of the rectangle.</p></td>
1204
1204
  <td class="struct_member_annotations"> </td>
1205
1205
  </tr>
1206
1206
  <tr>
1207
- <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="GdkRectangle.width"></a>width</code></em>;</p></td>
1207
+ <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="GdkRectangle.width"></a>width</code></em>;</p></td>
1208
1208
  <td class="struct_member_description"><p>the width of the rectangle.</p></td>
1209
1209
  <td class="struct_member_annotations"> </td>
1210
1210
  </tr>
1211
1211
  <tr>
1212
- <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="GdkRectangle.height"></a>height</code></em>;</p></td>
1212
+ <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="GdkRectangle.height"></a>height</code></em>;</p></td>
1213
1213
  <td class="struct_member_description"><p>the height of the rectangle.</p></td>
1214
1214
  <td class="struct_member_annotations"> </td>
1215
1215
  </tr>
@@ -1330,17 +1330,17 @@ at the pixel with coordinates <em class="parameter"><code>x</code></em>, <em cla
1330
1330
  </colgroup>
1331
1331
  <tbody>
1332
1332
  <tr>
1333
- <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="GdkSpan.x"></a>x</code></em>;</p></td>
1333
+ <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="GdkSpan.x"></a>x</code></em>;</p></td>
1334
1334
  <td class="struct_member_description"><p>x coordinate of the first pixel.</p></td>
1335
1335
  <td class="struct_member_annotations"> </td>
1336
1336
  </tr>
1337
1337
  <tr>
1338
- <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="GdkSpan.y"></a>y</code></em>;</p></td>
1338
+ <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="GdkSpan.y"></a>y</code></em>;</p></td>
1339
1339
  <td class="struct_member_description"><p>y coordinate of the first pixel.</p></td>
1340
1340
  <td class="struct_member_annotations"> </td>
1341
1341
  </tr>
1342
1342
  <tr>
1343
- <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="GdkSpan.width"></a>width</code></em>;</p></td>
1343
+ <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="GdkSpan.width"></a>width</code></em>;</p></td>
1344
1344
  <td class="struct_member_description"><p>number of pixels in the span.</p></td>
1345
1345
  <td class="struct_member_annotations"> </td>
1346
1346
  </tr>