gdk3 2.1.0-x86-mingw32 → 2.2.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (331) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -1
  3. data/ext/gdk3/rbgdkcursor.c +5 -12
  4. data/ext/gdk3/rbgdkdevicemanager.c +2 -2
  5. data/ext/gdk3/rbgdkdisplay.c +7 -0
  6. data/ext/gdk3/rbgdkevent.c +8 -9
  7. data/ext/gdk3/rbgdkwindow.c +7 -0
  8. data/lib/1.9/gdk3.so +0 -0
  9. data/lib/2.0/gdk3.so +0 -0
  10. data/lib/2.1/gdk3.so +0 -0
  11. data/test/test-gdk-event.rb +126 -20
  12. data/vendor/local/bin/gtk-launch.exe +0 -0
  13. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  14. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  15. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  16. data/vendor/local/bin/gtk3-demo.exe +0 -0
  17. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  18. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  19. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  20. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  21. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +1 -1
  22. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +3 -3
  23. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  24. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -34
  25. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  26. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  27. data/vendor/local/lib/libgdk-3.la +1 -1
  28. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  29. data/vendor/local/lib/libgtk-3.la +2 -2
  30. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  31. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
  32. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
  33. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
  34. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
  35. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5 -4
  36. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +36 -1
  37. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  38. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +3 -3
  39. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +7 -7
  40. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +6 -6
  41. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +4 -4
  42. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +11 -11
  43. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +2 -2
  44. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +4 -4
  45. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +9 -9
  46. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +3 -3
  47. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +1 -1
  48. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +3 -3
  49. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +2 -2
  50. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +1 -1
  51. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +9 -9
  52. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +2 -2
  53. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +7 -7
  54. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +1 -1
  55. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +1 -1
  56. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +10 -10
  57. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +1 -1
  58. data/vendor/local/share/gtk-doc/html/gdk3/index.html +1 -1
  59. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +11 -11
  60. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +6 -6
  61. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +1 -1
  62. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +81 -81
  63. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +7 -7
  64. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +3 -3
  65. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +12 -12
  66. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +9 -9
  67. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +2 -2
  68. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +7 -7
  69. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +6 -6
  70. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +8 -8
  71. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +14 -14
  72. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +66 -66
  73. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +18 -18
  74. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +2 -2
  75. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +2 -2
  76. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +10 -10
  77. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +2 -2
  78. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +9 -9
  79. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +17 -17
  80. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +45 -45
  81. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +14 -14
  82. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +2 -2
  83. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +16 -16
  84. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +25 -25
  85. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +2 -2
  86. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +1 -1
  87. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +4 -4
  88. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +3 -3
  89. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +9 -9
  90. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +6 -6
  91. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
  92. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +5 -5
  93. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +2 -2
  94. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +2 -2
  95. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +2 -2
  96. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +5 -5
  97. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +5 -5
  98. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +2 -2
  99. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +2 -2
  100. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +4 -4
  101. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +4 -4
  102. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +3 -3
  103. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +2 -2
  104. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +2 -2
  105. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +72 -4
  106. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +10 -2
  107. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +16 -16
  108. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +2 -2
  109. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +43 -43
  110. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +14 -10
  111. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +8 -8
  112. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +4 -4
  113. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +11 -11
  114. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +44 -44
  115. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +5 -5
  116. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +10 -10
  117. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +2 -2
  118. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +4 -4
  119. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +44 -44
  120. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +4 -4
  121. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +2 -2
  122. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +2 -2
  123. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +2 -2
  124. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +2 -2
  125. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +4 -4
  126. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +3 -3
  127. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +2 -2
  128. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
  129. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +2 -2
  130. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +2 -2
  131. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +2 -2
  132. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +8 -8
  133. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +2 -2
  134. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
  135. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
  136. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +30 -6
  137. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +2 -2
  138. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +2 -2
  139. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
  140. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +6 -6
  141. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +16 -16
  143. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +1 -1
  144. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
  145. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +49 -49
  146. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +28 -28
  147. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +16 -16
  148. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +2 -2
  149. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +8 -8
  150. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
  151. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +14 -14
  152. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +2 -2
  153. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +4 -4
  154. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +4 -4
  155. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +18 -18
  156. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +22 -22
  157. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +17 -17
  158. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +9 -9
  159. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +5 -5
  160. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +14 -14
  161. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +14 -14
  162. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +24 -24
  163. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +4 -4
  164. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +4 -4
  165. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +22 -22
  167. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +26 -26
  168. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +4 -4
  170. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +14 -14
  173. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +45 -45
  174. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +3 -3
  176. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +1 -1
  177. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +2 -2
  178. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +4 -4
  179. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +2 -2
  180. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +3 -3
  181. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +4 -4
  182. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +4 -4
  183. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +10 -10
  185. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +1 -1
  186. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +5 -5
  187. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +2 -2
  189. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
  190. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +14 -14
  192. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +4 -4
  194. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +10 -10
  195. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +1 -1
  196. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +6 -6
  198. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +10 -10
  199. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +4 -4
  200. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
  201. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
  202. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +2 -2
  203. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +38 -38
  204. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +12 -12
  206. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +2 -2
  207. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +30 -30
  210. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +6 -6
  211. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +37 -21
  212. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +9 -9
  213. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +6 -6
  214. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +4 -4
  215. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +30 -30
  218. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +1 -1
  219. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +7 -7
  220. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +7 -7
  221. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +33 -33
  222. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +12 -12
  223. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +3 -3
  224. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +8 -8
  225. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +4 -4
  226. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +4 -4
  227. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +6 -6
  228. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +4 -4
  230. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +10 -10
  231. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +4 -4
  232. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +34 -34
  233. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +8 -8
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +1 -1
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +3 -3
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +9 -9
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +18 -18
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +32 -32
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +4 -4
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +15 -15
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +2 -2
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +2 -2
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +188 -188
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +11 -11
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +11 -11
  253. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +126 -2
  254. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +21 -21
  255. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +5 -5
  256. data/vendor/local/share/gtk-doc/html/gtk3/ch24s02.html +4 -4
  257. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +7 -7
  258. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +1 -1
  259. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +9 -9
  260. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +1 -1
  261. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +10 -10
  263. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +9 -9
  264. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +3 -3
  265. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +9 -9
  266. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +10 -10
  267. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +6 -6
  268. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +3 -3
  269. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +7 -7
  270. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +8 -8
  271. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +4 -0
  272. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +14 -14
  273. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +16 -16
  274. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +43 -43
  275. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +30 -30
  276. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +1 -1
  277. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +7 -7
  278. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +1 -1
  279. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +11 -11
  280. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +1 -1
  281. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +31 -31
  282. data/vendor/local/share/gtk-doc/html/gtk3/index.html +1 -1
  283. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  284. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  285. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  286. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  287. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  288. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  289. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  290. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  291. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  292. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
  293. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  294. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  295. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  296. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  297. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  298. metadata +6 -39
  299. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
  300. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
  301. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +0 -41
  302. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
  303. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
  304. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +0 -41
  305. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
  306. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
  307. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +0 -41
  308. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
  309. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
  310. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +0 -41
  311. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
  312. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
  313. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +0 -41
  314. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
  315. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
  316. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +0 -41
  317. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
  318. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
  319. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +0 -41
  320. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
  321. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
  322. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +0 -41
  323. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
  324. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
  325. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +0 -41
  326. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
  327. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
  328. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +0 -41
  329. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
  330. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
  331. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +0 -41
@@ -52,8 +52,8 @@ struct <a class="link" href="GtkColorSelectionDialog.html#GtkColorS
52
52
  <div class="refsect1">
53
53
  <a name="GtkColorSelectionDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
54
54
  <pre class="synopsis">
55
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
56
- +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
55
+ GObject
56
+ +----GInitiallyUnowned
57
57
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
58
58
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
59
59
  +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -114,6 +114,10 @@ name "color_selection". It also exposes the buttons with the names
114
114
  <div class="refsect2">
115
115
  <a name="gtk-color-selection-dialog-new"></a><h3>gtk_color_selection_dialog_new ()</h3>
116
116
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_color_selection_dialog_new (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
117
+ <div class="warning">
118
+ <h3 class="title">Warning</h3>
119
+ <p><code class="literal">gtk_color_selection_dialog_new</code> is deprecated and should not be used in newly-written code.</p>
120
+ </div>
117
121
  <p>
118
122
  Creates a new <a class="link" href="GtkColorSelectionDialog.html" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a>.
119
123
  </p>
@@ -139,6 +143,10 @@ Creates a new <a class="link" href="GtkColorSelectionDialog.html" title="GtkColo
139
143
  <a name="gtk-color-selection-dialog-get-color-selection"></a><h3>gtk_color_selection_dialog_get_color_selection ()</h3>
140
144
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_color_selection_dialog_get_color_selection
141
145
  (<em class="parameter"><code><a class="link" href="GtkColorSelectionDialog.html" title="GtkColorSelectionDialog"><span class="type">GtkColorSelectionDialog</span></a> *colorsel</code></em>);</pre>
146
+ <div class="warning">
147
+ <h3 class="title">Warning</h3>
148
+ <p><code class="literal">gtk_color_selection_dialog_get_color_selection</code> is deprecated and should not be used in newly-written code.</p>
149
+ </div>
142
150
  <p>
143
151
  Retrieves the <a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> widget embedded in the dialog.
144
152
  </p>
@@ -121,8 +121,8 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
121
121
  <div class="refsect1">
122
122
  <a name="GtkComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
123
123
  <pre class="synopsis">
124
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
125
- +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
124
+ GObject
125
+ +----GInitiallyUnowned
126
126
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
127
127
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
128
128
  +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -171,11 +171,11 @@ GtkComboBox implements
171
171
  <div class="refsect1">
172
172
  <a name="GtkComboBox.signals"></a><h2>Signals</h2>
173
173
  <pre class="synopsis">
174
- "<a class="link" href="GtkComboBox.html#GtkComboBox-changed" title='The "changed" signal'>changed</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
175
- "<a class="link" href="GtkComboBox.html#GtkComboBox-format-entry-text" title='The "format-entry-text" signal'>format-entry-text</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
176
- "<a class="link" href="GtkComboBox.html#GtkComboBox-move-active" title='The "move-active" signal'>move-active</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
177
- "<a class="link" href="GtkComboBox.html#GtkComboBox-popdown" title='The "popdown" signal'>popdown</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
178
- "<a class="link" href="GtkComboBox.html#GtkComboBox-popup" title='The "popup" signal'>popup</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
174
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-changed" title='The "changed" signal'>changed</a>" : <code class="literal">Run Last</code>
175
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-format-entry-text" title='The "format-entry-text" signal'>format-entry-text</a>" : <code class="literal">Run Last</code>
176
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-move-active" title='The "move-active" signal'>move-active</a>" : <code class="literal">Action</code>
177
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-popdown" title='The "popdown" signal'>popdown</a>" : <code class="literal">Action</code>
178
+ "<a class="link" href="GtkComboBox.html#GtkComboBox-popup" title='The "popup" signal'>popup</a>" : <code class="literal">Action</code>
179
179
  </pre>
180
180
  </div>
181
181
  <div class="refsect1">
@@ -683,7 +683,7 @@ for values from.
683
683
  <p>
684
684
  Sets the model column which <em class="parameter"><code>combo_box</code></em> should use to get string IDs
685
685
  for values from. The column <em class="parameter"><code>id_column</code></em> in the model of <em class="parameter"><code>combo_box</code></em>
686
- must be of type <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><code class="literal">G_TYPE_STRING</code></a>.
686
+ must be of type <code class="literal">G_TYPE_STRING</code>.
687
687
  </p>
688
688
  <div class="variablelist"><table border="0" class="variablelist">
689
689
  <colgroup>
@@ -1308,7 +1308,7 @@ Returns whether the combo box has an entry.
1308
1308
  <p>
1309
1309
  Sets the model column which <em class="parameter"><code>combo_box</code></em> should use to get strings from
1310
1310
  to be <em class="parameter"><code>text_column</code></em>. The column <em class="parameter"><code>text_column</code></em> in the model of <em class="parameter"><code>combo_box</code></em>
1311
- must be of type <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><code class="literal">G_TYPE_STRING</code></a>.
1311
+ must be of type <code class="literal">G_TYPE_STRING</code>.
1312
1312
  </p>
1313
1313
  <p>
1314
1314
  This is only relevant if <em class="parameter"><code>combo_box</code></em> has been created with
@@ -1492,7 +1492,7 @@ a horizontally oriented <a class="link" href="GtkCellAreaBox.html" title="GtkCel
1492
1492
  <pre class="programlisting"> "column-span-column" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1493
1493
  <p>
1494
1494
  If this is set to a non-negative value, it must be the index of a column
1495
- of type <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"><code class="literal">G_TYPE_INT</code></a> in the model.
1495
+ of type <code class="literal">G_TYPE_INT</code> in the model.
1496
1496
  </p>
1497
1497
  <p>
1498
1498
  The values of that column are used to determine how many columns a value
@@ -1593,7 +1593,7 @@ it allows you to connect to notify::popup-shown.
1593
1593
  <pre class="programlisting"> "row-span-column" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
1594
1594
  <p>
1595
1595
  If this is set to a non-negative value, it must be the index of a column
1596
- of type <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"><code class="literal">G_TYPE_INT</code></a> in the model.
1596
+ of type <code class="literal">G_TYPE_INT</code> in the model.
1597
1597
  </p>
1598
1598
  <p>
1599
1599
  The values of that column are used to determine how many rows a value in
@@ -1683,7 +1683,7 @@ Which kind of shadow to draw around the combo box.
1683
1683
  <div class="refsect2">
1684
1684
  <a name="GtkComboBox-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
1685
1685
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *widget,
1686
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
1686
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Run Last</code></pre>
1687
1687
  <p>
1688
1688
  The changed signal is emitted when the active
1689
1689
  item is changed. The can be due to the user selecting
@@ -1715,7 +1715,7 @@ with an entry.
1715
1715
  <a name="GtkComboBox-format-entry-text"></a><h3>The <code class="literal">"format-entry-text"</code> signal</h3>
1716
1716
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *combo,
1717
1717
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path,
1718
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
1718
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Run Last</code></pre>
1719
1719
  <p>
1720
1720
  For combo boxes that are created with an entry (See GtkComboBox:has-entry).
1721
1721
  </p>
@@ -1816,7 +1816,7 @@ for the current GtkComboBox model. <span class="annotation">[<acronym title="Fre
1816
1816
  <a name="GtkComboBox-move-active"></a><h3>The <code class="literal">"move-active"</code> signal</h3>
1817
1817
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *widget,
1818
1818
  <a class="link" href="gtk3-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
1819
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1819
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Action</code></pre>
1820
1820
  <p>
1821
1821
  The ::move-active signal is a
1822
1822
  <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -1849,7 +1849,7 @@ which gets emitted to move the active selection.
1849
1849
  <div class="refsect2">
1850
1850
  <a name="GtkComboBox-popdown"></a><h3>The <code class="literal">"popdown"</code> signal</h3>
1851
1851
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *button,
1852
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1852
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Action</code></pre>
1853
1853
  <p>
1854
1854
  The ::popdown signal is a
1855
1855
  <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -1880,7 +1880,7 @@ The default bindings for this signal are Alt+Up and Escape.
1880
1880
  <div class="refsect2">
1881
1881
  <a name="GtkComboBox-popup"></a><h3>The <code class="literal">"popup"</code> signal</h3>
1882
1882
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> *widget,
1883
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
1883
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Action</code></pre>
1884
1884
  <p>
1885
1885
  The ::popup signal is a
1886
1886
  <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -70,8 +70,8 @@ struct <a class="link" href="GtkComboBoxText.html#GtkComboBoxText-s
70
70
  <div class="refsect1">
71
71
  <a name="GtkComboBoxText.object-hierarchy"></a><h2>Object Hierarchy</h2>
72
72
  <pre class="synopsis">
73
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
74
- +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
73
+ GObject
74
+ +----GInitiallyUnowned
75
75
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
76
76
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
77
77
  +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -81,7 +81,7 @@ struct <a class="link" href="GtkContainer.html#GtkContainer-struct"
81
81
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-set-focus-hadjustment" title="gtk_container_set_focus_hadjustment ()">gtk_container_set_focus_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
82
82
  <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
83
83
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-resize-children" title="gtk_container_resize_children ()">gtk_container_resize_children</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);
84
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="GtkContainer.html#gtk-container-child-type" title="gtk_container_child_type ()">gtk_container_child_type</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);
84
+ <span class="returnvalue">GType</span> <a class="link" href="GtkContainer.html#gtk-container-child-type" title="gtk_container_child_type ()">gtk_container_child_type</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);
85
85
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-child-get" title="gtk_container_child_get ()">gtk_container_child_get</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
86
86
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
87
87
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_prop_name</code></em>,
@@ -93,11 +93,11 @@ struct <a class="link" href="GtkContainer.html#GtkContainer-struct"
93
93
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-child-get-property" title="gtk_container_child_get_property ()">gtk_container_child_get_property</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
94
94
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
95
95
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
96
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
96
+ <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
97
97
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-child-set-property" title="gtk_container_child_set_property ()">gtk_container_child_set_property</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
98
98
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
99
99
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
100
- <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
100
+ <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);
101
101
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-child-get-valist" title="gtk_container_child_get_valist ()">gtk_container_child_get_valist</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
102
102
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
103
103
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_property_name</code></em>,
@@ -123,25 +123,25 @@ struct <a class="link" href="GtkContainer.html#GtkContainer-struct"
123
123
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-set-focus-chain" title="gtk_container_set_focus_chain ()">gtk_container_set_focus_chain</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>,
124
124
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *focusable_widgets</code></em>);
125
125
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-unset-focus-chain" title="gtk_container_unset_focus_chain ()">gtk_container_unset_focus_chain</a> (<em class="parameter"><code><a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container</code></em>);
126
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> * <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>
127
- (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
126
+ <span class="returnvalue">GParamSpec</span> * <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>
127
+ (<em class="parameter"><code><span class="type">GObjectClass</span> *cclass</code></em>,
128
128
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>);
129
129
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-class-install-child-property" title="gtk_container_class_install_child_property ()">gtk_container_class_install_child_property</a>
130
- (<em class="parameter"><code><span class="type">GtkContainerClass</span> *cclass</code></em>,
130
+ (<em class="parameter"><code><a href="GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a> *cclass</code></em>,
131
131
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id</code></em>,
132
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);
133
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> ** <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>
134
- (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
132
+ <em class="parameter"><code><span class="type">GParamSpec</span> *pspec</code></em>);
133
+ <span class="returnvalue">GParamSpec</span> ** <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>
134
+ (<em class="parameter"><code><span class="type">GObjectClass</span> *cclass</code></em>,
135
135
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_properties</code></em>);
136
136
  <span class="returnvalue">void</span> <a class="link" href="GtkContainer.html#gtk-container-class-handle-border-width" title="gtk_container_class_handle_border_width ()">gtk_container_class_handle_border_width</a>
137
- (<em class="parameter"><code><span class="type">GtkContainerClass</span> *klass</code></em>);
137
+ (<em class="parameter"><code><a href="GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a> *klass</code></em>);
138
138
  </pre>
139
139
  </div>
140
140
  <div class="refsect1">
141
141
  <a name="GtkContainer.object-hierarchy"></a><h2>Object Hierarchy</h2>
142
142
  <pre class="synopsis">
143
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
144
- +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
143
+ GObject
144
+ +----GInitiallyUnowned
145
145
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
146
146
  +----GtkContainer
147
147
  +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -181,10 +181,10 @@ GtkContainer implements
181
181
  <div class="refsect1">
182
182
  <a name="GtkContainer.signals"></a><h2>Signals</h2>
183
183
  <pre class="synopsis">
184
- "<a class="link" href="GtkContainer.html#GtkContainer-add" title='The "add" signal'>add</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
185
- "<a class="link" href="GtkContainer.html#GtkContainer-check-resize" title='The "check-resize" signal'>check-resize</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
186
- "<a class="link" href="GtkContainer.html#GtkContainer-remove" title='The "remove" signal'>remove</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
187
- "<a class="link" href="GtkContainer.html#GtkContainer-set-focus-child" title='The "set-focus-child" signal'>set-focus-child</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
184
+ "<a class="link" href="GtkContainer.html#GtkContainer-add" title='The "add" signal'>add</a>" : <code class="literal">Run First</code>
185
+ "<a class="link" href="GtkContainer.html#GtkContainer-check-resize" title='The "check-resize" signal'>check-resize</a>" : <code class="literal">Run Last</code>
186
+ "<a class="link" href="GtkContainer.html#GtkContainer-remove" title='The "remove" signal'>remove</a>" : <code class="literal">Run First</code>
187
+ "<a class="link" href="GtkContainer.html#GtkContainer-set-focus-child" title='The "set-focus-child" signal'>set-focus-child</a>" : <code class="literal">Run First</code>
188
188
  </pre>
189
189
  </div>
190
190
  <div class="refsect1">
@@ -440,7 +440,7 @@ properties in <code class="function">set_child_property()</code> and <code class
440
440
  <tbody>
441
441
  <tr>
442
442
  <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
443
- <td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> on which <code class="function">set_child_property()</code> or <code class="function">get_child_property()</code>
443
+ <td>the <span class="type">GObject</span> on which <code class="function">set_child_property()</code> or <code class="function">get_child_property()</code>
444
444
  was called</td>
445
445
  </tr>
446
446
  <tr>
@@ -449,7 +449,7 @@ was called</td>
449
449
  </tr>
450
450
  <tr>
451
451
  <td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
452
- <td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the property</td>
452
+ <td>the <span class="type">GParamSpec</span> of the property</td>
453
453
  </tr>
454
454
  </tbody>
455
455
  </table></div>
@@ -504,7 +504,7 @@ Note that <em class="parameter"><code>container</code></em> will own a reference
504
504
  may be the last reference held; so removing a widget from its
505
505
  container can destroy that widget. If you want to use <em class="parameter"><code>widget</code></em>
506
506
  again, you need to add a reference to it while it's not inside
507
- a container, using <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>
507
+ a container, using <code class="function">g_object_ref()</code>. If you don't want to use <em class="parameter"><code>widget</code></em>
508
508
  again it's usually more efficient to simply destroy it directly
509
509
  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
510
510
  container and help break any circular reference count cycles.
@@ -976,12 +976,12 @@ moved among the descendents of <em class="parameter"><code>container</code></em>
976
976
  <hr>
977
977
  <div class="refsect2">
978
978
  <a name="gtk-container-child-type"></a><h3>gtk_container_child_type ()</h3>
979
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> 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>
979
+ <pre class="programlisting"><span class="returnvalue">GType</span> 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>
980
980
  <p>
981
981
  Returns the type of the children supported by the container.
982
982
  </p>
983
983
  <p>
984
- Note that this may return <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
984
+ Note that this may return <code class="literal">G_TYPE_NONE</code> to indicate that no more
985
985
  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
986
986
  children.
987
987
  </p>
@@ -998,7 +998,7 @@ children.
998
998
  </tr>
999
999
  <tr>
1000
1000
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1001
- <td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a>.</td>
1001
+ <td>a <span class="type">GType</span>.</td>
1002
1002
  </tr>
1003
1003
  </tbody>
1004
1004
  </table></div>
@@ -1087,7 +1087,7 @@ with <em class="parameter"><code>first_prop_name</code></em>
1087
1087
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1088
1088
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1089
1089
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
1090
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
1090
+ <em class="parameter"><code><span class="type">GValue</span> *value</code></em>);</pre>
1091
1091
  <p>
1092
1092
  Gets the value of a child property for <em class="parameter"><code>child</code></em> and <em class="parameter"><code>container</code></em>.
1093
1093
  </p>
@@ -1124,7 +1124,7 @@ Gets the value of a child property for <em class="parameter"><code>child</code><
1124
1124
  <pre class="programlisting"><span class="returnvalue">void</span> 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>,
1125
1125
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
1126
1126
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
1127
- <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
1127
+ <em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre>
1128
1128
  <p>
1129
1129
  Sets a child property for <em class="parameter"><code>child</code></em> and <em class="parameter"><code>container</code></em>.
1130
1130
  </p>
@@ -1245,7 +1245,7 @@ Emits a <a class="link" href="GtkWidget.html#GtkWidget-child-notify" title='The
1245
1245
  <em class="parameter"><code>child_property</code></em> on widget.
1246
1246
  </p>
1247
1247
  <p>
1248
- This is an analogue of <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-notify"><code class="function">g_object_notify()</code></a> for child properties.
1248
+ This is an analogue of <code class="function">g_object_notify()</code> for child properties.
1249
1249
  </p>
1250
1250
  <p>
1251
1251
  Also see <a class="link" href="GtkWidget.html#gtk-widget-child-notify" title="gtk_widget_child_notify ()"><code class="function">gtk_widget_child_notify()</code></a>.
@@ -1526,8 +1526,8 @@ Removes a focus chain explicitly set with <a class="link" href="GtkContainer.htm
1526
1526
  <hr>
1527
1527
  <div class="refsect2">
1528
1528
  <a name="gtk-container-class-find-child-property"></a><h3>gtk_container_class_find_child_property ()</h3>
1529
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> * gtk_container_class_find_child_property
1530
- (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
1529
+ <pre class="programlisting"><span class="returnvalue">GParamSpec</span> * gtk_container_class_find_child_property
1530
+ (<em class="parameter"><code><span class="type">GObjectClass</span> *cclass</code></em>,
1531
1531
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>);</pre>
1532
1532
  <p>
1533
1533
  Finds a child property of a container class by name.
@@ -1540,7 +1540,7 @@ Finds a child property of a container class by name.
1540
1540
  <tbody>
1541
1541
  <tr>
1542
1542
  <td><p><span class="term"><em class="parameter"><code>cclass</code></em> :</span></p></td>
1543
- <td>a <span class="type">GtkContainerClass</span>. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkContainerClass]</span>
1543
+ <td>a <a href="GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a>. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkContainerClass]</span>
1544
1544
  </td>
1545
1545
  </tr>
1546
1546
  <tr>
@@ -1549,7 +1549,7 @@ Finds a child property of a container class by name.
1549
1549
  </tr>
1550
1550
  <tr>
1551
1551
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1552
- <td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> of the child property
1552
+ <td>the <span class="type">GParamSpec</span> of the child property
1553
1553
  or <a href="/home/kou/work/ruby/ruby-gnome2.win32/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> has no child property with that name. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1554
1554
  </td>
1555
1555
  </tr>
@@ -1560,9 +1560,9 @@ or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-d
1560
1560
  <div class="refsect2">
1561
1561
  <a name="gtk-container-class-install-child-property"></a><h3>gtk_container_class_install_child_property ()</h3>
1562
1562
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_container_class_install_child_property
1563
- (<em class="parameter"><code><span class="type">GtkContainerClass</span> *cclass</code></em>,
1563
+ (<em class="parameter"><code><a href="GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a> *cclass</code></em>,
1564
1564
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id</code></em>,
1565
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>);</pre>
1565
+ <em class="parameter"><code><span class="type">GParamSpec</span> *pspec</code></em>);</pre>
1566
1566
  <p>
1567
1567
  Installs a child property on a container class.
1568
1568
  </p>
@@ -1574,7 +1574,7 @@ Installs a child property on a container class.
1574
1574
  <tbody>
1575
1575
  <tr>
1576
1576
  <td><p><span class="term"><em class="parameter"><code>cclass</code></em> :</span></p></td>
1577
- <td>a <span class="type">GtkContainerClass</span>
1577
+ <td>a <a href="GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a>
1578
1578
  </td>
1579
1579
  </tr>
1580
1580
  <tr>
@@ -1583,7 +1583,7 @@ Installs a child property on a container class.
1583
1583
  </tr>
1584
1584
  <tr>
1585
1585
  <td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
1586
- <td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> for the property</td>
1586
+ <td>the <span class="type">GParamSpec</span> for the property</td>
1587
1587
  </tr>
1588
1588
  </tbody>
1589
1589
  </table></div>
@@ -1591,8 +1591,8 @@ Installs a child property on a container class.
1591
1591
  <hr>
1592
1592
  <div class="refsect2">
1593
1593
  <a name="gtk-container-class-list-child-properties"></a><h3>gtk_container_class_list_child_properties ()</h3>
1594
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> ** gtk_container_class_list_child_properties
1595
- (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *cclass</code></em>,
1594
+ <pre class="programlisting"><span class="returnvalue">GParamSpec</span> ** gtk_container_class_list_child_properties
1595
+ (<em class="parameter"><code><span class="type">GObjectClass</span> *cclass</code></em>,
1596
1596
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_properties</code></em>);</pre>
1597
1597
  <p>
1598
1598
  Returns all child properties of a container class.
@@ -1605,7 +1605,7 @@ Returns all child properties of a container class.
1605
1605
  <tbody>
1606
1606
  <tr>
1607
1607
  <td><p><span class="term"><em class="parameter"><code>cclass</code></em> :</span></p></td>
1608
- <td>a <span class="type">GtkContainerClass</span>. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkContainerClass]</span>
1608
+ <td>a <a href="GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a>. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkContainerClass]</span>
1609
1609
  </td>
1610
1610
  </tr>
1611
1611
  <tr>
@@ -1614,7 +1614,7 @@ Returns all child properties of a container class.
1614
1614
  </tr>
1615
1615
  <tr>
1616
1616
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1617
- <td>a newly allocated <a href="/home/kou/work/ruby/ruby-gnome2.win32/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a>*.
1617
+ <td>a newly allocated <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of <span class="type">GParamSpec</span>*.
1618
1618
  The array must be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <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>
1619
1619
  </td>
1620
1620
  </tr>
@@ -1625,9 +1625,9 @@ The array must be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib
1625
1625
  <div class="refsect2">
1626
1626
  <a name="gtk-container-class-handle-border-width"></a><h3>gtk_container_class_handle_border_width ()</h3>
1627
1627
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_container_class_handle_border_width
1628
- (<em class="parameter"><code><span class="type">GtkContainerClass</span> *klass</code></em>);</pre>
1628
+ (<em class="parameter"><code><a href="GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a> *klass</code></em>);</pre>
1629
1629
  <p>
1630
- Modifies a subclass of <span class="type">GtkContainerClass</span> to automatically add and
1630
+ Modifies a subclass of <a href="GtkContainer.html#GtkContainerClass"><span class="type">GtkContainerClass</span></a> to automatically add and
1631
1631
  remove the border-width setting on GtkContainer. This allows the
1632
1632
  subclass to ignore the border width in its size request and
1633
1633
  allocate methods. The intent is for a subclass to invoke this
@@ -1680,27 +1680,27 @@ for them.
1680
1680
  <a name="GtkContainer-add"></a><h3>The <code class="literal">"add"</code> signal</h3>
1681
1681
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
1682
1682
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
1683
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
1683
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Run First</code></pre>
1684
1684
  </div>
1685
1685
  <hr>
1686
1686
  <div class="refsect2">
1687
1687
  <a name="GtkContainer-check-resize"></a><h3>The <code class="literal">"check-resize"</code> signal</h3>
1688
1688
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
1689
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
1689
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Run Last</code></pre>
1690
1690
  </div>
1691
1691
  <hr>
1692
1692
  <div class="refsect2">
1693
1693
  <a name="GtkContainer-remove"></a><h3>The <code class="literal">"remove"</code> signal</h3>
1694
1694
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
1695
1695
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
1696
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
1696
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Run First</code></pre>
1697
1697
  </div>
1698
1698
  <hr>
1699
1699
  <div class="refsect2">
1700
1700
  <a name="GtkContainer-set-focus-child"></a><h3>The <code class="literal">"set-focus-child"</code> signal</h3>
1701
1701
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> *container,
1702
1702
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
1703
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
1703
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Run First</code></pre>
1704
1704
  </div>
1705
1705
  </div>
1706
1706
  </div>
@@ -52,7 +52,7 @@ struct <a class="link" href="GtkCssProvider.html#GtkCssProvider-str
52
52
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gssize"><span class="type">gssize</span></a> length</code></em>,
53
53
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
54
54
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkCssProvider.html#gtk-css-provider-load-from-file" title="gtk_css_provider_load_from_file ()">gtk_css_provider_load_from_file</a> (<em class="parameter"><code><a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a> *css_provider</code></em>,
55
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *file</code></em>,
55
+ <em class="parameter"><code><span class="type">GFile</span> *file</code></em>,
56
56
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
57
57
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkCssProvider.html#gtk-css-provider-load-from-path" title="gtk_css_provider_load_from_path ()">gtk_css_provider_load_from_path</a> (<em class="parameter"><code><a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a> *css_provider</code></em>,
58
58
  <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>,
@@ -66,7 +66,7 @@ enum <a class="link" href="GtkCssProvider.html#GtkCssProviderErro
66
66
  enum <a class="link" href="GtkCssProvider.html#GtkCssSectionType" title="enum GtkCssSectionType">GtkCssSectionType</a>;
67
67
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkCssProvider.html#gtk-css-section-get-end-line" title="gtk_css_section_get_end_line ()">gtk_css_section_get_end_line</a> (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);
68
68
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkCssProvider.html#gtk-css-section-get-end-position" title="gtk_css_section_get_end_position ()">gtk_css_section_get_end_position</a> (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);
69
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="returnvalue">GFile</span></a> * <a class="link" href="GtkCssProvider.html#gtk-css-section-get-file" title="gtk_css_section_get_file ()">gtk_css_section_get_file</a> (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);
69
+ <span class="returnvalue">GFile</span> * <a class="link" href="GtkCssProvider.html#gtk-css-section-get-file" title="gtk_css_section_get_file ()">gtk_css_section_get_file</a> (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);
70
70
  <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="returnvalue">GtkCssSection</span></a> * <a class="link" href="GtkCssProvider.html#gtk-css-section-get-parent" title="gtk_css_section_get_parent ()">gtk_css_section_get_parent</a> (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);
71
71
  <a class="link" href="GtkCssProvider.html#GtkCssSectionType" title="enum GtkCssSectionType"><span class="returnvalue">GtkCssSectionType</span></a> <a class="link" href="GtkCssProvider.html#gtk-css-section-get-section-type" title="gtk_css_section_get_section_type ()">gtk_css_section_get_section_type</a> (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);
72
72
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkCssProvider.html#gtk-css-section-get-start-line" title="gtk_css_section_get_start_line ()">gtk_css_section_get_start_line</a> (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);
@@ -78,7 +78,7 @@ enum <a class="link" href="GtkCssProvider.html#GtkCssSectionType"
78
78
  <div class="refsect1">
79
79
  <a name="GtkCssProvider.object-hierarchy"></a><h2>Object Hierarchy</h2>
80
80
  <pre class="synopsis">
81
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
81
+ GObject
82
82
  +----GtkCssProvider
83
83
  </pre>
84
84
  <pre class="synopsis">
@@ -95,7 +95,7 @@ GtkCssProvider implements
95
95
  <div class="refsect1">
96
96
  <a name="GtkCssProvider.signals"></a><h2>Signals</h2>
97
97
  <pre class="synopsis">
98
- "<a class="link" href="GtkCssProvider.html#GtkCssProvider-parsing-error" title='The "parsing-error" signal'>parsing-error</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
98
+ "<a class="link" href="GtkCssProvider.html#GtkCssProvider-parsing-error" title='The "parsing-error" signal'>parsing-error</a>" : <code class="literal">Run Last</code>
99
99
  </pre>
100
100
  </div>
101
101
  <div class="refsect1">
@@ -1076,7 +1076,7 @@ color: mix (&amp;color1, #f0f, 0.8);</p></div>
1076
1076
  <td>font-family</td>
1077
1077
  <td>
1078
1078
  <em class="parameter"><code>family</code></em> [, <em class="parameter"><code>family</code></em>]*</td>
1079
- <td><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"><span class="type">gchararray</span></a></td>
1079
+ <td><span class="type">gchararray</span></td>
1080
1080
  <td>font-family: Sans, Arial;</td>
1081
1081
  </tr>
1082
1082
  <tr>
@@ -1516,7 +1516,7 @@ CSS, connect to the GtkCssProvider::parsing-error signal.</td>
1516
1516
  <div class="refsect2">
1517
1517
  <a name="gtk-css-provider-load-from-file"></a><h3>gtk_css_provider_load_from_file ()</h3>
1518
1518
  <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_css_provider_load_from_file (<em class="parameter"><code><a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a> *css_provider</code></em>,
1519
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *file</code></em>,
1519
+ <em class="parameter"><code><span class="type">GFile</span> *file</code></em>,
1520
1520
  <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1521
1521
  <p>
1522
1522
  Loads the data contained in <em class="parameter"><code>file</code></em> into <em class="parameter"><code>css_provider</code></em>, making it
@@ -1536,7 +1536,7 @@ clear any previously loaded information.
1536
1536
  <tr>
1537
1537
  <td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
1538
1538
  <td>
1539
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> pointing to a file to load</td>
1539
+ <span class="type">GFile</span> pointing to a file to load</td>
1540
1540
  </tr>
1541
1541
  <tr>
1542
1542
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
@@ -1664,6 +1664,10 @@ this <em class="parameter"><code>provider</code></em>.
1664
1664
  GTK_CSS_PROVIDER_ERROR_UNKNOWN_VALUE
1665
1665
  } GtkCssProviderError;
1666
1666
  </pre>
1667
+ <div class="warning">
1668
+ <h3 class="title">Warning</h3>
1669
+ <p><code class="literal">GtkCssProviderError</code> is deprecated and should not be used in newly-written code.</p>
1670
+ </div>
1667
1671
  <div class="variablelist"><table border="0" class="variablelist">
1668
1672
  <colgroup>
1669
1673
  <col align="left" valign="top">
@@ -1862,7 +1866,7 @@ successfully.
1862
1866
  <hr>
1863
1867
  <div class="refsect2">
1864
1868
  <a name="gtk-css-section-get-file"></a><h3>gtk_css_section_get_file ()</h3>
1865
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="returnvalue">GFile</span></a> * gtk_css_section_get_file (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);</pre>
1869
+ <pre class="programlisting"><span class="returnvalue">GFile</span> * gtk_css_section_get_file (<em class="parameter"><code>const <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section</code></em>);</pre>
1866
1870
  <p>
1867
1871
  Gets the file that <em class="parameter"><code>section</code></em> was parsed from. If no such file exists,
1868
1872
  for example because the CSS was loaded via
@@ -1880,7 +1884,7 @@ for example because the CSS was loaded via
1880
1884
  </tr>
1881
1885
  <tr>
1882
1886
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1883
- <td>the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> that <em class="parameter"><code>section</code></em> was parsed from
1887
+ <td>the <span class="type">GFile</span> that <em class="parameter"><code>section</code></em> was parsed from
1884
1888
  or <a href="/home/kou/work/ruby/ruby-gnome2.win32/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>section</code></em> was parsed from other data. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1885
1889
  </td>
1886
1890
  </tr>
@@ -2054,7 +2058,7 @@ structure if the reference count reaches 0.
2054
2058
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a> *provider,
2055
2059
  <a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="type">GtkCssSection</span></a> *section,
2056
2060
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error,
2057
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2061
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <code class="literal">Run Last</code></pre>
2058
2062
  <p>
2059
2063
  Signals that a parsing error occured. the <em class="parameter"><code>path</code></em>, <em class="parameter"><code>line</code></em> and <em class="parameter"><code>position</code></em>
2060
2064
  describe the actual location of the error as accurately as possible.