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
@@ -76,7 +76,7 @@
76
76
  </tr>
77
77
  <tr>
78
78
  <td class="function_type">
79
- <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>
79
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
80
80
  </td>
81
81
  <td class="function_name">
82
82
  <a class="link" href="GtkComboBoxEntry.html#gtk-combo-box-entry-get-text-column" title="gtk_combo_box_entry_get_text_column ()">gtk_combo_box_entry_get_text_column</a> <span class="c_punctuation">()</span>
@@ -94,7 +94,7 @@
94
94
  <col width="200px" class="properties_flags">
95
95
  </colgroup>
96
96
  <tbody><tr>
97
- <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
97
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
98
98
  <td class="property_name"><a class="link" href="GtkComboBoxEntry.html#GtkComboBoxEntry--text-column" title="The “text-column” property">text-column</a></td>
99
99
  <td class="property_flags">Read / Write</td>
100
100
  </tr></tbody>
@@ -115,8 +115,8 @@
115
115
  </div>
116
116
  <div class="refsect1">
117
117
  <a name="GtkComboBoxEntry.object-hierarchy"></a><h2>Object Hierarchy</h2>
118
- <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>
119
- <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
118
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
119
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
120
120
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
121
121
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
122
122
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -204,7 +204,7 @@ text column using <a class="link" href="GtkComboBoxEntry.html#gtk-combo-box-entr
204
204
  <a name="gtk-combo-box-entry-new-with-model"></a><h3>gtk_combo_box_entry_new_with_model ()</h3>
205
205
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
206
206
  gtk_combo_box_entry_new_with_model (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
207
- <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> text_column</code></em>);</pre>
207
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);</pre>
208
208
  <div class="warning">
209
209
  <p><code class="literal">gtk_combo_box_entry_new_with_model</code> has been deprecated since version 2.24 and should not be used in newly-written code.</p>
210
210
  <p>Use <a class="link" href="GtkComboBox.html#gtk-combo-box-new-with-model-and-entry" title="gtk_combo_box_new_with_model_and_entry ()"><code class="function">gtk_combo_box_new_with_model_and_entry()</code></a> instead</p>
@@ -267,7 +267,7 @@ the following convenience functions: <a class="link" href="GtkComboBox.html#gtk-
267
267
  <a name="gtk-combo-box-entry-set-text-column"></a><h3>gtk_combo_box_entry_set_text_column ()</h3>
268
268
  <pre class="programlisting"><span class="returnvalue">void</span>
269
269
  gtk_combo_box_entry_set_text_column (<em class="parameter"><code><a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> *entry_box</code></em>,
270
- <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> text_column</code></em>);</pre>
270
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> text_column</code></em>);</pre>
271
271
  <div class="warning">
272
272
  <p><code class="literal">gtk_combo_box_entry_set_text_column</code> has been deprecated since version 2.24 and should not be used in newly-written code.</p>
273
273
  <p>Use <a class="link" href="GtkComboBox.html#gtk-combo-box-set-entry-text-column" title="gtk_combo_box_set_entry_text_column ()"><code class="function">gtk_combo_box_set_entry_text_column()</code></a> instead</p>
@@ -304,7 +304,7 @@ to get the strings from.</p></td>
304
304
  <hr>
305
305
  <div class="refsect2">
306
306
  <a name="gtk-combo-box-entry-get-text-column"></a><h3>gtk_combo_box_entry_get_text_column ()</h3>
307
- <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>
307
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
308
308
  gtk_combo_box_entry_get_text_column (<em class="parameter"><code><a class="link" href="GtkComboBoxEntry.html" title="GtkComboBoxEntry"><span class="type">GtkComboBoxEntry</span></a> *entry_box</code></em>);</pre>
309
309
  <div class="warning">
310
310
  <p><code class="literal">gtk_combo_box_entry_get_text_column</code> has been deprecated since version 2.24 and should not be used in newly-written code.</p>
@@ -349,7 +349,7 @@ gtk_combo_box_entry_get_text_column (<em class="parameter"><code><a class="link"
349
349
  <a name="GtkComboBoxEntry.property-details"></a><h2>Property Details</h2>
350
350
  <div class="refsect2">
351
351
  <a name="GtkComboBoxEntry--text-column"></a><h3>The <code class="literal">“text-column”</code> property</h3>
352
- <pre class="programlisting"> “text-column” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
352
+ <pre class="programlisting"> “text-column” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
353
353
  <p>A column in the data source model to get the strings from.</p>
354
354
  <p>Flags: Read / Write</p>
355
355
  <p>Allowed values: &gt;= -1</p>
@@ -91,7 +91,7 @@
91
91
  </tr>
92
92
  <tr>
93
93
  <td class="function_type">
94
- <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> *
94
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
95
95
  </td>
96
96
  <td class="function_name">
97
97
  <a class="link" href="GtkComboBoxText.html#gtk-combo-box-text-get-active-text" title="gtk_combo_box_text_get_active_text ()">gtk_combo_box_text_get_active_text</a> <span class="c_punctuation">()</span>
@@ -115,8 +115,8 @@
115
115
  </div>
116
116
  <div class="refsect1">
117
117
  <a name="GtkComboBoxText.object-hierarchy"></a><h2>Object Hierarchy</h2>
118
- <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>
119
- <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
118
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
119
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
120
120
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
121
121
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
122
122
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -159,7 +159,7 @@ gtk_combo_box_text_new_with_entry (<em class="parameter"><code><span class="type
159
159
  <a name="gtk-combo-box-text-append-text"></a><h3>gtk_combo_box_text_append_text ()</h3>
160
160
  <pre class="programlisting"><span class="returnvalue">void</span>
161
161
  gtk_combo_box_text_append_text (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
162
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
162
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
163
163
  <p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
164
164
  </div>
165
165
  <hr>
@@ -167,8 +167,8 @@ gtk_combo_box_text_append_text (<em class="parameter"><code><a class="link" href
167
167
  <a name="gtk-combo-box-text-insert-text"></a><h3>gtk_combo_box_text_insert_text ()</h3>
168
168
  <pre class="programlisting"><span class="returnvalue">void</span>
169
169
  gtk_combo_box_text_insert_text (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
170
- <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> position</code></em>,
171
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
170
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
171
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
172
172
  <p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
173
173
  </div>
174
174
  <hr>
@@ -176,7 +176,7 @@ gtk_combo_box_text_insert_text (<em class="parameter"><code><a class="link" href
176
176
  <a name="gtk-combo-box-text-prepend-text"></a><h3>gtk_combo_box_text_prepend_text ()</h3>
177
177
  <pre class="programlisting"><span class="returnvalue">void</span>
178
178
  gtk_combo_box_text_prepend_text (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
179
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
179
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
180
180
  <p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
181
181
  </div>
182
182
  <hr>
@@ -184,13 +184,13 @@ gtk_combo_box_text_prepend_text (<em class="parameter"><code><a class="link" hre
184
184
  <a name="gtk-combo-box-text-remove"></a><h3>gtk_combo_box_text_remove ()</h3>
185
185
  <pre class="programlisting"><span class="returnvalue">void</span>
186
186
  gtk_combo_box_text_remove (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>,
187
- <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> position</code></em>);</pre>
187
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
188
188
  <p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
189
189
  </div>
190
190
  <hr>
191
191
  <div class="refsect2">
192
192
  <a name="gtk-combo-box-text-get-active-text"></a><h3>gtk_combo_box_text_get_active_text ()</h3>
193
- <pre class="programlisting"><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> *
193
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
194
194
  gtk_combo_box_text_get_active_text (<em class="parameter"><code><a class="link" href="GtkComboBoxText.html" title="GtkComboBoxText"><span class="type">GtkComboBoxText</span></a> *combo_box</code></em>);</pre>
195
195
  <p class="since">Since: <a class="link" href="api-index-2-24.html#api-index-2.24">2.24</a></p>
196
196
  </div>
@@ -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-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
124
+ <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
125
125
  </td>
126
126
  <td class="function_name">
127
127
  <a class="link" href="GtkContainer.html#gtk-container-get-children" title="gtk_container_get_children ()">gtk_container_get_children</a> <span class="c_punctuation">()</span>
@@ -193,7 +193,7 @@
193
193
  </tr>
194
194
  <tr>
195
195
  <td class="function_type">
196
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
196
+ <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
197
197
  </td>
198
198
  <td class="function_name">
199
199
  <a class="link" href="GtkContainer.html#gtk-container-child-type" title="gtk_container_child_type ()">gtk_container_child_type</a> <span class="c_punctuation">()</span>
@@ -257,7 +257,7 @@
257
257
  </tr>
258
258
  <tr>
259
259
  <td class="function_type">
260
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
260
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
261
261
  </td>
262
262
  <td class="function_name">
263
263
  <a class="link" href="GtkContainer.html#gtk-container-get-border-width" title="gtk_container_get_border_width ()">gtk_container_get_border_width</a> <span class="c_punctuation">()</span>
@@ -281,7 +281,7 @@
281
281
  </tr>
282
282
  <tr>
283
283
  <td class="function_type">
284
- <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>
284
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
285
285
  </td>
286
286
  <td class="function_name">
287
287
  <a class="link" href="GtkContainer.html#gtk-container-get-focus-chain" title="gtk_container_get_focus_chain ()">gtk_container_get_focus_chain</a> <span class="c_punctuation">()</span>
@@ -305,7 +305,7 @@
305
305
  </tr>
306
306
  <tr>
307
307
  <td class="function_type">
308
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
308
+ <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
309
309
  </td>
310
310
  <td class="function_name">
311
311
  <a class="link" href="GtkContainer.html#gtk-container-class-find-child-property" title="gtk_container_class_find_child_property ()">gtk_container_class_find_child_property</a> <span class="c_punctuation">()</span>
@@ -321,7 +321,7 @@
321
321
  </tr>
322
322
  <tr>
323
323
  <td class="function_type">
324
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> **
324
+ <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> **
325
325
  </td>
326
326
  <td class="function_name">
327
327
  <a class="link" href="GtkContainer.html#gtk-container-class-list-child-properties" title="gtk_container_class_list_child_properties ()">gtk_container_class_list_child_properties</a> <span class="c_punctuation">()</span>
@@ -340,7 +340,7 @@
340
340
  </colgroup>
341
341
  <tbody>
342
342
  <tr>
343
- <td class="property_type"><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></td>
343
+ <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
344
344
  <td class="property_name"><a class="link" href="GtkContainer.html#GtkContainer--border-width" title="The “border-width” property">border-width</a></td>
345
345
  <td class="property_flags">Read / Write</td>
346
346
  </tr>
@@ -370,22 +370,22 @@
370
370
  <tr>
371
371
  <td class="signal_type"><span class="returnvalue">void</span></td>
372
372
  <td class="signal_name"><a class="link" href="GtkContainer.html#GtkContainer-add" title="The “add” signal">add</a></td>
373
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
373
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
374
374
  </tr>
375
375
  <tr>
376
376
  <td class="signal_type"><span class="returnvalue">void</span></td>
377
377
  <td class="signal_name"><a class="link" href="GtkContainer.html#GtkContainer-check-resize" title="The “check-resize” signal">check-resize</a></td>
378
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
378
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
379
379
  </tr>
380
380
  <tr>
381
381
  <td class="signal_type"><span class="returnvalue">void</span></td>
382
382
  <td class="signal_name"><a class="link" href="GtkContainer.html#GtkContainer-remove" title="The “remove” signal">remove</a></td>
383
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
383
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
384
384
  </tr>
385
385
  <tr>
386
386
  <td class="signal_type"><span class="returnvalue">void</span></td>
387
387
  <td class="signal_name"><a class="link" href="GtkContainer.html#GtkContainer-set-focus-child" title="The “set-focus-child” signal">set-focus-child</a></td>
388
- <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
388
+ <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
389
389
  </tr>
390
390
  </tbody>
391
391
  </table></div>
@@ -415,8 +415,8 @@
415
415
  </div>
416
416
  <div class="refsect1">
417
417
  <a name="GtkContainer.object-hierarchy"></a><h2>Object Hierarchy</h2>
418
- <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>
419
- <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
418
+ <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
419
+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
420
420
  <span class="lineart">╰──</span> <a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
421
421
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
422
422
  <span class="lineart">╰──</span> GtkContainer
@@ -628,7 +628,7 @@ properties in <code class="function">set_child_property()</code> and <code class
628
628
  <tbody>
629
629
  <tr>
630
630
  <td class="parameter_name"><p>object</p></td>
631
- <td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> on which <code class="function">set_child_property()</code> or <code class="function">get_child_property()</code>
631
+ <td class="parameter_description"><p>the <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> on which <code class="function">set_child_property()</code> or <code class="function">get_child_property()</code>
632
632
  was called</p></td>
633
633
  <td class="parameter_annotations"> </td>
634
634
  </tr>
@@ -639,7 +639,7 @@ was called</p></td>
639
639
  </tr>
640
640
  <tr>
641
641
  <td class="parameter_name"><p>pspec</p></td>
642
- <td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the property</p></td>
642
+ <td class="parameter_description"><p>the <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the property</p></td>
643
643
  <td class="parameter_annotations"> </td>
644
644
  </tr>
645
645
  </tbody>
@@ -704,7 +704,7 @@ may be the last reference held; so removing a widget from its
704
704
  container can destroy that widget. If you want to use <em class="parameter"><code>widget</code></em>
705
705
 
706
706
  again, you need to add a reference to it while it's not inside
707
- a container, using <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>. If you don't want to use <em class="parameter"><code>widget</code></em>
707
+ a container, using <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>. If you don't want to use <em class="parameter"><code>widget</code></em>
708
708
 
709
709
  again it's usually more efficient to simply destroy it directly
710
710
  using <a class="link" href="GtkWidget.html#gtk-widget-destroy" title="gtk_widget_destroy ()"><code class="function">gtk_widget_destroy()</code></a> since this will remove it from the
@@ -739,7 +739,7 @@ container and help break any circular reference count cycles.</p>
739
739
  <pre class="programlisting"><span class="returnvalue">void</span>
740
740
  gtk_container_add_with_properties (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
741
741
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
742
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_prop_name</code></em>,
742
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_prop_name</code></em>,
743
743
  <em class="parameter"><code>...</code></em>);</pre>
744
744
  <p>Adds <em class="parameter"><code>widget</code></em>
745
745
  to <em class="parameter"><code>container</code></em>
@@ -848,7 +848,7 @@ gtk_container_check_resize (<em class="parameter"><code><a class="link" href="Gt
848
848
  <pre class="programlisting"><span class="returnvalue">void</span>
849
849
  gtk_container_foreach (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
850
850
  <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
851
- <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> callback_data</code></em>);</pre>
851
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> callback_data</code></em>);</pre>
852
852
  <p>Invokes <em class="parameter"><code>callback</code></em>
853
853
  on each non-internal child of <em class="parameter"><code>container</code></em>
854
854
  . See
@@ -890,8 +890,8 @@ gtk_container_foreach (<em class="parameter"><code><a class="link" href="GtkCont
890
890
  gtk_container_foreach_full (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
891
891
  <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
892
892
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
893
- <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> callback_data</code></em>,
894
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
893
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> callback_data</code></em>,
894
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
895
895
  <div class="warning">
896
896
  <p><code class="literal">gtk_container_foreach_full</code> is deprecated and should not be used in newly-written code.</p>
897
897
  <p>Use <a class="link" href="GtkContainer.html#gtk-container-foreach" title="gtk_container_foreach ()"><code class="function">gtk_container_foreach()</code></a> instead.</p>
@@ -902,7 +902,7 @@ gtk_container_foreach_full (<em class="parameter"><code><a class="link" href="Gt
902
902
  <hr>
903
903
  <div class="refsect2">
904
904
  <a name="gtk-container-get-children"></a><h3>gtk_container_get_children ()</h3>
905
- <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> *
905
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
906
906
  gtk_container_get_children (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
907
907
  <p>Returns the container's non-internal children. See
908
908
  <a class="link" href="GtkContainer.html#gtk-container-forall" title="gtk_container_forall ()"><code class="function">gtk_container_forall()</code></a> for details on what constitutes an "internal" child.</p>
@@ -932,7 +932,7 @@ gtk_container_get_children (<em class="parameter"><code><a class="link" href="Gt
932
932
  <a name="gtk-container-set-reallocate-redraws"></a><h3>gtk_container_set_reallocate_redraws ()</h3>
933
933
  <pre class="programlisting"><span class="returnvalue">void</span>
934
934
  gtk_container_set_reallocate_redraws (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
935
- <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> needs_redraws</code></em>);</pre>
935
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> needs_redraws</code></em>);</pre>
936
936
  <p>Sets the <em class="parameter"><code>reallocate_redraws</code></em>
937
937
  flag of the container to the given value.</p>
938
938
  <p>Containers requesting reallocation redraws get automatically
@@ -991,7 +991,7 @@ currently focused widget. That can be obtained by calling
991
991
  focus inside <em class="parameter"><code>container</code></em>
992
992
  when the <em class="parameter"><code>conatiner</code></em>
993
993
  is focussed,
994
- or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. </p>
994
+ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set. </p>
995
995
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
996
996
  </div>
997
997
  <p class="since">Since: <a class="link" href="api-index-2-14.html#api-index-2.14">2.14</a></p>
@@ -1003,7 +1003,7 @@ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
1003
1003
  gtk_container_set_focus_child (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1004
1004
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
1005
1005
  <p>Sets, or unsets if <em class="parameter"><code>child</code></em>
1006
- is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the focused child of <em class="parameter"><code>container</code></em>
1006
+ is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the focused child of <em class="parameter"><code>container</code></em>
1007
1007
  .</p>
1008
1008
  <p>This function emits the GtkContainer::set_focus_child signal of
1009
1009
  <em class="parameter"><code>container</code></em>
@@ -1027,7 +1027,7 @@ default behaviour by overriding the class closure of this signal.</p>
1027
1027
  </tr>
1028
1028
  <tr>
1029
1029
  <td class="parameter_name"><p>child</p></td>
1030
- <td class="parameter_description"><p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</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>
1030
+ <td class="parameter_description"><p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</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>
1031
1031
  <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>
1032
1032
  </tr>
1033
1033
  </tbody>
@@ -1058,7 +1058,7 @@ gtk_container_get_focus_vadjustment (<em class="parameter"><code><a class="link"
1058
1058
  </div>
1059
1059
  <div class="refsect3">
1060
1060
  <a name="gtk-container-get-focus-vadjustment.returns"></a><h4>Returns</h4>
1061
- <p> the vertical focus adjustment, 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
1061
+ <p> the vertical focus adjustment, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
1062
1062
  none has been set. </p>
1063
1063
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1064
1064
  </div>
@@ -1126,7 +1126,7 @@ gtk_container_get_focus_hadjustment (<em class="parameter"><code><a class="link"
1126
1126
  </div>
1127
1127
  <div class="refsect3">
1128
1128
  <a name="gtk-container-get-focus-hadjustment.returns"></a><h4>Returns</h4>
1129
- <p> the horizontal focus adjustment, 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
1129
+ <p> the horizontal focus adjustment, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
1130
1130
  none has been set. </p>
1131
1131
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1132
1132
  </div>
@@ -1181,10 +1181,10 @@ gtk_container_resize_children (<em class="parameter"><code><a class="link" href=
1181
1181
  <hr>
1182
1182
  <div class="refsect2">
1183
1183
  <a name="gtk-container-child-type"></a><h3>gtk_container_child_type ()</h3>
1184
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
1184
+ <pre class="programlisting"><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
1185
1185
  gtk_container_child_type (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
1186
1186
  <p>Returns the type of the children supported by the container.</p>
1187
- <p>Note that this may return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-NONE:CAPS"><code class="literal">G_TYPE_NONE</code></a> to indicate that no more
1187
+ <p>Note that this may return <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#G-TYPE-NONE:CAPS"><code class="literal">G_TYPE_NONE</code></a> to indicate that no more
1188
1188
  children can be added, e.g. for a <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> which already has two
1189
1189
  children.</p>
1190
1190
  <div class="refsect3">
@@ -1204,7 +1204,7 @@ children.</p>
1204
1204
  </div>
1205
1205
  <div class="refsect3">
1206
1206
  <a name="gtk-container-child-type.returns"></a><h4>Returns</h4>
1207
- <p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>.</p>
1207
+ <p> a <a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a>.</p>
1208
1208
  </div>
1209
1209
  </div>
1210
1210
  <hr>
@@ -1213,7 +1213,7 @@ children.</p>
1213
1213
  <pre class="programlisting"><span class="returnvalue">void</span>
1214
1214
  gtk_container_child_get (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1215
1215
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1216
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_prop_name</code></em>,
1216
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_prop_name</code></em>,
1217
1217
  <em class="parameter"><code>...</code></em>);</pre>
1218
1218
  <p>Gets the values of one or more child properties for <em class="parameter"><code>child</code></em>
1219
1219
  and <em class="parameter"><code>container</code></em>
@@ -1253,7 +1253,7 @@ gtk_container_child_get (<em class="parameter"><code><a class="link" href="GtkCo
1253
1253
  <pre class="programlisting"><span class="returnvalue">void</span>
1254
1254
  gtk_container_child_set (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1255
1255
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1256
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_prop_name</code></em>,
1256
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_prop_name</code></em>,
1257
1257
  <em class="parameter"><code>...</code></em>);</pre>
1258
1258
  <p>Sets one or more child properties for <em class="parameter"><code>child</code></em>
1259
1259
  and <em class="parameter"><code>container</code></em>
@@ -1293,8 +1293,8 @@ gtk_container_child_set (<em class="parameter"><code><a class="link" href="GtkCo
1293
1293
  <pre class="programlisting"><span class="returnvalue">void</span>
1294
1294
  gtk_container_child_get_property (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1295
1295
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1296
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
1297
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
1296
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
1297
+ <em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
1298
1298
  <p>Gets the value of a child property for <em class="parameter"><code>child</code></em>
1299
1299
  and <em class="parameter"><code>container</code></em>
1300
1300
  .</p>
@@ -1338,8 +1338,8 @@ gtk_container_child_get_property (<em class="parameter"><code><a class="link" hr
1338
1338
  <pre class="programlisting"><span class="returnvalue">void</span>
1339
1339
  gtk_container_child_set_property (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1340
1340
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1341
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
1342
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
1341
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
1342
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
1343
1343
  <p>Sets a child property for <em class="parameter"><code>child</code></em>
1344
1344
  and <em class="parameter"><code>container</code></em>
1345
1345
  .</p>
@@ -1383,7 +1383,7 @@ gtk_container_child_set_property (<em class="parameter"><code><a class="link" hr
1383
1383
  <pre class="programlisting"><span class="returnvalue">void</span>
1384
1384
  gtk_container_child_get_valist (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1385
1385
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1386
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_property_name</code></em>,
1386
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_property_name</code></em>,
1387
1387
  <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
1388
1388
  <p>Gets the values of one or more child properties for <em class="parameter"><code>child</code></em>
1389
1389
  and <em class="parameter"><code>container</code></em>
@@ -1416,7 +1416,7 @@ gtk_container_child_get_valist (<em class="parameter"><code><a class="link" href
1416
1416
  <tr>
1417
1417
  <td class="parameter_name"><p>var_args</p></td>
1418
1418
  <td class="parameter_description"><p>return location for the first property, followed
1419
- optionally by more name/return location pairs, followed by <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>
1419
+ optionally by more name/return location pairs, followed by <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1420
1420
  <td class="parameter_annotations"> </td>
1421
1421
  </tr>
1422
1422
  </tbody>
@@ -1429,7 +1429,7 @@ optionally by more name/return location pairs, followed by <a href="/home/vagran
1429
1429
  <pre class="programlisting"><span class="returnvalue">void</span>
1430
1430
  gtk_container_child_set_valist (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1431
1431
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1432
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_property_name</code></em>,
1432
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_property_name</code></em>,
1433
1433
  <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
1434
1434
  <p>Sets one or more child properties for <em class="parameter"><code>child</code></em>
1435
1435
  and <em class="parameter"><code>container</code></em>
@@ -1461,7 +1461,7 @@ gtk_container_child_set_valist (<em class="parameter"><code><a class="link" href
1461
1461
  </tr>
1462
1462
  <tr>
1463
1463
  <td class="parameter_name"><p>var_args</p></td>
1464
- <td class="parameter_description"><p>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>-terminated list of property names and values, starting
1464
+ <td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of property names and values, starting
1465
1465
  with <em class="parameter"><code>first_prop_name</code></em>
1466
1466
  </p></td>
1467
1467
  <td class="parameter_annotations"> </td>
@@ -1476,7 +1476,7 @@ with <em class="parameter"><code>first_prop_name</code></em>
1476
1476
  <pre class="programlisting"><span class="returnvalue">void</span>
1477
1477
  gtk_container_forall (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1478
1478
  <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkCallback" title="GtkCallback ()"><span class="type">GtkCallback</span></a> callback</code></em>,
1479
- <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> callback_data</code></em>);</pre>
1479
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> callback_data</code></em>);</pre>
1480
1480
  <p>Invokes <em class="parameter"><code>callback</code></em>
1481
1481
  on each child of <em class="parameter"><code>container</code></em>
1482
1482
  , including children
@@ -1516,7 +1516,7 @@ rather than <a class="link" href="GtkContainer.html#gtk-container-forall" title=
1516
1516
  <hr>
1517
1517
  <div class="refsect2">
1518
1518
  <a name="gtk-container-get-border-width"></a><h3>gtk_container_get_border_width ()</h3>
1519
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1519
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1520
1520
  gtk_container_get_border_width (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);</pre>
1521
1521
  <p>Retrieves the border width of the container. See
1522
1522
  <a class="link" href="GtkContainer.html#gtk-container-set-border-width" title="gtk_container_set_border_width ()"><code class="function">gtk_container_set_border_width()</code></a>.</p>
@@ -1545,7 +1545,7 @@ gtk_container_get_border_width (<em class="parameter"><code><a class="link" href
1545
1545
  <a name="gtk-container-set-border-width"></a><h3>gtk_container_set_border_width ()</h3>
1546
1546
  <pre class="programlisting"><span class="returnvalue">void</span>
1547
1547
  gtk_container_set_border_width (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1548
- <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> border_width</code></em>);</pre>
1548
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> border_width</code></em>);</pre>
1549
1549
  <p>Sets the border width of the container.</p>
1550
1550
  <p>The border width of a container is the amount of space to leave
1551
1551
  around the outside of the container. The only exception to this is
@@ -1634,15 +1634,15 @@ for hints on how to port from ::expose-event to ::draw.</p>
1634
1634
  <hr>
1635
1635
  <div class="refsect2">
1636
1636
  <a name="gtk-container-get-focus-chain"></a><h3>gtk_container_get_focus_chain ()</h3>
1637
- <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>
1637
+ <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1638
1638
  gtk_container_get_focus_chain (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1639
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **focusable_widgets</code></em>);</pre>
1639
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **focusable_widgets</code></em>);</pre>
1640
1640
  <p>Retrieves the focus chain of the container, if one has been
1641
1641
  set explicitly. If no focus chain has been explicitly
1642
1642
  set, GTK+ computes the focus chain based on the positions
1643
- of the children. In that case, GTK+ stores <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in
1643
+ of the children. In that case, GTK+ stores <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in
1644
1644
  <em class="parameter"><code>focusable_widgets</code></em>
1645
- and returns <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>
1645
+ and returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
1646
1646
  <div class="refsect3">
1647
1647
  <a name="gtk-container-get-focus-chain.parameters"></a><h4>Parameters</h4>
1648
1648
  <div class="informaltable"><table width="100%" border="0">
@@ -1661,8 +1661,8 @@ of the children. In that case, GTK+ stores <a href="/home/vagrant/ruby-gnome2.wi
1661
1661
  <td class="parameter_name"><p>focusable_widgets</p></td>
1662
1662
  <td class="parameter_description"><p> location
1663
1663
  to store the focus chain of the
1664
- container, 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>. You should free this list
1665
- using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when you are done with it, however
1664
+ container, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. You should free this list
1665
+ using <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when you are done with it, however
1666
1666
  no additional reference count is added to the
1667
1667
  individual widgets in the focus chain. </p></td>
1668
1668
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></td>
@@ -1672,7 +1672,7 @@ individual widgets in the focus chain. </p></td>
1672
1672
  </div>
1673
1673
  <div class="refsect3">
1674
1674
  <a name="gtk-container-get-focus-chain.returns"></a><h4>Returns</h4>
1675
- <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 focus chain of the container
1675
+ <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the focus chain of the container
1676
1676
  has been set explicitly.</p>
1677
1677
  </div>
1678
1678
  </div>
@@ -1681,7 +1681,7 @@ has been set explicitly.</p>
1681
1681
  <a name="gtk-container-set-focus-chain"></a><h3>gtk_container_set_focus_chain ()</h3>
1682
1682
  <pre class="programlisting"><span class="returnvalue">void</span>
1683
1683
  gtk_container_set_focus_chain (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
1684
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *focusable_widgets</code></em>);</pre>
1684
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *focusable_widgets</code></em>);</pre>
1685
1685
  <p>Sets a focus chain, overriding the one computed automatically by GTK+.</p>
1686
1686
  <p>In principle each widget in the chain should be a descendant of the
1687
1687
  container, but this is not enforced by this method, since it's allowed
@@ -1736,10 +1736,10 @@ gtk_container_unset_focus_chain (<em class="parameter"><code><a class="link" hre
1736
1736
  <hr>
1737
1737
  <div class="refsect2">
1738
1738
  <a name="gtk-container-class-find-child-property"></a><h3>gtk_container_class_find_child_property ()</h3>
1739
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
1739
+ <pre class="programlisting"><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> *
1740
1740
  gtk_container_class_find_child_property
1741
- (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
1742
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>);</pre>
1741
+ (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
1742
+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>);</pre>
1743
1743
  <p>Finds a child property of a container class by name.</p>
1744
1744
  <div class="refsect3">
1745
1745
  <a name="gtk-container-class-find-child-property.parameters"></a><h4>Parameters</h4>
@@ -1765,8 +1765,8 @@ gtk_container_class_find_child_property
1765
1765
  </div>
1766
1766
  <div class="refsect3">
1767
1767
  <a name="gtk-container-class-find-child-property.returns"></a><h4>Returns</h4>
1768
- <p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the child property or
1769
- <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>class</code></em>
1768
+ <p> the <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the child property or
1769
+ <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>class</code></em>
1770
1770
  has no child property with that name. </p>
1771
1771
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1772
1772
  </div>
@@ -1777,8 +1777,8 @@ has no child property with that name. </p>
1777
1777
  <pre class="programlisting"><span class="returnvalue">void</span>
1778
1778
  gtk_container_class_install_child_property
1779
1779
  (<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a> *cclass</code></em>,
1780
- <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> property_id</code></em>,
1781
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);</pre>
1780
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id</code></em>,
1781
+ <em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);</pre>
1782
1782
  <p>Installs a child property on a container class.</p>
1783
1783
  <div class="refsect3">
1784
1784
  <a name="gtk-container-class-install-child-property.parameters"></a><h4>Parameters</h4>
@@ -1801,7 +1801,7 @@ gtk_container_class_install_child_property
1801
1801
  </tr>
1802
1802
  <tr>
1803
1803
  <td class="parameter_name"><p>pspec</p></td>
1804
- <td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> for the property</p></td>
1804
+ <td class="parameter_description"><p>the <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> for the property</p></td>
1805
1805
  <td class="parameter_annotations"> </td>
1806
1806
  </tr>
1807
1807
  </tbody>
@@ -1811,10 +1811,10 @@ gtk_container_class_install_child_property
1811
1811
  <hr>
1812
1812
  <div class="refsect2">
1813
1813
  <a name="gtk-container-class-list-child-properties"></a><h3>gtk_container_class_list_child_properties ()</h3>
1814
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> **
1814
+ <pre class="programlisting"><a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> **
1815
1815
  gtk_container_class_list_child_properties
1816
- (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
1817
- <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> *n_properties</code></em>);</pre>
1816
+ (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
1817
+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_properties</code></em>);</pre>
1818
1818
  <p>Returns all child properties of a container class.</p>
1819
1819
  <div class="refsect3">
1820
1820
  <a name="gtk-container-class-list-child-properties.parameters"></a><h4>Parameters</h4>
@@ -1841,8 +1841,8 @@ gtk_container_class_list_child_properties
1841
1841
  <div class="refsect3">
1842
1842
  <a name="gtk-container-class-list-child-properties.returns"></a><h4>Returns</h4>
1843
1843
  <p> a newly
1844
- allocated <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>-terminated array of <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>*.
1845
- The array 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>
1844
+ allocated <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of <a href="https://developer.gnome.org/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>*.
1845
+ The array 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>
1846
1846
  <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_properties][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
1847
1847
  </div>
1848
1848
  </div>
@@ -1886,7 +1886,7 @@ Does the same as <a class="link" href="GtkContainer.html#gtk-container-get-child
1886
1886
  <a name="GtkContainer.property-details"></a><h2>Property Details</h2>
1887
1887
  <div class="refsect2">
1888
1888
  <a name="GtkContainer--border-width"></a><h3>The <code class="literal">“border-width”</code> property</h3>
1889
- <pre class="programlisting"> “border-width” <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></pre>
1889
+ <pre class="programlisting"> “border-width” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
1890
1890
  <p>The width of the empty border outside the containers children.</p>
1891
1891
  <p>Flags: Read / Write</p>
1892
1892
  <p>Allowed values: &lt;= 65535</p>
@@ -1915,7 +1915,7 @@ Does the same as <a class="link" href="GtkContainer.html#gtk-container-get-child
1915
1915
  <pre class="programlisting"><span class="returnvalue">void</span>
1916
1916
  user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
1917
1917
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
1918
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1918
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1919
1919
  <p>
1920
1920
  </p>
1921
1921
  <div class="refsect3">
@@ -1940,14 +1940,14 @@ user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><sp
1940
1940
  </tbody>
1941
1941
  </table></div>
1942
1942
  </div>
1943
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
1943
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
1944
1944
  </div>
1945
1945
  <hr>
1946
1946
  <div class="refsect2">
1947
1947
  <a name="GtkContainer-check-resize"></a><h3>The <code class="literal">“check-resize”</code> signal</h3>
1948
1948
  <pre class="programlisting"><span class="returnvalue">void</span>
1949
1949
  user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
1950
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1950
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1951
1951
  <p>
1952
1952
  </p>
1953
1953
  <div class="refsect3">
@@ -1972,7 +1972,7 @@ user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><sp
1972
1972
  </tbody>
1973
1973
  </table></div>
1974
1974
  </div>
1975
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1975
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1976
1976
  </div>
1977
1977
  <hr>
1978
1978
  <div class="refsect2">
@@ -1980,7 +1980,7 @@ user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><sp
1980
1980
  <pre class="programlisting"><span class="returnvalue">void</span>
1981
1981
  user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
1982
1982
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
1983
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1983
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1984
1984
  <p>
1985
1985
  </p>
1986
1986
  <div class="refsect3">
@@ -2005,7 +2005,7 @@ user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><sp
2005
2005
  </tbody>
2006
2006
  </table></div>
2007
2007
  </div>
2008
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
2008
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
2009
2009
  </div>
2010
2010
  <hr>
2011
2011
  <div class="refsect2">
@@ -2013,7 +2013,7 @@ user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><sp
2013
2013
  <pre class="programlisting"><span class="returnvalue">void</span>
2014
2014
  user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
2015
2015
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
2016
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2016
+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2017
2017
  <p>
2018
2018
  </p>
2019
2019
  <div class="refsect3">
@@ -2038,7 +2038,7 @@ user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><sp
2038
2038
  </tbody>
2039
2039
  </table></div>
2040
2040
  </div>
2041
- <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
2041
+ <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
2042
2042
  </div>
2043
2043
  </div>
2044
2044
  </div>