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
@@ -203,8 +203,8 @@ enum <a class="link" href="GtkIconView.html#GtkIconViewDropPositi
203
203
  <div class="refsect1">
204
204
  <a name="GtkIconView.object-hierarchy"></a><h2>Object Hierarchy</h2>
205
205
  <pre class="synopsis">
206
- <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>
207
- +----<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>
206
+ GObject
207
+ +----GInitiallyUnowned
208
208
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
209
209
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
210
210
  +----GtkIconView
@@ -248,14 +248,14 @@ GtkIconView implements
248
248
  <div class="refsect1">
249
249
  <a name="GtkIconView.signals"></a><h2>Signals</h2>
250
250
  <pre class="synopsis">
251
- "<a class="link" href="GtkIconView.html#GtkIconView-activate-cursor-item" title='The "activate-cursor-item" signal'>activate-cursor-item</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>
252
- "<a class="link" href="GtkIconView.html#GtkIconView-item-activated" title='The "item-activated" signal'>item-activated</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>
253
- "<a class="link" href="GtkIconView.html#GtkIconView-move-cursor" title='The "move-cursor" signal'>move-cursor</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>
254
- "<a class="link" href="GtkIconView.html#GtkIconView-select-all" title='The "select-all" signal'>select-all</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>
255
- "<a class="link" href="GtkIconView.html#GtkIconView-select-cursor-item" title='The "select-cursor-item" signal'>select-cursor-item</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>
256
- "<a class="link" href="GtkIconView.html#GtkIconView-selection-changed" title='The "selection-changed" signal'>selection-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-FIRST:CAPS"><code class="literal">Run First</code></a>
257
- "<a class="link" href="GtkIconView.html#GtkIconView-toggle-cursor-item" title='The "toggle-cursor-item" signal'>toggle-cursor-item</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>
258
- "<a class="link" href="GtkIconView.html#GtkIconView-unselect-all" title='The "unselect-all" signal'>unselect-all</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>
251
+ "<a class="link" href="GtkIconView.html#GtkIconView-activate-cursor-item" title='The "activate-cursor-item" signal'>activate-cursor-item</a>" : <code class="literal">Action</code>
252
+ "<a class="link" href="GtkIconView.html#GtkIconView-item-activated" title='The "item-activated" signal'>item-activated</a>" : <code class="literal">Run Last</code>
253
+ "<a class="link" href="GtkIconView.html#GtkIconView-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : <code class="literal">Action</code>
254
+ "<a class="link" href="GtkIconView.html#GtkIconView-select-all" title='The "select-all" signal'>select-all</a>" : <code class="literal">Action</code>
255
+ "<a class="link" href="GtkIconView.html#GtkIconView-select-cursor-item" title='The "select-cursor-item" signal'>select-cursor-item</a>" : <code class="literal">Action</code>
256
+ "<a class="link" href="GtkIconView.html#GtkIconView-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : <code class="literal">Run First</code>
257
+ "<a class="link" href="GtkIconView.html#GtkIconView-toggle-cursor-item" title='The "toggle-cursor-item" signal'>toggle-cursor-item</a>" : <code class="literal">Action</code>
258
+ "<a class="link" href="GtkIconView.html#GtkIconView-unselect-all" title='The "unselect-all" signal'>unselect-all</a>" : <code class="literal">Action</code>
259
259
  </pre>
260
260
  </div>
261
261
  <div class="refsect1">
@@ -449,7 +449,7 @@ currently being used. <span class="annotation">[<acronym title="Don't free data
449
449
  <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#gint"><span class="type">gint</span></a> column</code></em>);</pre>
450
450
  <p>
451
451
  Sets the column with text for <em class="parameter"><code>icon_view</code></em> to be <em class="parameter"><code>column</code></em>. The text
452
- column 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"><span class="type">G_TYPE_STRING</span></a>.
452
+ column must be of type <span class="type">G_TYPE_STRING</span>.
453
453
  </p>
454
454
  <div class="variablelist"><table border="0" class="variablelist">
455
455
  <colgroup>
@@ -501,7 +501,7 @@ Returns the column with text for <em class="parameter"><code>icon_view</code></e
501
501
  <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#gint"><span class="type">gint</span></a> column</code></em>);</pre>
502
502
  <p>
503
503
  Sets the column with markup information for <em class="parameter"><code>icon_view</code></em> to be
504
- <em class="parameter"><code>column</code></em>. The markup column 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"><span class="type">G_TYPE_STRING</span></a>.
504
+ <em class="parameter"><code>column</code></em>. The markup column must be of type <span class="type">G_TYPE_STRING</span>.
505
505
  If the markup column is set to something, it overrides
506
506
  the text column set by <a class="link" href="GtkIconView.html#gtk-icon-view-set-text-column" title="gtk_icon_view_set_text_column ()"><code class="function">gtk_icon_view_set_text_column()</code></a>.
507
507
  </p>
@@ -2560,7 +2560,7 @@ at the edges of the icon view.
2560
2560
  The ::markup-column property contains the number of the model column
2561
2561
  containing markup information to be displayed. The markup column must be
2562
2562
 
2563
- 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"><span class="type">G_TYPE_STRING</span></a>. If this property and the :text-column property
2563
+ of type <span class="type">G_TYPE_STRING</span>. If this property and the :text-column property
2564
2564
 
2565
2565
  are both set to column numbers, it overrides the text column.
2566
2566
  If both are set to -1, no texts are displayed.
@@ -2645,7 +2645,7 @@ the cells (i.e. the icon and the text) of an item.
2645
2645
  The ::text-column property contains the number of the model column
2646
2646
  containing the texts which are displayed. The text column must be
2647
2647
 
2648
- 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"><span class="type">G_TYPE_STRING</span></a>. If this property and the :markup-column
2648
+ of type <span class="type">G_TYPE_STRING</span>. If this property and the :markup-column
2649
2649
 
2650
2650
  property are both set to -1, no texts are displayed.
2651
2651
  </p>
@@ -2682,7 +2682,7 @@ property are both set to -1, no texts are displayed.
2682
2682
  <div class="refsect2">
2683
2683
  <a name="GtkIconView-activate-cursor-item"></a><h3>The <code class="literal">"activate-cursor-item"</code> signal</h3>
2684
2684
  <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="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
2685
- <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>
2685
+ <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>
2686
2686
  <p>
2687
2687
  A <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
2688
2688
  which gets emitted when the user activates the currently
@@ -2692,7 +2692,7 @@ focused item.
2692
2692
  </p>
2693
2693
  <p>
2694
2694
  Applications should not connect to it, but may emit it with
2695
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control activation
2695
+ <code class="function">g_signal_emit_by_name()</code> if they need to control activation
2696
2696
  programmatically.
2697
2697
  </p>
2698
2698
  <p>
@@ -2720,7 +2720,7 @@ The default bindings for this signal are Space, Return and Enter.
2720
2720
  <a name="GtkIconView-item-activated"></a><h3>The <code class="literal">"item-activated"</code> signal</h3>
2721
2721
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
2722
2722
  <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2723
- <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>
2723
+ <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>
2724
2724
  <p>
2725
2725
  The ::item-activated signal is emitted when the method
2726
2726
  <a class="link" href="GtkIconView.html#gtk-icon-view-item-activated" title="gtk_icon_view_item_activated ()"><code class="function">gtk_icon_view_item_activated()</code></a> is called, when the user double
@@ -2757,7 +2757,7 @@ Space, Return or Enter is pressed.
2757
2757
  <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="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
2758
2758
  <a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
2759
2759
  <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> count,
2760
- <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>
2760
+ <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>
2761
2761
  <p>
2762
2762
  The ::move-cursor signal is a
2763
2763
  <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -2765,7 +2765,7 @@ which gets emitted when the user initiates a cursor movement.
2765
2765
  </p>
2766
2766
  <p>
2767
2767
  Applications should not connect to it, but may emit it with
2768
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
2768
+ <code class="function">g_signal_emit_by_name()</code> if they need to control the cursor
2769
2769
  programmatically.
2770
2770
  </p>
2771
2771
  <p>
@@ -2812,14 +2812,14 @@ the Shift modifier.
2812
2812
  <div class="refsect2">
2813
2813
  <a name="GtkIconView-select-all"></a><h3>The <code class="literal">"select-all"</code> signal</h3>
2814
2814
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
2815
- <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>
2815
+ <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>
2816
2816
  <p>
2817
2817
  A <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
2818
2818
  which gets emitted when the user selects all items.
2819
2819
  </p>
2820
2820
  <p>
2821
2821
  Applications should not connect to it, but may emit it with
2822
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
2822
+ <code class="function">g_signal_emit_by_name()</code> if they need to control selection
2823
2823
  programmatically.
2824
2824
  </p>
2825
2825
  <p>
@@ -2846,7 +2846,7 @@ The default binding for this signal is Ctrl-a.
2846
2846
  <div class="refsect2">
2847
2847
  <a name="GtkIconView-select-cursor-item"></a><h3>The <code class="literal">"select-cursor-item"</code> signal</h3>
2848
2848
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
2849
- <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>
2849
+ <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>
2850
2850
  <p>
2851
2851
  A <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
2852
2852
  which gets emitted when the user selects the item that is currently
@@ -2854,7 +2854,7 @@ focused.
2854
2854
  </p>
2855
2855
  <p>
2856
2856
  Applications should not connect to it, but may emit it with
2857
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
2857
+ <code class="function">g_signal_emit_by_name()</code> if they need to control selection
2858
2858
  programmatically.
2859
2859
  </p>
2860
2860
  <p>
@@ -2881,7 +2881,7 @@ There is no default binding for this signal.
2881
2881
  <div class="refsect2">
2882
2882
  <a name="GtkIconView-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
2883
2883
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
2884
- <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>
2884
+ <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>
2885
2885
  <p>
2886
2886
  The ::selection-changed signal is emitted when the selection
2887
2887
  (i.e. the set of selected items) changes.
@@ -2907,7 +2907,7 @@ The ::selection-changed signal is emitted when the selection
2907
2907
  <div class="refsect2">
2908
2908
  <a name="GtkIconView-toggle-cursor-item"></a><h3>The <code class="literal">"toggle-cursor-item"</code> signal</h3>
2909
2909
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
2910
- <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>
2910
+ <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>
2911
2911
  <p>
2912
2912
  A <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
2913
2913
  which gets emitted when the user toggles whether the currently
@@ -2917,7 +2917,7 @@ depend on the selection mode.
2917
2917
  </p>
2918
2918
  <p>
2919
2919
  Applications should not connect to it, but may emit it with
2920
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
2920
+ <code class="function">g_signal_emit_by_name()</code> if they need to control selection
2921
2921
  programmatically.
2922
2922
  </p>
2923
2923
  <p>
@@ -2944,14 +2944,14 @@ There is no default binding for this signal is Ctrl-Space.
2944
2944
  <div class="refsect2">
2945
2945
  <a name="GtkIconView-unselect-all"></a><h3>The <code class="literal">"unselect-all"</code> signal</h3>
2946
2946
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
2947
- <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>
2947
+ <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>
2948
2948
  <p>
2949
2949
  A <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
2950
2950
  which gets emitted when the user unselects all items.
2951
2951
  </p>
2952
2952
  <p>
2953
2953
  Applications should not connect to it, but may emit it with
2954
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
2954
+ <code class="function">g_signal_emit_by_name()</code> if they need to control selection
2955
2955
  programmatically.
2956
2956
  </p>
2957
2957
  <p>
@@ -57,7 +57,7 @@ enum <a class="link" href="GtkImage.html#GtkImageType" title="enu
57
57
  <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> **icon_name</code></em>,
58
58
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);
59
59
  <span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-get-gicon" title="gtk_image_get_gicon ()">gtk_image_get_gicon</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
60
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> **gicon</code></em>,
60
+ <em class="parameter"><code><span class="type">GIcon</span> **gicon</code></em>,
61
61
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);
62
62
  <a class="link" href="GtkImage.html#GtkImageType" title="enum GtkImageType"><span class="returnvalue">GtkImageType</span></a> <a class="link" href="GtkImage.html#gtk-image-get-storage-type" title="gtk_image_get_storage_type ()">gtk_image_get_storage_type</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>);
63
63
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkImage.html#gtk-image-new-from-file" title="gtk_image_new_from_file ()">gtk_image_new_from_file</a> (<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> *filename</code></em>);
@@ -69,7 +69,7 @@ enum <a class="link" href="GtkImage.html#GtkImageType" title="enu
69
69
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkImage.html#gtk-image-new-from-animation" title="gtk_image_new_from_animation ()">gtk_image_new_from_animation</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Animations.html#GdkPixbufAnimation"><span class="type">GdkPixbufAnimation</span></a> *animation</code></em>);
70
70
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkImage.html#gtk-image-new-from-icon-name" title="gtk_image_new_from_icon_name ()">gtk_image_new_from_icon_name</a> (<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> *icon_name</code></em>,
71
71
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
72
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkImage.html#gtk-image-new-from-gicon" title="gtk_image_new_from_gicon ()">gtk_image_new_from_gicon</a> (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
72
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkImage.html#gtk-image-new-from-gicon" title="gtk_image_new_from_gicon ()">gtk_image_new_from_gicon</a> (<em class="parameter"><code><span class="type">GIcon</span> *icon</code></em>,
73
73
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
74
74
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkImage.html#gtk-image-new-from-resource" title="gtk_image_new_from_resource ()">gtk_image_new_from_resource</a> (<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> *resource_path</code></em>);
75
75
  <span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-set-from-file" title="gtk_image_set_from_file ()">gtk_image_set_from_file</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
@@ -88,7 +88,7 @@ enum <a class="link" href="GtkImage.html#GtkImageType" title="enu
88
88
  <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> *icon_name</code></em>,
89
89
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
90
90
  <span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-set-from-gicon" title="gtk_image_set_from_gicon ()">gtk_image_set_from_gicon</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
91
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
91
+ <em class="parameter"><code><span class="type">GIcon</span> *icon</code></em>,
92
92
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
93
93
  <span class="returnvalue">void</span> <a class="link" href="GtkImage.html#gtk-image-set-from-resource" title="gtk_image_set_from_resource ()">gtk_image_set_from_resource</a> (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
94
94
  <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> *resource_path</code></em>);
@@ -102,8 +102,8 @@ enum <a class="link" href="GtkImage.html#GtkImageType" title="enu
102
102
  <div class="refsect1">
103
103
  <a name="GtkImage.object-hierarchy"></a><h2>Object Hierarchy</h2>
104
104
  <pre class="synopsis">
105
- <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>
106
- +----<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>
105
+ GObject
106
+ +----GInitiallyUnowned
107
107
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
108
108
  +----<a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
109
109
  +----GtkImage
@@ -119,7 +119,7 @@ GtkImage implements
119
119
  <a name="GtkImage.properties"></a><h2>Properties</h2>
120
120
  <pre class="synopsis">
121
121
  "<a class="link" href="GtkImage.html#GtkImage--file" title='The "file" property'>file</a>" <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>* : Read / Write
122
- "<a class="link" href="GtkImage.html#GtkImage--gicon" title='The "gicon" property'>gicon</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write
122
+ "<a class="link" href="GtkImage.html#GtkImage--gicon" title='The "gicon" property'>gicon</a>" <span class="type">GIcon</span>* : Read / Write
123
123
  "<a class="link" href="GtkImage.html#GtkImage--icon-name" title='The "icon-name" property'>icon-name</a>" <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>* : Read / Write
124
124
  "<a class="link" href="GtkImage.html#GtkImage--icon-set" title='The "icon-set" property'>icon-set</a>" <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>* : Read / Write
125
125
  "<a class="link" href="GtkImage.html#GtkImage--icon-size" title='The "icon-size" property'>icon-size</a>" <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
@@ -248,9 +248,9 @@ on the image, such as button clicks, place the image inside a
248
248
 
249
249
  <span class="normal"> </span><span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">event_box</span><span class="symbol">),</span><span class="normal"> image</span><span class="symbol">);</span>
250
250
 
251
- <span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function"><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:CAPS">G_OBJECT</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">event_box</span><span class="symbol">),</span>
251
+ <span class="normal"> </span><span class="function">g_signal_connect</span><span class="normal"> </span><span class="symbol">(</span><span class="function">G_OBJECT</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">event_box</span><span class="symbol">),</span>
252
252
  <span class="normal"> </span><span class="string">"button_press_event"</span><span class="symbol">,</span>
253
- <span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">button_press_callback</span><span class="symbol">),</span>
253
+ <span class="normal"> </span><span class="function">G_CALLBACK</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">button_press_callback</span><span class="symbol">),</span>
254
254
  <span class="normal"> image</span><span class="symbol">);</span>
255
255
 
256
256
  <span class="normal"> </span><span class="keyword">return</span><span class="normal"> image</span><span class="symbol">;</span>
@@ -353,7 +353,7 @@ functions), but they will all return <a href="/home/kou/work/ruby/ruby-gnome2.wi
353
353
  </tr>
354
354
  <tr>
355
355
  <td><p><a name="GTK-IMAGE-GICON:CAPS"></a><span class="term"><code class="literal">GTK_IMAGE_GICON</code></span></p></td>
356
- <td>the widget contains a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>.
356
+ <td>the widget contains a <span class="type">GIcon</span>.
357
357
  This image type was added in GTK+ 2.14
358
358
  </td>
359
359
  </tr>
@@ -556,14 +556,14 @@ or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-d
556
556
  <div class="refsect2">
557
557
  <a name="gtk-image-get-gicon"></a><h3>gtk_image_get_gicon ()</h3>
558
558
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_image_get_gicon (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
559
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> **gicon</code></em>,
559
+ <em class="parameter"><code><span class="type">GIcon</span> **gicon</code></em>,
560
560
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> *size</code></em>);</pre>
561
561
  <p>
562
- Gets the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> and size being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
562
+ Gets the <span class="type">GIcon</span> and size being displayed by the <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a>.
563
563
  The storage type of the image must be <a class="link" href="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"><code class="literal">GTK_IMAGE_EMPTY</code></a> or
564
564
  <a class="link" href="GtkImage.html#GTK-IMAGE-GICON:CAPS"><code class="literal">GTK_IMAGE_GICON</code></a> (see <a class="link" href="GtkImage.html#gtk-image-get-storage-type" title="gtk_image_get_storage_type ()"><code class="function">gtk_image_get_storage_type()</code></a>).
565
565
  The caller of this function does not own a reference to the
566
- returned <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>.
566
+ returned <span class="type">GIcon</span>.
567
567
  </p>
568
568
  <div class="variablelist"><table border="0" class="variablelist">
569
569
  <colgroup>
@@ -579,7 +579,7 @@ returned <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share
579
579
  <tr>
580
580
  <td><p><span class="term"><em class="parameter"><code>gicon</code></em> :</span></p></td>
581
581
  <td>place to store a
582
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>, 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>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
582
+ <span class="type">GIcon</span>, 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>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
583
583
  </td>
584
584
  </tr>
585
585
  <tr>
@@ -853,7 +853,7 @@ will be updated appropriately.
853
853
  <hr>
854
854
  <div class="refsect2">
855
855
  <a name="gtk-image-new-from-gicon"></a><h3>gtk_image_new_from_gicon ()</h3>
856
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_image_new_from_gicon (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
856
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_image_new_from_gicon (<em class="parameter"><code><span class="type">GIcon</span> *icon</code></em>,
857
857
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
858
858
  <p>
859
859
  Creates a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> displaying an icon from the current icon theme.
@@ -1120,7 +1120,7 @@ See <a class="link" href="GtkImage.html#gtk-image-new-from-icon-name" title="gtk
1120
1120
  <div class="refsect2">
1121
1121
  <a name="gtk-image-set-from-gicon"></a><h3>gtk_image_set_from_gicon ()</h3>
1122
1122
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_image_set_from_gicon (<em class="parameter"><code><a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> *image</code></em>,
1123
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>,
1123
+ <em class="parameter"><code><span class="type">GIcon</span> *icon</code></em>,
1124
1124
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
1125
1125
  <p>
1126
1126
  See <a class="link" href="GtkImage.html#gtk-image-new-from-gicon" title="gtk_image_new_from_gicon ()"><code class="function">gtk_image_new_from_gicon()</code></a> for details.
@@ -1281,7 +1281,7 @@ Gets the pixel size used for named icons.
1281
1281
  <hr>
1282
1282
  <div class="refsect2">
1283
1283
  <a name="GtkImage--gicon"></a><h3>The <code class="literal">"gicon"</code> property</h3>
1284
- <pre class="programlisting"> "gicon" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
1284
+ <pre class="programlisting"> "gicon" <span class="type">GIcon</span>* : Read / Write</pre>
1285
1285
  <p>
1286
1286
  The GIcon displayed in the GtkImage. For themed icons,
1287
1287
  If the icon theme is changed, the image will be updated
@@ -68,8 +68,8 @@ struct <a class="link" href="GtkImageMenuItem.html#GtkImageMenuItem
68
68
  <div class="refsect1">
69
69
  <a name="GtkImageMenuItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
70
70
  <pre class="synopsis">
71
- <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>
72
- +----<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>
71
+ GObject
72
+ +----GInitiallyUnowned
73
73
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
74
74
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
75
75
  +----<a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@@ -80,8 +80,8 @@ struct <a class="link" href="GtkInfoBar.html#GtkInfoBar-struct" tit
80
80
  <div class="refsect1">
81
81
  <a name="GtkInfoBar.object-hierarchy"></a><h2>Object Hierarchy</h2>
82
82
  <pre class="synopsis">
83
- <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>
84
- +----<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>
83
+ GObject
84
+ +----GInitiallyUnowned
85
85
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
86
86
  +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
87
87
  +----<a class="link" href="GtkBox.html" title="GtkBox">GtkBox</a>
@@ -113,8 +113,8 @@ GtkInfoBar implements
113
113
  <div class="refsect1">
114
114
  <a name="GtkInfoBar.signals"></a><h2>Signals</h2>
115
115
  <pre class="synopsis">
116
- "<a class="link" href="GtkInfoBar.html#GtkInfoBar-close" title='The "close" signal'>close</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>
117
- "<a class="link" href="GtkInfoBar.html#GtkInfoBar-response" title='The "response" signal'>response</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>
116
+ "<a class="link" href="GtkInfoBar.html#GtkInfoBar-close" title='The "close" signal'>close</a>" : <code class="literal">Action</code>
117
+ "<a class="link" href="GtkInfoBar.html#GtkInfoBar-response" title='The "response" signal'>response</a>" : <code class="literal">Run Last</code>
118
118
  </pre>
119
119
  </div>
120
120
  <div class="refsect1">
@@ -179,8 +179,8 @@ to determine how the message is displayed.
179
179
  <span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">content_area</span><span class="symbol">),</span><span class="normal"> message_label</span><span class="symbol">);</span>
180
180
  <span class="function"><a href="GtkInfoBar.html#gtk-info-bar-add-button">gtk_info_bar_add_button</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_INFO_BAR</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info_bar</span><span class="symbol">),</span>
181
181
  <span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-I18N.html#gettext-macro">_</a></span><span class="symbol">(</span><span class="string">"_OK"</span><span class="symbol">),</span><span class="normal"> <a href="GtkDialog.html#GTK-RESPONSE-OK:CAPS">GTK_RESPONSE_OK</a></span><span class="symbol">);</span>
182
- <span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info_bar</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"response"</span><span class="symbol">,</span>
183
- <span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="GtkWidget.html#gtk-widget-hide">gtk_widget_hide</a></span><span class="symbol">),</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
182
+ <span class="function">g_signal_connect</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info_bar</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"response"</span><span class="symbol">,</span>
183
+ <span class="normal"> </span><span class="function">G_CALLBACK</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="GtkWidget.html#gtk-widget-hide">gtk_widget_hide</a></span><span class="symbol">),</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
184
184
  <span class="function"><a href="GtkGrid.html#gtk-grid-attach">gtk_grid_attach</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_GRID</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">grid</span><span class="symbol">),</span>
185
185
  <span class="normal"> info_bar</span><span class="symbol">,</span>
186
186
  <span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="number">1</span><span class="symbol">,</span><span class="normal"> </span><span class="number">1</span><span class="symbol">);</span>
@@ -752,7 +752,7 @@ content area of the info bar.
752
752
  <div class="refsect2">
753
753
  <a name="GtkInfoBar-close"></a><h3>The <code class="literal">"close"</code> signal</h3>
754
754
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *arg0,
755
- <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>
755
+ <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>
756
756
  <p>
757
757
  The ::close signal is a
758
758
  <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -779,7 +779,7 @@ The default binding for this signal is the Escape key.
779
779
  <a name="GtkInfoBar-response"></a><h3>The <code class="literal">"response"</code> signal</h3>
780
780
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar,
781
781
  <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> response_id,
782
- <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>
782
+ <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>
783
783
  <p>
784
784
  Emitted when an action widget is clicked or the application programmer
785
785
  calls <a class="link" href="GtkDialog.html#gtk-dialog-response" title="gtk_dialog_response ()"><code class="function">gtk_dialog_response()</code></a>. The <em class="parameter"><code>response_id</code></em> depends on which action
@@ -54,8 +54,8 @@ struct <a class="link" href="GtkInvisible.html#GtkInvisible-struct"
54
54
  <div class="refsect1">
55
55
  <a name="GtkInvisible.object-hierarchy"></a><h2>Object Hierarchy</h2>
56
56
  <pre class="synopsis">
57
- <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>
58
- +----<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>
57
+ GObject
58
+ +----GInitiallyUnowned
59
59
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
60
60
  +----GtkInvisible
61
61
  </pre>
@@ -124,8 +124,8 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
124
124
  <div class="refsect1">
125
125
  <a name="GtkLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
126
126
  <pre class="synopsis">
127
- <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>
128
- +----<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>
127
+ GObject
128
+ +----GInitiallyUnowned
129
129
  +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
130
130
  +----<a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
131
131
  +----GtkLabel
@@ -166,11 +166,11 @@ GtkLabel implements
166
166
  <div class="refsect1">
167
167
  <a name="GtkLabel.signals"></a><h2>Signals</h2>
168
168
  <pre class="synopsis">
169
- "<a class="link" href="GtkLabel.html#GtkLabel-activate-current-link" title='The "activate-current-link" signal'>activate-current-link</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>
170
- "<a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "activate-link" signal'>activate-link</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>
171
- "<a class="link" href="GtkLabel.html#GtkLabel-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</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>
172
- "<a class="link" href="GtkLabel.html#GtkLabel-move-cursor" title='The "move-cursor" signal'>move-cursor</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>
173
- "<a class="link" href="GtkLabel.html#GtkLabel-populate-popup" title='The "populate-popup" signal'>populate-popup</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>
169
+ "<a class="link" href="GtkLabel.html#GtkLabel-activate-current-link" title='The "activate-current-link" signal'>activate-current-link</a>" : <code class="literal">Action</code>
170
+ "<a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "activate-link" signal'>activate-link</a>" : <code class="literal">Run Last</code>
171
+ "<a class="link" href="GtkLabel.html#GtkLabel-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" : <code class="literal">Action</code>
172
+ "<a class="link" href="GtkLabel.html#GtkLabel-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : <code class="literal">Action</code>
173
+ "<a class="link" href="GtkLabel.html#GtkLabel-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : <code class="literal">Run Last</code>
174
174
  </pre>
175
175
  </div>
176
176
  <div class="refsect1">
@@ -2086,13 +2086,13 @@ means wrap on word boundaries.
2086
2086
  <div class="refsect2">
2087
2087
  <a name="GtkLabel-activate-current-link"></a><h3>The <code class="literal">"activate-current-link"</code> signal</h3>
2088
2088
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2089
- <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>
2089
+ <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>
2090
2090
  <p>
2091
2091
  A <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
2092
2092
  which gets emitted when the user activates a link in the label.
2093
2093
  </p>
2094
2094
  <p>
2095
- Applications may also emit the signal with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a>
2095
+ Applications may also emit the signal with <code class="function">g_signal_emit_by_name()</code>
2096
2096
  if they need to control activation of URIs programmatically.
2097
2097
  </p>
2098
2098
  <p>
@@ -2121,7 +2121,7 @@ The default bindings for this signal are all forms of the Enter key.
2121
2121
  <a name="GtkLabel-activate-link"></a><h3>The <code class="literal">"activate-link"</code> signal</h3>
2122
2122
  <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="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2123
2123
  <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> *uri,
2124
- <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>
2124
+ <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>
2125
2125
  <p>
2126
2126
  The signal which gets emitted to activate a URI.
2127
2127
  Applications may connect to it to override the default behaviour,
@@ -2158,7 +2158,7 @@ which is to call <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-u
2158
2158
  <div class="refsect2">
2159
2159
  <a name="GtkLabel-copy-clipboard"></a><h3>The <code class="literal">"copy-clipboard"</code> signal</h3>
2160
2160
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2161
- <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>
2161
+ <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>
2162
2162
  <p>
2163
2163
  The ::copy-clipboard signal is a
2164
2164
  <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -2191,7 +2191,7 @@ The default binding for this signal is Ctrl-c.
2191
2191
  <a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
2192
2192
  <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> count,
2193
2193
  <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
2194
- <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>
2194
+ <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>
2195
2195
  <p>
2196
2196
  The ::move-cursor signal is a
2197
2197
  <a class="link" href="gtk3-Bindings.html#keybinding-signals">keybinding signal</a>
@@ -2201,7 +2201,7 @@ the viewport to be moved instead.
2201
2201
  </p>
2202
2202
  <p>
2203
2203
  Applications should not connect to it, but may emit it with
2204
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
2204
+ <code class="function">g_signal_emit_by_name()</code> if they need to control the cursor
2205
2205
  programmatically.
2206
2206
  </p>
2207
2207
  <p>
@@ -2253,7 +2253,7 @@ There are too many key combinations to list them all here.
2253
2253
  <a name="GtkLabel-populate-popup"></a><h3>The <code class="literal">"populate-popup"</code> signal</h3>
2254
2254
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
2255
2255
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
2256
- <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>
2256
+ <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>
2257
2257
  <p>
2258
2258
  The ::populate-popup signal gets emitted before showing the
2259
2259
  context menu of the label. Note that only selectable labels