gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (553) hide show
  1. data/ChangeLog +52 -0
  2. data/ext/gtk2/extconf.rb +18 -9
  3. data/ext/gtk2/rbgdk.h +3 -0
  4. data/ext/gtk2/rbgdkdragcontext.c +4 -4
  5. data/ext/gtk2/rbgdkevent.c +18 -5
  6. data/ext/gtk2/rbgdkpixmap.c +43 -48
  7. data/ext/gtk2/rbgdkproperty.c +6 -5
  8. data/ext/gtk2/rbgdkscreen.c +18 -74
  9. data/ext/gtk2/rbgdkselection.c +2 -2
  10. data/ext/gtk2/rbgdkwindow.c +11 -18
  11. data/ext/gtk2/rbgdkwindowattr.c +1 -1
  12. data/ext/gtk2/rbgtkaccelgroup.c +1 -1
  13. data/ext/gtk2/rbgtkaction.c +8 -26
  14. data/ext/gtk2/rbgtkactiongroup.c +6 -6
  15. data/ext/gtk2/rbgtkadjustment.c +20 -74
  16. data/ext/gtk2/rbgtkbindingset.c +1 -1
  17. data/ext/gtk2/rbgtkbuilder.c +2 -1
  18. data/ext/gtk2/rbgtkbutton.c +1 -9
  19. data/ext/gtk2/rbgtkcalendar.c +1 -1
  20. data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
  21. data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
  22. data/ext/gtk2/rbgtkcellview.c +6 -11
  23. data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
  24. data/ext/gtk2/rbgtkcombo.c +2 -2
  25. data/ext/gtk2/rbgtkcombobox.c +9 -29
  26. data/ext/gtk2/rbgtkcontainer.c +1 -1
  27. data/ext/gtk2/rbgtkcurve.c +4 -2
  28. data/ext/gtk2/rbgtkdialog.c +2 -3
  29. data/ext/gtk2/rbgtkdrag.c +3 -3
  30. data/ext/gtk2/rbgtkentry.c +2 -2
  31. data/ext/gtk2/rbgtkentrycompletion.c +1 -4
  32. data/ext/gtk2/rbgtkfilechooser.c +32 -29
  33. data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
  34. data/ext/gtk2/rbgtkfilefilter.c +8 -4
  35. data/ext/gtk2/rbgtkframe.c +3 -4
  36. data/ext/gtk2/rbgtkhandlebox.c +0 -7
  37. data/ext/gtk2/rbgtkicontheme.c +4 -13
  38. data/ext/gtk2/rbgtkiconview.c +4 -15
  39. data/ext/gtk2/rbgtkimcontext.c +1 -1
  40. data/ext/gtk2/rbgtkinvisible.c +5 -21
  41. data/ext/gtk2/rbgtkitemfactory.c +3 -3
  42. data/ext/gtk2/rbgtklabel.c +0 -2
  43. data/ext/gtk2/rbgtklinkbutton.c +0 -2
  44. data/ext/gtk2/rbgtkmain.c +7 -10
  45. data/ext/gtk2/rbgtkmenu.c +22 -74
  46. data/ext/gtk2/rbgtkmenuitem.c +16 -55
  47. data/ext/gtk2/rbgtkmenushell.c +3 -11
  48. data/ext/gtk2/rbgtkmessagedialog.c +11 -20
  49. data/ext/gtk2/rbgtknotebook.c +0 -1
  50. data/ext/gtk2/rbgtkoptionmenu.c +1 -2
  51. data/ext/gtk2/rbgtkprintjob.c +1 -2
  52. data/ext/gtk2/rbgtkprintoperation.c +0 -2
  53. data/ext/gtk2/rbgtkradioaction.c +2 -7
  54. data/ext/gtk2/rbgtkradiobutton.c +1 -1
  55. data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
  56. data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
  57. data/ext/gtk2/rbgtkrange.c +1 -2
  58. data/ext/gtk2/rbgtkrc.c +8 -9
  59. data/ext/gtk2/rbgtkrcstyle.c +2 -2
  60. data/ext/gtk2/rbgtkrecentaction.c +0 -1
  61. data/ext/gtk2/rbgtkrecentchooser.c +3 -3
  62. data/ext/gtk2/rbgtkrecentdata.c +2 -9
  63. data/ext/gtk2/rbgtkrecentfilter.c +2 -1
  64. data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
  65. data/ext/gtk2/rbgtkrecentinfo.c +2 -2
  66. data/ext/gtk2/rbgtkrecentmanager.c +1 -2
  67. data/ext/gtk2/rbgtkruler.c +6 -16
  68. data/ext/gtk2/rbgtkscalebutton.c +16 -48
  69. data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
  70. data/ext/gtk2/rbgtkselectiondata.c +10 -34
  71. data/ext/gtk2/rbgtksettings.c +1 -1
  72. data/ext/gtk2/rbgtkspinner.c +0 -3
  73. data/ext/gtk2/rbgtkstatusbar.c +5 -16
  74. data/ext/gtk2/rbgtkstatusicon.c +2 -9
  75. data/ext/gtk2/rbgtkstock.c +4 -4
  76. data/ext/gtk2/rbgtktable.c +8 -13
  77. data/ext/gtk2/rbgtktextattributes.c +0 -2
  78. data/ext/gtk2/rbgtktextbuffer.c +17 -16
  79. data/ext/gtk2/rbgtktextmark.c +7 -14
  80. data/ext/gtk2/rbgtktexttag.c +1 -2
  81. data/ext/gtk2/rbgtktextview.c +3 -4
  82. data/ext/gtk2/rbgtktoggleaction.c +5 -16
  83. data/ext/gtk2/rbgtktogglebutton.c +1 -2
  84. data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
  85. data/ext/gtk2/rbgtktoolbar.c +8 -31
  86. data/ext/gtk2/rbgtktoolitem.c +3 -1
  87. data/ext/gtk2/rbgtktreerowreference.c +4 -4
  88. data/ext/gtk2/rbgtktreesortable.c +0 -3
  89. data/ext/gtk2/rbgtktreestore.c +10 -7
  90. data/ext/gtk2/rbgtktreeview.c +5 -8
  91. data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
  92. data/ext/gtk2/rbgtkuimanager.c +2 -3
  93. data/ext/gtk2/rbgtkwidget.c +24 -44
  94. data/ext/gtk2/rbgtkwindow.c +32 -92
  95. data/lib/1.8/gtk2.so +0 -0
  96. data/lib/1.9/gtk2.so +0 -0
  97. data/lib/gtk2/base.rb +1 -1
  98. data/vendor/local/bin/gtk-builder-convert +2 -29
  99. data/vendor/local/bin/gtk-demo.exe +0 -0
  100. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  101. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  102. data/vendor/local/bin/libgailutil-18.dll +0 -0
  103. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  104. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  105. data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
  106. data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
  107. data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
  108. data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
  109. data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
  110. data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
  111. data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
  112. data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
  113. data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
  114. data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
  115. data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
  116. data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
  117. data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
  118. data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
  119. data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
  120. data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
  121. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
  122. data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
  123. data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
  124. data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
  125. data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
  126. data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
  127. data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
  128. data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
  129. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
  130. data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
  131. data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
  132. data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
  133. data/vendor/local/lib/gailutil.lib +0 -0
  134. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  135. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  136. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  137. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  138. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  139. data/vendor/local/lib/libgailutil.dll.a +0 -0
  140. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  141. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  142. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  145. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  146. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  147. data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
  148. data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
  149. data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
  150. data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
  151. data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
  152. data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
  153. data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
  154. data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
  155. data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
  156. data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
  157. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
  158. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
  159. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
  160. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
  161. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
  162. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
  164. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
  165. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
  166. data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
  167. data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
  168. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
  169. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
  170. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
  171. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
  172. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
  173. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
  174. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
  175. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
  176. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
  177. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
  178. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
  179. data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
  180. data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
  181. data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
  182. data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
  183. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
  184. data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
  185. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
  186. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
  187. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
  188. data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
  189. data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
  190. data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
  191. data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
  192. data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
  193. data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
  194. data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
  195. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
  196. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
  197. data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
  198. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
  199. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
  200. data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
  201. data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
  202. data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
  203. data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
  204. data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
  205. data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
  206. data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
  207. data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
  208. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
  209. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
  210. data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
  211. data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
  212. data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
  213. data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
  214. data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
  215. data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
  216. data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
  217. data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
  218. data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
  219. data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
  220. data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
  222. data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
  223. data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
  224. data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
  225. data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
  226. data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
  227. data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
  228. data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
  229. data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
  230. data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
  231. data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
  232. data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
  233. data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
  234. data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
  235. data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
  236. data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
  237. data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
  238. data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
  239. data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
  240. data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
  241. data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
  242. data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
  243. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
  244. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
  245. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
  246. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
  247. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
  248. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
  249. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
  250. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
  251. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
  252. data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
  253. data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
  254. data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
  255. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
  256. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
  257. data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
  258. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
  259. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
  260. data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
  261. data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
  262. data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
  263. data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
  264. data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
  265. data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
  266. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
  267. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
  268. data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
  269. data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
  270. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
  271. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
  272. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
  273. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
  274. data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
  275. data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
  276. data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
  277. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
  278. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
  279. data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
  280. data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
  281. data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
  282. data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
  283. data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
  284. data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
  285. data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
  286. data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
  287. data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
  288. data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
  289. data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
  290. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
  291. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
  292. data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
  293. data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
  294. data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
  295. data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
  296. data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
  297. data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
  298. data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
  299. data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
  300. data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
  301. data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
  302. data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
  303. data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
  304. data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
  305. data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
  306. data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
  307. data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
  308. data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
  309. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
  310. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
  311. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
  312. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
  313. data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
  314. data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
  315. data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
  316. data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
  317. data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
  318. data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
  319. data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
  320. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
  321. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
  322. data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
  323. data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
  324. data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
  325. data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
  326. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
  327. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
  328. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
  329. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
  330. data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
  331. data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
  332. data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
  333. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
  334. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
  335. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
  336. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
  337. data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
  338. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
  339. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
  340. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
  341. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
  342. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
  343. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
  344. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
  345. data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
  346. data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
  347. data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
  348. data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
  349. data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
  350. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
  351. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
  352. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
  353. data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
  354. data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
  355. data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
  356. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
  357. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
  358. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
  359. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
  360. data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
  361. data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
  362. data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
  363. data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
  364. data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
  365. data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
  366. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
  367. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
  368. data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
  369. data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
  370. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
  371. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
  372. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
  373. data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
  374. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
  375. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
  376. data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
  377. data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
  378. data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
  379. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
  380. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
  381. data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
  382. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
  383. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
  384. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
  385. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
  386. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
  387. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
  388. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
  389. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
  390. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
  391. data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
  392. data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
  393. data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
  394. data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
  395. data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
  396. data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
  397. data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
  398. data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
  399. data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
  400. data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
  401. data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
  402. data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
  403. data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
  404. data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
  405. data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
  406. data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
  407. data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
  408. data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
  409. data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
  410. data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
  411. data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
  412. data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
  414. data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
  415. data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
  416. data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
  417. data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
  418. data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
  419. data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
  420. data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
  421. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
  422. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
  423. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
  424. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
  425. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
  426. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
  427. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
  428. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
  429. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
  430. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
  431. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
  432. data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
  433. data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
  434. data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
  435. data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
  436. data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
  437. data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
  438. data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
  439. data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
  440. data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
  441. data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
  442. data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
  443. data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
  444. data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
  445. data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
  446. data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
  447. data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
  448. data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
  449. data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
  450. data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
  451. data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
  452. data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
  453. data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
  454. data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
  455. data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
  456. data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
  457. data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
  458. data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
  459. data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
  460. data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
  461. data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
  462. data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
  463. data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
  464. data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
  465. data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
  466. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
  467. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
  468. data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
  469. data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
  470. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
  471. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
  472. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
  473. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
  474. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
  475. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
  476. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
  477. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
  478. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
  479. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
  480. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
  481. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
  482. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
  483. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
  484. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
  485. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
  486. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
  487. data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
  488. data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
  489. data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
  490. data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
  491. data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
  492. data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
  493. data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
  494. data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
  495. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
  496. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
  497. data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
  498. data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
  499. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
  500. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
  501. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
  502. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
  503. data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
  504. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
  505. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
  506. data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
  507. data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
  508. data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
  509. data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
  510. data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
  511. data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
  512. data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
  513. data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
  514. data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
  515. data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
  516. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
  517. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
  518. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
  519. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
  520. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
  521. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
  522. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
  523. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
  524. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
  525. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
  526. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
  527. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
  528. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  529. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
  530. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  531. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
  532. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
  533. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
  534. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
  535. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
  536. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
  537. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
  538. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
  539. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  540. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
  541. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
  542. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
  543. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
  544. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
  545. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
  546. data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
  547. data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
  548. metadata +25 -25
  549. data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
  550. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
  551. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
  552. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
  553. data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="DeprecatedObjects.html" title="Deprecated">
9
9
  <link rel="prev" href="GtkTree.html" title="GtkTree">
10
10
  <link rel="next" href="migrating.html" title="Part IV. Migrating from Previous Versions of GTK+">
11
- <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (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">
@@ -32,7 +32,7 @@
32
32
  <a href="#GtkTreeItem.signals" class="shortcut">Signals</a>
33
33
  </td></tr>
34
34
  </table>
35
- <div class="refentry">
35
+ <div class="refentry" title="GtkTreeItem">
36
36
  <a name="GtkTreeItem"></a><div class="titlepage"></div>
37
37
  <div class="refnamediv"><table width="100%"><tr>
38
38
  <td valign="top">
@@ -41,15 +41,15 @@
41
41
  </td>
42
42
  <td valign="top" align="right"></td>
43
43
  </tr></table></div>
44
- <div class="refsynopsisdiv">
44
+ <div class="refsynopsisdiv" title="Synopsis">
45
45
  <a name="GtkTreeItem.synopsis"></a><h2>Synopsis</h2>
46
46
  <pre class="synopsis">
47
47
  #include &lt;gtk/gtk.h&gt;
48
48
 
49
- struct <a class="link" href="GtkTreeItem.html#GtkTreeItem-struct" title="struct GtkTreeItem">GtkTreeItem</a>;
49
+ <a class="link" href="GtkTreeItem.html#GtkTreeItem-struct" title="GtkTreeItem">GtkTreeItem</a>;
50
50
  #define <a class="link" href="GtkTreeItem.html#GTK-TREE-ITEM-SUBTREE:CAPS" title="GTK_TREE_ITEM_SUBTREE()">GTK_TREE_ITEM_SUBTREE</a> (obj)
51
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkTreeItem.html#gtk-tree-item-new" title="gtk_tree_item_new ()">gtk_tree_item_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
52
- <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkTreeItem.html#gtk-tree-item-new-with-label" title="gtk_tree_item_new_with_label ()">gtk_tree_item_new_with_label</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
51
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkTreeItem.html#gtk-tree-item-new" title="gtk_tree_item_new ()">gtk_tree_item_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
52
+ <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkTreeItem.html#gtk-tree-item-new-with-label" title="gtk_tree_item_new_with_label ()">gtk_tree_item_new_with_label</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
53
53
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-set-subtree" title="gtk_tree_item_set_subtree ()">gtk_tree_item_set_subtree</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>,
54
54
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *subtree</code></em>);
55
55
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-remove-subtree" title="gtk_tree_item_remove_subtree ()">gtk_tree_item_remove_subtree</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);
@@ -59,7 +59,7 @@ struct <a class="link" href="GtkTreeItem.html#GtkTreeItem-struct" t
59
59
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeItem.html#gtk-tree-item-collapse" title="gtk_tree_item_collapse ()">gtk_tree_item_collapse</a> (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);
60
60
  </pre>
61
61
  </div>
62
- <div class="refsect1">
62
+ <div class="refsect1" title="Object Hierarchy">
63
63
  <a name="GtkTreeItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
64
  <pre class="synopsis">
65
65
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -72,24 +72,24 @@ struct <a class="link" href="GtkTreeItem.html#GtkTreeItem-struct" t
72
72
  +----GtkTreeItem
73
73
  </pre>
74
74
  </div>
75
- <div class="refsect1">
75
+ <div class="refsect1" title="Implemented Interfaces">
76
76
  <a name="GtkTreeItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
77
77
  <p>
78
78
  GtkTreeItem implements
79
79
  AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
80
80
  </div>
81
- <div class="refsect1">
81
+ <div class="refsect1" title="Signals">
82
82
  <a name="GtkTreeItem.signals"></a><h2>Signals</h2>
83
83
  <pre class="synopsis">
84
- "<a class="link" href="GtkTreeItem.html#GtkTreeItem-collapse" title='The "collapse" signal'>collapse</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
85
- "<a class="link" href="GtkTreeItem.html#GtkTreeItem-expand" title='The "expand" signal'>expand</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
84
+ "<a class="link" href="GtkTreeItem.html#GtkTreeItem-collapse" title='The "collapse" signal'>collapse</a>" : Run First
85
+ "<a class="link" href="GtkTreeItem.html#GtkTreeItem-expand" title='The "expand" signal'>expand</a>" : Run First
86
86
  </pre>
87
87
  </div>
88
- <div class="refsect1">
88
+ <div class="refsect1" title="Description">
89
89
  <a name="GtkTreeItem.description"></a><h2>Description</h2>
90
90
  <p>
91
91
  </p>
92
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
92
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
93
93
  <h3 class="title">Warning</h3>
94
94
  <p>
95
95
  <a class="link" href="GtkTree.html" title="GtkTree"><span class="type">GtkTree</span></a> is deprecated and unsupported. It is known to be
@@ -100,12 +100,12 @@ prior to including the GTK+ header files. Use <a class="link" href="GtkTreeView.
100
100
  <p>
101
101
  </p>
102
102
  </div>
103
- <div class="refsect1">
103
+ <div class="refsect1" title="Details">
104
104
  <a name="GtkTreeItem.details"></a><h2>Details</h2>
105
- <div class="refsect2">
106
- <a name="GtkTreeItem-struct"></a><h3>struct GtkTreeItem</h3>
107
- <pre class="programlisting">struct GtkTreeItem;</pre>
108
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
105
+ <div class="refsect2" title="GtkTreeItem">
106
+ <a name="GtkTreeItem-struct"></a><h3>GtkTreeItem</h3>
107
+ <pre class="programlisting">typedef struct _GtkTreeItem GtkTreeItem;</pre>
108
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
109
109
  <h3 class="title">Warning</h3>
110
110
  <p><code class="literal">GtkTreeItem</code> is deprecated and should not be used in newly-written code.</p>
111
111
  </div>
@@ -113,113 +113,199 @@ prior to including the GTK+ header files. Use <a class="link" href="GtkTreeView.
113
113
  </p>
114
114
  </div>
115
115
  <hr>
116
- <div class="refsect2">
116
+ <div class="refsect2" title="GTK_TREE_ITEM_SUBTREE()">
117
117
  <a name="GTK-TREE-ITEM-SUBTREE:CAPS"></a><h3>GTK_TREE_ITEM_SUBTREE()</h3>
118
118
  <pre class="programlisting">#define GTK_TREE_ITEM_SUBTREE(obj) (GTK_TREE_ITEM(obj)-&gt;subtree)
119
119
  </pre>
120
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
120
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
121
121
  <h3 class="title">Warning</h3>
122
122
  <p><code class="literal">GTK_TREE_ITEM_SUBTREE</code> is deprecated and should not be used in newly-written code.</p>
123
123
  </div>
124
124
  <p>
125
125
  </p>
126
+ <div class="variablelist"><table border="0">
127
+ <col align="left" valign="top">
128
+ <tbody><tr>
129
+ <td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
130
+ <td>
131
+ </td>
132
+ </tr></tbody>
133
+ </table></div>
126
134
  </div>
127
135
  <hr>
128
- <div class="refsect2">
136
+ <div class="refsect2" title="gtk_tree_item_new ()">
129
137
  <a name="gtk-tree-item-new"></a><h3>gtk_tree_item_new ()</h3>
130
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_tree_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
131
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
138
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_tree_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
139
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
132
140
  <h3 class="title">Warning</h3>
133
141
  <p><code class="literal">gtk_tree_item_new</code> is deprecated and should not be used in newly-written code.</p>
134
142
  </div>
135
143
  <p>
136
144
  </p>
145
+ <div class="variablelist"><table border="0">
146
+ <col align="left" valign="top">
147
+ <tbody><tr>
148
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
149
+ <td>
150
+ </td>
151
+ </tr></tbody>
152
+ </table></div>
137
153
  </div>
138
154
  <hr>
139
- <div class="refsect2">
155
+ <div class="refsect2" title="gtk_tree_item_new_with_label ()">
140
156
  <a name="gtk-tree-item-new-with-label"></a><h3>gtk_tree_item_new_with_label ()</h3>
141
- <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_tree_item_new_with_label (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
142
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
157
+ <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_tree_item_new_with_label (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
158
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
143
159
  <h3 class="title">Warning</h3>
144
160
  <p><code class="literal">gtk_tree_item_new_with_label</code> is deprecated and should not be used in newly-written code.</p>
145
161
  </div>
146
162
  <p>
147
163
  </p>
164
+ <div class="variablelist"><table border="0">
165
+ <col align="left" valign="top">
166
+ <tbody>
167
+ <tr>
168
+ <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
169
+ <td>
170
+ </td>
171
+ </tr>
172
+ <tr>
173
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
174
+ <td>
175
+ </td>
176
+ </tr>
177
+ </tbody>
178
+ </table></div>
148
179
  </div>
149
180
  <hr>
150
- <div class="refsect2">
181
+ <div class="refsect2" title="gtk_tree_item_set_subtree ()">
151
182
  <a name="gtk-tree-item-set-subtree"></a><h3>gtk_tree_item_set_subtree ()</h3>
152
183
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_set_subtree (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>,
153
184
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *subtree</code></em>);</pre>
154
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
185
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
155
186
  <h3 class="title">Warning</h3>
156
187
  <p><code class="literal">gtk_tree_item_set_subtree</code> is deprecated and should not be used in newly-written code.</p>
157
188
  </div>
158
189
  <p>
159
190
  </p>
191
+ <div class="variablelist"><table border="0">
192
+ <col align="left" valign="top">
193
+ <tbody>
194
+ <tr>
195
+ <td><p><span class="term"><em class="parameter"><code>tree_item</code></em> :</span></p></td>
196
+ <td>
197
+ </td>
198
+ </tr>
199
+ <tr>
200
+ <td><p><span class="term"><em class="parameter"><code>subtree</code></em> :</span></p></td>
201
+ <td>
202
+ </td>
203
+ </tr>
204
+ </tbody>
205
+ </table></div>
160
206
  </div>
161
207
  <hr>
162
- <div class="refsect2">
208
+ <div class="refsect2" title="gtk_tree_item_remove_subtree ()">
163
209
  <a name="gtk-tree-item-remove-subtree"></a><h3>gtk_tree_item_remove_subtree ()</h3>
164
210
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_remove_subtree (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
165
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
211
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
166
212
  <h3 class="title">Warning</h3>
167
213
  <p><code class="literal">gtk_tree_item_remove_subtree</code> is deprecated and should not be used in newly-written code.</p>
168
214
  </div>
169
215
  <p>
170
216
  </p>
217
+ <div class="variablelist"><table border="0">
218
+ <col align="left" valign="top">
219
+ <tbody><tr>
220
+ <td><p><span class="term"><em class="parameter"><code>tree_item</code></em> :</span></p></td>
221
+ <td>
222
+ </td>
223
+ </tr></tbody>
224
+ </table></div>
171
225
  </div>
172
226
  <hr>
173
- <div class="refsect2">
227
+ <div class="refsect2" title="gtk_tree_item_select ()">
174
228
  <a name="gtk-tree-item-select"></a><h3>gtk_tree_item_select ()</h3>
175
229
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_select (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
176
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
230
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
177
231
  <h3 class="title">Warning</h3>
178
232
  <p><code class="literal">gtk_tree_item_select</code> is deprecated and should not be used in newly-written code.</p>
179
233
  </div>
180
234
  <p>
181
235
  </p>
236
+ <div class="variablelist"><table border="0">
237
+ <col align="left" valign="top">
238
+ <tbody><tr>
239
+ <td><p><span class="term"><em class="parameter"><code>tree_item</code></em> :</span></p></td>
240
+ <td>
241
+ </td>
242
+ </tr></tbody>
243
+ </table></div>
182
244
  </div>
183
245
  <hr>
184
- <div class="refsect2">
246
+ <div class="refsect2" title="gtk_tree_item_deselect ()">
185
247
  <a name="gtk-tree-item-deselect"></a><h3>gtk_tree_item_deselect ()</h3>
186
248
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_deselect (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
187
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
249
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
188
250
  <h3 class="title">Warning</h3>
189
251
  <p><code class="literal">gtk_tree_item_deselect</code> is deprecated and should not be used in newly-written code.</p>
190
252
  </div>
191
253
  <p>
192
254
  </p>
255
+ <div class="variablelist"><table border="0">
256
+ <col align="left" valign="top">
257
+ <tbody><tr>
258
+ <td><p><span class="term"><em class="parameter"><code>tree_item</code></em> :</span></p></td>
259
+ <td>
260
+ </td>
261
+ </tr></tbody>
262
+ </table></div>
193
263
  </div>
194
264
  <hr>
195
- <div class="refsect2">
265
+ <div class="refsect2" title="gtk_tree_item_expand ()">
196
266
  <a name="gtk-tree-item-expand"></a><h3>gtk_tree_item_expand ()</h3>
197
267
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_expand (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
198
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
268
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
199
269
  <h3 class="title">Warning</h3>
200
270
  <p><code class="literal">gtk_tree_item_expand</code> is deprecated and should not be used in newly-written code.</p>
201
271
  </div>
202
272
  <p>
203
273
  </p>
274
+ <div class="variablelist"><table border="0">
275
+ <col align="left" valign="top">
276
+ <tbody><tr>
277
+ <td><p><span class="term"><em class="parameter"><code>tree_item</code></em> :</span></p></td>
278
+ <td>
279
+ </td>
280
+ </tr></tbody>
281
+ </table></div>
204
282
  </div>
205
283
  <hr>
206
- <div class="refsect2">
284
+ <div class="refsect2" title="gtk_tree_item_collapse ()">
207
285
  <a name="gtk-tree-item-collapse"></a><h3>gtk_tree_item_collapse ()</h3>
208
286
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_item_collapse (<em class="parameter"><code><a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *tree_item</code></em>);</pre>
209
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
287
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
210
288
  <h3 class="title">Warning</h3>
211
289
  <p><code class="literal">gtk_tree_item_collapse</code> is deprecated and should not be used in newly-written code.</p>
212
290
  </div>
213
291
  <p>
214
292
  </p>
293
+ <div class="variablelist"><table border="0">
294
+ <col align="left" valign="top">
295
+ <tbody><tr>
296
+ <td><p><span class="term"><em class="parameter"><code>tree_item</code></em> :</span></p></td>
297
+ <td>
298
+ </td>
299
+ </tr></tbody>
300
+ </table></div>
215
301
  </div>
216
302
  </div>
217
- <div class="refsect1">
303
+ <div class="refsect1" title="Signal Details">
218
304
  <a name="GtkTreeItem.signal-details"></a><h2>Signal Details</h2>
219
- <div class="refsect2">
305
+ <div class="refsect2" title='The "collapse" signal'>
220
306
  <a name="GtkTreeItem-collapse"></a><h3>The <code class="literal">"collapse"</code> signal</h3>
221
307
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *treeitem,
222
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
308
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
223
309
  <p>
224
310
  </p>
225
311
  <div class="variablelist"><table border="0">
@@ -227,7 +313,8 @@ prior to including the GTK+ header files. Use <a class="link" href="GtkTreeView.
227
313
  <tbody>
228
314
  <tr>
229
315
  <td><p><span class="term"><em class="parameter"><code>treeitem</code></em> :</span></p></td>
230
- <td>the object which received the signal.</td>
316
+ <td>the object which received the signal.
317
+ </td>
231
318
  </tr>
232
319
  <tr>
233
320
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -237,10 +324,10 @@ prior to including the GTK+ header files. Use <a class="link" href="GtkTreeView.
237
324
  </table></div>
238
325
  </div>
239
326
  <hr>
240
- <div class="refsect2">
327
+ <div class="refsect2" title='The "expand" signal'>
241
328
  <a name="GtkTreeItem-expand"></a><h3>The <code class="literal">"expand"</code> signal</h3>
242
329
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeItem.html" title="GtkTreeItem"><span class="type">GtkTreeItem</span></a> *treeitem,
243
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
330
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
244
331
  <p>
245
332
  </p>
246
333
  <div class="variablelist"><table border="0">
@@ -248,7 +335,8 @@ prior to including the GTK+ header files. Use <a class="link" href="GtkTreeView.
248
335
  <tbody>
249
336
  <tr>
250
337
  <td><p><span class="term"><em class="parameter"><code>treeitem</code></em> :</span></p></td>
251
- <td>the object which received the signal.</td>
338
+ <td>the object which received the signal.
339
+ </td>
252
340
  </tr>
253
341
  <tr>
254
342
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -261,6 +349,6 @@ prior to including the GTK+ header files. Use <a class="link" href="GtkTreeView.
261
349
  </div>
262
350
  <div class="footer">
263
351
  <hr>
264
- Generated by GTK-Doc V1.16.1</div>
352
+ Generated by GTK-Doc V1.15</div>
265
353
  </body>
266
354
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
9
9
  <link rel="prev" href="TreeWidget.html" title="Tree and List Widget Overview">
10
10
  <link rel="next" href="GtkTreeSelection.html" title="GtkTreeSelection">
11
- <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.15 (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">
@@ -36,7 +36,7 @@
36
36
  <a href="#GtkTreeModel.signals" class="shortcut">Signals</a>
37
37
  </td></tr>
38
38
  </table>
39
- <div class="refentry">
39
+ <div class="refentry" title="GtkTreeModel">
40
40
  <a name="GtkTreeModel"></a><div class="titlepage"></div>
41
41
  <div class="refnamediv"><table width="100%"><tr>
42
42
  <td valign="top">
@@ -45,182 +45,174 @@
45
45
  </td>
46
46
  <td valign="top" align="right"></td>
47
47
  </tr></table></div>
48
- <div class="refsynopsisdiv">
48
+ <div class="refsynopsisdiv" title="Synopsis">
49
49
  <a name="GtkTreeModel.synopsis"></a><h2>Synopsis</h2>
50
- <a name="GtkTreeIter"></a><a name="GtkTreePath"></a><pre class="synopsis">
50
+ <pre class="synopsis">
51
51
  #include &lt;gtk/gtk.h&gt;
52
52
 
53
53
  <a class="link" href="GtkTreeModel.html#GtkTreeModel-struct" title="GtkTreeModel">GtkTreeModel</a>;
54
- struct <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter">GtkTreeIter</a>;
55
- <a class="link" href="GtkTreeModel.html#GtkTreePath-struct" title="GtkTreePath">GtkTreePath</a>;
54
+ <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter">GtkTreeIter</a>;
55
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath">GtkTreePath</a>;
56
56
  <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference">GtkTreeRowReference</a>;
57
- struct <a class="link" href="GtkTreeModel.html#GtkTreeModelIface" title="struct GtkTreeModelIface">GtkTreeModelIface</a>;
57
+ <a class="link" href="GtkTreeModel.html#GtkTreeModelIface" title="GtkTreeModelIface">GtkTreeModelIface</a>;
58
58
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="GtkTreeModel.html#GtkTreeModelForeachFunc" title="GtkTreeModelForeachFunc ()">*GtkTreeModelForeachFunc</a>) (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
59
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
60
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
59
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
60
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
61
61
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
62
62
  enum <a class="link" href="GtkTreeModel.html#GtkTreeModelFlags" title="enum GtkTreeModelFlags">GtkTreeModelFlags</a>;
63
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new" title="gtk_tree_path_new ()">gtk_tree_path_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
64
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-from-string" title="gtk_tree_path_new_from_string ()">gtk_tree_path_new_from_string</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);
65
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-from-indices" title="gtk_tree_path_new_from_indices ()">gtk_tree_path_new_from_indices</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> first_index</code></em>,
63
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new" title="gtk_tree_path_new ()">gtk_tree_path_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
64
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-from-string" title="gtk_tree_path_new_from_string ()">gtk_tree_path_new_from_string</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);
65
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-from-indices" title="gtk_tree_path_new_from_indices ()">gtk_tree_path_new_from_indices</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> first_index</code></em>,
66
66
  <em class="parameter"><code>...</code></em>);
67
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-to-string" title="gtk_tree_path_to_string ()">gtk_tree_path_to_string</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
68
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-first" title="gtk_tree_path_new_first ()">gtk_tree_path_new_first</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
67
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-to-string" title="gtk_tree_path_to_string ()">gtk_tree_path_to_string</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
68
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-first" title="gtk_tree_path_new_first ()">gtk_tree_path_new_first</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
69
69
  #define <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-root" title="gtk_tree_path_new_root">gtk_tree_path_new_root</a>
70
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-append-index" title="gtk_tree_path_append_index ()">gtk_tree_path_append_index</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
70
+ <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-append-index" title="gtk_tree_path_append_index ()">gtk_tree_path_append_index</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
71
71
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
72
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-prepend-index" title="gtk_tree_path_prepend_index ()">gtk_tree_path_prepend_index</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
72
+ <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-prepend-index" title="gtk_tree_path_prepend_index ()">gtk_tree_path_prepend_index</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
73
73
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
74
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-get-depth" title="gtk_tree_path_get_depth ()">gtk_tree_path_get_depth</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
75
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-get-indices" title="gtk_tree_path_get_indices ()">gtk_tree_path_get_indices</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
74
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-get-depth" title="gtk_tree_path_get_depth ()">gtk_tree_path_get_depth</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
75
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-get-indices" title="gtk_tree_path_get_indices ()">gtk_tree_path_get_indices</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
76
76
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-get-indices-with-depth" title="gtk_tree_path_get_indices_with_depth ()">gtk_tree_path_get_indices_with_depth</a>
77
- (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
77
+ (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
78
78
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *depth</code></em>);
79
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()">gtk_tree_path_free</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
80
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-copy" title="gtk_tree_path_copy ()">gtk_tree_path_copy</a> (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
81
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-compare" title="gtk_tree_path_compare ()">gtk_tree_path_compare</a> (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *a</code></em>,
82
- <em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *b</code></em>);
83
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-next" title="gtk_tree_path_next ()">gtk_tree_path_next</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
84
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-prev" title="gtk_tree_path_prev ()">gtk_tree_path_prev</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
85
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-up" title="gtk_tree_path_up ()">gtk_tree_path_up</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
86
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-down" title="gtk_tree_path_down ()">gtk_tree_path_down</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
87
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-is-ancestor" title="gtk_tree_path_is_ancestor ()">gtk_tree_path_is_ancestor</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
88
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *descendant</code></em>);
89
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-is-descendant" title="gtk_tree_path_is_descendant ()">gtk_tree_path_is_descendant</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
90
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *ancestor</code></em>);
79
+ <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()">gtk_tree_path_free</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
80
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-path-copy" title="gtk_tree_path_copy ()">gtk_tree_path_copy</a> (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
81
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-compare" title="gtk_tree_path_compare ()">gtk_tree_path_compare</a> (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *a</code></em>,
82
+ <em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *b</code></em>);
83
+ <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-next" title="gtk_tree_path_next ()">gtk_tree_path_next</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
84
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-prev" title="gtk_tree_path_prev ()">gtk_tree_path_prev</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
85
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-up" title="gtk_tree_path_up ()">gtk_tree_path_up</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
86
+ <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-path-down" title="gtk_tree_path_down ()">gtk_tree_path_down</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
87
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-is-ancestor" title="gtk_tree_path_is_ancestor ()">gtk_tree_path_is_ancestor</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
88
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *descendant</code></em>);
89
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-path-is-descendant" title="gtk_tree_path_is_descendant ()">gtk_tree_path_is_descendant</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
90
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *ancestor</code></em>);
91
91
  <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new" title="gtk_tree_row_reference_new ()">gtk_tree_row_reference_new</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
92
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
92
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
93
93
  <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()">gtk_tree_row_reference_new_proxy</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
94
94
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
95
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
95
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
96
96
  <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-get-model" title="gtk_tree_row_reference_get_model ()">gtk_tree_row_reference_get_model</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
97
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-get-path" title="gtk_tree_row_reference_get_path ()">gtk_tree_row_reference_get_path</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
97
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-get-path" title="gtk_tree_row_reference_get_path ()">gtk_tree_row_reference_get_path</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
98
98
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-valid" title="gtk_tree_row_reference_valid ()">gtk_tree_row_reference_valid</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
99
99
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-free" title="gtk_tree_row_reference_free ()">gtk_tree_row_reference_free</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
100
100
  <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-copy" title="gtk_tree_row_reference_copy ()">gtk_tree_row_reference_copy</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);
101
101
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-inserted" title="gtk_tree_row_reference_inserted ()">gtk_tree_row_reference_inserted</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
102
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
102
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
103
103
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-deleted" title="gtk_tree_row_reference_deleted ()">gtk_tree_row_reference_deleted</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
104
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
104
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
105
105
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-reordered" title="gtk_tree_row_reference_reordered ()">gtk_tree_row_reference_reordered</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
106
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
107
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
106
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
107
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
108
108
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);
109
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="returnvalue">GtkTreeIter</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-iter-copy" title="gtk_tree_iter_copy ()">gtk_tree_iter_copy</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
110
- <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-iter-free" title="gtk_tree_iter_free ()">gtk_tree_iter_free</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
109
+ <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="returnvalue">GtkTreeIter</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-iter-copy" title="gtk_tree_iter_copy ()">gtk_tree_iter_copy</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
110
+ <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-iter-free" title="gtk_tree_iter_free ()">gtk_tree_iter_free</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
111
111
  <a class="link" href="GtkTreeModel.html#GtkTreeModelFlags" title="enum GtkTreeModelFlags"><span class="returnvalue">GtkTreeModelFlags</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-flags" title="gtk_tree_model_get_flags ()">gtk_tree_model_get_flags</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);
112
112
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-n-columns" title="gtk_tree_model_get_n_columns ()">gtk_tree_model_get_n_columns</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);
113
113
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-column-type" title="gtk_tree_model_get_column_type ()">gtk_tree_model_get_column_type</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
114
114
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
115
115
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter" title="gtk_tree_model_get_iter ()">gtk_tree_model_get_iter</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
116
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
117
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
116
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
117
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
118
118
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-from-string" title="gtk_tree_model_get_iter_from_string ()">gtk_tree_model_get_iter_from_string</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
119
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
119
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
120
120
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path_string</code></em>);
121
121
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-first" title="gtk_tree_model_get_iter_first ()">gtk_tree_model_get_iter_first</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
122
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
122
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
123
123
  #define <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-root" title="gtk_tree_model_get_iter_root()">gtk_tree_model_get_iter_root</a> (tree_model,
124
124
  iter)
125
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-path" title="gtk_tree_model_get_path ()">gtk_tree_model_get_path</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
126
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
125
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-path" title="gtk_tree_model_get_path ()">gtk_tree_model_get_path</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
126
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
127
127
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-value" title="gtk_tree_model_get_value ()">gtk_tree_model_get_value</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
128
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
128
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
129
129
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
130
130
  <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
131
131
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-next" title="gtk_tree_model_iter_next ()">gtk_tree_model_iter_next</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
132
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
132
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
133
133
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-children" title="gtk_tree_model_iter_children ()">gtk_tree_model_iter_children</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
134
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
135
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);
134
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
135
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);
136
136
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-has-child" title="gtk_tree_model_iter_has_child ()">gtk_tree_model_iter_has_child</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
137
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
137
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
138
138
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-n-children" title="gtk_tree_model_iter_n_children ()">gtk_tree_model_iter_n_children</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
139
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
139
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
140
140
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-nth-child" title="gtk_tree_model_iter_nth_child ()">gtk_tree_model_iter_nth_child</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
141
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
142
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
141
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
142
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
143
143
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);
144
144
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-parent" title="gtk_tree_model_iter_parent ()">gtk_tree_model_iter_parent</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
145
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
146
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *child</code></em>);
145
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
146
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *child</code></em>);
147
147
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-string-from-iter" title="gtk_tree_model_get_string_from_iter ()">gtk_tree_model_get_string_from_iter</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
148
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
148
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
149
149
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-ref-node" title="gtk_tree_model_ref_node ()">gtk_tree_model_ref_node</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
150
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
150
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
151
151
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-unref-node" title="gtk_tree_model_unref_node ()">gtk_tree_model_unref_node</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
152
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
152
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
153
153
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get" title="gtk_tree_model_get ()">gtk_tree_model_get</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
154
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
154
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
155
155
  <em class="parameter"><code>...</code></em>);
156
156
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-get-valist" title="gtk_tree_model_get_valist ()">gtk_tree_model_get_valist</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
157
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
157
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
158
158
  <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);
159
159
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-foreach" title="gtk_tree_model_foreach ()">gtk_tree_model_foreach</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
160
160
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeModelForeachFunc" title="GtkTreeModelForeachFunc ()"><span class="type">GtkTreeModelForeachFunc</span></a> func</code></em>,
161
161
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
162
162
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-changed" title="gtk_tree_model_row_changed ()">gtk_tree_model_row_changed</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
163
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
164
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
163
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
164
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
165
165
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-inserted" title="gtk_tree_model_row_inserted ()">gtk_tree_model_row_inserted</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
166
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
167
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
166
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
167
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
168
168
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-has-child-toggled" title="gtk_tree_model_row_has_child_toggled ()">gtk_tree_model_row_has_child_toggled</a>
169
169
  (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
170
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
171
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
170
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
171
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
172
172
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-row-deleted" title="gtk_tree_model_row_deleted ()">gtk_tree_model_row_deleted</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
173
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
173
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
174
174
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeModel.html#gtk-tree-model-rows-reordered" title="gtk_tree_model_rows_reordered ()">gtk_tree_model_rows_reordered</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
175
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
176
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
175
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
176
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
177
177
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);
178
178
  </pre>
179
179
  </div>
180
- <div class="refsect1">
180
+ <div class="refsect1" title="Object Hierarchy">
181
181
  <a name="GtkTreeModel.object-hierarchy"></a><h2>Object Hierarchy</h2>
182
182
  <pre class="synopsis">
183
183
  GInterface
184
184
  +----GtkTreeModel
185
185
  </pre>
186
- <pre class="synopsis">
187
- GBoxed
188
- +----GtkTreeIter
189
- </pre>
190
- <pre class="synopsis">
191
- GBoxed
192
- +----GtkTreePath
193
- </pre>
194
186
  </div>
195
- <div class="refsect1">
187
+ <div class="refsect1" title="Prerequisites">
196
188
  <a name="GtkTreeModel.prerequisites"></a><h2>Prerequisites</h2>
197
189
  <p>
198
190
  GtkTreeModel requires
199
191
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
200
192
  </div>
201
- <div class="refsect1">
193
+ <div class="refsect1" title="Known Derived Interfaces">
202
194
  <a name="GtkTreeModel.derived-interfaces"></a><h2>Known Derived Interfaces</h2>
203
195
  <p>
204
196
  GtkTreeModel is required by
205
197
  <a class="link" href="GtkTreeSortable.html" title="GtkTreeSortable">GtkTreeSortable</a>.</p>
206
198
  </div>
207
- <div class="refsect1">
199
+ <div class="refsect1" title="Known Implementations">
208
200
  <a name="GtkTreeModel.implementations"></a><h2>Known Implementations</h2>
209
201
  <p>
210
202
  GtkTreeModel is implemented by
211
203
  <a class="link" href="GtkListStore.html" title="GtkListStore">GtkListStore</a>, <a class="link" href="GtkTreeModelFilter.html" title="GtkTreeModelFilter">GtkTreeModelFilter</a>, <a class="link" href="GtkTreeModelSort.html" title="GtkTreeModelSort">GtkTreeModelSort</a> and <a class="link" href="GtkTreeStore.html" title="GtkTreeStore">GtkTreeStore</a>.</p>
212
204
  </div>
213
- <div class="refsect1">
205
+ <div class="refsect1" title="Signals">
214
206
  <a name="GtkTreeModel.signals"></a><h2>Signals</h2>
215
207
  <pre class="synopsis">
216
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-changed" title='The "row-changed" signal'>row-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
217
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-deleted" title='The "row-deleted" signal'>row-deleted</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
218
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-has-child-toggled" title='The "row-has-child-toggled" signal'>row-has-child-toggled</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
219
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inserted" title='The "row-inserted" signal'>row-inserted</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
220
- "<a class="link" href="GtkTreeModel.html#GtkTreeModel-rows-reordered" title='The "rows-reordered" signal'>rows-reordered</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
208
+ "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-changed" title='The "row-changed" signal'>row-changed</a>" : Run Last
209
+ "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-deleted" title='The "row-deleted" signal'>row-deleted</a>" : Run First
210
+ "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-has-child-toggled" title='The "row-has-child-toggled" signal'>row-has-child-toggled</a>" : Run Last
211
+ "<a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inserted" title='The "row-inserted" signal'>row-inserted</a>" : Run First
212
+ "<a class="link" href="GtkTreeModel.html#GtkTreeModel-rows-reordered" title='The "rows-reordered" signal'>rows-reordered</a>" : Run First
221
213
  </pre>
222
214
  </div>
223
- <div class="refsect1">
215
+ <div class="refsect1" title="Description">
224
216
  <a name="GtkTreeModel.description"></a><h2>Description</h2>
225
217
  <p>
226
218
  The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> interface defines a generic tree interface for use by
@@ -253,21 +245,21 @@ the vast majority of trees and lists, these two models are sufficient.
253
245
  Models are accessed on a node/column level of granularity. One can
254
246
  query for the value of a model at a certain node and a certain column
255
247
  on that node. There are two structures used to reference a particular
256
- node in a model. They are the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> and the <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>
257
- <sup>[<a name="id835653" href="#ftn.id835653" class="footnote">4</a>]</sup>
258
- Most of the interface consists of operations on a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
248
+ node in a model. They are the <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> and the <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>
249
+ <sup>[<a name="id804486" href="#ftn.id804486" class="footnote">4</a>]</sup>
250
+ Most of the interface consists of operations on a <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
259
251
  </p>
260
252
  <p>
261
253
  A path is essentially a potential node. It is a location on a model
262
254
  that may or may not actually correspond to a node on a specific model.
263
- The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> struct can be converted into either an array of
255
+ The <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> struct can be converted into either an array of
264
256
  unsigned integers or a string. The string form is a list of numbers
265
257
  separated by a colon. Each number refers to the offset at that level.
266
258
  Thus, the path <span class="quote">“<span class="quote">0</span>”</span> refers to the root node and the path
267
259
  <span class="quote">“<span class="quote">2:4</span>”</span> refers to the fifth child of the third node.
268
260
  </p>
269
261
  <p>
270
- By contrast, a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> is a reference to a specific node on a
262
+ By contrast, a <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> is a reference to a specific node on a
271
263
  specific model. It is a generic struct with an integer and three
272
264
  generic pointers. These are filled in by the model in a model-specific
273
265
  way. One can convert a path to an iterator by calling
@@ -308,7 +300,7 @@ the second is much more common, as you often get paths from callbacks.
308
300
  <p>
309
301
  </p>
310
302
  <div class="example">
311
- <a name="id835790"></a><p class="title"><b>Example 21. Acquiring a <span class="structname">GtkTreeIter</span></b></p>
303
+ <a name="id804624"></a><p class="title"><b>Example 20. Acquiring a <span class="structname">GtkTreeIter</span></b></p>
312
304
  <div class="example-contents">
313
305
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
314
306
  <tbody>
@@ -367,7 +359,7 @@ it is specific to the <a class="link" href="GtkListStore.html" title="GtkListSto
367
359
  such a function, see the <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> documentation.
368
360
  </p>
369
361
  <div class="example">
370
- <a name="id835839"></a><p class="title"><b>Example 22. Reading data from a <span class="structname">GtkTreeModel</span></b></p>
362
+ <a name="id804672"></a><p class="title"><b>Example 21. Reading data from a <span class="structname">GtkTreeModel</span></b></p>
371
363
  <div class="example-contents">
372
364
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
373
365
  <tbody>
@@ -453,43 +445,74 @@ such a function, see the <a class="link" href="GtkListStore.html" title="GtkList
453
445
  <p><br class="example-break">
454
446
  </p>
455
447
  </div>
456
- <div class="refsect1">
448
+ <div class="refsect1" title="Details">
457
449
  <a name="GtkTreeModel.details"></a><h2>Details</h2>
458
- <div class="refsect2">
450
+ <div class="refsect2" title="GtkTreeModel">
459
451
  <a name="GtkTreeModel-struct"></a><h3>GtkTreeModel</h3>
460
452
  <pre class="programlisting">typedef struct _GtkTreeModel GtkTreeModel;</pre>
461
453
  <p>
462
454
  </p>
463
455
  </div>
464
456
  <hr>
465
- <div class="refsect2">
466
- <a name="GtkTreeIter-struct"></a><h3>struct GtkTreeIter</h3>
467
- <pre class="programlisting">struct GtkTreeIter;</pre>
457
+ <div class="refsect2" title="GtkTreeIter">
458
+ <a name="GtkTreeIter"></a><h3>GtkTreeIter</h3>
459
+ <pre class="programlisting">typedef struct {
460
+ gint stamp;
461
+ gpointer user_data;
462
+ gpointer user_data2;
463
+ gpointer user_data3;
464
+ } GtkTreeIter;
465
+ </pre>
468
466
  <p>
469
467
  The <span class="structname">GtkTreeIter</span> is the primary structure for
470
468
  accessing a structure. Models are expected to put a unique integer in
471
469
  the <em class="structfield"><code>stamp</code></em> member, and put model-specific
472
470
  data in the three <em class="structfield"><code>user_data</code></em> members.
473
471
  </p>
472
+ <div class="variablelist"><table border="0">
473
+ <col align="left" valign="top">
474
+ <tbody>
475
+ <tr>
476
+ <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTreeIter.stamp"></a>stamp</code></em>;</span></p></td>
477
+ <td>A unique stamp to catch invalid iterators
478
+ </td>
479
+ </tr>
480
+ <tr>
481
+ <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> <em class="structfield"><code><a name="GtkTreeIter.user-data"></a>user_data</code></em>;</span></p></td>
482
+ <td>Model specific data
483
+ </td>
484
+ </tr>
485
+ <tr>
486
+ <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> <em class="structfield"><code><a name="GtkTreeIter.user-data2"></a>user_data2</code></em>;</span></p></td>
487
+ <td>Model specific data
488
+ </td>
489
+ </tr>
490
+ <tr>
491
+ <td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> <em class="structfield"><code><a name="GtkTreeIter.user-data3"></a>user_data3</code></em>;</span></p></td>
492
+ <td>Model specific data
493
+ </td>
494
+ </tr>
495
+ </tbody>
496
+ </table></div>
474
497
  </div>
475
498
  <hr>
476
- <div class="refsect2">
477
- <a name="GtkTreePath-struct"></a><h3>GtkTreePath</h3>
499
+ <div class="refsect2" title="GtkTreePath">
500
+ <a name="GtkTreePath"></a><h3>GtkTreePath</h3>
478
501
  <pre class="programlisting">typedef struct _GtkTreePath GtkTreePath;</pre>
479
502
  <p>
480
503
  </p>
481
504
  </div>
482
505
  <hr>
483
- <div class="refsect2">
506
+ <div class="refsect2" title="GtkTreeRowReference">
484
507
  <a name="GtkTreeRowReference"></a><h3>GtkTreeRowReference</h3>
485
508
  <pre class="programlisting">typedef struct _GtkTreeRowReference GtkTreeRowReference;</pre>
486
509
  <p>
487
510
  </p>
488
511
  </div>
489
512
  <hr>
490
- <div class="refsect2">
491
- <a name="GtkTreeModelIface"></a><h3>struct GtkTreeModelIface</h3>
492
- <pre class="programlisting">struct GtkTreeModelIface {
513
+ <div class="refsect2" title="GtkTreeModelIface">
514
+ <a name="GtkTreeModelIface"></a><h3>GtkTreeModelIface</h3>
515
+ <pre class="programlisting">typedef struct {
493
516
  GTypeInterface g_iface;
494
517
 
495
518
  /* Signals */
@@ -544,17 +567,17 @@ data in the three <em class="structfield"><code>user_data</code></em> members.
544
567
  GtkTreeIter *iter);
545
568
  void (* unref_node) (GtkTreeModel *tree_model,
546
569
  GtkTreeIter *iter);
547
- };
570
+ } GtkTreeModelIface;
548
571
  </pre>
549
572
  <p>
550
573
  </p>
551
574
  </div>
552
575
  <hr>
553
- <div class="refsect2">
576
+ <div class="refsect2" title="GtkTreeModelForeachFunc ()">
554
577
  <a name="GtkTreeModelForeachFunc"></a><h3>GtkTreeModelForeachFunc ()</h3>
555
578
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkTreeModelForeachFunc) (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
556
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
557
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
579
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
580
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
558
581
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
559
582
  <p>
560
583
  </p>
@@ -563,16 +586,17 @@ data in the three <em class="structfield"><code>user_data</code></em> members.
563
586
  <tbody>
564
587
  <tr>
565
588
  <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
566
- <td>The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> currently being iterated</td>
589
+ <td>The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> currently being iterated
590
+ </td>
567
591
  </tr>
568
592
  <tr>
569
593
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
570
- <td>The current <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
594
+ <td>The current <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>
571
595
  </td>
572
596
  </tr>
573
597
  <tr>
574
598
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
575
- <td>The current <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>
599
+ <td>The current <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>
576
600
  </td>
577
601
  </tr>
578
602
  <tr>
@@ -583,13 +607,14 @@ data in the three <em class="structfield"><code>user_data</code></em> members.
583
607
  <tr>
584
608
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
585
609
  <td>
586
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop iterating, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to continue.</td>
610
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop iterating, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to continue.
611
+ </td>
587
612
  </tr>
588
613
  </tbody>
589
614
  </table></div>
590
615
  </div>
591
616
  <hr>
592
- <div class="refsect2">
617
+ <div class="refsect2" title="enum GtkTreeModelFlags">
593
618
  <a name="GtkTreeModelFlags"></a><h3>enum GtkTreeModelFlags</h3>
594
619
  <pre class="programlisting">typedef enum
595
620
  {
@@ -621,26 +646,27 @@ section.
621
646
  </table></div>
622
647
  </div>
623
648
  <hr>
624
- <div class="refsect2">
649
+ <div class="refsect2" title="gtk_tree_path_new ()">
625
650
  <a name="gtk-tree-path-new"></a><h3>gtk_tree_path_new ()</h3>
626
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
651
+ <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
627
652
  <p>
628
- Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>. This structure refers to a row.
653
+ Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>. This structure refers to a row.
629
654
  </p>
630
655
  <div class="variablelist"><table border="0">
631
656
  <col align="left" valign="top">
632
657
  <tbody><tr>
633
658
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
634
- <td>A newly created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
659
+ <td> A newly created <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
660
+ </td>
635
661
  </tr></tbody>
636
662
  </table></div>
637
663
  </div>
638
664
  <hr>
639
- <div class="refsect2">
665
+ <div class="refsect2" title="gtk_tree_path_new_from_string ()">
640
666
  <a name="gtk-tree-path-new-from-string"></a><h3>gtk_tree_path_new_from_string ()</h3>
641
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_from_string (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
667
+ <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_from_string (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
642
668
  <p>
643
- Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> initialized to <em class="parameter"><code>path</code></em>. <em class="parameter"><code>path</code></em> is expected to be a
669
+ Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> initialized to <em class="parameter"><code>path</code></em>. <em class="parameter"><code>path</code></em> is expected to be a
644
670
  colon separated list of numbers. For example, the string "10:4:0" would
645
671
  create a path of depth 3 pointing to the 11th child of the root node, the 5th
646
672
  child of that 11th child, and the 1st child of that 5th child. If an invalid
@@ -651,20 +677,21 @@ path string is passed in, <a href="http://library.gnome.org/devel/glib/unstable/
651
677
  <tbody>
652
678
  <tr>
653
679
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
654
- <td>The string representation of a path.</td>
680
+ <td>The string representation of a path.
681
+ </td>
655
682
  </tr>
656
683
  <tr>
657
684
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
658
- <td>A newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
685
+ <td> A newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
659
686
  </td>
660
687
  </tr>
661
688
  </tbody>
662
689
  </table></div>
663
690
  </div>
664
691
  <hr>
665
- <div class="refsect2">
692
+ <div class="refsect2" title="gtk_tree_path_new_from_indices ()">
666
693
  <a name="gtk-tree-path-new-from-indices"></a><h3>gtk_tree_path_new_from_indices ()</h3>
667
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_from_indices (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> first_index</code></em>,
694
+ <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_from_indices (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> first_index</code></em>,
668
695
  <em class="parameter"><code>...</code></em>);</pre>
669
696
  <p>
670
697
  Creates a new path with <em class="parameter"><code>first_index</code></em> and <em class="parameter"><code>varargs</code></em> as indices.
@@ -674,24 +701,28 @@ Creates a new path with <em class="parameter"><code>first_index</code></em> and
674
701
  <tbody>
675
702
  <tr>
676
703
  <td><p><span class="term"><em class="parameter"><code>first_index</code></em> :</span></p></td>
677
- <td>first integer</td>
704
+ <td>first integer
705
+ </td>
678
706
  </tr>
679
707
  <tr>
680
708
  <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
681
- <td>list of integers terminated by -1</td>
709
+ <td>list of integers terminated by -1
710
+ </td>
682
711
  </tr>
683
712
  <tr>
684
713
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
685
- <td>A newly created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
714
+ <td> A newly created <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
715
+
716
+ </td>
686
717
  </tr>
687
718
  </tbody>
688
719
  </table></div>
689
720
  <p class="since">Since 2.2</p>
690
721
  </div>
691
722
  <hr>
692
- <div class="refsect2">
723
+ <div class="refsect2" title="gtk_tree_path_to_string ()">
693
724
  <a name="gtk-tree-path-to-string"></a><h3>gtk_tree_path_to_string ()</h3>
694
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_tree_path_to_string (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
725
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_tree_path_to_string (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
695
726
  <p>
696
727
  Generates a string representation of the path. This string is a ':'
697
728
  separated list of numbers. For example, "4:10:0:3" would be an acceptable return value for this string.
@@ -701,37 +732,39 @@ separated list of numbers. For example, "4:10:0:3" would be an acceptable retur
701
732
  <tbody>
702
733
  <tr>
703
734
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
704
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
735
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>
705
736
  </td>
706
737
  </tr>
707
738
  <tr>
708
739
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
709
- <td>A newly-allocated string. Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
740
+ <td> A newly-allocated string. Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
741
+ </td>
710
742
  </tr>
711
743
  </tbody>
712
744
  </table></div>
713
745
  </div>
714
746
  <hr>
715
- <div class="refsect2">
747
+ <div class="refsect2" title="gtk_tree_path_new_first ()">
716
748
  <a name="gtk-tree-path-new-first"></a><h3>gtk_tree_path_new_first ()</h3>
717
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_first (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
749
+ <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_new_first (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
718
750
  <p>
719
- Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>. The string representation of this path is "0"
751
+ Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>. The string representation of this path is "0"
720
752
  </p>
721
753
  <div class="variablelist"><table border="0">
722
754
  <col align="left" valign="top">
723
755
  <tbody><tr>
724
756
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
725
- <td>A new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
757
+ <td> A new <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
758
+ </td>
726
759
  </tr></tbody>
727
760
  </table></div>
728
761
  </div>
729
762
  <hr>
730
- <div class="refsect2">
763
+ <div class="refsect2" title="gtk_tree_path_new_root">
731
764
  <a name="gtk-tree-path-new-root"></a><h3>gtk_tree_path_new_root</h3>
732
765
  <pre class="programlisting">#define gtk_tree_path_new_root() gtk_tree_path_new_first()
733
766
  </pre>
734
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
767
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
735
768
  <h3 class="title">Warning</h3>
736
769
  <p><code class="literal">gtk_tree_path_new_root</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkTreeModel.html#gtk-tree-path-new-first" title="gtk_tree_path_new_first ()"><code class="function">gtk_tree_path_new_first()</code></a> instead.</p>
737
770
  </div>
@@ -743,14 +776,15 @@ compatibility reasons.
743
776
  <col align="left" valign="top">
744
777
  <tbody><tr>
745
778
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
746
- <td>A new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
779
+ <td>A new <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
780
+ </td>
747
781
  </tr></tbody>
748
782
  </table></div>
749
783
  </div>
750
784
  <hr>
751
- <div class="refsect2">
785
+ <div class="refsect2" title="gtk_tree_path_append_index ()">
752
786
  <a name="gtk-tree-path-append-index"></a><h3>gtk_tree_path_append_index ()</h3>
753
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_append_index (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
787
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_append_index (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
754
788
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
755
789
  <p>
756
790
  Appends a new index to a path. As a result, the depth of the path is
@@ -761,19 +795,21 @@ increased.
761
795
  <tbody>
762
796
  <tr>
763
797
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
764
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
798
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
799
+ </td>
765
800
  </tr>
766
801
  <tr>
767
802
  <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
768
- <td>The index.</td>
803
+ <td>The index.
804
+ </td>
769
805
  </tr>
770
806
  </tbody>
771
807
  </table></div>
772
808
  </div>
773
809
  <hr>
774
- <div class="refsect2">
810
+ <div class="refsect2" title="gtk_tree_path_prepend_index ()">
775
811
  <a name="gtk-tree-path-prepend-index"></a><h3>gtk_tree_path_prepend_index ()</h3>
776
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_prepend_index (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
812
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_prepend_index (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
777
813
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
778
814
  <p>
779
815
  Prepends a new index to a path. As a result, the depth of the path is
@@ -784,19 +820,21 @@ increased.
784
820
  <tbody>
785
821
  <tr>
786
822
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
787
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
823
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
824
+ </td>
788
825
  </tr>
789
826
  <tr>
790
827
  <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
791
- <td>The index.</td>
828
+ <td>The index.
829
+ </td>
792
830
  </tr>
793
831
  </tbody>
794
832
  </table></div>
795
833
  </div>
796
834
  <hr>
797
- <div class="refsect2">
835
+ <div class="refsect2" title="gtk_tree_path_get_depth ()">
798
836
  <a name="gtk-tree-path-get-depth"></a><h3>gtk_tree_path_get_depth ()</h3>
799
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_path_get_depth (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
837
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_path_get_depth (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
800
838
  <p>
801
839
  Returns the current depth of <em class="parameter"><code>path</code></em>.
802
840
  </p>
@@ -805,20 +843,21 @@ Returns the current depth of <em class="parameter"><code>path</code></em>.
805
843
  <tbody>
806
844
  <tr>
807
845
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
808
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
846
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
847
+ </td>
809
848
  </tr>
810
849
  <tr>
811
850
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
812
- <td>The depth of <em class="parameter"><code>path</code></em>
851
+ <td> The depth of <em class="parameter"><code>path</code></em>
813
852
  </td>
814
853
  </tr>
815
854
  </tbody>
816
855
  </table></div>
817
856
  </div>
818
857
  <hr>
819
- <div class="refsect2">
858
+ <div class="refsect2" title="gtk_tree_path_get_indices ()">
820
859
  <a name="gtk-tree-path-get-indices"></a><h3>gtk_tree_path_get_indices ()</h3>
821
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * gtk_tree_path_get_indices (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
860
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * gtk_tree_path_get_indices (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
822
861
  <p>
823
862
  Returns the current indices of <em class="parameter"><code>path</code></em>. This is an array of integers, each
824
863
  representing a node in a tree. This value should not be freed.
@@ -828,20 +867,22 @@ representing a node in a tree. This value should not be freed.
828
867
  <tbody>
829
868
  <tr>
830
869
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
831
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
870
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
871
+ </td>
832
872
  </tr>
833
873
  <tr>
834
874
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
835
- <td>The current indices, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
875
+ <td> The current indices, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
876
+ </td>
836
877
  </tr>
837
878
  </tbody>
838
879
  </table></div>
839
880
  </div>
840
881
  <hr>
841
- <div class="refsect2">
882
+ <div class="refsect2" title="gtk_tree_path_get_indices_with_depth ()">
842
883
  <a name="gtk-tree-path-get-indices-with-depth"></a><h3>gtk_tree_path_get_indices_with_depth ()</h3>
843
884
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> * gtk_tree_path_get_indices_with_depth
844
- (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
885
+ (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
845
886
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *depth</code></em>);</pre>
846
887
  <p>
847
888
  Returns the current indices of <em class="parameter"><code>path</code></em>.
@@ -854,15 +895,17 @@ The array should not be freed.
854
895
  <tbody>
855
896
  <tr>
856
897
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
857
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
898
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
899
+ </td>
858
900
  </tr>
859
901
  <tr>
860
902
  <td><p><span class="term"><em class="parameter"><code>depth</code></em> :</span></p></td>
861
- <td>Number of elements returned in the integer array</td>
903
+ <td>Number of elements returned in the integer array
904
+ </td>
862
905
  </tr>
863
906
  <tr>
864
907
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
865
- <td>The current indices, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=depth][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
908
+ <td> The current indices, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=depth][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym> length=depth]</span>
866
909
  </td>
867
910
  </tr>
868
911
  </tbody>
@@ -870,9 +913,9 @@ The array should not be freed.
870
913
  <p class="since">Since 2.22</p>
871
914
  </div>
872
915
  <hr>
873
- <div class="refsect2">
916
+ <div class="refsect2" title="gtk_tree_path_free ()">
874
917
  <a name="gtk-tree-path-free"></a><h3>gtk_tree_path_free ()</h3>
875
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
918
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
876
919
  <p>
877
920
  Frees <em class="parameter"><code>path</code></em>.
878
921
  </p>
@@ -880,36 +923,39 @@ Frees <em class="parameter"><code>path</code></em>.
880
923
  <col align="left" valign="top">
881
924
  <tbody><tr>
882
925
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
883
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
926
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
927
+ </td>
884
928
  </tr></tbody>
885
929
  </table></div>
886
930
  </div>
887
931
  <hr>
888
- <div class="refsect2">
932
+ <div class="refsect2" title="gtk_tree_path_copy ()">
889
933
  <a name="gtk-tree-path-copy"></a><h3>gtk_tree_path_copy ()</h3>
890
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_copy (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
934
+ <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_path_copy (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
891
935
  <p>
892
- Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> as a copy of <em class="parameter"><code>path</code></em>.
936
+ Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> as a copy of <em class="parameter"><code>path</code></em>.
893
937
  </p>
894
938
  <div class="variablelist"><table border="0">
895
939
  <col align="left" valign="top">
896
940
  <tbody>
897
941
  <tr>
898
942
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
899
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
943
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
944
+ </td>
900
945
  </tr>
901
946
  <tr>
902
947
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
903
- <td>A new <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
948
+ <td> A new <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
949
+ </td>
904
950
  </tr>
905
951
  </tbody>
906
952
  </table></div>
907
953
  </div>
908
954
  <hr>
909
- <div class="refsect2">
955
+ <div class="refsect2" title="gtk_tree_path_compare ()">
910
956
  <a name="gtk-tree-path-compare"></a><h3>gtk_tree_path_compare ()</h3>
911
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_path_compare (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *a</code></em>,
912
- <em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *b</code></em>);</pre>
957
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_path_compare (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *a</code></em>,
958
+ <em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *b</code></em>);</pre>
913
959
  <p>
914
960
  Compares two paths. If <em class="parameter"><code>a</code></em> appears before <em class="parameter"><code>b</code></em> in a tree, then -1 is returned.
915
961
  If <em class="parameter"><code>b</code></em> appears before <em class="parameter"><code>a</code></em>, then 1 is returned. If the two nodes are equal,
@@ -920,24 +966,26 @@ then 0 is returned.
920
966
  <tbody>
921
967
  <tr>
922
968
  <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
923
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
969
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
970
+ </td>
924
971
  </tr>
925
972
  <tr>
926
973
  <td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
927
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to compare with.</td>
974
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> to compare with.
975
+ </td>
928
976
  </tr>
929
977
  <tr>
930
978
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
931
- <td>The relative positions of <em class="parameter"><code>a</code></em> and <em class="parameter"><code>b</code></em>
979
+ <td> The relative positions of <em class="parameter"><code>a</code></em> and <em class="parameter"><code>b</code></em>
932
980
  </td>
933
981
  </tr>
934
982
  </tbody>
935
983
  </table></div>
936
984
  </div>
937
985
  <hr>
938
- <div class="refsect2">
986
+ <div class="refsect2" title="gtk_tree_path_next ()">
939
987
  <a name="gtk-tree-path-next"></a><h3>gtk_tree_path_next ()</h3>
940
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_next (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
988
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_next (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
941
989
  <p>
942
990
  Moves the <em class="parameter"><code>path</code></em> to point to the next node at the current depth.
943
991
  </p>
@@ -945,14 +993,15 @@ Moves the <em class="parameter"><code>path</code></em> to point to the next node
945
993
  <col align="left" valign="top">
946
994
  <tbody><tr>
947
995
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
948
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
996
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
997
+ </td>
949
998
  </tr></tbody>
950
999
  </table></div>
951
1000
  </div>
952
1001
  <hr>
953
- <div class="refsect2">
1002
+ <div class="refsect2" title="gtk_tree_path_prev ()">
954
1003
  <a name="gtk-tree-path-prev"></a><h3>gtk_tree_path_prev ()</h3>
955
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_prev (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1004
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_prev (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
956
1005
  <p>
957
1006
  Moves the <em class="parameter"><code>path</code></em> to point to the previous node at the current depth,
958
1007
  if it exists.
@@ -962,20 +1011,21 @@ if it exists.
962
1011
  <tbody>
963
1012
  <tr>
964
1013
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
965
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1014
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
1015
+ </td>
966
1016
  </tr>
967
1017
  <tr>
968
1018
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
969
- <td>
970
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> has a previous node, and the move was made.</td>
1019
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> has a previous node, and the move was made.
1020
+ </td>
971
1021
  </tr>
972
1022
  </tbody>
973
1023
  </table></div>
974
1024
  </div>
975
1025
  <hr>
976
- <div class="refsect2">
1026
+ <div class="refsect2" title="gtk_tree_path_up ()">
977
1027
  <a name="gtk-tree-path-up"></a><h3>gtk_tree_path_up ()</h3>
978
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_up (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1028
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_up (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
979
1029
  <p>
980
1030
  Moves the <em class="parameter"><code>path</code></em> to point to its parent node, if it has a parent.
981
1031
  </p>
@@ -984,20 +1034,21 @@ Moves the <em class="parameter"><code>path</code></em> to point to its parent no
984
1034
  <tbody>
985
1035
  <tr>
986
1036
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
987
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1037
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
1038
+ </td>
988
1039
  </tr>
989
1040
  <tr>
990
1041
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
991
- <td>
992
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> has a parent, and the move was made.</td>
1042
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> has a parent, and the move was made.
1043
+ </td>
993
1044
  </tr>
994
1045
  </tbody>
995
1046
  </table></div>
996
1047
  </div>
997
1048
  <hr>
998
- <div class="refsect2">
1049
+ <div class="refsect2" title="gtk_tree_path_down ()">
999
1050
  <a name="gtk-tree-path-down"></a><h3>gtk_tree_path_down ()</h3>
1000
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_down (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1051
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_path_down (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1001
1052
  <p>
1002
1053
  Moves <em class="parameter"><code>path</code></em> to point to the first child of the current path.
1003
1054
  </p>
@@ -1005,15 +1056,16 @@ Moves <em class="parameter"><code>path</code></em> to point to the first child o
1005
1056
  <col align="left" valign="top">
1006
1057
  <tbody><tr>
1007
1058
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1008
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1059
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
1060
+ </td>
1009
1061
  </tr></tbody>
1010
1062
  </table></div>
1011
1063
  </div>
1012
1064
  <hr>
1013
- <div class="refsect2">
1065
+ <div class="refsect2" title="gtk_tree_path_is_ancestor ()">
1014
1066
  <a name="gtk-tree-path-is-ancestor"></a><h3>gtk_tree_path_is_ancestor ()</h3>
1015
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_is_ancestor (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1016
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *descendant</code></em>);</pre>
1067
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_is_ancestor (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1068
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *descendant</code></em>);</pre>
1017
1069
  <p>
1018
1070
  Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>descendant</code></em> is a descendant of <em class="parameter"><code>path</code></em>.
1019
1071
  </p>
@@ -1022,28 +1074,27 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
1022
1074
  <tbody>
1023
1075
  <tr>
1024
1076
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1025
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
1077
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>
1026
1078
  </td>
1027
1079
  </tr>
1028
1080
  <tr>
1029
1081
  <td><p><span class="term"><em class="parameter"><code>descendant</code></em> :</span></p></td>
1030
- <td>another <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
1082
+ <td>another <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>
1031
1083
  </td>
1032
1084
  </tr>
1033
1085
  <tr>
1034
1086
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1035
- <td>
1036
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>descendant</code></em> is contained inside <em class="parameter"><code>path</code></em>
1087
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>descendant</code></em> is contained inside <em class="parameter"><code>path</code></em>
1037
1088
  </td>
1038
1089
  </tr>
1039
1090
  </tbody>
1040
1091
  </table></div>
1041
1092
  </div>
1042
1093
  <hr>
1043
- <div class="refsect2">
1094
+ <div class="refsect2" title="gtk_tree_path_is_descendant ()">
1044
1095
  <a name="gtk-tree-path-is-descendant"></a><h3>gtk_tree_path_is_descendant ()</h3>
1045
- <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_is_descendant (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1046
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *ancestor</code></em>);</pre>
1096
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_path_is_descendant (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1097
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *ancestor</code></em>);</pre>
1047
1098
  <p>
1048
1099
  Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> is a descendant of <em class="parameter"><code>ancestor</code></em>.
1049
1100
  </p>
@@ -1052,27 +1103,27 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
1052
1103
  <tbody>
1053
1104
  <tr>
1054
1105
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1055
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
1106
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>
1056
1107
  </td>
1057
1108
  </tr>
1058
1109
  <tr>
1059
1110
  <td><p><span class="term"><em class="parameter"><code>ancestor</code></em> :</span></p></td>
1060
- <td>another <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
1111
+ <td>another <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>
1061
1112
  </td>
1062
1113
  </tr>
1063
1114
  <tr>
1064
1115
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1065
- <td>
1066
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>ancestor</code></em> contains <em class="parameter"><code>path</code></em> somewhere below it</td>
1116
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>ancestor</code></em> contains <em class="parameter"><code>path</code></em> somewhere below it
1117
+ </td>
1067
1118
  </tr>
1068
1119
  </tbody>
1069
1120
  </table></div>
1070
1121
  </div>
1071
1122
  <hr>
1072
- <div class="refsect2">
1123
+ <div class="refsect2" title="gtk_tree_row_reference_new ()">
1073
1124
  <a name="gtk-tree-row-reference-new"></a><h3>gtk_tree_row_reference_new ()</h3>
1074
1125
  <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * gtk_tree_row_reference_new (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
1075
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1126
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1076
1127
  <p>
1077
1128
  Creates a row reference based on <em class="parameter"><code>path</code></em>. This reference will keep pointing
1078
1129
  to the node pointed to by <em class="parameter"><code>path</code></em>, so long as it exists. It listens to all
@@ -1089,22 +1140,23 @@ isn't a valid path in <em class="parameter"><code>model</code></em>, then <a hre
1089
1140
  </tr>
1090
1141
  <tr>
1091
1142
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1092
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to monitor</td>
1143
+ <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> to monitor
1144
+ </td>
1093
1145
  </tr>
1094
1146
  <tr>
1095
1147
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1096
- <td>A newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1148
+ <td> A newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1097
1149
  </td>
1098
1150
  </tr>
1099
1151
  </tbody>
1100
1152
  </table></div>
1101
1153
  </div>
1102
1154
  <hr>
1103
- <div class="refsect2">
1155
+ <div class="refsect2" title="gtk_tree_row_reference_new_proxy ()">
1104
1156
  <a name="gtk-tree-row-reference-new-proxy"></a><h3>gtk_tree_row_reference_new_proxy ()</h3>
1105
1157
  <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * gtk_tree_row_reference_new_proxy (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
1106
1158
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
1107
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1159
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1108
1160
  <p>
1109
1161
  You do not need to use this function. Creates a row reference based on
1110
1162
  <em class="parameter"><code>path</code></em>. This reference will keep pointing to the node pointed to by <em class="parameter"><code>path</code></em>,
@@ -1144,18 +1196,19 @@ generally needed by most applications.
1144
1196
  </tr>
1145
1197
  <tr>
1146
1198
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1147
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to monitor</td>
1199
+ <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> to monitor
1200
+ </td>
1148
1201
  </tr>
1149
1202
  <tr>
1150
1203
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1151
- <td>A newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1204
+ <td> A newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1152
1205
  </td>
1153
1206
  </tr>
1154
1207
  </tbody>
1155
1208
  </table></div>
1156
1209
  </div>
1157
1210
  <hr>
1158
- <div class="refsect2">
1211
+ <div class="refsect2" title="gtk_tree_row_reference_get_model ()">
1159
1212
  <a name="gtk-tree-row-reference-get-model"></a><h3>gtk_tree_row_reference_get_model ()</h3>
1160
1213
  <pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * gtk_tree_row_reference_get_model (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1161
1214
  <p>
@@ -1171,7 +1224,8 @@ Returns the model that the row reference is monitoring.
1171
1224
  </tr>
1172
1225
  <tr>
1173
1226
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1174
- <td>the model. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1227
+ <td> the model
1228
+
1175
1229
  </td>
1176
1230
  </tr>
1177
1231
  </tbody>
@@ -1179,9 +1233,9 @@ Returns the model that the row reference is monitoring.
1179
1233
  <p class="since">Since 2.8</p>
1180
1234
  </div>
1181
1235
  <hr>
1182
- <div class="refsect2">
1236
+ <div class="refsect2" title="gtk_tree_row_reference_get_path ()">
1183
1237
  <a name="gtk-tree-row-reference-get-path"></a><h3>gtk_tree_row_reference_get_path ()</h3>
1184
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_row_reference_get_path (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1238
+ <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_row_reference_get_path (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1185
1239
  <p>
1186
1240
  Returns a path that the row reference currently points to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
1187
1241
  path pointed to is no longer valid.
@@ -1196,13 +1250,14 @@ path pointed to is no longer valid.
1196
1250
  </tr>
1197
1251
  <tr>
1198
1252
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1199
- <td>A current path, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
1253
+ <td> A current path, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1254
+ </td>
1200
1255
  </tr>
1201
1256
  </tbody>
1202
1257
  </table></div>
1203
1258
  </div>
1204
1259
  <hr>
1205
- <div class="refsect2">
1260
+ <div class="refsect2" title="gtk_tree_row_reference_valid ()">
1206
1261
  <a name="gtk-tree-row-reference-valid"></a><h3>gtk_tree_row_reference_valid ()</h3>
1207
1262
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_row_reference_valid (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1208
1263
  <p>
@@ -1214,19 +1269,19 @@ path.
1214
1269
  <tbody>
1215
1270
  <tr>
1216
1271
  <td><p><span class="term"><em class="parameter"><code>reference</code></em> :</span></p></td>
1217
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1272
+ <td> A <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1218
1273
  </td>
1219
1274
  </tr>
1220
1275
  <tr>
1221
1276
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1222
- <td>
1223
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>reference</code></em> points to a valid path.</td>
1277
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>reference</code></em> points to a valid path.
1278
+ </td>
1224
1279
  </tr>
1225
1280
  </tbody>
1226
1281
  </table></div>
1227
1282
  </div>
1228
1283
  <hr>
1229
- <div class="refsect2">
1284
+ <div class="refsect2" title="gtk_tree_row_reference_free ()">
1230
1285
  <a name="gtk-tree-row-reference-free"></a><h3>gtk_tree_row_reference_free ()</h3>
1231
1286
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_row_reference_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1232
1287
  <p>
@@ -1236,13 +1291,13 @@ Free's <em class="parameter"><code>reference</code></em>. <em class="parameter">
1236
1291
  <col align="left" valign="top">
1237
1292
  <tbody><tr>
1238
1293
  <td><p><span class="term"><em class="parameter"><code>reference</code></em> :</span></p></td>
1239
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1294
+ <td> A <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1240
1295
  </td>
1241
1296
  </tr></tbody>
1242
1297
  </table></div>
1243
1298
  </div>
1244
1299
  <hr>
1245
- <div class="refsect2">
1300
+ <div class="refsect2" title="gtk_tree_row_reference_copy ()">
1246
1301
  <a name="gtk-tree-row-reference-copy"></a><h3>gtk_tree_row_reference_copy ()</h3>
1247
1302
  <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> * gtk_tree_row_reference_copy (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
1248
1303
  <p>
@@ -1258,17 +1313,19 @@ Copies a <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="Gtk
1258
1313
  </tr>
1259
1314
  <tr>
1260
1315
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1261
- <td>a copy of <em class="parameter"><code>reference</code></em>.</td>
1316
+ <td> a copy of <em class="parameter"><code>reference</code></em>.
1317
+
1318
+ </td>
1262
1319
  </tr>
1263
1320
  </tbody>
1264
1321
  </table></div>
1265
1322
  <p class="since">Since 2.2</p>
1266
1323
  </div>
1267
1324
  <hr>
1268
- <div class="refsect2">
1325
+ <div class="refsect2" title="gtk_tree_row_reference_inserted ()">
1269
1326
  <a name="gtk-tree-row-reference-inserted"></a><h3>gtk_tree_row_reference_inserted ()</h3>
1270
1327
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_row_reference_inserted (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
1271
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1328
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1272
1329
  <p>
1273
1330
  Lets a set of row reference created by <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a>
1274
1331
  know that the model emitted the "row_inserted" signal.
@@ -1283,16 +1340,17 @@ know that the model emitted the "row_inserted" signal.
1283
1340
  </tr>
1284
1341
  <tr>
1285
1342
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1286
- <td>The row position that was inserted</td>
1343
+ <td>The row position that was inserted
1344
+ </td>
1287
1345
  </tr>
1288
1346
  </tbody>
1289
1347
  </table></div>
1290
1348
  </div>
1291
1349
  <hr>
1292
- <div class="refsect2">
1350
+ <div class="refsect2" title="gtk_tree_row_reference_deleted ()">
1293
1351
  <a name="gtk-tree-row-reference-deleted"></a><h3>gtk_tree_row_reference_deleted ()</h3>
1294
1352
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_row_reference_deleted (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
1295
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1353
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1296
1354
  <p>
1297
1355
  Lets a set of row reference created by <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a>
1298
1356
  know that the model emitted the "row_deleted" signal.
@@ -1307,17 +1365,18 @@ know that the model emitted the "row_deleted" signal.
1307
1365
  </tr>
1308
1366
  <tr>
1309
1367
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1310
- <td>The path position that was deleted</td>
1368
+ <td>The path position that was deleted
1369
+ </td>
1311
1370
  </tr>
1312
1371
  </tbody>
1313
1372
  </table></div>
1314
1373
  </div>
1315
1374
  <hr>
1316
- <div class="refsect2">
1375
+ <div class="refsect2" title="gtk_tree_row_reference_reordered ()">
1317
1376
  <a name="gtk-tree-row-reference-reordered"></a><h3>gtk_tree_row_reference_reordered ()</h3>
1318
1377
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_row_reference_reordered (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *proxy</code></em>,
1319
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1320
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1378
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
1379
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1321
1380
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);</pre>
1322
1381
  <p>
1323
1382
  Lets a set of row reference created by <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a>
@@ -1333,23 +1392,26 @@ know that the model emitted the "rows_reordered" signal.
1333
1392
  </tr>
1334
1393
  <tr>
1335
1394
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1336
- <td>The parent path of the reordered signal</td>
1395
+ <td>The parent path of the reordered signal
1396
+ </td>
1337
1397
  </tr>
1338
1398
  <tr>
1339
1399
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1340
- <td>The iter pointing to the parent of the reordered</td>
1400
+ <td>The iter pointing to the parent of the reordered
1401
+ </td>
1341
1402
  </tr>
1342
1403
  <tr>
1343
1404
  <td><p><span class="term"><em class="parameter"><code>new_order</code></em> :</span></p></td>
1344
- <td>The new order of rows</td>
1405
+ <td>The new order of rows
1406
+ </td>
1345
1407
  </tr>
1346
1408
  </tbody>
1347
1409
  </table></div>
1348
1410
  </div>
1349
1411
  <hr>
1350
- <div class="refsect2">
1412
+ <div class="refsect2" title="gtk_tree_iter_copy ()">
1351
1413
  <a name="gtk-tree-iter-copy"></a><h3>gtk_tree_iter_copy ()</h3>
1352
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="returnvalue">GtkTreeIter</span></a> * gtk_tree_iter_copy (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1414
+ <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="returnvalue">GtkTreeIter</span></a> * gtk_tree_iter_copy (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1353
1415
  <p>
1354
1416
  Creates a dynamically allocated tree iterator as a copy of <em class="parameter"><code>iter</code></em>.
1355
1417
  This function is not intended for use in applications, because you
@@ -1362,19 +1424,21 @@ You must free this iter with <a class="link" href="GtkTreeModel.html#gtk-tree-it
1362
1424
  <tbody>
1363
1425
  <tr>
1364
1426
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1365
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1427
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
1428
+ </td>
1366
1429
  </tr>
1367
1430
  <tr>
1368
1431
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1369
- <td>a newly-allocated copy of <em class="parameter"><code>iter</code></em>.</td>
1432
+ <td> a newly-allocated copy of <em class="parameter"><code>iter</code></em>.
1433
+ </td>
1370
1434
  </tr>
1371
1435
  </tbody>
1372
1436
  </table></div>
1373
1437
  </div>
1374
1438
  <hr>
1375
- <div class="refsect2">
1439
+ <div class="refsect2" title="gtk_tree_iter_free ()">
1376
1440
  <a name="gtk-tree-iter-free"></a><h3>gtk_tree_iter_free ()</h3>
1377
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_iter_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1441
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_iter_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1378
1442
  <p>
1379
1443
  Frees an iterator that has been allocated by <a class="link" href="GtkTreeModel.html#gtk-tree-iter-copy" title="gtk_tree_iter_copy ()"><code class="function">gtk_tree_iter_copy()</code></a>.
1380
1444
  This function is mainly used for language bindings.
@@ -1383,12 +1447,13 @@ This function is mainly used for language bindings.
1383
1447
  <col align="left" valign="top">
1384
1448
  <tbody><tr>
1385
1449
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1386
- <td>A dynamically allocated tree iterator.</td>
1450
+ <td>A dynamically allocated tree iterator.
1451
+ </td>
1387
1452
  </tr></tbody>
1388
1453
  </table></div>
1389
1454
  </div>
1390
1455
  <hr>
1391
- <div class="refsect2">
1456
+ <div class="refsect2" title="gtk_tree_model_get_flags ()">
1392
1457
  <a name="gtk-tree-model-get-flags"></a><h3>gtk_tree_model_get_flags ()</h3>
1393
1458
  <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeModelFlags" title="enum GtkTreeModelFlags"><span class="returnvalue">GtkTreeModelFlags</span></a> gtk_tree_model_get_flags (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);</pre>
1394
1459
  <p>
@@ -1401,17 +1466,19 @@ during the lifecycle of the <em class="parameter"><code>tree_model</code></em>.
1401
1466
  <tbody>
1402
1467
  <tr>
1403
1468
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1404
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1469
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1470
+ </td>
1405
1471
  </tr>
1406
1472
  <tr>
1407
1473
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1408
- <td>The flags supported by this interface.</td>
1474
+ <td> The flags supported by this interface.
1475
+ </td>
1409
1476
  </tr>
1410
1477
  </tbody>
1411
1478
  </table></div>
1412
1479
  </div>
1413
1480
  <hr>
1414
- <div class="refsect2">
1481
+ <div class="refsect2" title="gtk_tree_model_get_n_columns ()">
1415
1482
  <a name="gtk-tree-model-get-n-columns"></a><h3>gtk_tree_model_get_n_columns ()</h3>
1416
1483
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_model_get_n_columns (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);</pre>
1417
1484
  <p>
@@ -1422,17 +1489,19 @@ Returns the number of columns supported by <em class="parameter"><code>tree_mode
1422
1489
  <tbody>
1423
1490
  <tr>
1424
1491
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1425
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1492
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1493
+ </td>
1426
1494
  </tr>
1427
1495
  <tr>
1428
1496
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1429
- <td>The number of columns.</td>
1497
+ <td> The number of columns.
1498
+ </td>
1430
1499
  </tr>
1431
1500
  </tbody>
1432
1501
  </table></div>
1433
1502
  </div>
1434
1503
  <hr>
1435
- <div class="refsect2">
1504
+ <div class="refsect2" title="gtk_tree_model_get_column_type ()">
1436
1505
  <a name="gtk-tree-model-get-column-type"></a><h3>gtk_tree_model_get_column_type ()</h3>
1437
1506
  <pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> gtk_tree_model_get_column_type (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1438
1507
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
@@ -1444,26 +1513,28 @@ Returns the type of the column.
1444
1513
  <tbody>
1445
1514
  <tr>
1446
1515
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1447
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1516
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1517
+ </td>
1448
1518
  </tr>
1449
1519
  <tr>
1450
1520
  <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
1451
- <td>The column index.</td>
1521
+ <td>The column index.
1522
+ </td>
1452
1523
  </tr>
1453
1524
  <tr>
1454
1525
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1455
- <td>The type of the column. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1526
+ <td> The type of the column. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1456
1527
  </td>
1457
1528
  </tr>
1458
1529
  </tbody>
1459
1530
  </table></div>
1460
1531
  </div>
1461
1532
  <hr>
1462
- <div class="refsect2">
1533
+ <div class="refsect2" title="gtk_tree_model_get_iter ()">
1463
1534
  <a name="gtk-tree-model-get-iter"></a><h3>gtk_tree_model_get_iter ()</h3>
1464
1535
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_get_iter (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1465
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1466
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1536
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1537
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
1467
1538
  <p>
1468
1539
  Sets <em class="parameter"><code>iter</code></em> to a valid iterator pointing to <em class="parameter"><code>path</code></em>.
1469
1540
  </p>
@@ -1472,30 +1543,32 @@ Sets <em class="parameter"><code>iter</code></em> to a valid iterator pointing t
1472
1543
  <tbody>
1473
1544
  <tr>
1474
1545
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1475
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1546
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1547
+ </td>
1476
1548
  </tr>
1477
1549
  <tr>
1478
1550
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1479
- <td>The uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1551
+ <td> The uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1480
1552
  </td>
1481
1553
  </tr>
1482
1554
  <tr>
1483
1555
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1484
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1556
+ <td>The <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
1557
+ </td>
1485
1558
  </tr>
1486
1559
  <tr>
1487
1560
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1488
- <td>
1489
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.</td>
1561
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.
1562
+ </td>
1490
1563
  </tr>
1491
1564
  </tbody>
1492
1565
  </table></div>
1493
1566
  </div>
1494
1567
  <hr>
1495
- <div class="refsect2">
1568
+ <div class="refsect2" title="gtk_tree_model_get_iter_from_string ()">
1496
1569
  <a name="gtk-tree-model-get-iter-from-string"></a><h3>gtk_tree_model_get_iter_from_string ()</h3>
1497
1570
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_get_iter_from_string (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1498
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1571
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1499
1572
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path_string</code></em>);</pre>
1500
1573
  <p>
1501
1574
  Sets <em class="parameter"><code>iter</code></em> to a valid iterator pointing to <em class="parameter"><code>path_string</code></em>, if it
@@ -1506,30 +1579,32 @@ exists. Otherwise, <em class="parameter"><code>iter</code></em> is left invalid
1506
1579
  <tbody>
1507
1580
  <tr>
1508
1581
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1509
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1582
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1583
+ </td>
1510
1584
  </tr>
1511
1585
  <tr>
1512
1586
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1513
- <td>An uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1587
+ <td> An uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1514
1588
  </td>
1515
1589
  </tr>
1516
1590
  <tr>
1517
1591
  <td><p><span class="term"><em class="parameter"><code>path_string</code></em> :</span></p></td>
1518
- <td>A string representation of a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1592
+ <td>A string representation of a <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
1593
+ </td>
1519
1594
  </tr>
1520
1595
  <tr>
1521
1596
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1522
- <td>
1523
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.</td>
1597
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.
1598
+ </td>
1524
1599
  </tr>
1525
1600
  </tbody>
1526
1601
  </table></div>
1527
1602
  </div>
1528
1603
  <hr>
1529
- <div class="refsect2">
1604
+ <div class="refsect2" title="gtk_tree_model_get_iter_first ()">
1530
1605
  <a name="gtk-tree-model-get-iter-first"></a><h3>gtk_tree_model_get_iter_first ()</h3>
1531
1606
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_get_iter_first (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1532
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1607
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1533
1608
  <p>
1534
1609
  Initializes <em class="parameter"><code>iter</code></em> with the first iterator in the tree (the one at the path
1535
1610
  "0") and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the tree is empty.
@@ -1539,27 +1614,28 @@ Initializes <em class="parameter"><code>iter</code></em> with the first iterator
1539
1614
  <tbody>
1540
1615
  <tr>
1541
1616
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1542
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1617
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1618
+ </td>
1543
1619
  </tr>
1544
1620
  <tr>
1545
1621
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1546
- <td>The uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1622
+ <td> The uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1547
1623
  </td>
1548
1624
  </tr>
1549
1625
  <tr>
1550
1626
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1551
- <td>
1552
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.</td>
1627
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.
1628
+ </td>
1553
1629
  </tr>
1554
1630
  </tbody>
1555
1631
  </table></div>
1556
1632
  </div>
1557
1633
  <hr>
1558
- <div class="refsect2">
1634
+ <div class="refsect2" title="gtk_tree_model_get_iter_root()">
1559
1635
  <a name="gtk-tree-model-get-iter-root"></a><h3>gtk_tree_model_get_iter_root()</h3>
1560
1636
  <pre class="programlisting">#define gtk_tree_model_get_iter_root(tree_model, iter) gtk_tree_model_get_iter_first(tree_model, iter)
1561
1637
  </pre>
1562
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1638
+ <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1563
1639
  <h3 class="title">Warning</h3>
1564
1640
  <p><code class="literal">gtk_tree_model_get_iter_root</code> is deprecated and should not be used in newly-written code.</p>
1565
1641
  </div>
@@ -1573,27 +1649,29 @@ versions of GTK+.
1573
1649
  <tbody>
1574
1650
  <tr>
1575
1651
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1576
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1652
+ <td> A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1653
+ </td>
1577
1654
  </tr>
1578
1655
  <tr>
1579
1656
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1580
- <td>uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1657
+ <td>uninitialized <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
1658
+ </td>
1581
1659
  </tr>
1582
1660
  <tr>
1583
1661
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1584
- <td>
1585
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.</td>
1662
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> was set.
1663
+ </td>
1586
1664
  </tr>
1587
1665
  </tbody>
1588
1666
  </table></div>
1589
1667
  </div>
1590
1668
  <hr>
1591
- <div class="refsect2">
1669
+ <div class="refsect2" title="gtk_tree_model_get_path ()">
1592
1670
  <a name="gtk-tree-model-get-path"></a><h3>gtk_tree_model_get_path ()</h3>
1593
- <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_model_get_path (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1594
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1671
+ <pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * gtk_tree_model_get_path (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1672
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1595
1673
  <p>
1596
- Returns a newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> referenced by <em class="parameter"><code>iter</code></em>. This path should
1674
+ Returns a newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> referenced by <em class="parameter"><code>iter</code></em>. This path should
1597
1675
  be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a>.
1598
1676
  </p>
1599
1677
  <div class="variablelist"><table border="0">
@@ -1601,24 +1679,27 @@ be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title=
1601
1679
  <tbody>
1602
1680
  <tr>
1603
1681
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1604
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1682
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1683
+ </td>
1605
1684
  </tr>
1606
1685
  <tr>
1607
1686
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1608
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1687
+ <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
1688
+ </td>
1609
1689
  </tr>
1610
1690
  <tr>
1611
1691
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1612
- <td>a newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>.</td>
1692
+ <td> a newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a>.
1693
+ </td>
1613
1694
  </tr>
1614
1695
  </tbody>
1615
1696
  </table></div>
1616
1697
  </div>
1617
1698
  <hr>
1618
- <div class="refsect2">
1699
+ <div class="refsect2" title="gtk_tree_model_get_value ()">
1619
1700
  <a name="gtk-tree-model-get-value"></a><h3>gtk_tree_model_get_value ()</h3>
1620
1701
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_get_value (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1621
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1702
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1622
1703
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
1623
1704
  <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
1624
1705
  <p>
@@ -1631,29 +1712,32 @@ to free any allocated memory.
1631
1712
  <tbody>
1632
1713
  <tr>
1633
1714
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1634
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1715
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1716
+ </td>
1635
1717
  </tr>
1636
1718
  <tr>
1637
1719
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1638
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1720
+ <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
1721
+ </td>
1639
1722
  </tr>
1640
1723
  <tr>
1641
1724
  <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
1642
- <td>The column to lookup the value at.</td>
1725
+ <td>The column to lookup the value at.
1726
+ </td>
1643
1727
  </tr>
1644
1728
  <tr>
1645
1729
  <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
1646
- <td>An empty <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1730
+ <td> An empty <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1647
1731
  </td>
1648
1732
  </tr>
1649
1733
  </tbody>
1650
1734
  </table></div>
1651
1735
  </div>
1652
1736
  <hr>
1653
- <div class="refsect2">
1737
+ <div class="refsect2" title="gtk_tree_model_iter_next ()">
1654
1738
  <a name="gtk-tree-model-iter-next"></a><h3>gtk_tree_model_iter_next ()</h3>
1655
1739
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_next (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1656
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1740
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1657
1741
  <p>
1658
1742
  Sets <em class="parameter"><code>iter</code></em> to point to the node following it at the current level. If there
1659
1743
  is no next <em class="parameter"><code>iter</code></em>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned and <em class="parameter"><code>iter</code></em> is set to be invalid.
@@ -1663,27 +1747,28 @@ is no next <em class="parameter"><code>iter</code></em>, <a href="http://library
1663
1747
  <tbody>
1664
1748
  <tr>
1665
1749
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1666
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1750
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1751
+ </td>
1667
1752
  </tr>
1668
1753
  <tr>
1669
1754
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1670
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span>
1755
+ <td> The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
1671
1756
  </td>
1672
1757
  </tr>
1673
1758
  <tr>
1674
1759
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1675
- <td>
1676
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> has been changed to the next node.</td>
1760
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> has been changed to the next node.
1761
+ </td>
1677
1762
  </tr>
1678
1763
  </tbody>
1679
1764
  </table></div>
1680
1765
  </div>
1681
1766
  <hr>
1682
- <div class="refsect2">
1767
+ <div class="refsect2" title="gtk_tree_model_iter_children ()">
1683
1768
  <a name="gtk-tree-model-iter-children"></a><h3>gtk_tree_model_iter_children ()</h3>
1684
1769
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_children (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1685
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1686
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);</pre>
1770
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1771
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);</pre>
1687
1772
  <p>
1688
1773
  Sets <em class="parameter"><code>iter</code></em> to point to the first child of <em class="parameter"><code>parent</code></em>. If <em class="parameter"><code>parent</code></em> has no
1689
1774
  children, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned and <em class="parameter"><code>iter</code></em> is set to be invalid. <em class="parameter"><code>parent</code></em>
@@ -1698,31 +1783,32 @@ If <em class="parameter"><code>parent</code></em> is <a href="http://library.gno
1698
1783
  <tbody>
1699
1784
  <tr>
1700
1785
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1701
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1786
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1787
+ </td>
1702
1788
  </tr>
1703
1789
  <tr>
1704
1790
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1705
- <td>The new <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to be set to the child. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1791
+ <td> The new <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> to be set to the child. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1706
1792
  </td>
1707
1793
  </tr>
1708
1794
  <tr>
1709
1795
  <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
1710
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1796
+ <td> The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1711
1797
  </td>
1712
1798
  </tr>
1713
1799
  <tr>
1714
1800
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1715
- <td>
1716
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>child</code></em> has been set to the first child.</td>
1801
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>child</code></em> has been set to the first child.
1802
+ </td>
1717
1803
  </tr>
1718
1804
  </tbody>
1719
1805
  </table></div>
1720
1806
  </div>
1721
1807
  <hr>
1722
- <div class="refsect2">
1808
+ <div class="refsect2" title="gtk_tree_model_iter_has_child ()">
1723
1809
  <a name="gtk-tree-model-iter-has-child"></a><h3>gtk_tree_model_iter_has_child ()</h3>
1724
1810
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_has_child (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1725
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1811
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1726
1812
  <p>
1727
1813
  Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> has children, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
1728
1814
  </p>
@@ -1731,25 +1817,27 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
1731
1817
  <tbody>
1732
1818
  <tr>
1733
1819
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1734
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1820
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1821
+ </td>
1735
1822
  </tr>
1736
1823
  <tr>
1737
1824
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1738
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to test for children.</td>
1825
+ <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> to test for children.
1826
+ </td>
1739
1827
  </tr>
1740
1828
  <tr>
1741
1829
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1742
- <td>
1743
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> has children.</td>
1830
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> has children.
1831
+ </td>
1744
1832
  </tr>
1745
1833
  </tbody>
1746
1834
  </table></div>
1747
1835
  </div>
1748
1836
  <hr>
1749
- <div class="refsect2">
1837
+ <div class="refsect2" title="gtk_tree_model_iter_n_children ()">
1750
1838
  <a name="gtk-tree-model-iter-n-children"></a><h3>gtk_tree_model_iter_n_children ()</h3>
1751
1839
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_tree_model_iter_n_children (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1752
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1840
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1753
1841
  <p>
1754
1842
  Returns the number of children that <em class="parameter"><code>iter</code></em> has. As a special case, if <em class="parameter"><code>iter</code></em>
1755
1843
  is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the number of toplevel nodes is returned.
@@ -1759,26 +1847,28 @@ is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
1759
1847
  <tbody>
1760
1848
  <tr>
1761
1849
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1762
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1850
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1851
+ </td>
1763
1852
  </tr>
1764
1853
  <tr>
1765
1854
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1766
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1855
+ <td> The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1767
1856
  </td>
1768
1857
  </tr>
1769
1858
  <tr>
1770
1859
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1771
- <td>The number of children of <em class="parameter"><code>iter</code></em>.</td>
1860
+ <td> The number of children of <em class="parameter"><code>iter</code></em>.
1861
+ </td>
1772
1862
  </tr>
1773
1863
  </tbody>
1774
1864
  </table></div>
1775
1865
  </div>
1776
1866
  <hr>
1777
- <div class="refsect2">
1867
+ <div class="refsect2" title="gtk_tree_model_iter_nth_child ()">
1778
1868
  <a name="gtk-tree-model-iter-nth-child"></a><h3>gtk_tree_model_iter_nth_child ()</h3>
1779
1869
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_nth_child (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1780
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1781
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
1870
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1871
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
1782
1872
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);</pre>
1783
1873
  <p>
1784
1874
  Sets <em class="parameter"><code>iter</code></em> to be the child of <em class="parameter"><code>parent</code></em>, using the given index. The first
@@ -1792,36 +1882,38 @@ node after this function has been called. As a special case, if <em class="para
1792
1882
  <tbody>
1793
1883
  <tr>
1794
1884
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1795
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1885
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1886
+ </td>
1796
1887
  </tr>
1797
1888
  <tr>
1798
1889
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1799
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the nth child. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1890
+ <td> The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the nth child. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1800
1891
  </td>
1801
1892
  </tr>
1802
1893
  <tr>
1803
1894
  <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
1804
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to get the child from, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1895
+ <td> The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> to get the child from, or <a href="http://library.gnome.org/devel/glib/unstable/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>
1805
1896
  </td>
1806
1897
  </tr>
1807
1898
  <tr>
1808
1899
  <td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
1809
- <td>Then index of the desired child.</td>
1900
+ <td>Then index of the desired child.
1901
+ </td>
1810
1902
  </tr>
1811
1903
  <tr>
1812
1904
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1813
- <td>
1814
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>parent</code></em> has an <em class="parameter"><code>n</code></em>th child.</td>
1905
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>parent</code></em> has an <em class="parameter"><code>n</code></em>th child.
1906
+ </td>
1815
1907
  </tr>
1816
1908
  </tbody>
1817
1909
  </table></div>
1818
1910
  </div>
1819
1911
  <hr>
1820
- <div class="refsect2">
1912
+ <div class="refsect2" title="gtk_tree_model_iter_parent ()">
1821
1913
  <a name="gtk-tree-model-iter-parent"></a><h3>gtk_tree_model_iter_parent ()</h3>
1822
1914
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_model_iter_parent (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1823
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1824
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *child</code></em>);</pre>
1915
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1916
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *child</code></em>);</pre>
1825
1917
  <p>
1826
1918
  Sets <em class="parameter"><code>iter</code></em> to be the parent of <em class="parameter"><code>child</code></em>. If <em class="parameter"><code>child</code></em> is at the toplevel, and
1827
1919
  doesn't have a parent, then <em class="parameter"><code>iter</code></em> is set to an invalid iterator and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
@@ -1838,26 +1930,27 @@ called.
1838
1930
  </tr>
1839
1931
  <tr>
1840
1932
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1841
- <td>The new <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the parent. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1933
+ <td> The new <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set to the parent. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1842
1934
  </td>
1843
1935
  </tr>
1844
1936
  <tr>
1845
1937
  <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
1846
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1938
+ <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
1939
+ </td>
1847
1940
  </tr>
1848
1941
  <tr>
1849
1942
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1850
- <td>
1851
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> is set to the parent of <em class="parameter"><code>child</code></em>.</td>
1943
+ <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em> is set to the parent of <em class="parameter"><code>child</code></em>.
1944
+ </td>
1852
1945
  </tr>
1853
1946
  </tbody>
1854
1947
  </table></div>
1855
1948
  </div>
1856
1949
  <hr>
1857
- <div class="refsect2">
1950
+ <div class="refsect2" title="gtk_tree_model_get_string_from_iter ()">
1858
1951
  <a name="gtk-tree-model-get-string-from-iter"></a><h3>gtk_tree_model_get_string_from_iter ()</h3>
1859
1952
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_tree_model_get_string_from_iter (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1860
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1953
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1861
1954
  <p>
1862
1955
  Generates a string representation of the iter. This string is a ':'
1863
1956
  separated list of numbers. For example, "4:10:0:3" would be an
@@ -1868,25 +1961,29 @@ acceptable return value for this string.
1868
1961
  <tbody>
1869
1962
  <tr>
1870
1963
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1871
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
1964
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
1965
+ </td>
1872
1966
  </tr>
1873
1967
  <tr>
1874
1968
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1875
- <td>An <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
1969
+ <td>An <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
1970
+ </td>
1876
1971
  </tr>
1877
1972
  <tr>
1878
1973
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1879
- <td>A newly-allocated string. Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
1974
+ <td> A newly-allocated string. Must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
1975
+
1976
+ </td>
1880
1977
  </tr>
1881
1978
  </tbody>
1882
1979
  </table></div>
1883
1980
  <p class="since">Since 2.2</p>
1884
1981
  </div>
1885
1982
  <hr>
1886
- <div class="refsect2">
1983
+ <div class="refsect2" title="gtk_tree_model_ref_node ()">
1887
1984
  <a name="gtk-tree-model-ref-node"></a><h3>gtk_tree_model_ref_node ()</h3>
1888
1985
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_ref_node (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1889
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1986
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1890
1987
  <p>
1891
1988
  Lets the tree ref the node. This is an optional method for models to
1892
1989
  implement. To be more specific, models may ignore this call as it exists
@@ -1908,20 +2005,22 @@ reffed state.
1908
2005
  <tbody>
1909
2006
  <tr>
1910
2007
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1911
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
2008
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
2009
+ </td>
1912
2010
  </tr>
1913
2011
  <tr>
1914
2012
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1915
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
2013
+ <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
2014
+ </td>
1916
2015
  </tr>
1917
2016
  </tbody>
1918
2017
  </table></div>
1919
2018
  </div>
1920
2019
  <hr>
1921
- <div class="refsect2">
2020
+ <div class="refsect2" title="gtk_tree_model_unref_node ()">
1922
2021
  <a name="gtk-tree-model-unref-node"></a><h3>gtk_tree_model_unref_node ()</h3>
1923
2022
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_unref_node (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1924
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2023
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
1925
2024
  <p>
1926
2025
  Lets the tree unref the node. This is an optional method for models to
1927
2026
  implement. To be more specific, models may ignore this call as it exists
@@ -1936,20 +2035,22 @@ Please note that nodes that are deleted are not unreffed.
1936
2035
  <tbody>
1937
2036
  <tr>
1938
2037
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
1939
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.</td>
2038
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>.
2039
+ </td>
1940
2040
  </tr>
1941
2041
  <tr>
1942
2042
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
1943
- <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>.</td>
2043
+ <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a>.
2044
+ </td>
1944
2045
  </tr>
1945
2046
  </tbody>
1946
2047
  </table></div>
1947
2048
  </div>
1948
2049
  <hr>
1949
- <div class="refsect2">
2050
+ <div class="refsect2" title="gtk_tree_model_get ()">
1950
2051
  <a name="gtk-tree-model-get"></a><h3>gtk_tree_model_get ()</h3>
1951
2052
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_get (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1952
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
2053
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1953
2054
  <em class="parameter"><code>...</code></em>);</pre>
1954
2055
  <p>
1955
2056
  Gets the value of one or more cells in the row referenced by <em class="parameter"><code>iter</code></em>.
@@ -1981,16 +2082,17 @@ passed by value.
1981
2082
  </tr>
1982
2083
  <tr>
1983
2084
  <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
1984
- <td>pairs of column number and value return locations, terminated by -1</td>
2085
+ <td>pairs of column number and value return locations, terminated by -1
2086
+ </td>
1985
2087
  </tr>
1986
2088
  </tbody>
1987
2089
  </table></div>
1988
2090
  </div>
1989
2091
  <hr>
1990
- <div class="refsect2">
2092
+ <div class="refsect2" title="gtk_tree_model_get_valist ()">
1991
2093
  <a name="gtk-tree-model-get-valist"></a><h3>gtk_tree_model_get_valist ()</h3>
1992
2094
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_get_valist (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
1993
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
2095
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
1994
2096
  <em class="parameter"><code><span class="type">va_list</span> var_args</code></em>);</pre>
1995
2097
  <p>
1996
2098
  See <a class="link" href="GtkTreeModel.html#gtk-tree-model-get" title="gtk_tree_model_get ()"><code class="function">gtk_tree_model_get()</code></a>, this version takes a <span class="type">va_list</span>
@@ -2012,20 +2114,21 @@ for language bindings to use.
2012
2114
  <tr>
2013
2115
  <td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
2014
2116
  <td>
2015
- <span class="type">va_list</span> of column/return location pairs</td>
2117
+ <span class="type">va_list</span> of column/return location pairs
2118
+ </td>
2016
2119
  </tr>
2017
2120
  </tbody>
2018
2121
  </table></div>
2019
2122
  </div>
2020
2123
  <hr>
2021
- <div class="refsect2">
2124
+ <div class="refsect2" title="gtk_tree_model_foreach ()">
2022
2125
  <a name="gtk-tree-model-foreach"></a><h3>gtk_tree_model_foreach ()</h3>
2023
2126
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_foreach (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
2024
2127
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeModelForeachFunc" title="GtkTreeModelForeachFunc ()"><span class="type">GtkTreeModelForeachFunc</span></a> func</code></em>,
2025
2128
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2026
2129
  <p>
2027
- Calls func on each node in model in a depth-first fashion.
2028
- If <em class="parameter"><code>func</code></em> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the tree ceases to be walked, and
2130
+ Calls func on each node in model in a depth-first fashion.
2131
+ If <em class="parameter"><code>func</code></em> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the tree ceases to be walked, and
2029
2132
  <a class="link" href="GtkTreeModel.html#gtk-tree-model-foreach" title="gtk_tree_model_foreach ()"><code class="function">gtk_tree_model_foreach()</code></a> returns.
2030
2133
  </p>
2031
2134
  <div class="variablelist"><table border="0">
@@ -2038,22 +2141,23 @@ If <em class="parameter"><code>func</code></em> returns <a href="http://library.
2038
2141
  </tr>
2039
2142
  <tr>
2040
2143
  <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
2041
- <td>A function to be called on each row. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span>
2144
+ <td>A function to be called on each row
2042
2145
  </td>
2043
2146
  </tr>
2044
2147
  <tr>
2045
2148
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2046
- <td>User data to passed to func.</td>
2149
+ <td>User data to passed to func.
2150
+ </td>
2047
2151
  </tr>
2048
2152
  </tbody>
2049
2153
  </table></div>
2050
2154
  </div>
2051
2155
  <hr>
2052
- <div class="refsect2">
2156
+ <div class="refsect2" title="gtk_tree_model_row_changed ()">
2053
2157
  <a name="gtk-tree-model-row-changed"></a><h3>gtk_tree_model_row_changed ()</h3>
2054
2158
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_row_changed (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2055
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2056
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2159
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2160
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2057
2161
  <p>
2058
2162
  Emits the "row-changed" signal on <em class="parameter"><code>tree_model</code></em>.
2059
2163
  </p>
@@ -2067,21 +2171,23 @@ Emits the "row-changed" signal on <em class="parameter"><code>tree_model</code><
2067
2171
  </tr>
2068
2172
  <tr>
2069
2173
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2070
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the changed row</td>
2174
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the changed row
2175
+ </td>
2071
2176
  </tr>
2072
2177
  <tr>
2073
2178
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2074
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row</td>
2179
+ <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row
2180
+ </td>
2075
2181
  </tr>
2076
2182
  </tbody>
2077
2183
  </table></div>
2078
2184
  </div>
2079
2185
  <hr>
2080
- <div class="refsect2">
2186
+ <div class="refsect2" title="gtk_tree_model_row_inserted ()">
2081
2187
  <a name="gtk-tree-model-row-inserted"></a><h3>gtk_tree_model_row_inserted ()</h3>
2082
2188
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_row_inserted (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2083
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2084
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2189
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2190
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2085
2191
  <p>
2086
2192
  Emits the "row-inserted" signal on <em class="parameter"><code>tree_model</code></em>
2087
2193
  </p>
@@ -2095,22 +2201,24 @@ Emits the "row-inserted" signal on <em class="parameter"><code>tree_model</code>
2095
2201
  </tr>
2096
2202
  <tr>
2097
2203
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2098
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the inserted row</td>
2204
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the inserted row
2205
+ </td>
2099
2206
  </tr>
2100
2207
  <tr>
2101
2208
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2102
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the inserted row</td>
2209
+ <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the inserted row
2210
+ </td>
2103
2211
  </tr>
2104
2212
  </tbody>
2105
2213
  </table></div>
2106
2214
  </div>
2107
2215
  <hr>
2108
- <div class="refsect2">
2216
+ <div class="refsect2" title="gtk_tree_model_row_has_child_toggled ()">
2109
2217
  <a name="gtk-tree-model-row-has-child-toggled"></a><h3>gtk_tree_model_row_has_child_toggled ()</h3>
2110
2218
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_row_has_child_toggled
2111
2219
  (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2112
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2113
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2220
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2221
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
2114
2222
  <p>
2115
2223
  Emits the "row-has-child-toggled" signal on <em class="parameter"><code>tree_model</code></em>. This should be
2116
2224
  called by models after the child state of a node changes.
@@ -2125,20 +2233,22 @@ called by models after the child state of a node changes.
2125
2233
  </tr>
2126
2234
  <tr>
2127
2235
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2128
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the changed row</td>
2236
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the changed row
2237
+ </td>
2129
2238
  </tr>
2130
2239
  <tr>
2131
2240
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2132
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row</td>
2241
+ <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row
2242
+ </td>
2133
2243
  </tr>
2134
2244
  </tbody>
2135
2245
  </table></div>
2136
2246
  </div>
2137
2247
  <hr>
2138
- <div class="refsect2">
2248
+ <div class="refsect2" title="gtk_tree_model_row_deleted ()">
2139
2249
  <a name="gtk-tree-model-row-deleted"></a><h3>gtk_tree_model_row_deleted ()</h3>
2140
2250
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_row_deleted (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2141
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
2251
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
2142
2252
  <p>
2143
2253
  Emits the "row-deleted" signal on <em class="parameter"><code>tree_model</code></em>. This should be called by
2144
2254
  models after a row has been removed. The location pointed to by <em class="parameter"><code>path</code></em>
@@ -2155,17 +2265,18 @@ valid location anymore.
2155
2265
  </tr>
2156
2266
  <tr>
2157
2267
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2158
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the previous location of the deleted row.</td>
2268
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the previous location of the deleted row.
2269
+ </td>
2159
2270
  </tr>
2160
2271
  </tbody>
2161
2272
  </table></div>
2162
2273
  </div>
2163
2274
  <hr>
2164
- <div class="refsect2">
2275
+ <div class="refsect2" title="gtk_tree_model_rows_reordered ()">
2165
2276
  <a name="gtk-tree-model-rows-reordered"></a><h3>gtk_tree_model_rows_reordered ()</h3>
2166
2277
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_model_rows_reordered (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
2167
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2168
- <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
2278
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2279
+ <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
2169
2280
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);</pre>
2170
2281
  <p>
2171
2282
  Emits the "rows-reordered" signal on <em class="parameter"><code>tree_model</code></em>. This should be called by
@@ -2181,32 +2292,35 @@ models when their rows have been reordered.
2181
2292
  </tr>
2182
2293
  <tr>
2183
2294
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2184
- <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the tree node whose children have been
2185
- reordered</td>
2295
+ <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> pointing to the tree node whose children have been
2296
+ reordered
2297
+ </td>
2186
2298
  </tr>
2187
2299
  <tr>
2188
2300
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2189
- <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node whose children have been
2190
- reordered, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the depth of <em class="parameter"><code>path</code></em> is 0.</td>
2301
+ <td>A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node whose children have been
2302
+ reordered, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the depth of <em class="parameter"><code>path</code></em> is 0.
2303
+ </td>
2191
2304
  </tr>
2192
2305
  <tr>
2193
2306
  <td><p><span class="term"><em class="parameter"><code>new_order</code></em> :</span></p></td>
2194
2307
  <td>an array of integers mapping the current position of each child
2195
- to its old position before the re-ordering,
2196
- i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[newpos] = oldpos</code>.</td>
2308
+ to its old position before the re-ordering,
2309
+ i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[newpos] = oldpos</code>.
2310
+ </td>
2197
2311
  </tr>
2198
2312
  </tbody>
2199
2313
  </table></div>
2200
2314
  </div>
2201
2315
  </div>
2202
- <div class="refsect1">
2316
+ <div class="refsect1" title="Signal Details">
2203
2317
  <a name="GtkTreeModel.signal-details"></a><h2>Signal Details</h2>
2204
- <div class="refsect2">
2318
+ <div class="refsect2" title='The "row-changed" signal'>
2205
2319
  <a name="GtkTreeModel-row-changed"></a><h3>The <code class="literal">"row-changed"</code> signal</h3>
2206
2320
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2207
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2208
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2209
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2321
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2322
+ <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2323
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
2210
2324
  <p>
2211
2325
  This signal is emitted when a row in the model has changed.
2212
2326
  </p>
@@ -2215,15 +2329,18 @@ This signal is emitted when a row in the model has changed.
2215
2329
  <tbody>
2216
2330
  <tr>
2217
2331
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2218
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2332
+ <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted
2333
+ </td>
2219
2334
  </tr>
2220
2335
  <tr>
2221
2336
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2222
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the changed row</td>
2337
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the changed row
2338
+ </td>
2223
2339
  </tr>
2224
2340
  <tr>
2225
2341
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2226
- <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row</td>
2342
+ <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the changed row
2343
+ </td>
2227
2344
  </tr>
2228
2345
  <tr>
2229
2346
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2233,11 +2350,11 @@ This signal is emitted when a row in the model has changed.
2233
2350
  </table></div>
2234
2351
  </div>
2235
2352
  <hr>
2236
- <div class="refsect2">
2353
+ <div class="refsect2" title='The "row-deleted" signal'>
2237
2354
  <a name="GtkTreeModel-row-deleted"></a><h3>The <code class="literal">"row-deleted"</code> signal</h3>
2238
2355
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2239
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2240
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
2356
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2357
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
2241
2358
  <p>
2242
2359
  This signal is emitted when a row has been deleted.
2243
2360
  </p>
@@ -2258,11 +2375,13 @@ row-deleted handler.
2258
2375
  <tbody>
2259
2376
  <tr>
2260
2377
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2261
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2378
+ <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted
2379
+ </td>
2262
2380
  </tr>
2263
2381
  <tr>
2264
2382
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2265
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the row</td>
2383
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the row
2384
+ </td>
2266
2385
  </tr>
2267
2386
  <tr>
2268
2387
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2272,12 +2391,12 @@ row-deleted handler.
2272
2391
  </table></div>
2273
2392
  </div>
2274
2393
  <hr>
2275
- <div class="refsect2">
2394
+ <div class="refsect2" title='The "row-has-child-toggled" signal'>
2276
2395
  <a name="GtkTreeModel-row-has-child-toggled"></a><h3>The <code class="literal">"row-has-child-toggled"</code> signal</h3>
2277
2396
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2278
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2279
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2280
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
2397
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2398
+ <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2399
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
2281
2400
  <p>
2282
2401
  This signal is emitted when a row has gotten the first child row or lost
2283
2402
  its last child row.
@@ -2287,15 +2406,18 @@ its last child row.
2287
2406
  <tbody>
2288
2407
  <tr>
2289
2408
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2290
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2409
+ <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted
2410
+ </td>
2291
2411
  </tr>
2292
2412
  <tr>
2293
2413
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2294
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the row</td>
2414
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the row
2415
+ </td>
2295
2416
  </tr>
2296
2417
  <tr>
2297
2418
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2298
- <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the row</td>
2419
+ <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the row
2420
+ </td>
2299
2421
  </tr>
2300
2422
  <tr>
2301
2423
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2305,12 +2427,12 @@ its last child row.
2305
2427
  </table></div>
2306
2428
  </div>
2307
2429
  <hr>
2308
- <div class="refsect2">
2430
+ <div class="refsect2" title='The "row-inserted" signal'>
2309
2431
  <a name="GtkTreeModel-row-inserted"></a><h3>The <code class="literal">"row-inserted"</code> signal</h3>
2310
2432
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2311
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2312
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2313
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
2433
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2434
+ <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2435
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
2314
2436
  <p>
2315
2437
  This signal is emitted when a new row has been inserted in the model.
2316
2438
  </p>
@@ -2324,15 +2446,18 @@ then fill it with the desired values.
2324
2446
  <tbody>
2325
2447
  <tr>
2326
2448
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2327
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2449
+ <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted
2450
+ </td>
2328
2451
  </tr>
2329
2452
  <tr>
2330
2453
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2331
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the new row</td>
2454
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the new row
2455
+ </td>
2332
2456
  </tr>
2333
2457
  <tr>
2334
2458
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2335
- <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the new row</td>
2459
+ <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the new row
2460
+ </td>
2336
2461
  </tr>
2337
2462
  <tr>
2338
2463
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2342,13 +2467,13 @@ then fill it with the desired values.
2342
2467
  </table></div>
2343
2468
  </div>
2344
2469
  <hr>
2345
- <div class="refsect2">
2470
+ <div class="refsect2" title='The "rows-reordered" signal'>
2346
2471
  <a name="GtkTreeModel-rows-reordered"></a><h3>The <code class="literal">"rows-reordered"</code> signal</h3>
2347
2472
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
2348
- <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2349
- <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2473
+ <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
2474
+ <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
2350
2475
  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> new_order,
2351
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
2476
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
2352
2477
  <p>
2353
2478
  This signal is emitted when the children of a node in the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>
2354
2479
  have been reordered.
@@ -2363,22 +2488,26 @@ by removing and then reinserting the row.
2363
2488
  <tbody>
2364
2489
  <tr>
2365
2490
  <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
2366
- <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted</td>
2491
+ <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> on which the signal is emitted
2492
+ </td>
2367
2493
  </tr>
2368
2494
  <tr>
2369
2495
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2370
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the tree node whose children
2371
- have been reordered</td>
2496
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> identifying the tree node whose children
2497
+ have been reordered
2498
+ </td>
2372
2499
  </tr>
2373
2500
  <tr>
2374
2501
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
2375
- <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node whose</td>
2502
+ <td>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter" title="GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node whose
2503
+ </td>
2376
2504
  </tr>
2377
2505
  <tr>
2378
2506
  <td><p><span class="term"><em class="parameter"><code>new_order</code></em> :</span></p></td>
2379
2507
  <td>an array of integers mapping the current position of
2380
- each child to its old position before the re-ordering,
2381
- i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[newpos] = oldpos</code>.</td>
2508
+ each child to its old position before the re-ordering,
2509
+ i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[newpos] = oldpos</code>.
2510
+ </td>
2382
2511
  </tr>
2383
2512
  <tr>
2384
2513
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2388,7 +2517,7 @@ i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[new
2388
2517
  </table></div>
2389
2518
  </div>
2390
2519
  </div>
2391
- <div class="refsect1">
2520
+ <div class="refsect1" title="See Also">
2392
2521
  <a name="GtkTreeModel.see-also"></a><h2>See Also</h2>
2393
2522
  <p>
2394
2523
  <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>, <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a>, <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>, <a class="link" href="gtk-GtkTreeView-drag-and-drop.html" title="GtkTreeView drag-and-drop">GtkTreeDnd</a>, <a class="link" href="GtkTreeSortable.html" title="GtkTreeSortable"><span class="type">GtkTreeSortable</span></a>
@@ -2396,13 +2525,13 @@ i.e. <em class="parameter"><code>new_order</code></em><code class="literal">[new
2396
2525
  </div>
2397
2526
  <div class="footnotes">
2398
2527
  <br><hr width="100" align="left">
2399
- <div class="footnote"><p><sup>[<a id="ftn.id835653" href="#id835653" class="para">4</a>] </sup>
2528
+ <div class="footnote"><p><sup>[<a id="ftn.id804486" href="#id804486" class="para">4</a>] </sup>
2400
2529
  Here, <abbr class="abbrev">iter</abbr> is short for <span class="quote">“<span class="quote">iterator</span>”</span>
2401
2530
  </p></div>
2402
2531
  </div>
2403
2532
  </div>
2404
2533
  <div class="footer">
2405
2534
  <hr>
2406
- Generated by GTK-Doc V1.16.1</div>
2535
+ Generated by GTK-Doc V1.15</div>
2407
2536
  </body>
2408
2537
  </html>