gtk2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (555) hide show
  1. checksums.yaml +7 -0
  2. data/README +2 -2
  3. data/Rakefile +5 -3
  4. data/ext/gtk2/extconf.rb +5 -2
  5. data/ext/gtk2/global.h +1 -8
  6. data/ext/gtk2/rbgdk.c +1 -16
  7. data/ext/gtk2/rbgdkcairo.c +0 -8
  8. data/ext/gtk2/rbgdkcolormap.c +0 -4
  9. data/ext/gtk2/rbgdkcursor.c +0 -18
  10. data/ext/gtk2/rbgdkdisplay.c +7 -45
  11. data/ext/gtk2/rbgdkdisplaymanager.c +0 -5
  12. data/ext/gtk2/rbgdkdragcontext.c +0 -13
  13. data/ext/gtk2/rbgdkdraw.c +2 -26
  14. data/ext/gtk2/rbgdkevent.c +631 -324
  15. data/ext/gtk2/rbgdkgc.c +0 -5
  16. data/ext/gtk2/rbgdkkeymap.c +2 -4
  17. data/ext/gtk2/rbgdkpango.c +0 -5
  18. data/ext/gtk2/rbgdkpangorenderer.c +0 -6
  19. data/ext/gtk2/rbgdkpixbuf.c +0 -3
  20. data/ext/gtk2/rbgdkpixmap.c +3 -18
  21. data/ext/gtk2/rbgdkproperty.c +0 -41
  22. data/ext/gtk2/rbgdkscreen.c +0 -22
  23. data/ext/gtk2/rbgdkselection.c +0 -13
  24. data/ext/gtk2/rbgdkvisual.c +0 -4
  25. data/ext/gtk2/rbgdkwindow.c +2 -71
  26. data/ext/gtk2/rbgdkx11.c +1 -6
  27. data/ext/gtk2/rbgtkaboutdialog.c +0 -5
  28. data/ext/gtk2/rbgtkaccelerator.c +0 -4
  29. data/ext/gtk2/rbgtkaccelgroup.c +0 -8
  30. data/ext/gtk2/rbgtkaccelmap.c +0 -15
  31. data/ext/gtk2/rbgtkaction.c +0 -14
  32. data/ext/gtk2/rbgtkactiongroup.c +0 -9
  33. data/ext/gtk2/rbgtkalignment.c +0 -4
  34. data/ext/gtk2/rbgtkassistant.c +0 -6
  35. data/ext/gtk2/rbgtkbbox.c +0 -4
  36. data/ext/gtk2/rbgtkbutton.c +0 -4
  37. data/ext/gtk2/rbgtkcalendar.c +0 -8
  38. data/ext/gtk2/rbgtkcelllayout.c +0 -5
  39. data/ext/gtk2/rbgtkcellrenderer.c +0 -8
  40. data/ext/gtk2/rbgtkcellrendereraccel.c +0 -6
  41. data/ext/gtk2/rbgtkcellrenderercombo.c +0 -6
  42. data/ext/gtk2/rbgtkcellrendererprogress.c +0 -6
  43. data/ext/gtk2/rbgtkcellrendererspin.c +0 -6
  44. data/ext/gtk2/rbgtkcellview.c +0 -5
  45. data/ext/gtk2/rbgtkclipboard.c +0 -48
  46. data/ext/gtk2/rbgtkcolorbutton.c +0 -6
  47. data/ext/gtk2/rbgtkcolorsel.c +0 -4
  48. data/ext/gtk2/rbgtkcombobox.c +0 -12
  49. data/ext/gtk2/rbgtkcomboboxentry.c +0 -6
  50. data/ext/gtk2/rbgtkconst.c +0 -2
  51. data/ext/gtk2/rbgtkdialog.c +0 -10
  52. data/ext/gtk2/rbgtkdrag.c +0 -24
  53. data/ext/gtk2/rbgtkentry.c +0 -4
  54. data/ext/gtk2/rbgtkentrycompletion.c +0 -10
  55. data/ext/gtk2/rbgtkexpander.c +0 -6
  56. data/ext/gtk2/rbgtkfilechooser.c +0 -10
  57. data/ext/gtk2/rbgtkfilechooserbutton.c +0 -6
  58. data/ext/gtk2/rbgtkfilechooserdialog.c +0 -8
  59. data/ext/gtk2/rbgtkfilechooserwidget.c +0 -6
  60. data/ext/gtk2/rbgtkfilefilter.c +0 -11
  61. data/ext/gtk2/rbgtkfilesystemerror.c +0 -2
  62. data/ext/gtk2/rbgtkfontbutton.c +0 -6
  63. data/ext/gtk2/rbgtkiconinfo.c +0 -5
  64. data/ext/gtk2/rbgtkiconsize.c +0 -4
  65. data/ext/gtk2/rbgtkicontheme.c +0 -11
  66. data/ext/gtk2/rbgtkiconview.c +0 -9
  67. data/ext/gtk2/rbgtkimage.c +0 -8
  68. data/ext/gtk2/rbgtkinvisible.c +0 -4
  69. data/ext/gtk2/rbgtklinkbutton.c +0 -5
  70. data/ext/gtk2/rbgtkliststore.c +0 -14
  71. data/ext/gtk2/rbgtkmenu.c +0 -12
  72. data/ext/gtk2/rbgtkmenubar.c +0 -2
  73. data/ext/gtk2/rbgtkmenushell.c +0 -4
  74. data/ext/gtk2/rbgtkmenutoolbutton.c +0 -5
  75. data/ext/gtk2/rbgtkmessagedialog.c +0 -4
  76. data/ext/gtk2/rbgtknotebook.c +0 -9
  77. data/ext/gtk2/rbgtkpagesetup.c +0 -5
  78. data/ext/gtk2/rbgtkpapersize.c +0 -6
  79. data/ext/gtk2/rbgtkprintcontext.c +0 -5
  80. data/ext/gtk2/rbgtkprintoperation.c +0 -5
  81. data/ext/gtk2/rbgtkprintoperationpreview.c +0 -5
  82. data/ext/gtk2/rbgtkprintsettings.c +0 -5
  83. data/ext/gtk2/rbgtkradioaction.c +0 -18
  84. data/ext/gtk2/rbgtkradiotoolbutton.c +0 -6
  85. data/ext/gtk2/rbgtkrange.c +0 -2
  86. data/ext/gtk2/rbgtkrc.c +0 -4
  87. data/ext/gtk2/rbgtkrecentchooser.c +0 -6
  88. data/ext/gtk2/rbgtkrecentchooserdialog.c +0 -5
  89. data/ext/gtk2/rbgtkrecentchoosermenu.c +0 -6
  90. data/ext/gtk2/rbgtkrecentchooserwidget.c +0 -5
  91. data/ext/gtk2/rbgtkrecentdata.c +0 -6
  92. data/ext/gtk2/rbgtkrecentfilter.c +0 -5
  93. data/ext/gtk2/rbgtkrecentfilterinfo.c +0 -6
  94. data/ext/gtk2/rbgtkrecentinfo.c +0 -5
  95. data/ext/gtk2/rbgtkrecentmanager.c +0 -5
  96. data/ext/gtk2/rbgtkscale.c +0 -6
  97. data/ext/gtk2/rbgtkscrolledwindow.c +0 -9
  98. data/ext/gtk2/rbgtkselection.c +0 -8
  99. data/ext/gtk2/rbgtkselectiondata.c +2 -14
  100. data/ext/gtk2/rbgtkseparatortoolitem.c +0 -6
  101. data/ext/gtk2/rbgtksettings.c +0 -4
  102. data/ext/gtk2/rbgtksizegroup.c +0 -5
  103. data/ext/gtk2/rbgtkstatusicon.c +0 -5
  104. data/ext/gtk2/rbgtkstock.c +0 -38
  105. data/ext/gtk2/rbgtkstyle.c +0 -8
  106. data/ext/gtk2/rbgtktargetlist.c +0 -34
  107. data/ext/gtk2/rbgtktextbuffer.c +0 -12
  108. data/ext/gtk2/rbgtktextiter.c +0 -8
  109. data/ext/gtk2/rbgtktextview.c +0 -4
  110. data/ext/gtk2/rbgtktoggleaction.c +0 -7
  111. data/ext/gtk2/rbgtktoggletoolbutton.c +0 -6
  112. data/ext/gtk2/rbgtktoolbar.c +0 -6
  113. data/ext/gtk2/rbgtktoolbutton.c +0 -6
  114. data/ext/gtk2/rbgtktoolitem.c +0 -9
  115. data/ext/gtk2/rbgtktooltips.c +0 -4
  116. data/ext/gtk2/rbgtktreeiter.c +0 -4
  117. data/ext/gtk2/rbgtktreemodelfilter.c +0 -5
  118. data/ext/gtk2/rbgtktreemodelsort.c +0 -4
  119. data/ext/gtk2/rbgtktreerowreference.c +0 -4
  120. data/ext/gtk2/rbgtktreeselection.c +0 -4
  121. data/ext/gtk2/rbgtktreestore.c +0 -19
  122. data/ext/gtk2/rbgtktreeview.c +0 -24
  123. data/ext/gtk2/rbgtktreeviewcolumn.c +0 -10
  124. data/ext/gtk2/rbgtkuimanager.c +0 -6
  125. data/ext/gtk2/rbgtkwidget.c +1 -31
  126. data/ext/gtk2/rbgtkwindow.c +2 -47
  127. data/lib/1.9/gtk2.so +0 -0
  128. data/lib/2.0/gtk2.so +0 -0
  129. data/sample/gtk-demo/common.rb +6 -1
  130. data/sample/gtk-demo/main.rb +89 -85
  131. data/test/test_gtk_icon_theme.rb +11 -6
  132. data/vendor/local/bin/gtk-demo.exe +0 -0
  133. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  134. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  135. data/vendor/local/bin/libgailutil-18.dll +0 -0
  136. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  137. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  138. data/vendor/local/include/gtk-2.0/gtk/gtksignal.h +3 -1
  139. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +3 -3
  140. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  141. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
  142. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +2 -2
  143. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  144. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
  145. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +2 -2
  146. data/vendor/local/lib/gtk-2.0/2.10.0/immodules.cache +40 -0
  147. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll +0 -0
  148. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll.a +0 -0
  149. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.la +2 -2
  150. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll +0 -0
  151. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll.a +0 -0
  152. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.la +2 -2
  153. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll +0 -0
  154. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll.a +0 -0
  155. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la +2 -2
  156. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll +0 -0
  157. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll.a +0 -0
  158. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.la +2 -2
  159. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll +0 -0
  160. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll.a +0 -0
  161. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la +2 -2
  162. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll +0 -0
  163. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll.a +0 -0
  164. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.la +2 -2
  165. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll +0 -0
  166. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll.a +0 -0
  167. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.la +2 -2
  168. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll +0 -0
  169. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll.a +0 -0
  170. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.la +2 -2
  171. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll +0 -0
  172. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll.a +0 -0
  173. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.la +2 -2
  174. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll +0 -0
  175. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll.a +0 -0
  176. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.la +2 -2
  177. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll +0 -0
  178. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll.a +0 -0
  179. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.la +2 -2
  180. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  181. data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
  182. data/vendor/local/lib/gtk-2.0/modules/libgail.la +2 -2
  183. data/vendor/local/lib/libgailutil.dll.a +0 -0
  184. data/vendor/local/lib/libgailutil.la +2 -2
  185. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  186. data/vendor/local/lib/libgdk-win32-2.0.la +3 -3
  187. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  188. data/vendor/local/lib/libgtk-win32-2.0.la +3 -3
  189. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  190. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  191. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  192. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  193. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  194. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +111 -111
  195. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +33 -33
  196. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +101 -99
  199. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +9 -9
  200. data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +167 -167
  201. data/vendor/local/share/gtk-doc/html/gdk2/annotation-glossary.html +31 -22
  202. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-10.html +2 -2
  203. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-12.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-14.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-16.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-18.html +2 -2
  207. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-2.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-20.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-22.html +2 -2
  210. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-4.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-6.html +2 -2
  212. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-8.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gdk2/api-index-deprecated.html +2 -2
  214. data/vendor/local/share/gtk-doc/html/gdk2/api-index-full.html +8 -8
  215. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +15 -15
  216. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +68 -68
  217. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cairo-Interaction.html +36 -36
  218. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +89 -89
  219. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +25 -25
  220. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +47 -47
  221. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +268 -268
  222. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +106 -106
  223. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +66 -66
  224. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +125 -125
  225. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +125 -125
  226. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +85 -85
  227. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +54 -54
  228. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +54 -54
  229. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +59 -59
  230. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +25 -25
  231. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +121 -104
  232. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +111 -111
  233. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +41 -41
  234. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +49 -49
  235. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +133 -132
  236. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +39 -39
  237. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +20 -20
  238. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +105 -105
  239. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +59 -59
  240. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +478 -478
  241. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +76 -76
  242. data/vendor/local/share/gtk-doc/html/gdk2/index.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gdk2/index.sgml +6 -6
  244. data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +8 -8
  245. data/vendor/local/share/gtk-doc/html/gdk2/reference.html +2 -2
  246. data/vendor/local/share/gtk-doc/html/gtk2/AbstractObjects.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gtk2/Actions.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk2/Builder.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gtk2/ButtonWidgets.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gtk2/DeprecatedObjects.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gtk2/DisplayWidgets.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +144 -144
  253. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +17 -17
  254. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +5 -5
  255. data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +135 -135
  256. data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +112 -112
  257. data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +25 -25
  258. data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +80 -80
  259. data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +56 -56
  260. data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +6 -6
  261. data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +32 -32
  262. data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +73 -73
  263. data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +5 -5
  264. data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +70 -70
  265. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +54 -54
  266. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +129 -129
  267. data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +75 -75
  268. data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +36 -36
  269. data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +296 -296
  270. data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +214 -214
  271. data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +99 -99
  272. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +10 -10
  273. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +29 -29
  274. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +104 -104
  275. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
  276. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +14 -14
  277. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +27 -27
  278. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +17 -17
  279. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +9 -9
  280. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +9 -9
  281. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +98 -98
  282. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +36 -36
  283. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +26 -26
  284. data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +12 -12
  285. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +27 -27
  286. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +55 -55
  287. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +6 -6
  288. data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +43 -43
  289. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +116 -114
  290. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +13 -13
  291. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +18 -18
  292. data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +95 -95
  293. data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +28 -28
  294. data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +77 -77
  295. data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +14 -14
  296. data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +62 -62
  297. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +299 -299
  298. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +61 -61
  299. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +106 -106
  300. data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +19 -19
  301. data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +61 -61
  302. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +219 -219
  303. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +34 -34
  304. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +20 -20
  305. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +6 -6
  306. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +34 -34
  307. data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +23 -23
  308. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +61 -61
  309. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +32 -32
  310. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +22 -22
  311. data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +31 -31
  312. data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +4 -4
  313. data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +9 -9
  314. data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +8 -8
  315. data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +4 -4
  316. data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +4 -4
  317. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +50 -50
  318. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +10 -10
  319. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +6 -6
  320. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +4 -4
  321. data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
  322. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +71 -71
  323. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +10 -10
  324. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +3 -3
  325. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +115 -115
  326. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +222 -222
  327. data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +105 -105
  328. data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +32 -32
  329. data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +43 -43
  330. data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
  331. data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +10 -10
  333. data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +109 -109
  334. data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +205 -205
  335. data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +35 -35
  336. data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +34 -34
  337. data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +42 -42
  338. data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +30 -30
  339. data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +68 -68
  340. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +115 -115
  341. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +6 -6
  342. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +68 -68
  343. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +47 -47
  344. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +20 -20
  345. data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +48 -48
  346. data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +36 -36
  347. data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +230 -230
  348. data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +119 -119
  349. data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +10 -10
  350. data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +52 -52
  351. data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +10 -10
  352. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +77 -77
  353. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +8 -8
  354. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +57 -57
  355. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +70 -70
  356. data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +8 -8
  357. data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +13 -13
  358. data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +47 -47
  359. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +60 -60
  360. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +42 -42
  361. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +212 -212
  362. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +38 -38
  363. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +98 -98
  364. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +48 -48
  365. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +60 -60
  366. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +31 -31
  367. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +32 -32
  368. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +28 -28
  369. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +18 -18
  370. data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +113 -113
  371. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +34 -34
  372. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +117 -117
  373. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +18 -18
  374. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +11 -11
  375. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +4 -4
  376. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +38 -38
  377. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +154 -154
  378. data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +32 -32
  379. data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +49 -49
  380. data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +32 -32
  381. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +16 -16
  382. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +45 -24
  383. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +4 -4
  384. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +4 -4
  385. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +13 -13
  386. data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +236 -220
  387. data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +15 -15
  388. data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +14 -14
  389. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +95 -95
  390. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +10 -10
  391. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +177 -177
  392. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +39 -39
  393. data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +476 -476
  394. data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +95 -95
  395. data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +4 -4
  396. data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +38 -38
  397. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +241 -241
  398. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +319 -319
  399. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +29 -29
  400. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +153 -153
  401. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +19 -19
  402. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +248 -248
  403. data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +29 -29
  404. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +29 -29
  405. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +48 -48
  406. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +18 -18
  407. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +64 -64
  408. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +75 -75
  409. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +56 -56
  410. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +41 -41
  411. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +6 -6
  412. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +129 -129
  413. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +33 -33
  414. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +19 -19
  415. data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +36 -36
  416. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +10 -10
  417. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +158 -158
  418. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +50 -50
  419. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +18 -18
  420. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +45 -45
  421. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +36 -36
  422. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +77 -77
  423. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +482 -482
  424. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +180 -180
  425. data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +66 -66
  426. data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +9 -9
  427. data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +8 -8
  428. data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +4 -4
  429. data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +4 -4
  430. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +10 -10
  431. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +6 -6
  432. data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +4 -4
  433. data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +6 -6
  434. data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +4 -4
  435. data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +803 -803
  436. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +324 -324
  437. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +5 -5
  438. data/vendor/local/share/gtk-doc/html/gtk2/LayoutContainers.html +2 -2
  439. data/vendor/local/share/gtk-doc/html/gtk2/MenusAndCombos.html +2 -2
  440. data/vendor/local/share/gtk-doc/html/gtk2/MiscObjects.html +2 -2
  441. data/vendor/local/share/gtk-doc/html/gtk2/NumericEntry.html +2 -2
  442. data/vendor/local/share/gtk-doc/html/gtk2/Ornaments.html +2 -2
  443. data/vendor/local/share/gtk-doc/html/gtk2/PlugSocket.html +2 -2
  444. data/vendor/local/share/gtk-doc/html/gtk2/Printing.html +2 -2
  445. data/vendor/local/share/gtk-doc/html/gtk2/RecentDocuments.html +2 -2
  446. data/vendor/local/share/gtk-doc/html/gtk2/ScrollingWidgets.html +2 -2
  447. data/vendor/local/share/gtk-doc/html/gtk2/SelectorWidgets.html +2 -2
  448. data/vendor/local/share/gtk-doc/html/gtk2/SpecialObjects.html +2 -2
  449. data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +5 -5
  450. data/vendor/local/share/gtk-doc/html/gtk2/TextWidgetObjects.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +25 -25
  452. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidgetObjects.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/gtk2/WindowWidgets.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/gtk2/annotation-glossary.html +34 -31
  455. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-10.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-12.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-14.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-16.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-18.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-2.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-20.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-22.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-24.html +10 -2
  464. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-4.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-6.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-8.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/gtk2/api-index-deprecated.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gtk2/api-index-full.html +26 -18
  469. data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +6 -6
  470. data/vendor/local/share/gtk-doc/html/gtk2/ch02.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +3 -3
  472. data/vendor/local/share/gtk-doc/html/gtk2/checklist-gdkeventexpose-region.html +2 -2
  473. data/vendor/local/share/gtk-doc/html/gtk2/checklist-modifiers.html +2 -2
  474. data/vendor/local/share/gtk-doc/html/gtk2/checklist-named-icons.html +2 -2
  475. data/vendor/local/share/gtk-doc/html/gtk2/decorating-the-assistant-pages.html +2 -2
  476. data/vendor/local/share/gtk-doc/html/gtk2/glossary.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/gtk2/gtk-builder-convert.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/gtk2/gtk-building.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-1-2.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +7 -7
  481. data/vendor/local/share/gtk-doc/html/gtk2/gtk-compiling.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gtk2/gtk-directfb.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-ClientSideWindows.html +4 -4
  484. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +9 -9
  485. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAction.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAssistant.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkBuilder.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +5 -5
  489. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +10 -10
  490. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkFileChooser.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +9 -9
  492. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +13 -13
  494. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +3 -3
  495. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +9 -9
  496. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-label-links.html +2 -2
  497. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +4 -4
  498. data/vendor/local/share/gtk-doc/html/gtk2/gtk-osx.html +2 -2
  499. data/vendor/local/share/gtk-doc/html/gtk2/gtk-query-immodules-2.0.html +28 -7
  500. data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +61 -61
  501. data/vendor/local/share/gtk-doc/html/gtk2/gtk-resources.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gtk2/gtk-running.html +7 -8
  503. data/vendor/local/share/gtk-doc/html/gtk2/gtk-update-icon-cache.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/gtk2/gtk-windows.html +2 -2
  505. data/vendor/local/share/gtk-doc/html/gtk2/gtk-x11.html +2 -2
  506. data/vendor/local/share/gtk-doc/html/gtk2/gtk.html +2 -2
  507. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +54 -54
  508. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +57 -57
  509. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +128 -128
  510. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +89 -89
  511. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +13 -13
  512. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +27 -27
  513. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +180 -180
  514. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +4 -4
  515. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +26 -26
  516. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +184 -184
  517. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +102 -102
  518. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +73 -73
  520. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +161 -161
  521. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +97 -97
  522. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Standard-Enumerations.html +2 -2
  523. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +28 -28
  524. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +54 -54
  525. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +84 -84
  526. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +40 -40
  527. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +36 -36
  528. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +31 -31
  529. data/vendor/local/share/gtk-doc/html/gtk2/gtk2.devhelp2 +4 -2
  530. data/vendor/local/share/gtk-doc/html/gtk2/gtkbase.html +2 -2
  531. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-extra-widgets.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-preview.html +2 -2
  533. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-new-features.html +2 -2
  534. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +3 -3
  535. data/vendor/local/share/gtk-doc/html/gtk2/gtkobjects.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +6 -6
  537. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +3 -3
  538. data/vendor/local/share/gtk-doc/html/gtk2/index.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gtk2/index.sgml +10 -8
  540. data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +9 -9
  541. data/vendor/local/share/gtk-doc/html/gtk2/migrating-gnomeuiinfo.html +2 -2
  542. data/vendor/local/share/gtk-doc/html/gtk2/migrating.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gtk2/new-features-GtkComboBox.html +2 -2
  544. data/vendor/local/share/gtk-doc/html/gtk2/pt05.html +2 -2
  545. data/vendor/local/share/gtk-doc/html/gtk2/setting-the-page-flow.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gtk2/ui-manager.html +2 -2
  547. data/vendor/local/share/icons/hicolor/index.theme +179 -11
  548. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
  549. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
  550. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  551. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  552. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  553. data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
  554. metadata +15 -23
  555. data/vendor/local/etc/gtk-2.0/gtk.immodules +0 -39
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
9
9
  <link rel="prev" href="gtk2-Selections.html" title="Selections">
10
10
  <link rel="next" href="gtk2-Signals.html" title="Signals">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -45,9 +45,9 @@ extern const guint <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-mino
45
45
  extern const guint <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-micro-version" title="gtk_micro_version">gtk_micro_version</a>;
46
46
  extern const guint <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-binary-age" title="gtk_binary_age">gtk_binary_age</a>;
47
47
  extern const guint <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-interface-age" title="gtk_interface_age">gtk_interface_age</a>;
48
- const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-check-version" title="gtk_check_version ()">gtk_check_version</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_major</code></em>,
49
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_minor</code></em>,
50
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_micro</code></em>);
48
+ 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="returnvalue">gchar</span></a> * <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-check-version" title="gtk_check_version ()">gtk_check_version</a> (<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> required_major</code></em>,
49
+ <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> required_minor</code></em>,
50
+ <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> required_micro</code></em>);
51
51
 
52
52
  #define <a class="link" href="gtk2-Feature-Test-Macros.html#GTK-MAJOR-VERSION:CAPS" title="GTK_MAJOR_VERSION">GTK_MAJOR_VERSION</a>
53
53
  #define <a class="link" href="gtk2-Feature-Test-Macros.html#GTK-MINOR-VERSION:CAPS" title="GTK_MINOR_VERSION">GTK_MINOR_VERSION</a>
@@ -140,9 +140,9 @@ about it. ;-)
140
140
  <hr>
141
141
  <div class="refsect2">
142
142
  <a name="gtk-check-version"></a><h3>gtk_check_version ()</h3>
143
- <pre class="programlisting">const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_check_version (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_major</code></em>,
144
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_minor</code></em>,
145
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> required_micro</code></em>);</pre>
143
+ <pre class="programlisting">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="returnvalue">gchar</span></a> * gtk_check_version (<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> required_major</code></em>,
144
+ <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> required_minor</code></em>,
145
+ <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> required_micro</code></em>);</pre>
146
146
  <p>
147
147
  Checks that the GTK+ library in use is compatible with the
148
148
  given version. Generally you would pass in the constants
@@ -190,7 +190,7 @@ into an application using a newer version of GTK+.
190
190
  <tr>
191
191
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
192
192
  <td>
193
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the GTK+ library is compatible with the
193
+ <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 the GTK+ library is compatible with the
194
194
  given version, or a string describing the version mismatch.
195
195
  The returned string is owned by GTK+ and should not be modified
196
196
  or freed.</td>
@@ -223,7 +223,7 @@ at application run time.
223
223
  <hr>
224
224
  <div class="refsect2">
225
225
  <a name="GTK-MICRO-VERSION:CAPS"></a><h3>GTK_MICRO_VERSION</h3>
226
- <pre class="programlisting">#define GTK_MICRO_VERSION (18)
226
+ <pre class="programlisting">#define GTK_MICRO_VERSION (22)
227
227
  </pre>
228
228
  <p>
229
229
  Like <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-micro-version" title="gtk_micro_version"><span class="type">gtk_micro_version</span></a>, but from the headers used at
@@ -234,7 +234,7 @@ at application run time.
234
234
  <hr>
235
235
  <div class="refsect2">
236
236
  <a name="GTK-BINARY-AGE:CAPS"></a><h3>GTK_BINARY_AGE</h3>
237
- <pre class="programlisting">#define GTK_BINARY_AGE (2418)
237
+ <pre class="programlisting">#define GTK_BINARY_AGE (2422)
238
238
  </pre>
239
239
  <p>
240
240
  Like <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-binary-age" title="gtk_binary_age"><span class="type">gtk_binary_age</span></a>, but from the headers used at
@@ -245,7 +245,7 @@ at application run time.
245
245
  <hr>
246
246
  <div class="refsect2">
247
247
  <a name="GTK-INTERFACE-AGE:CAPS"></a><h3>GTK_INTERFACE_AGE</h3>
248
- <pre class="programlisting">#define GTK_INTERFACE_AGE (18)
248
+ <pre class="programlisting">#define GTK_INTERFACE_AGE (22)
249
249
  </pre>
250
250
  <p>
251
251
  Like <a class="link" href="gtk2-Feature-Test-Macros.html#gtk-interface-age" title="gtk_interface_age"><span class="type">gtk_interface_age</span></a>, but from the headers used at
@@ -258,7 +258,7 @@ at application run time.
258
258
  <a name="GTK-CHECK-VERSION:CAPS"></a><h3>GTK_CHECK_VERSION()</h3>
259
259
  <pre class="programlisting">#define GTK_CHECK_VERSION(major,minor,micro)</pre>
260
260
  <p>
261
- Returns <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of the GTK+ header files is the same
261
+ Returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of the GTK+ header files is the same
262
262
  as or newer than the passed-in version.
263
263
  </p>
264
264
  <div class="variablelist"><table border="0" class="variablelist">
@@ -286,6 +286,6 @@ as or newer than the passed-in version.
286
286
  </div>
287
287
  <div class="footer">
288
288
  <hr>
289
- Generated by GTK-Doc V1.18.1</div>
289
+ Generated by GTK-Doc V1.19</div>
290
290
  </body>
291
291
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
9
9
  <link rel="prev" href="gtk2-Testing.html" title="Testing">
10
10
  <link rel="next" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -45,32 +45,32 @@
45
45
  #include &lt;gtk/gtk.h&gt;
46
46
 
47
47
  struct <a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation-struct" title="struct GtkMountOperation">GtkMountOperation</a>;
48
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gio/GMountOperation.html"><span class="returnvalue">GMountOperation</span></a> * <a class="link" href="gtk2-Filesystem-utilities.html#gtk-mount-operation-new" title="gtk_mount_operation_new ()">gtk_mount_operation_new</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);
49
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-Filesystem-utilities.html#gtk-mount-operation-is-showing" title="gtk_mount_operation_is_showing ()">gtk_mount_operation_is_showing</a> (<em class="parameter"><code><a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);
48
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html"><span class="returnvalue">GMountOperation</span></a> * <a class="link" href="gtk2-Filesystem-utilities.html#gtk-mount-operation-new" title="gtk_mount_operation_new ()">gtk_mount_operation_new</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);
49
+ <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="gtk2-Filesystem-utilities.html#gtk-mount-operation-is-showing" title="gtk_mount_operation_is_showing ()">gtk_mount_operation_is_showing</a> (<em class="parameter"><code><a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);
50
50
  <span class="returnvalue">void</span> <a class="link" href="gtk2-Filesystem-utilities.html#gtk-mount-operation-set-parent" title="gtk_mount_operation_set_parent ()">gtk_mount_operation_set_parent</a> (<em class="parameter"><code><a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>,
51
51
  <em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);
52
52
  <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="returnvalue">GtkWindow</span></a> * <a class="link" href="gtk2-Filesystem-utilities.html#gtk-mount-operation-get-parent" title="gtk_mount_operation_get_parent ()">gtk_mount_operation_get_parent</a> (<em class="parameter"><code><a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);
53
53
  <span class="returnvalue">void</span> <a class="link" href="gtk2-Filesystem-utilities.html#gtk-mount-operation-set-screen" title="gtk_mount_operation_set_screen ()">gtk_mount_operation_set_screen</a> (<em class="parameter"><code><a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>,
54
54
  <em class="parameter"><code><a href="../gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
55
55
  <a href="../gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * <a class="link" href="gtk2-Filesystem-utilities.html#gtk-mount-operation-get-screen" title="gtk_mount_operation_get_screen ()">gtk_mount_operation_get_screen</a> (<em class="parameter"><code><a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);
56
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()">gtk_show_uri</a> (<em class="parameter"><code><a href="../gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
57
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
58
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>,
59
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
56
+ <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="gtk2-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()">gtk_show_uri</a> (<em class="parameter"><code><a href="../gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
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> *uri</code></em>,
58
+ <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#guint32"><span class="type">guint32</span></a> timestamp</code></em>,
59
+ <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>);
60
60
  </pre>
61
61
  </div>
62
62
  <div class="refsect1">
63
63
  <a name="gtk2-Filesystem-utilities.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
64
  <pre class="synopsis">
65
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
66
- +----<a href="/home/mclasen/gnome/share/gtk-doc/html/gio/GMountOperation.html">GMountOperation</a>
65
+ <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>
66
+ +----<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html">GMountOperation</a>
67
67
  +----GtkMountOperation
68
68
  </pre>
69
69
  </div>
70
70
  <div class="refsect1">
71
71
  <a name="gtk2-Filesystem-utilities.properties"></a><h2>Properties</h2>
72
72
  <pre class="synopsis">
73
- "<a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation--is-showing" title='The "is-showing" property'>is-showing</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
73
+ "<a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation--is-showing" title='The "is-showing" property'>is-showing</a>" <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> : Read
74
74
  "<a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation--parent" title='The "parent" property'>parent</a>" <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>* : Read / Write
75
75
  "<a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation--screen" title='The "screen" property'>screen</a>" <a href="../gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>* : Read / Write
76
76
  </pre>
@@ -83,10 +83,10 @@ GIO more convenient.
83
83
  </p>
84
84
  <p>
85
85
  <a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> is needed when mounting volumes:
86
- It is an implementation of <a href="/home/mclasen/gnome/share/gtk-doc/html/gio/GMountOperation.html"><span class="type">GMountOperation</span></a> that can be used with
86
+ It is an implementation of <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html"><span class="type">GMountOperation</span></a> that can be used with
87
87
  GIO functions for mounting volumes such as
88
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gio/GFile.html#g-file-mount-enclosing-volume"><code class="function">g_file_mount_enclosing_volume()</code></a>, <a href="/home/mclasen/gnome/share/gtk-doc/html/gio/GFile.html#g-file-mount-mountable"><code class="function">g_file_mount_mountable()</code></a>,
89
- <a href="/home/mclasen/gnome/share/gtk-doc/html/gio/GVolume.html#g-volume-mount"><code class="function">g_volume_mount()</code></a>, <a href="/home/mclasen/gnome/share/gtk-doc/html/gio/GMount.html#g-mount-unmount-with-operation"><code class="function">g_mount_unmount_with_operation()</code></a> and others.
88
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#g-file-mount-enclosing-volume"><code class="function">g_file_mount_enclosing_volume()</code></a>, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#g-file-mount-mountable"><code class="function">g_file_mount_mountable()</code></a>,
89
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GVolume.html#g-volume-mount"><code class="function">g_volume_mount()</code></a>, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMount.html#g-mount-unmount-with-operation"><code class="function">g_mount_unmount_with_operation()</code></a> and others.
90
90
  </p>
91
91
  <p>
92
92
  When necessary, <a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> shows dialogs to ask for
@@ -113,7 +113,7 @@ This should not be accessed directly. Use the accessor functions below.
113
113
  <hr>
114
114
  <div class="refsect2">
115
115
  <a name="gtk-mount-operation-new"></a><h3>gtk_mount_operation_new ()</h3>
116
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/gio/GMountOperation.html"><span class="returnvalue">GMountOperation</span></a> * gtk_mount_operation_new (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);</pre>
116
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html"><span class="returnvalue">GMountOperation</span></a> * gtk_mount_operation_new (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);</pre>
117
117
  <p>
118
118
  Creates a new <a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a>
119
119
  </p>
@@ -125,7 +125,7 @@ Creates a new <a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOpera
125
125
  <tbody>
126
126
  <tr>
127
127
  <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
128
- <td>transient parent of the window, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
128
+ <td>transient parent of the window, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
129
129
  </td>
130
130
  </tr>
131
131
  <tr>
@@ -140,7 +140,7 @@ Creates a new <a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOpera
140
140
  <hr>
141
141
  <div class="refsect2">
142
142
  <a name="gtk-mount-operation-is-showing"></a><h3>gtk_mount_operation_is_showing ()</h3>
143
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_mount_operation_is_showing (<em class="parameter"><code><a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);</pre>
143
+ <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_mount_operation_is_showing (<em class="parameter"><code><a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> *op</code></em>);</pre>
144
144
  <p>
145
145
  Returns whether the <a class="link" href="gtk2-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> is currently displaying
146
146
  a window.
@@ -159,7 +159,7 @@ a window.
159
159
  <tr>
160
160
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
161
161
  <td>
162
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>op</code></em> is currently displaying a window</td>
162
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>op</code></em> is currently displaying a window</td>
163
163
  </tr>
164
164
  </tbody>
165
165
  </table></div>
@@ -187,7 +187,7 @@ Sets the transient parent for windows shown by the
187
187
  </tr>
188
188
  <tr>
189
189
  <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
190
- <td>transient parent of the window, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
190
+ <td>transient parent of the window, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
191
191
  </td>
192
192
  </tr>
193
193
  </tbody>
@@ -280,10 +280,10 @@ will be shown.
280
280
  <hr>
281
281
  <div class="refsect2">
282
282
  <a name="gtk-show-uri"></a><h3>gtk_show_uri ()</h3>
283
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_show_uri (<em class="parameter"><code><a href="../gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
284
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
285
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>,
286
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
283
+ <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_show_uri (<em class="parameter"><code><a href="../gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
284
+ <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> *uri</code></em>,
285
+ <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#guint32"><span class="type">guint32</span></a> timestamp</code></em>,
286
+ <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>
287
287
  <p>
288
288
  This is a convenience function for launching the default application
289
289
  to show the uri. The uri must be of a form understood by GIO (i.e. you
@@ -313,7 +313,7 @@ and <code class="function">gnome_url_show()</code>.
313
313
  <tbody>
314
314
  <tr>
315
315
  <td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
316
- <td>screen to show the uri on or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the default screen. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
316
+ <td>screen to show the uri on 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> for the default screen. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
317
317
  </td>
318
318
  </tr>
319
319
  <tr>
@@ -326,12 +326,12 @@ and <code class="function">gnome_url_show()</code>.
326
326
  </tr>
327
327
  <tr>
328
328
  <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
329
- <td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> that is returned in case of errors</td>
329
+ <td>a <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> that is returned in case of errors</td>
330
330
  </tr>
331
331
  <tr>
332
332
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
333
333
  <td>
334
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</td>
334
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error.</td>
335
335
  </tr>
336
336
  </tbody>
337
337
  </table></div>
@@ -342,7 +342,7 @@ and <code class="function">gnome_url_show()</code>.
342
342
  <a name="gtk2-Filesystem-utilities.property-details"></a><h2>Property Details</h2>
343
343
  <div class="refsect2">
344
344
  <a name="GtkMountOperation--is-showing"></a><h3>The <code class="literal">"is-showing"</code> property</h3>
345
- <pre class="programlisting"> "is-showing" <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
345
+ <pre class="programlisting"> "is-showing" <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> : Read</pre>
346
346
  <p>Are we showing a dialog.</p>
347
347
  <p>Default value: FALSE</p>
348
348
  </div>
@@ -362,6 +362,6 @@ and <code class="function">gnome_url_show()</code>.
362
362
  </div>
363
363
  <div class="footer">
364
364
  <hr>
365
- Generated by GTK-Doc V1.18.1</div>
365
+ Generated by GTK-Doc V1.19</div>
366
366
  </body>
367
367
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
9
9
  <link rel="prev" href="gtkbase.html" title="Part II. GTK+ Core Reference">
10
10
  <link rel="next" href="gtk2-Keyboard-Accelerators.html" title="Accelerator Groups">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -40,86 +40,86 @@
40
40
  <pre class="synopsis">
41
41
  #include &lt;gtk/gtk.h&gt;
42
42
 
43
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk2-General.html#gtk-set-locale" title="gtk_set_locale ()">gtk_set_locale</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
43
+ <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> * <a class="link" href="gtk2-General.html#gtk-set-locale" title="gtk_set_locale ()">gtk_set_locale</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
44
44
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-disable-setlocale" title="gtk_disable_setlocale ()">gtk_disable_setlocale</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
45
- <span class="returnvalue">PangoLanguage</span> * <a class="link" href="gtk2-General.html#gtk-get-default-language" title="gtk_get_default_language ()">gtk_get_default_language</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
46
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-parse-args" title="gtk_parse_args ()">gtk_parse_args</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
45
+ <a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * <a class="link" href="gtk2-General.html#gtk-get-default-language" title="gtk_get_default_language ()">gtk_get_default_language</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
46
+ <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="gtk2-General.html#gtk-parse-args" title="gtk_parse_args ()">gtk_parse_args</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
47
47
  <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);
48
48
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-init" title="gtk_init ()">gtk_init</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
49
49
  <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);
50
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-init-check" title="gtk_init_check ()">gtk_init_check</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
50
+ <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="gtk2-General.html#gtk-init-check" title="gtk_init_check ()">gtk_init_check</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
51
51
  <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);
52
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-init-with-args" title="gtk_init_with_args ()">gtk_init_with_args</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
52
+ <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="gtk2-General.html#gtk-init-with-args" title="gtk_init_with_args ()">gtk_init_with_args</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
53
53
  <em class="parameter"><code><span class="type">char</span> ***argv</code></em>,
54
54
  <em class="parameter"><code>const <span class="type">char</span> *parameter_string</code></em>,
55
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a> *entries</code></em>,
55
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a> *entries</code></em>,
56
56
  <em class="parameter"><code>const <span class="type">char</span> *translation_domain</code></em>,
57
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
58
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionGroup"><span class="returnvalue">GOptionGroup</span></a> * <a class="link" href="gtk2-General.html#gtk-get-option-group" title="gtk_get_option_group ()">gtk_get_option_group</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> open_default_display</code></em>);
59
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-exit" title="gtk_exit ()">gtk_exit</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);
60
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-events-pending" title="gtk_events_pending ()">gtk_events_pending</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
57
+ <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>);
58
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionGroup"><span class="returnvalue">GOptionGroup</span></a> * <a class="link" href="gtk2-General.html#gtk-get-option-group" title="gtk_get_option_group ()">gtk_get_option_group</a> (<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#gboolean"><span class="type">gboolean</span></a> open_default_display</code></em>);
59
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-exit" title="gtk_exit ()">gtk_exit</a> (<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> error_code</code></em>);
60
+ <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="gtk2-General.html#gtk-events-pending" title="gtk_events_pending ()">gtk_events_pending</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
61
61
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-main" title="gtk_main ()">gtk_main</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
62
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-main-level" title="gtk_main_level ()">gtk_main_level</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
62
+ <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="gtk2-General.html#gtk-main-level" title="gtk_main_level ()">gtk_main_level</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
63
63
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-main-quit" title="gtk_main_quit ()">gtk_main_quit</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
64
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-main-iteration" title="gtk_main_iteration ()">gtk_main_iteration</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
65
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-main-iteration-do" title="gtk_main_iteration_do ()">gtk_main_iteration_do</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> blocking</code></em>);
64
+ <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="gtk2-General.html#gtk-main-iteration" title="gtk_main_iteration ()">gtk_main_iteration</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
65
+ <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="gtk2-General.html#gtk-main-iteration-do" title="gtk_main_iteration_do ()">gtk_main_iteration_do</a> (<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#gboolean"><span class="type">gboolean</span></a> blocking</code></em>);
66
66
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-main-do-event" title="gtk_main_do_event ()">gtk_main_do_event</a> (<em class="parameter"><code><a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
67
- <span class="returnvalue">void</span> (<a class="link" href="gtk2-General.html#GtkModuleInitFunc" title="GtkModuleInitFunc ()">*GtkModuleInitFunc</a>) (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
68
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);
67
+ <span class="returnvalue">void</span> (<a class="link" href="gtk2-General.html#GtkModuleInitFunc" title="GtkModuleInitFunc ()">*GtkModuleInitFunc</a>) (<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> *argc</code></em>,
68
+ <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#gchar"><span class="type">gchar</span></a> ***argv</code></em>);
69
69
  <span class="returnvalue">void</span> (<a class="link" href="gtk2-General.html#GtkModuleDisplayInitFunc" title="GtkModuleDisplayInitFunc ()">*GtkModuleDisplayInitFunc</a>) (<em class="parameter"><code><a href="../gdk2/GdkDisplay.html"><span class="type">GdkDisplay</span></a> *display</code></em>);
70
70
 
71
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-true" title="gtk_true ()">gtk_true</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
72
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-false" title="gtk_false ()">gtk_false</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
71
+ <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="gtk2-General.html#gtk-true" title="gtk_true ()">gtk_true</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
72
+ <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="gtk2-General.html#gtk-false" title="gtk_false ()">gtk_false</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
73
73
 
74
74
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-grab-add" title="gtk_grab_add ()">gtk_grab_add</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
75
75
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="gtk2-General.html#gtk-grab-get-current" title="gtk_grab_get_current ()">gtk_grab_get_current</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
76
76
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-grab-remove" title="gtk_grab_remove ()">gtk_grab_remove</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
77
77
 
78
78
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-init-add" title="gtk_init_add ()">gtk_init_add</a> (<em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
79
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
80
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-quit-add-destroy" title="gtk_quit_add_destroy ()">gtk_quit_add_destroy</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
79
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);
80
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-quit-add-destroy" title="gtk_quit_add_destroy ()">gtk_quit_add_destroy</a> (<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> main_level</code></em>,
81
81
  <em class="parameter"><code><a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a> *object</code></em>);
82
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-quit-add" title="gtk_quit_add ()">gtk_quit_add</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
82
+ <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="gtk2-General.html#gtk-quit-add" title="gtk_quit_add ()">gtk_quit_add</a> (<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> main_level</code></em>,
83
83
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
84
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
85
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-quit-add-full" title="gtk_quit_add_full ()">gtk_quit_add_full</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
84
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);
85
+ <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="gtk2-General.html#gtk-quit-add-full" title="gtk_quit_add_full ()">gtk_quit_add_full</a> (<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> main_level</code></em>,
86
86
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
87
87
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
88
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
89
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
90
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-quit-remove" title="gtk_quit_remove ()">gtk_quit_remove</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> quit_handler_id</code></em>);
91
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-quit-remove-by-data" title="gtk_quit_remove_by_data ()">gtk_quit_remove_by_data</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
88
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>,
89
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
90
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-quit-remove" title="gtk_quit_remove ()">gtk_quit_remove</a> (<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> quit_handler_id</code></em>);
91
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-quit-remove-by-data" title="gtk_quit_remove_by_data ()">gtk_quit_remove_by_data</a> (<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#gpointer"><span class="type">gpointer</span></a> data</code></em>);
92
92
 
93
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-timeout-add-full" title="gtk_timeout_add_full ()">gtk_timeout_add_full</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
93
+ <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="gtk2-General.html#gtk-timeout-add-full" title="gtk_timeout_add_full ()">gtk_timeout_add_full</a> (<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#guint32"><span class="type">guint32</span></a> interval</code></em>,
94
94
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
95
95
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
96
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
97
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
98
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-timeout-add" title="gtk_timeout_add ()">gtk_timeout_add</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
96
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>,
97
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
98
+ <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="gtk2-General.html#gtk-timeout-add" title="gtk_timeout_add ()">gtk_timeout_add</a> (<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#guint32"><span class="type">guint32</span></a> interval</code></em>,
99
99
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
100
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
101
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-timeout-remove" title="gtk_timeout_remove ()">gtk_timeout_remove</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timeout_handler_id</code></em>);
100
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);
101
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-timeout-remove" title="gtk_timeout_remove ()">gtk_timeout_remove</a> (<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> timeout_handler_id</code></em>);
102
102
 
103
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-idle-add" title="gtk_idle_add ()">gtk_idle_add</a> (<em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
104
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
105
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-idle-add-priority" title="gtk_idle_add_priority ()">gtk_idle_add_priority</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
103
+ <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="gtk2-General.html#gtk-idle-add" title="gtk_idle_add ()">gtk_idle_add</a> (<em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
104
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);
105
+ <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="gtk2-General.html#gtk-idle-add-priority" title="gtk_idle_add_priority ()">gtk_idle_add_priority</a> (<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> priority</code></em>,
106
106
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
107
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
108
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-idle-add-full" title="gtk_idle_add_full ()">gtk_idle_add_full</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
107
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);
108
+ <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="gtk2-General.html#gtk-idle-add-full" title="gtk_idle_add_full ()">gtk_idle_add_full</a> (<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> priority</code></em>,
109
109
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
110
110
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
111
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
112
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
113
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-idle-remove" title="gtk_idle_remove ()">gtk_idle_remove</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> idle_handler_id</code></em>);
114
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-idle-remove-by-data" title="gtk_idle_remove_by_data ()">gtk_idle_remove_by_data</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
111
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>,
112
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
113
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-idle-remove" title="gtk_idle_remove ()">gtk_idle_remove</a> (<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> idle_handler_id</code></em>);
114
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-idle-remove-by-data" title="gtk_idle_remove_by_data ()">gtk_idle_remove_by_data</a> (<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#gpointer"><span class="type">gpointer</span></a> data</code></em>);
115
115
 
116
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-input-add-full" title="gtk_input_add_full ()">gtk_input_add_full</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
116
+ <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="gtk2-General.html#gtk-input-add-full" title="gtk_input_add_full ()">gtk_input_add_full</a> (<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> source</code></em>,
117
117
  <em class="parameter"><code><a href="../gdk2/gdk2-Input.html#GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
118
118
  <em class="parameter"><code><a href="../gdk2/gdk2-Input.html#GdkInputFunction"><span class="type">GdkInputFunction</span></a> function</code></em>,
119
119
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
120
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
121
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
122
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-input-remove" title="gtk_input_remove ()">gtk_input_remove</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> input_handler_id</code></em>);
120
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>,
121
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
122
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-input-remove" title="gtk_input_remove ()">gtk_input_remove</a> (<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> input_handler_id</code></em>);
123
123
 
124
124
  #define <a class="link" href="gtk2-General.html#GTK-PRIORITY-REDRAW:CAPS" title="GTK_PRIORITY_REDRAW">GTK_PRIORITY_REDRAW</a>
125
125
  #define <a class="link" href="gtk2-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE">GTK_PRIORITY_RESIZE</a>
@@ -128,16 +128,16 @@
128
128
  #define <a class="link" href="gtk2-General.html#GTK-PRIORITY-DEFAULT:CAPS" title="GTK_PRIORITY_DEFAULT">GTK_PRIORITY_DEFAULT</a>
129
129
  #define <a class="link" href="gtk2-General.html#GTK-PRIORITY-LOW:CAPS" title="GTK_PRIORITY_LOW">GTK_PRIORITY_LOW</a>
130
130
 
131
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gtk2-General.html#gtk-key-snooper-install" title="gtk_key_snooper_install ()">gtk_key_snooper_install</a> (<em class="parameter"><code><a class="link" href="gtk2-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a> snooper</code></em>,
132
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);
133
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (<a class="link" href="gtk2-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()">*GtkKeySnoopFunc</a>) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *grab_widget</code></em>,
131
+ <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="gtk2-General.html#gtk-key-snooper-install" title="gtk_key_snooper_install ()">gtk_key_snooper_install</a> (<em class="parameter"><code><a class="link" href="gtk2-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a> snooper</code></em>,
132
+ <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#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);
133
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (<a class="link" href="gtk2-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()">*GtkKeySnoopFunc</a>) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *grab_widget</code></em>,
134
134
  <em class="parameter"><code><a href="../gdk2/gdk2-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>,
135
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);
136
- <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-key-snooper-remove" title="gtk_key_snooper_remove ()">gtk_key_snooper_remove</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> snooper_handler_id</code></em>);
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#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);
136
+ <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-key-snooper-remove" title="gtk_key_snooper_remove ()">gtk_key_snooper_remove</a> (<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> snooper_handler_id</code></em>);
137
137
 
138
138
  <a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="returnvalue">GdkEvent</span></a> * <a class="link" href="gtk2-General.html#gtk-get-current-event" title="gtk_get_current_event ()">gtk_get_current_event</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
139
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="gtk2-General.html#gtk-get-current-event-time" title="gtk_get_current_event_time ()">gtk_get_current_event_time</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
140
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk2-General.html#gtk-get-current-event-state" title="gtk_get_current_event_state ()">gtk_get_current_event_state</a> (<em class="parameter"><code><a href="../gdk2/gdk2-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);
139
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="gtk2-General.html#gtk-get-current-event-time" title="gtk_get_current_event_time ()">gtk_get_current_event_time</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
140
+ <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="gtk2-General.html#gtk-get-current-event-state" title="gtk_get_current_event_state ()">gtk_get_current_event_state</a> (<em class="parameter"><code><a href="../gdk2/gdk2-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);
141
141
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="gtk2-General.html#gtk-get-event-widget" title="gtk_get_event_widget ()">gtk_get_event_widget</a> (<em class="parameter"><code><a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
142
142
  <span class="returnvalue">void</span> <a class="link" href="gtk2-General.html#gtk-propagate-event" title="gtk_propagate_event ()">gtk_propagate_event</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
143
143
  <em class="parameter"><code><a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
@@ -165,7 +165,7 @@ more widgets.
165
165
  When widgets receive an event, they frequently emit one or more
166
166
  <em class="firstterm">signals</em>. Signals notify your program that
167
167
  "something interesting happened" by invoking functions you've
168
- connected to the signal with <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>. Functions connected
168
+ connected to 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-connect"><code class="function">g_signal_connect()</code></a>. Functions connected
169
169
  to a signal are often termed <em class="firstterm">callbacks</em>.
170
170
  </p>
171
171
  <p>
@@ -224,7 +224,7 @@ to the main loop and await more user input.
224
224
  </div>
225
225
  <br class="example-break"><p>
226
226
  It's OK to use the GLib main loop directly instead of <a class="link" href="gtk2-General.html#gtk-main" title="gtk_main ()"><code class="function">gtk_main()</code></a>,
227
- though it involves slightly more typing. See <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a> in the GLib
227
+ though it involves slightly more typing. See <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a> in the GLib
228
228
  documentation.
229
229
  </p>
230
230
  </div>
@@ -232,10 +232,10 @@ documentation.
232
232
  <a name="gtk2-General.details"></a><h2>Details</h2>
233
233
  <div class="refsect2">
234
234
  <a name="gtk-set-locale"></a><h3>gtk_set_locale ()</h3>
235
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_set_locale (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
235
+ <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> * gtk_set_locale (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
236
236
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
237
237
  <h3 class="title">Warning</h3>
238
- <p><code class="literal">gtk_set_locale</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-running.html#setlocale"><code class="function">setlocale()</code></a> directly</p>
238
+ <p><code class="literal">gtk_set_locale</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-running.html#setlocale"><code class="function">setlocale()</code></a> directly</p>
239
239
  </div>
240
240
  <p>
241
241
  Initializes internationalization support for GTK+. <a class="link" href="gtk2-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>
@@ -265,7 +265,7 @@ locale specific setup of the windowing system used by GDK.
265
265
  <td>a string corresponding to the locale set, typically in the
266
266
  form lang_COUNTRY, where lang is an ISO-639 language code, and
267
267
  COUNTRY is an ISO-3166 country code. On Unix, this form matches the
268
- result of the <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-running.html#setlocale"><code class="function">setlocale()</code></a>; it is also used on other machines, such as
268
+ result of the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-running.html#setlocale"><code class="function">setlocale()</code></a>; it is also used on other machines, such as
269
269
  Windows, where the C library returns a different result. The string is
270
270
  owned by GTK+ and should not be modified or freed.</td>
271
271
  </tr></tbody>
@@ -290,16 +290,16 @@ Most programs should not need to call this function.
290
290
  <hr>
291
291
  <div class="refsect2">
292
292
  <a name="gtk-get-default-language"></a><h3>gtk_get_default_language ()</h3>
293
- <pre class="programlisting"><span class="returnvalue">PangoLanguage</span> * gtk_get_default_language (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
293
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * gtk_get_default_language (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
294
294
  <p>
295
- Returns the <span class="type">PangoLanguage</span> for the default language currently in
295
+ Returns the <a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> for the default language currently in
296
296
  effect. (Note that this can change over the life of an
297
297
  application.) The default language is derived from the current
298
298
  locale. It determines, for example, whether GTK+ uses the
299
299
  right-to-left or left-to-right text direction.
300
300
  </p>
301
301
  <p>
302
- This function is equivalent to <code class="function">pango_language_get_default()</code>. See
302
+ This function is equivalent to <a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#pango-language-get-default"><code class="function">pango_language_get_default()</code></a>. See
303
303
  that function for details.
304
304
  </p>
305
305
  <div class="variablelist"><table border="0" class="variablelist">
@@ -309,7 +309,7 @@ that function for details.
309
309
  </colgroup>
310
310
  <tbody><tr>
311
311
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
312
- <td>the default language as a <span class="type">PangoLanguage</span>, must not be
312
+ <td>the default language as a <a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a>, must not be
313
313
  freed</td>
314
314
  </tr></tbody>
315
315
  </table></div>
@@ -317,7 +317,7 @@ freed</td>
317
317
  <hr>
318
318
  <div class="refsect2">
319
319
  <a name="gtk-parse-args"></a><h3>gtk_parse_args ()</h3>
320
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_parse_args (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
320
+ <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_parse_args (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
321
321
  <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);</pre>
322
322
  <p>
323
323
  Parses command line arguments, and initializes global
@@ -352,7 +352,7 @@ command line arguments. <span class="annotation">[<acronym title="Parameter poin
352
352
  <tr>
353
353
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
354
354
  <td>
355
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if initialization succeeded, otherwise <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
355
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if initialization succeeded, otherwise <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
356
356
  </tr>
357
357
  </tbody>
358
358
  </table></div>
@@ -374,7 +374,7 @@ never see those standard arguments.
374
374
  <p>
375
375
  Note that there are some alternative ways to initialize GTK+:
376
376
  if you are calling <a class="link" href="gtk2-General.html#gtk-parse-args" title="gtk_parse_args ()"><code class="function">gtk_parse_args()</code></a>, <a class="link" href="gtk2-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a>,
377
- <a class="link" href="gtk2-General.html#gtk-init-with-args" title="gtk_init_with_args ()"><code class="function">gtk_init_with_args()</code></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#g-option-context-parse"><code class="function">g_option_context_parse()</code></a> with
377
+ <a class="link" href="gtk2-General.html#gtk-init-with-args" title="gtk_init_with_args ()"><code class="function">gtk_init_with_args()</code></a> or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#g-option-context-parse"><code class="function">g_option_context_parse()</code></a> with
378
378
  the option group returned by <a class="link" href="gtk2-General.html#gtk-get-option-group" title="gtk_get_option_group ()"><code class="function">gtk_get_option_group()</code></a>,
379
379
  you <span class="emphasis"><em>don't</em></span> have to call <a class="link" href="gtk2-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
380
380
  </p>
@@ -438,12 +438,12 @@ understood by GTK+ are stripped before return. <span class="annotation">[<acrony
438
438
  <hr>
439
439
  <div class="refsect2">
440
440
  <a name="gtk-init-check"></a><h3>gtk_init_check ()</h3>
441
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_init_check (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
441
+ <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_init_check (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
442
442
  <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);</pre>
443
443
  <p>
444
444
  This function does the same work as <a class="link" href="gtk2-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> with only
445
445
  a single change: It does not terminate the program if the GUI can't be
446
- initialized. Instead it returns <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on failure.
446
+ initialized. Instead it returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on failure.
447
447
  </p>
448
448
  <p>
449
449
  This way the application can fall back to some other means of communication
@@ -470,8 +470,8 @@ Any parameters understood by <a class="link" href="gtk2-General.html#gtk-init" t
470
470
  <tr>
471
471
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
472
472
  <td>
473
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GUI has been successfully initialized,
474
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
473
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GUI has been successfully initialized,
474
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
475
475
  </tr>
476
476
  </tbody>
477
477
  </table></div>
@@ -479,12 +479,12 @@ Any parameters understood by <a class="link" href="gtk2-General.html#gtk-init" t
479
479
  <hr>
480
480
  <div class="refsect2">
481
481
  <a name="gtk-init-with-args"></a><h3>gtk_init_with_args ()</h3>
482
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_init_with_args (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
482
+ <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_init_with_args (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
483
483
  <em class="parameter"><code><span class="type">char</span> ***argv</code></em>,
484
484
  <em class="parameter"><code>const <span class="type">char</span> *parameter_string</code></em>,
485
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a> *entries</code></em>,
485
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a> *entries</code></em>,
486
486
  <em class="parameter"><code>const <span class="type">char</span> *translation_domain</code></em>,
487
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
487
+ <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>
488
488
  <p>
489
489
  This function does the same work as <a class="link" href="gtk2-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a>.
490
490
  Additionally, it allows you to add your own commandline options,
@@ -517,15 +517,15 @@ the first line of <code class="option">--help</code> output, after
517
517
  </tr>
518
518
  <tr>
519
519
  <td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
520
- <td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
521
- of <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a>s describing the options of your program. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span>
520
+ <td>a <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
521
+ of <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a>s describing the options of your program. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span>
522
522
  </td>
523
523
  </tr>
524
524
  <tr>
525
525
  <td><p><span class="term"><em class="parameter"><code>translation_domain</code></em> :</span></p></td>
526
526
  <td>a translation domain to use for translating
527
527
  the <code class="option">--help</code> output for the options in <em class="parameter"><code>entries</code></em>
528
- with <code class="function">gettext()</code>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
528
+ with <code class="function">gettext()</code>, 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>
529
529
  </td>
530
530
  </tr>
531
531
  <tr>
@@ -535,8 +535,8 @@ with <code class="function">gettext()</code>, or <a href="/home/mclasen/gnome/sh
535
535
  <tr>
536
536
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
537
537
  <td>
538
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GUI has been successfully initialized,
539
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
538
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GUI has been successfully initialized,
539
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
540
540
  </tr>
541
541
  </tbody>
542
542
  </table></div>
@@ -545,12 +545,12 @@ with <code class="function">gettext()</code>, or <a href="/home/mclasen/gnome/sh
545
545
  <hr>
546
546
  <div class="refsect2">
547
547
  <a name="gtk-get-option-group"></a><h3>gtk_get_option_group ()</h3>
548
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionGroup"><span class="returnvalue">GOptionGroup</span></a> * gtk_get_option_group (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> open_default_display</code></em>);</pre>
548
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionGroup"><span class="returnvalue">GOptionGroup</span></a> * gtk_get_option_group (<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#gboolean"><span class="type">gboolean</span></a> open_default_display</code></em>);</pre>
549
549
  <p>
550
- Returns a <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a> for the commandline arguments recognized
551
- by GTK+ and GDK. You should add this group to your <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionContext"><span class="type">GOptionContext</span></a>
552
- with <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#g-option-context-add-group"><code class="function">g_option_context_add_group()</code></a>, if you are using
553
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#g-option-context-parse"><code class="function">g_option_context_parse()</code></a> to parse your commandline arguments.
550
+ Returns a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a> for the commandline arguments recognized
551
+ by GTK+ and GDK. You should add this group to your <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionContext"><span class="type">GOptionContext</span></a>
552
+ with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#g-option-context-add-group"><code class="function">g_option_context_add_group()</code></a>, if you are using
553
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#g-option-context-parse"><code class="function">g_option_context_parse()</code></a> to parse your commandline arguments.
554
554
  </p>
555
555
  <div class="variablelist"><table border="0" class="variablelist">
556
556
  <colgroup>
@@ -565,7 +565,7 @@ when parsing the commandline arguments</td>
565
565
  </tr>
566
566
  <tr>
567
567
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
568
- <td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a> for the commandline arguments recognized
568
+ <td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a> for the commandline arguments recognized
569
569
  by GTK+</td>
570
570
  </tr>
571
571
  </tbody>
@@ -575,7 +575,7 @@ by GTK+</td>
575
575
  <hr>
576
576
  <div class="refsect2">
577
577
  <a name="gtk-exit"></a><h3>gtk_exit ()</h3>
578
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_exit (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);</pre>
578
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_exit (<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> error_code</code></em>);</pre>
579
579
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
580
580
  <h3 class="title">Warning</h3>
581
581
  <p><code class="literal">gtk_exit</code> is deprecated and should not be used in newly-written code. Use the standard <code class="function">exit()</code> function instead.</p>
@@ -600,7 +600,7 @@ target system but at least on Unix systems <code class="literal">0</code> means
600
600
  <hr>
601
601
  <div class="refsect2">
602
602
  <a name="gtk-events-pending"></a><h3>gtk_events_pending ()</h3>
603
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_events_pending (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
603
+ <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_events_pending (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
604
604
  <p>
605
605
  Checks if any events are pending. This can be used to update the GUI
606
606
  and invoke timeouts etc. while doing some time intensive computation.
@@ -637,7 +637,7 @@ and invoke timeouts etc. while doing some time intensive computation.
637
637
  <tbody><tr>
638
638
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
639
639
  <td>
640
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any events are pending, <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
640
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any events are pending, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
641
641
  </tr></tbody>
642
642
  </table></div>
643
643
  </div>
@@ -654,7 +654,7 @@ of the main loop return.
654
654
  <hr>
655
655
  <div class="refsect2">
656
656
  <a name="gtk-main-level"></a><h3>gtk_main_level ()</h3>
657
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_main_level (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
657
+ <pre class="programlisting"><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> gtk_main_level (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
658
658
  <p>
659
659
  Asks for the current nesting level of the main loop. This can be useful
660
660
  when calling <a class="link" href="gtk2-General.html#gtk-quit-add" title="gtk_quit_add ()"><code class="function">gtk_quit_add()</code></a>.
@@ -682,7 +682,7 @@ control.
682
682
  <hr>
683
683
  <div class="refsect2">
684
684
  <a name="gtk-main-iteration"></a><h3>gtk_main_iteration ()</h3>
685
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_main_iteration (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
685
+ <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_main_iteration (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
686
686
  <p>
687
687
  Runs a single iteration of the mainloop. If no events are waiting to be
688
688
  processed GTK+ will block until the next event is noticed. If you don't
@@ -697,14 +697,14 @@ pending with <a class="link" href="gtk2-General.html#gtk-events-pending" title="
697
697
  <tbody><tr>
698
698
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
699
699
  <td>
700
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk2-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop.</td>
700
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk2-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop.</td>
701
701
  </tr></tbody>
702
702
  </table></div>
703
703
  </div>
704
704
  <hr>
705
705
  <div class="refsect2">
706
706
  <a name="gtk-main-iteration-do"></a><h3>gtk_main_iteration_do ()</h3>
707
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_main_iteration_do (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> blocking</code></em>);</pre>
707
+ <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_main_iteration_do (<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#gboolean"><span class="type">gboolean</span></a> blocking</code></em>);</pre>
708
708
  <p>
709
709
  Runs a single iteration of the mainloop. If no events are available either
710
710
  return or block dependent on the value of <em class="parameter"><code>blocking</code></em>.
@@ -718,12 +718,12 @@ return or block dependent on the value of <em class="parameter"><code>blocking</
718
718
  <tr>
719
719
  <td><p><span class="term"><em class="parameter"><code>blocking</code></em> :</span></p></td>
720
720
  <td>
721
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want GTK+ to block if no events are pending.</td>
721
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want GTK+ to block if no events are pending.</td>
722
722
  </tr>
723
723
  <tr>
724
724
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
725
725
  <td>
726
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk2-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop.</td>
726
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk2-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop.</td>
727
727
  </tr>
728
728
  </tbody>
729
729
  </table></div>
@@ -805,8 +805,8 @@ the event:
805
805
  <hr>
806
806
  <div class="refsect2">
807
807
  <a name="GtkModuleInitFunc"></a><h3>GtkModuleInitFunc ()</h3>
808
- <pre class="programlisting"><span class="returnvalue">void</span> (*GtkModuleInitFunc) (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
809
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
808
+ <pre class="programlisting"><span class="returnvalue">void</span> (*GtkModuleInitFunc) (<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> *argc</code></em>,
809
+ <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#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
810
810
  <p>
811
811
  Each GTK+ module must have a function <code class="function">gtk_module_init()</code> with this prototype.
812
812
  This function is called after loading the module with the <em class="parameter"><code>argc</code></em> and <em class="parameter"><code>argv</code></em>
@@ -840,9 +840,9 @@ cleaned from any arguments that GTK+ handles itself.
840
840
  <hr>
841
841
  <div class="refsect2">
842
842
  <a name="gtk-true"></a><h3>gtk_true ()</h3>
843
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_true (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
843
+ <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_true (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
844
844
  <p>
845
- All this function does it to return <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. This can be useful for example
845
+ All this function does it to return <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. This can be useful for example
846
846
  if you want to inhibit the deletion of a window. Of course you should
847
847
  not do this as the user expects a reaction from clicking the close
848
848
  icon of the window...
@@ -879,13 +879,13 @@ icon of the window...
879
879
  <span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">win</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">but</span><span class="symbol">;</span>
880
880
  <span class="normal"> </span><span class="function"><a href="gtk2-General.html#gtk-init">gtk_init</a></span><span class="symbol">(</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">argv </span><span class="symbol">);</span>
881
881
  <span class="normal"> win </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkWindow.html#gtk-window-new">gtk_window_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="gtk2-Standard-Enumerations.html#GTK-WINDOW-TOPLEVEL:CAPS">GTK_WINDOW_TOPLEVEL</a></span><span class="symbol">);</span>
882
- <span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/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">win</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"delete-event"</span><span class="symbol">,</span>
883
- <span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/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="gtk2-General.html#gtk-true">gtk_true</a></span><span class="symbol">),</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
884
- <span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/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">win</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"destroy"</span><span class="symbol">,</span>
885
- <span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/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="gtk2-General.html#gtk-main-quit">gtk_main_quit</a></span><span class="symbol">),</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
882
+ <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="normal">win</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"delete-event"</span><span class="symbol">,</span>
883
+ <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="gtk2-General.html#gtk-true">gtk_true</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>
884
+ <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="normal">win</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"destroy"</span><span class="symbol">,</span>
885
+ <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="gtk2-General.html#gtk-main-quit">gtk_main_quit</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>
886
886
  <span class="normal"> but </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkButton.html#gtk-button-new-with-label">gtk_button_new_with_label</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"Close yourself. I mean it!"</span><span class="symbol">);</span>
887
- <span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect-swapped">g_signal_connect_swapped</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">but</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"clicked"</span><span class="symbol">,</span>
888
- <span class="normal"> </span><span class="function"><a href="/home/mclasen/gnome/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="GtkObject.html#gtk-object-destroy">gtk_object_destroy</a></span><span class="symbol">),</span><span class="normal"> win</span><span class="symbol">);</span>
887
+ <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-swapped">g_signal_connect_swapped</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">but</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"clicked"</span><span class="symbol">,</span>
888
+ <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="GtkObject.html#gtk-object-destroy">gtk_object_destroy</a></span><span class="symbol">),</span><span class="normal"> win</span><span class="symbol">);</span>
889
889
  <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">win</span><span class="symbol">),</span><span class="normal"> but</span><span class="symbol">);</span>
890
890
  <span class="normal"> </span><span class="function"><a href="GtkWidget.html#gtk-widget-show-all">gtk_widget_show_all</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">win</span><span class="symbol">);</span>
891
891
  <span class="normal"> </span><span class="function"><a href="gtk2-General.html#gtk-main">gtk_main</a></span><span class="normal"> </span><span class="symbol">();</span>
@@ -904,17 +904,17 @@ icon of the window...
904
904
  </colgroup>
905
905
  <tbody><tr>
906
906
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
907
- <td><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a></td>
907
+ <td><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a></td>
908
908
  </tr></tbody>
909
909
  </table></div>
910
910
  </div>
911
911
  <hr>
912
912
  <div class="refsect2">
913
913
  <a name="gtk-false"></a><h3>gtk_false ()</h3>
914
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_false (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
914
+ <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_false (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
915
915
  <p>
916
916
  Analogical to <a class="link" href="gtk2-General.html#gtk-true" title="gtk_true ()"><code class="function">gtk_true()</code></a> this function does nothing
917
- but always returns <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
917
+ but always returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
918
918
  </p>
919
919
  <div class="variablelist"><table border="0" class="variablelist">
920
920
  <colgroup>
@@ -923,7 +923,7 @@ but always returns <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Sta
923
923
  </colgroup>
924
924
  <tbody><tr>
925
925
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
926
- <td><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></td>
926
+ <td><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></td>
927
927
  </tr></tbody>
928
928
  </table></div>
929
929
  </div>
@@ -969,7 +969,7 @@ Queries the current grab of the default window group.
969
969
  <tbody><tr>
970
970
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
971
971
  <td>The widget which currently
972
- has the grab or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no grab is active. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
972
+ has the grab 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 no grab is active. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
973
973
  </td>
974
974
  </tr></tbody>
975
975
  </table></div>
@@ -1000,7 +1000,7 @@ If <em class="parameter"><code>widget</code></em> does not have the grab, this f
1000
1000
  <div class="refsect2">
1001
1001
  <a name="gtk-init-add"></a><h3>gtk_init_add ()</h3>
1002
1002
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_init_add (<em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1003
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1003
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1004
1004
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1005
1005
  <h3 class="title">Warning</h3>
1006
1006
  <p><code class="literal">gtk_init_add</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
@@ -1028,7 +1028,7 @@ Registers a function to be called when the mainloop is started.
1028
1028
  <hr>
1029
1029
  <div class="refsect2">
1030
1030
  <a name="gtk-quit-add-destroy"></a><h3>gtk_quit_add_destroy ()</h3>
1031
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_add_destroy (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
1031
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_add_destroy (<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> main_level</code></em>,
1032
1032
  <em class="parameter"><code><a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a> *object</code></em>);</pre>
1033
1033
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1034
1034
  <h3 class="title">Warning</h3>
@@ -1058,9 +1058,9 @@ is quit.
1058
1058
  <hr>
1059
1059
  <div class="refsect2">
1060
1060
  <a name="gtk-quit-add"></a><h3>gtk_quit_add ()</h3>
1061
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_quit_add (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
1061
+ <pre class="programlisting"><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> gtk_quit_add (<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> main_level</code></em>,
1062
1062
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1063
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1063
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1064
1064
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1065
1065
  <h3 class="title">Warning</h3>
1066
1066
  <p><code class="literal">gtk_quit_add</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
@@ -1092,7 +1092,7 @@ list of quit handlers. Otherwise the function might be called again.</td>
1092
1092
  <tr>
1093
1093
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1094
1094
  <td>A handle for this quit handler (you need this for <a class="link" href="gtk2-General.html#gtk-quit-remove" title="gtk_quit_remove ()"><code class="function">gtk_quit_remove()</code></a>)
1095
- or 0 if you passed a <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer in <em class="parameter"><code>function</code></em>.</td>
1095
+ or 0 if you passed a <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> pointer in <em class="parameter"><code>function</code></em>.</td>
1096
1096
  </tr>
1097
1097
  </tbody>
1098
1098
  </table></div>
@@ -1100,11 +1100,11 @@ or 0 if you passed a <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-S
1100
1100
  <hr>
1101
1101
  <div class="refsect2">
1102
1102
  <a name="gtk-quit-add-full"></a><h3>gtk_quit_add_full ()</h3>
1103
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_quit_add_full (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
1103
+ <pre class="programlisting"><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> gtk_quit_add_full (<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> main_level</code></em>,
1104
1104
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1105
1105
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
1106
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
1107
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1106
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>,
1107
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1108
1108
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1109
1109
  <h3 class="title">Warning</h3>
1110
1110
  <p><code class="literal">gtk_quit_add_full</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
@@ -1139,7 +1139,7 @@ list of quit handlers. Otherwise the function might be called again.</td>
1139
1139
  </tr>
1140
1140
  <tr>
1141
1141
  <td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
1142
- <td>The marshaller to be used. If this is non-<a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>function</code></em> is
1142
+ <td>The marshaller to be used. If this is non-<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>, <em class="parameter"><code>function</code></em> is
1143
1143
  ignored.</td>
1144
1144
  </tr>
1145
1145
  <tr>
@@ -1153,7 +1153,7 @@ ignored.</td>
1153
1153
  <tr>
1154
1154
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1155
1155
  <td>A handle for this quit handler (you need this for <a class="link" href="gtk2-General.html#gtk-quit-remove" title="gtk_quit_remove ()"><code class="function">gtk_quit_remove()</code></a>)
1156
- or 0 if you passed a <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer in <em class="parameter"><code>function</code></em>.</td>
1156
+ or 0 if you passed a <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> pointer in <em class="parameter"><code>function</code></em>.</td>
1157
1157
  </tr>
1158
1158
  </tbody>
1159
1159
  </table></div>
@@ -1161,7 +1161,7 @@ or 0 if you passed a <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-S
1161
1161
  <hr>
1162
1162
  <div class="refsect2">
1163
1163
  <a name="gtk-quit-remove"></a><h3>gtk_quit_remove ()</h3>
1164
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_remove (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> quit_handler_id</code></em>);</pre>
1164
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_remove (<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> quit_handler_id</code></em>);</pre>
1165
1165
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1166
1166
  <h3 class="title">Warning</h3>
1167
1167
  <p><code class="literal">gtk_quit_remove</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
@@ -1183,7 +1183,7 @@ Removes a quit handler by its identifier.
1183
1183
  <hr>
1184
1184
  <div class="refsect2">
1185
1185
  <a name="gtk-quit-remove-by-data"></a><h3>gtk_quit_remove_by_data ()</h3>
1186
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_remove_by_data (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1186
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_remove_by_data (<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#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1187
1187
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1188
1188
  <h3 class="title">Warning</h3>
1189
1189
  <p><code class="literal">gtk_quit_remove_by_data</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
@@ -1205,18 +1205,18 @@ Removes a quit handler identified by its <em class="parameter"><code>data</code>
1205
1205
  <hr>
1206
1206
  <div class="refsect2">
1207
1207
  <a name="gtk-timeout-add-full"></a><h3>gtk_timeout_add_full ()</h3>
1208
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_timeout_add_full (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
1208
+ <pre class="programlisting"><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> gtk_timeout_add_full (<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#guint32"><span class="type">guint32</span></a> interval</code></em>,
1209
1209
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1210
1210
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
1211
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
1212
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1211
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>,
1212
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1213
1213
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1214
1214
  <h3 class="title">Warning</h3>
1215
- <p><code class="literal">gtk_timeout_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-timeout-add-full"><code class="function">g_timeout_add_full()</code></a> instead.</p>
1215
+ <p><code class="literal">gtk_timeout_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-timeout-add-full"><code class="function">g_timeout_add_full()</code></a> instead.</p>
1216
1216
  </div>
1217
1217
  <p>
1218
1218
  Registers a function to be called periodically. The function will be called
1219
- repeatedly after <em class="parameter"><code>interval</code></em> milliseconds until it returns <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> at which
1219
+ repeatedly after <em class="parameter"><code>interval</code></em> milliseconds until it returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> at which
1220
1220
  point the timeout is destroyed and will not be called again.
1221
1221
  </p>
1222
1222
  <div class="variablelist"><table border="0" class="variablelist">
@@ -1236,7 +1236,7 @@ point the timeout is destroyed and will not be called again.
1236
1236
  </tr>
1237
1237
  <tr>
1238
1238
  <td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
1239
- <td>The marshaller to use instead of the function (if non-<a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).</td>
1239
+ <td>The marshaller to use instead of the function (if non-<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>).</td>
1240
1240
  </tr>
1241
1241
  <tr>
1242
1242
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
@@ -1244,7 +1244,7 @@ point the timeout is destroyed and will not be called again.
1244
1244
  </tr>
1245
1245
  <tr>
1246
1246
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
1247
- <td>Function to call when the timeout is destroyed or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
1247
+ <td>Function to call when the timeout is destroyed 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>.</td>
1248
1248
  </tr>
1249
1249
  <tr>
1250
1250
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -1256,16 +1256,16 @@ point the timeout is destroyed and will not be called again.
1256
1256
  <hr>
1257
1257
  <div class="refsect2">
1258
1258
  <a name="gtk-timeout-add"></a><h3>gtk_timeout_add ()</h3>
1259
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_timeout_add (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
1259
+ <pre class="programlisting"><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> gtk_timeout_add (<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#guint32"><span class="type">guint32</span></a> interval</code></em>,
1260
1260
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1261
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1261
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1262
1262
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1263
1263
  <h3 class="title">Warning</h3>
1264
- <p><code class="literal">gtk_timeout_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-timeout-add"><code class="function">g_timeout_add()</code></a> instead.</p>
1264
+ <p><code class="literal">gtk_timeout_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-timeout-add"><code class="function">g_timeout_add()</code></a> instead.</p>
1265
1265
  </div>
1266
1266
  <p>
1267
1267
  Registers a function to be called periodically. The function will be called
1268
- repeatedly after <em class="parameter"><code>interval</code></em> milliseconds until it returns <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> at which
1268
+ repeatedly after <em class="parameter"><code>interval</code></em> milliseconds until it returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> at which
1269
1269
  point the timeout is destroyed and will not be called again.
1270
1270
  </p>
1271
1271
  <div class="variablelist"><table border="0" class="variablelist">
@@ -1297,10 +1297,10 @@ point the timeout is destroyed and will not be called again.
1297
1297
  <hr>
1298
1298
  <div class="refsect2">
1299
1299
  <a name="gtk-timeout-remove"></a><h3>gtk_timeout_remove ()</h3>
1300
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_timeout_remove (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timeout_handler_id</code></em>);</pre>
1300
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_timeout_remove (<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> timeout_handler_id</code></em>);</pre>
1301
1301
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1302
1302
  <h3 class="title">Warning</h3>
1303
- <p><code class="literal">gtk_timeout_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
1303
+ <p><code class="literal">gtk_timeout_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
1304
1304
  </div>
1305
1305
  <p>
1306
1306
  Removes the given timeout destroying all information about it.
@@ -1319,11 +1319,11 @@ Removes the given timeout destroying all information about it.
1319
1319
  <hr>
1320
1320
  <div class="refsect2">
1321
1321
  <a name="gtk-idle-add"></a><h3>gtk_idle_add ()</h3>
1322
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_idle_add (<em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1323
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1322
+ <pre class="programlisting"><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> gtk_idle_add (<em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1323
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1324
1324
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1325
1325
  <h3 class="title">Warning</h3>
1326
- <p><code class="literal">gtk_idle_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-idle-add"><code class="function">g_idle_add()</code></a> instead.</p>
1326
+ <p><code class="literal">gtk_idle_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-idle-add"><code class="function">g_idle_add()</code></a> instead.</p>
1327
1327
  </div>
1328
1328
  <p>
1329
1329
  Causes the mainloop to call the given function whenever no events with
@@ -1354,12 +1354,12 @@ higher priority are to be processed. The default priority is
1354
1354
  <hr>
1355
1355
  <div class="refsect2">
1356
1356
  <a name="gtk-idle-add-priority"></a><h3>gtk_idle_add_priority ()</h3>
1357
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_idle_add_priority (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
1357
+ <pre class="programlisting"><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> gtk_idle_add_priority (<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> priority</code></em>,
1358
1358
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1359
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1359
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1360
1360
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1361
1361
  <h3 class="title">Warning</h3>
1362
- <p><code class="literal">gtk_idle_add_priority</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-idle-add-full"><code class="function">g_idle_add_full()</code></a> instead.</p>
1362
+ <p><code class="literal">gtk_idle_add_priority</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-idle-add-full"><code class="function">g_idle_add_full()</code></a> instead.</p>
1363
1363
  </div>
1364
1364
  <p>
1365
1365
  Like <a class="link" href="gtk2-General.html#gtk-idle-add" title="gtk_idle_add ()"><code class="function">gtk_idle_add()</code></a> this function allows you to have a function called
@@ -1374,7 +1374,7 @@ priority different from <a class="link" href="gtk2-General.html#GTK-PRIORITY-DEF
1374
1374
  <tbody>
1375
1375
  <tr>
1376
1376
  <td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
1377
- <td>The priority which should not be above <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"><code class="literal">G_PRIORITY_HIGH_IDLE</code></a>.
1377
+ <td>The priority which should not be above <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"><code class="literal">G_PRIORITY_HIGH_IDLE</code></a>.
1378
1378
  Note that you will interfere with GTK+ if you use a priority above
1379
1379
  <a class="link" href="gtk2-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE"><code class="literal">GTK_PRIORITY_RESIZE</code></a>.</td>
1380
1380
  </tr>
@@ -1396,14 +1396,14 @@ Note that you will interfere with GTK+ if you use a priority above
1396
1396
  <hr>
1397
1397
  <div class="refsect2">
1398
1398
  <a name="gtk-idle-add-full"></a><h3>gtk_idle_add_full ()</h3>
1399
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_idle_add_full (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
1399
+ <pre class="programlisting"><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> gtk_idle_add_full (<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> priority</code></em>,
1400
1400
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
1401
1401
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
1402
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
1403
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1402
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>,
1403
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1404
1404
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1405
1405
  <h3 class="title">Warning</h3>
1406
- <p><code class="literal">gtk_idle_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-idle-add-full"><code class="function">g_idle_add_full()</code></a> instead.</p>
1406
+ <p><code class="literal">gtk_idle_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-idle-add-full"><code class="function">g_idle_add_full()</code></a> instead.</p>
1407
1407
  </div>
1408
1408
  <p>
1409
1409
  Like <a class="link" href="gtk2-General.html#gtk-idle-add" title="gtk_idle_add ()"><code class="function">gtk_idle_add()</code></a> this function allows you to have a function called
@@ -1418,7 +1418,7 @@ priority different from <a class="link" href="gtk2-General.html#GTK-PRIORITY-DEF
1418
1418
  <tbody>
1419
1419
  <tr>
1420
1420
  <td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
1421
- <td>The priority which should not be above <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"><code class="literal">G_PRIORITY_HIGH_IDLE</code></a>.
1421
+ <td>The priority which should not be above <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"><code class="literal">G_PRIORITY_HIGH_IDLE</code></a>.
1422
1422
  Note that you will interfere with GTK+ if you use a priority above
1423
1423
  <a class="link" href="gtk2-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE"><code class="literal">GTK_PRIORITY_RESIZE</code></a>.</td>
1424
1424
  </tr>
@@ -1428,7 +1428,7 @@ Note that you will interfere with GTK+ if you use a priority above
1428
1428
  </tr>
1429
1429
  <tr>
1430
1430
  <td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
1431
- <td>The marshaller to use instead of the function (if non-<a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).</td>
1431
+ <td>The marshaller to use instead of the function (if non-<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>).</td>
1432
1432
  </tr>
1433
1433
  <tr>
1434
1434
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
@@ -1436,7 +1436,7 @@ Note that you will interfere with GTK+ if you use a priority above
1436
1436
  </tr>
1437
1437
  <tr>
1438
1438
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
1439
- <td>Function to call when the timeout is destroyed or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
1439
+ <td>Function to call when the timeout is destroyed 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>.</td>
1440
1440
  </tr>
1441
1441
  <tr>
1442
1442
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -1448,10 +1448,10 @@ Note that you will interfere with GTK+ if you use a priority above
1448
1448
  <hr>
1449
1449
  <div class="refsect2">
1450
1450
  <a name="gtk-idle-remove"></a><h3>gtk_idle_remove ()</h3>
1451
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_idle_remove (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> idle_handler_id</code></em>);</pre>
1451
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_idle_remove (<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> idle_handler_id</code></em>);</pre>
1452
1452
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1453
1453
  <h3 class="title">Warning</h3>
1454
- <p><code class="literal">gtk_idle_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
1454
+ <p><code class="literal">gtk_idle_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
1455
1455
  </div>
1456
1456
  <p>
1457
1457
  Removes the idle function with the given id.
@@ -1470,10 +1470,10 @@ Removes the idle function with the given id.
1470
1470
  <hr>
1471
1471
  <div class="refsect2">
1472
1472
  <a name="gtk-idle-remove-by-data"></a><h3>gtk_idle_remove_by_data ()</h3>
1473
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_idle_remove_by_data (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1473
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_idle_remove_by_data (<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#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
1474
1474
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1475
1475
  <h3 class="title">Warning</h3>
1476
- <p><code class="literal">gtk_idle_remove_by_data</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-idle-remove-by-data"><code class="function">g_idle_remove_by_data()</code></a> instead.</p>
1476
+ <p><code class="literal">gtk_idle_remove_by_data</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-idle-remove-by-data"><code class="function">g_idle_remove_by_data()</code></a> instead.</p>
1477
1477
  </div>
1478
1478
  <p>
1479
1479
  Removes the idle function identified by the user data.
@@ -1492,15 +1492,15 @@ Removes the idle function identified by the user data.
1492
1492
  <hr>
1493
1493
  <div class="refsect2">
1494
1494
  <a name="gtk-input-add-full"></a><h3>gtk_input_add_full ()</h3>
1495
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_input_add_full (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
1495
+ <pre class="programlisting"><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> gtk_input_add_full (<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> source</code></em>,
1496
1496
  <em class="parameter"><code><a href="../gdk2/gdk2-Input.html#GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
1497
1497
  <em class="parameter"><code><a href="../gdk2/gdk2-Input.html#GdkInputFunction"><span class="type">GdkInputFunction</span></a> function</code></em>,
1498
1498
  <em class="parameter"><code><a class="link" href="gtk2-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
1499
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
1500
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1499
+ <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#gpointer"><span class="type">gpointer</span></a> data</code></em>,
1500
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1501
1501
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1502
1502
  <h3 class="title">Warning</h3>
1503
- <p><code class="literal">gtk_input_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-IO-Channels.html#g-io-add-watch-full"><code class="function">g_io_add_watch_full()</code></a> instead.</p>
1503
+ <p><code class="literal">gtk_input_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html#g-io-add-watch-full"><code class="function">g_io_add_watch_full()</code></a> instead.</p>
1504
1504
  </div>
1505
1505
  <p>
1506
1506
  Registers a function to be called when a condition becomes true
@@ -1526,7 +1526,7 @@ on a file descriptor.
1526
1526
  </tr>
1527
1527
  <tr>
1528
1528
  <td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
1529
- <td>The marshaller to use instead of the function (if non-<a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).</td>
1529
+ <td>The marshaller to use instead of the function (if non-<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>).</td>
1530
1530
  </tr>
1531
1531
  <tr>
1532
1532
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
@@ -1535,7 +1535,7 @@ on a file descriptor.
1535
1535
  <tr>
1536
1536
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
1537
1537
  <td>callback function to call with <em class="parameter"><code>data</code></em> when the input
1538
- handler is removed, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
1538
+ handler is removed, 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>.</td>
1539
1539
  </tr>
1540
1540
  <tr>
1541
1541
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -1547,10 +1547,10 @@ handler is removed, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib
1547
1547
  <hr>
1548
1548
  <div class="refsect2">
1549
1549
  <a name="gtk-input-remove"></a><h3>gtk_input_remove ()</h3>
1550
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_input_remove (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> input_handler_id</code></em>);</pre>
1550
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_input_remove (<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> input_handler_id</code></em>);</pre>
1551
1551
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1552
1552
  <h3 class="title">Warning</h3>
1553
- <p><code class="literal">gtk_input_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
1553
+ <p><code class="literal">gtk_input_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
1554
1554
  </div>
1555
1555
  <p>
1556
1556
  Removes the function with the given id.
@@ -1600,7 +1600,7 @@ GTK+ to compute the sizes of widgets. This priority is higher than
1600
1600
  </pre>
1601
1601
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1602
1602
  <h3 class="title">Warning</h3>
1603
- <p><code class="literal">GTK_PRIORITY_HIGH</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"><code class="literal">G_PRIORITY_HIGH</code></a> instead.</p>
1603
+ <p><code class="literal">GTK_PRIORITY_HIGH</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"><code class="literal">G_PRIORITY_HIGH</code></a> instead.</p>
1604
1604
  </div>
1605
1605
  <p>
1606
1606
  Use this for high priority timeouts. This priority is never used inside
@@ -1628,7 +1628,7 @@ This priority is for GTK+ internal stuff. Don't use it in your applications.
1628
1628
  </pre>
1629
1629
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1630
1630
  <h3 class="title">Warning</h3>
1631
- <p><code class="literal">GTK_PRIORITY_DEFAULT</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT-IDLE:CAPS"><code class="literal">G_PRIORITY_DEFAULT_IDLE</code></a> instead.</p>
1631
+ <p><code class="literal">GTK_PRIORITY_DEFAULT</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT-IDLE:CAPS"><code class="literal">G_PRIORITY_DEFAULT_IDLE</code></a> instead.</p>
1632
1632
  </div>
1633
1633
  <p>
1634
1634
  Default priority for idle functions.
@@ -1641,7 +1641,7 @@ Default priority for idle functions.
1641
1641
  </pre>
1642
1642
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1643
1643
  <h3 class="title">Warning</h3>
1644
- <p><code class="literal">GTK_PRIORITY_LOW</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"><code class="literal">G_PRIORITY_LOW</code></a> instead.</p>
1644
+ <p><code class="literal">GTK_PRIORITY_LOW</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"><code class="literal">G_PRIORITY_LOW</code></a> instead.</p>
1645
1645
  </div>
1646
1646
  <p>
1647
1647
  Priority for very unimportant background tasks.
@@ -1650,8 +1650,8 @@ Priority for very unimportant background tasks.
1650
1650
  <hr>
1651
1651
  <div class="refsect2">
1652
1652
  <a name="gtk-key-snooper-install"></a><h3>gtk_key_snooper_install ()</h3>
1653
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_key_snooper_install (<em class="parameter"><code><a class="link" href="gtk2-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a> snooper</code></em>,
1654
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);</pre>
1653
+ <pre class="programlisting"><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> gtk_key_snooper_install (<em class="parameter"><code><a class="link" href="gtk2-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a> snooper</code></em>,
1654
+ <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#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);</pre>
1655
1655
  <p>
1656
1656
  Installs a key snooper function, which will get called on all key events
1657
1657
  before delivering them normally.
@@ -1680,9 +1680,9 @@ before delivering them normally.
1680
1680
  <hr>
1681
1681
  <div class="refsect2">
1682
1682
  <a name="GtkKeySnoopFunc"></a><h3>GtkKeySnoopFunc ()</h3>
1683
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (*GtkKeySnoopFunc) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *grab_widget</code></em>,
1683
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (*GtkKeySnoopFunc) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *grab_widget</code></em>,
1684
1684
  <em class="parameter"><code><a href="../gdk2/gdk2-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>,
1685
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);</pre>
1685
+ <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#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);</pre>
1686
1686
  <p>
1687
1687
  Key snooper functions are called before normal event delivery.
1688
1688
  They can be used to implement custom key event handling.
@@ -1708,7 +1708,7 @@ They can be used to implement custom key event handling.
1708
1708
  <tr>
1709
1709
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1710
1710
  <td>
1711
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop further processing of <em class="parameter"><code>event</code></em>, <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to continue.</td>
1711
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop further processing of <em class="parameter"><code>event</code></em>, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to continue.</td>
1712
1712
  </tr>
1713
1713
  </tbody>
1714
1714
  </table></div>
@@ -1716,7 +1716,7 @@ They can be used to implement custom key event handling.
1716
1716
  <hr>
1717
1717
  <div class="refsect2">
1718
1718
  <a name="gtk-key-snooper-remove"></a><h3>gtk_key_snooper_remove ()</h3>
1719
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_key_snooper_remove (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> snooper_handler_id</code></em>);</pre>
1719
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_key_snooper_remove (<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> snooper_handler_id</code></em>);</pre>
1720
1720
  <p>
1721
1721
  Removes the key snooper function with the given id.
1722
1722
  </p>
@@ -1740,7 +1740,7 @@ Obtains a copy of the event currently being processed by GTK+. For
1740
1740
  example, if you get a "clicked" signal from <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>, the current
1741
1741
  event will be the <a href="../gdk2/gdk2-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> that triggered the "clicked"
1742
1742
  signal. The returned event must be freed with <a href="../gdk2/gdk2-Events.html#gdk-event-free"><code class="function">gdk_event_free()</code></a>.
1743
- If there is no current event, the function returns <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1743
+ If there is no current event, the function returns <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>.
1744
1744
  </p>
1745
1745
  <div class="variablelist"><table border="0" class="variablelist">
1746
1746
  <colgroup>
@@ -1749,7 +1749,7 @@ If there is no current event, the function returns <a href="/home/mclasen/gnome/
1749
1749
  </colgroup>
1750
1750
  <tbody><tr>
1751
1751
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1752
- <td>a copy of the current event, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no
1752
+ <td>a copy of the current event, 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 no
1753
1753
  current event. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
1754
1754
  </td>
1755
1755
  </tr></tbody>
@@ -1758,7 +1758,7 @@ current event. <span class="annotation">[<acronym title="Free data after the cod
1758
1758
  <hr>
1759
1759
  <div class="refsect2">
1760
1760
  <a name="gtk-get-current-event-time"></a><h3>gtk_get_current_event_time ()</h3>
1761
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> gtk_get_current_event_time (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1761
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> gtk_get_current_event_time (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1762
1762
  <p>
1763
1763
  If there is a current event and it has a timestamp, return that
1764
1764
  timestamp, otherwise return <a href="../gdk2/gdk2-Events.html#GDK-CURRENT-TIME:CAPS"><code class="literal">GDK_CURRENT_TIME</code></a>.
@@ -1777,11 +1777,11 @@ timestamp, otherwise return <a href="../gdk2/gdk2-Events.html#GDK-CURRENT-TIME:C
1777
1777
  <hr>
1778
1778
  <div class="refsect2">
1779
1779
  <a name="gtk-get-current-event-state"></a><h3>gtk_get_current_event_state ()</h3>
1780
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_get_current_event_state (<em class="parameter"><code><a href="../gdk2/gdk2-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);</pre>
1780
+ <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_get_current_event_state (<em class="parameter"><code><a href="../gdk2/gdk2-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);</pre>
1781
1781
  <p>
1782
1782
  If there is a current event and it has a state field, place
1783
- that state field in <em class="parameter"><code>state</code></em> and return <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, otherwise return
1784
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
1783
+ that state field in <em class="parameter"><code>state</code></em> and return <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, otherwise return
1784
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
1785
1785
  </p>
1786
1786
  <div class="variablelist"><table border="0" class="variablelist">
1787
1787
  <colgroup>
@@ -1797,7 +1797,7 @@ that state field in <em class="parameter"><code>state</code></em> and return <a
1797
1797
  <tr>
1798
1798
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1799
1799
  <td>
1800
- <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was a current event and it had a state field</td>
1800
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was a current event and it had a state field</td>
1801
1801
  </tr>
1802
1802
  </tbody>
1803
1803
  </table></div>
@@ -1807,8 +1807,8 @@ that state field in <em class="parameter"><code>state</code></em> and return <a
1807
1807
  <a name="gtk-get-event-widget"></a><h3>gtk_get_event_widget ()</h3>
1808
1808
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_get_event_widget (<em class="parameter"><code><a href="../gdk2/gdk2-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
1809
1809
  <p>
1810
- If <em class="parameter"><code>event</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or the event was not associated with any widget,
1811
- returns <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, otherwise returns the widget that received the event
1810
+ If <em class="parameter"><code>event</code></em> is <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> or the event was not associated with any widget,
1811
+ returns <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>, otherwise returns the widget that received the event
1812
1812
  originally.
1813
1813
  </p>
1814
1814
  <div class="variablelist"><table border="0" class="variablelist">
@@ -1825,7 +1825,7 @@ originally.
1825
1825
  <tr>
1826
1826
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1827
1827
  <td>the widget that originally
1828
- received <em class="parameter"><code>event</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1828
+ received <em class="parameter"><code>event</code></em>, 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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1829
1829
  </td>
1830
1830
  </tr>
1831
1831
  </tbody>
@@ -1877,13 +1877,13 @@ example, use <a href="../gdk2/gdk2-Windows.html#gdk-window-invalidate-rect"><cod
1877
1877
  <div class="refsect1">
1878
1878
  <a name="gtk2-General.see-also"></a><h2>See Also</h2>
1879
1879
  <p>
1880
- See the GLib manual, especially <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a> and signal-related
1881
- functions such as <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>.
1880
+ See the GLib manual, especially <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a> and signal-related
1881
+ functions such as <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a>.
1882
1882
  </p>
1883
1883
  </div>
1884
1884
  </div>
1885
1885
  <div class="footer">
1886
1886
  <hr>
1887
- Generated by GTK-Doc V1.18.1</div>
1887
+ Generated by GTK-Doc V1.19</div>
1888
1888
  </body>
1889
1889
  </html>