gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. data/ChangeLog +22 -0
  2. data/ext/gtk2/rbgtkwindow.c +3 -1
  3. data/lib/1.8/gtk2.so +0 -0
  4. data/lib/1.9/gtk2.so +0 -0
  5. data/sample/gtk-demo/cairo-operator.rb +1 -1
  6. data/sample/misc/bindings.rb +1 -1
  7. data/sample/misc/cairo-pong.rb +1 -1
  8. data/vendor/local/bin/gtk-builder-convert +29 -2
  9. data/vendor/local/bin/gtk-demo.exe +0 -0
  10. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  11. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  12. data/vendor/local/bin/libgailutil-18.dll +0 -0
  13. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  14. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  15. data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
  16. data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
  17. data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
  18. data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
  19. data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
  20. data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
  21. data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
  22. data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
  23. data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
  24. data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
  25. data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
  26. data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
  27. data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
  28. data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
  29. data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
  30. data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
  31. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
  32. data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
  33. data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
  34. data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
  35. data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
  36. data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
  37. data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
  38. data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
  39. data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
  40. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
  41. data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
  42. data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
  43. data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
  44. data/vendor/local/lib/gailutil.lib +0 -0
  45. data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
  46. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  47. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  48. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  49. data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
  50. data/vendor/local/lib/libgailutil.dll.a +0 -0
  51. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  52. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  53. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  54. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  55. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  56. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  57. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  58. data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
  59. data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
  60. data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
  61. data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
  62. data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
  63. data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
  64. data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
  65. data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
  66. data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
  67. data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
  68. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
  69. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
  70. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
  71. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
  72. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
  73. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
  74. data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
  75. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
  76. data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
  77. data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
  78. data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
  79. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
  80. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
  81. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
  82. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
  83. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
  84. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
  85. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
  86. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
  87. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
  89. data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
  90. data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
  91. data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
  92. data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
  93. data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
  94. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
  95. data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
  96. data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
  97. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
  98. data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
  99. data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
  100. data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
  101. data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
  102. data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
  103. data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
  104. data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
  105. data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
  106. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
  107. data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
  108. data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
  109. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
  110. data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
  111. data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
  112. data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
  113. data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
  114. data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
  115. data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
  116. data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
  117. data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
  118. data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
  119. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
  120. data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
  121. data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
  122. data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
  123. data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
  124. data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
  125. data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
  126. data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
  127. data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
  128. data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
  130. data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
  131. data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
  132. data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
  133. data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
  134. data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
  135. data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
  136. data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
  137. data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
  138. data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
  139. data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
  140. data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
  141. data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
  142. data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
  143. data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
  144. data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
  145. data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
  146. data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
  147. data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
  148. data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
  149. data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
  150. data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
  151. data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
  152. data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
  153. data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
  154. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
  155. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
  156. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
  157. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
  158. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
  159. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
  160. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
  161. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
  162. data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
  163. data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
  164. data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
  165. data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
  166. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
  167. data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
  168. data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
  169. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
  170. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
  171. data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
  172. data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
  173. data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
  174. data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
  175. data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
  176. data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
  177. data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
  178. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
  179. data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
  180. data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
  181. data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
  182. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
  183. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
  184. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
  185. data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
  186. data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
  187. data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
  188. data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
  189. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
  190. data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
  191. data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
  192. data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
  193. data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
  194. data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
  195. data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
  196. data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
  197. data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
  198. data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
  199. data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
  200. data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
  201. data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
  202. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
  203. data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
  204. data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
  205. data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
  206. data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
  207. data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
  208. data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
  209. data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
  210. data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
  211. data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
  212. data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
  213. data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
  214. data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
  215. data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
  216. data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
  217. data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
  218. data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
  219. data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
  220. data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
  221. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
  222. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
  223. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
  224. data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
  225. data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
  226. data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
  227. data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
  228. data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
  229. data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
  230. data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
  231. data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
  232. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
  233. data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
  234. data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
  235. data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
  236. data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
  237. data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
  238. data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
  239. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
  240. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
  241. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
  242. data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
  243. data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
  244. data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
  245. data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
  246. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
  247. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
  248. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
  249. data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
  250. data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
  251. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
  252. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
  253. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
  254. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
  255. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
  256. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
  257. data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
  258. data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
  259. data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
  260. data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
  261. data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
  262. data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
  263. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
  264. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
  265. data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
  266. data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
  267. data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
  268. data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
  269. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
  270. data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
  271. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
  272. data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
  273. data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
  274. data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
  275. data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
  276. data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
  277. data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
  278. data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
  279. data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
  280. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
  281. data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
  282. data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
  283. data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
  284. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
  285. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
  286. data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
  287. data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
  288. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
  289. data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
  290. data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
  291. data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
  292. data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
  293. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
  294. data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
  295. data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
  296. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
  297. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
  298. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
  299. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
  300. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
  301. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
  302. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
  303. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
  304. data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
  305. data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
  306. data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
  307. data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
  308. data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
  309. data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
  310. data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
  311. data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
  312. data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
  313. data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
  314. data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
  315. data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
  316. data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
  317. data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
  318. data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
  319. data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
  320. data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
  321. data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
  322. data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
  323. data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
  324. data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
  325. data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
  326. data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
  327. data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
  328. data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
  329. data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
  330. data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
  331. data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
  332. data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
  333. data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
  334. data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
  335. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
  336. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
  337. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
  338. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
  339. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
  340. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
  341. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
  342. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
  343. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
  344. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
  345. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
  346. data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
  347. data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
  348. data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
  349. data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
  350. data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
  351. data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
  352. data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
  353. data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
  354. data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
  355. data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
  356. data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
  357. data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
  358. data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
  359. data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
  360. data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
  361. data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
  362. data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
  363. data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
  364. data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
  365. data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
  366. data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
  367. data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
  368. data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
  369. data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
  370. data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
  371. data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
  372. data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
  373. data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
  374. data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
  375. data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
  376. data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
  377. data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
  378. data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
  379. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
  380. data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
  381. data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
  382. data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
  383. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
  384. data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
  385. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
  386. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
  387. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
  388. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
  389. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
  390. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
  391. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
  392. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
  393. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
  394. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
  395. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
  396. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
  397. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
  398. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
  399. data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
  400. data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
  401. data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
  402. data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
  403. data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
  404. data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
  405. data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
  406. data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
  407. data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
  408. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
  409. data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
  410. data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
  411. data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
  412. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
  413. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
  414. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
  415. data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
  416. data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
  417. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
  418. data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
  419. data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
  420. data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
  421. data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
  422. data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
  423. data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
  424. data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
  425. data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
  426. data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
  427. data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
  428. data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
  429. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
  430. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
  431. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
  432. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
  433. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
  434. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
  435. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
  436. data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
  437. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
  438. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
  439. data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
  440. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
  441. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  442. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
  443. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  444. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
  445. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
  446. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
  447. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
  448. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  449. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
  450. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
  451. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
  452. data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
  453. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
  454. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
  455. data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
  456. data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
  457. metadata +26 -33
  458. data/ext/gtk2/Makefile +0 -169
  459. data/ext/gtk2/rbgdkkeysyms.h +0 -2174
  460. data/ext/gtk2/rbgtkinits.c +0 -473
  461. data/ext/gtk2/ruby-gtk2.pc +0 -3
  462. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
  463. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
  464. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
  465. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
  466. data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -6,16 +6,16 @@
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="GDK Reference Manual">
8
8
  <link rel="next" href="reference.html" title="API Reference">
9
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
- <div class="book" title="GDK Reference Manual">
13
+ <div class="book">
14
14
  <div class="titlepage">
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GDK Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- for GDK 2.22.1
18
+ for GDK 2.24.0
19
19
 
20
20
  The latest version of this documentation can be found on-line at
21
21
  <a class="ulink" href="http://library.gnome.org/devel/gdk/unstable/" target="_top">http://library.gnome.org/devel/gdk/unstable/</a>.
@@ -138,6 +138,6 @@
138
138
  </div>
139
139
  <div class="footer">
140
140
  <hr>
141
- Generated by GTK-Doc V1.15</div>
141
+ Generated by GTK-Doc V1.16.1</div>
142
142
  </body>
143
143
  </html>
@@ -351,6 +351,7 @@
351
351
  <ANCHOR id="gdk-pixmap-colormap-create-from-xpm" href="gdk/gdk-Bitmaps-and-Pixmaps.html#gdk-pixmap-colormap-create-from-xpm">
352
352
  <ANCHOR id="gdk-pixmap-create-from-xpm-d" href="gdk/gdk-Bitmaps-and-Pixmaps.html#gdk-pixmap-create-from-xpm-d">
353
353
  <ANCHOR id="gdk-pixmap-colormap-create-from-xpm-d" href="gdk/gdk-Bitmaps-and-Pixmaps.html#gdk-pixmap-colormap-create-from-xpm-d">
354
+ <ANCHOR id="gdk-pixmap-get-size" href="gdk/gdk-Bitmaps-and-Pixmaps.html#gdk-pixmap-get-size">
354
355
  <ANCHOR id="gdk-pixmap-ref" href="gdk/gdk-Bitmaps-and-Pixmaps.html#gdk-pixmap-ref">
355
356
  <ANCHOR id="gdk-pixmap-unref" href="gdk/gdk-Bitmaps-and-Pixmaps.html#gdk-pixmap-unref">
356
357
  <ANCHOR id="GdkBitmap" href="gdk/gdk-Bitmaps-and-Pixmaps.html#GdkBitmap">
@@ -712,6 +713,11 @@
712
713
  <ANCHOR id="gdk-window-destroy" href="gdk/gdk-Windows.html#gdk-window-destroy">
713
714
  <ANCHOR id="gdk-window-ref" href="gdk/gdk-Windows.html#gdk-window-ref">
714
715
  <ANCHOR id="gdk-window-unref" href="gdk/gdk-Windows.html#gdk-window-unref">
716
+ <ANCHOR id="gdk-window-get-display" href="gdk/gdk-Windows.html#gdk-window-get-display">
717
+ <ANCHOR id="gdk-window-get-screen" href="gdk/gdk-Windows.html#gdk-window-get-screen">
718
+ <ANCHOR id="gdk-window-get-visual" href="gdk/gdk-Windows.html#gdk-window-get-visual">
719
+ <ANCHOR id="gdk-window-get-width" href="gdk/gdk-Windows.html#gdk-window-get-width">
720
+ <ANCHOR id="gdk-window-get-height" href="gdk/gdk-Windows.html#gdk-window-get-height">
715
721
  <ANCHOR id="gdk-window-get-window-type" href="gdk/gdk-Windows.html#gdk-window-get-window-type">
716
722
  <ANCHOR id="gdk-window-at-pointer" href="gdk/gdk-Windows.html#gdk-window-at-pointer">
717
723
  <ANCHOR id="gdk-window-show" href="gdk/gdk-Windows.html#gdk-window-show">
@@ -821,7 +827,6 @@
821
827
  <ANCHOR id="gdk-window-get-root-origin" href="gdk/gdk-Windows.html#gdk-window-get-root-origin">
822
828
  <ANCHOR id="gdk-window-get-frame-extents" href="gdk/gdk-Windows.html#gdk-window-get-frame-extents">
823
829
  <ANCHOR id="gdk-window-get-size" href="gdk/gdk-Windows.html#gdk-window-get-size">
824
- <ANCHOR id="gdk-window-get-visual" href="gdk/gdk-Windows.html#gdk-window-get-visual">
825
830
  <ANCHOR id="gdk-window-get-colormap" href="gdk/gdk-Windows.html#gdk-window-get-colormap">
826
831
  <ANCHOR id="gdk-window-get-type" href="gdk/gdk-Windows.html#gdk-window-get-type">
827
832
  <ANCHOR id="gdk-window-get-origin" href="gdk/gdk-Windows.html#gdk-window-get-origin">
@@ -1311,6 +1316,7 @@
1311
1316
  <ANCHOR id="gdk-cairo-set-source-color" href="gdk/gdk-Cairo-Interaction.html#gdk-cairo-set-source-color">
1312
1317
  <ANCHOR id="gdk-cairo-set-source-pixbuf" href="gdk/gdk-Cairo-Interaction.html#gdk-cairo-set-source-pixbuf">
1313
1318
  <ANCHOR id="gdk-cairo-set-source-pixmap" href="gdk/gdk-Cairo-Interaction.html#gdk-cairo-set-source-pixmap">
1319
+ <ANCHOR id="gdk-cairo-set-source-window" href="gdk/gdk-Cairo-Interaction.html#gdk-cairo-set-source-window">
1314
1320
  <ANCHOR id="gdk-cairo-rectangle" href="gdk/gdk-Cairo-Interaction.html#gdk-cairo-rectangle">
1315
1321
  <ANCHOR id="gdk-cairo-region" href="gdk/gdk-Cairo-Interaction.html#gdk-cairo-region">
1316
1322
  <ANCHOR id="gdk-cairo-reset-clip" href="gdk/gdk-Cairo-Interaction.html#gdk-cairo-reset-clip">
@@ -1406,6 +1412,9 @@
1406
1412
  <ANCHOR id="gdk-x11-get-xatom-by-name-for-display" href="gdk/gdk-X-Window-System-Interaction.html#gdk-x11-get-xatom-by-name-for-display">
1407
1413
  <ANCHOR id="gdk-x11-get-xatom-name" href="gdk/gdk-X-Window-System-Interaction.html#gdk-x11-get-xatom-name">
1408
1414
  <ANCHOR id="gdk-x11-get-xatom-name-for-display" href="gdk/gdk-X-Window-System-Interaction.html#gdk-x11-get-xatom-name-for-display">
1415
+ <ANCHOR id="gdk-x11-set-sm-client-id" href="gdk/gdk-X-Window-System-Interaction.html#gdk-x11-set-sm-client-id">
1416
+ <ANCHOR id="gdk-x11-window-foreign-new-for-display" href="gdk/gdk-X-Window-System-Interaction.html#gdk-x11-window-foreign-new-for-display">
1417
+ <ANCHOR id="gdk-x11-window-lookup-for-display" href="gdk/gdk-X-Window-System-Interaction.html#gdk-x11-window-lookup-for-display">
1409
1418
  <ANCHOR id="gdk-Application-launching" href="gdk/gdk-Application-launching.html">
1410
1419
  <ANCHOR id="gdk-Application-launching.synopsis" href="gdk/gdk-Application-launching.html#gdk-Application-launching.synopsis">
1411
1420
  <ANCHOR id="gdk-Application-launching.description" href="gdk/gdk-Application-launching.html#gdk-Application-launching.description">
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="reference.html" title="API Reference">
9
9
  <link rel="prev" href="gdk-General.html" title="General">
10
10
  <link rel="next" href="GdkDisplay.html" title="GdkDisplay">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GDK Reference Manual</th>
20
20
  <td><a accesskey="n" href="GdkDisplay.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="refentry" title="Multi-head Support Overview">
22
+ <div class="refentry">
23
23
  <a name="multihead"></a><div class="titlepage"></div>
24
24
  <div class="refnamediv"><table width="100%"><tr>
25
25
  <td valign="top">
@@ -28,8 +28,8 @@
28
28
  </td>
29
29
  <td valign="top" align="right"></td>
30
30
  </tr></table></div>
31
- <div class="refsect1" title="Overview">
32
- <a name="id543409"></a><h2>Overview</h2>
31
+ <div class="refsect1">
32
+ <a name="id563661"></a><h2>Overview</h2>
33
33
  <p>
34
34
  Multihead support is based around two main object types:
35
35
  </p>
@@ -60,7 +60,7 @@
60
60
  The following code samples demonstrate common usage of the objects described above.
61
61
  </p>
62
62
  <div class="example">
63
- <a name="id586164"></a><p class="title"><b>Example 2. Testing the number of screen on the current display</b></p>
63
+ <a name="id605224"></a><p class="title"><b>Example 2. Testing the number of screen on the current display</b></p>
64
64
  <div class="example-contents">
65
65
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
66
66
  <tbody>
@@ -114,7 +114,7 @@
114
114
 
115
115
  </div>
116
116
  <br class="example-break"><div class="example">
117
- <a name="id615701"></a><p class="title"><b>Example 3. Opening a second display</b></p>
117
+ <a name="id566089"></a><p class="title"><b>Example 3. Opening a second display</b></p>
118
118
  <div class="example-contents">
119
119
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
120
120
  <tbody>
@@ -171,8 +171,8 @@
171
171
  </div>
172
172
  <br class="example-break">
173
173
  </div>
174
- <div class="refsect1" title="See Also">
175
- <a name="id620614"></a><h2>See Also</h2>
174
+ <div class="refsect1">
175
+ <a name="id601835"></a><h2>See Also</h2>
176
176
  <p>
177
177
  </p>
178
178
  <div class="variablelist"><table border="0">
@@ -196,6 +196,6 @@
196
196
  </div>
197
197
  <div class="footer">
198
198
  <hr>
199
- Generated by GTK-Doc V1.15</div>
199
+ Generated by GTK-Doc V1.16.1</div>
200
200
  </body>
201
201
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="index.html" title="GDK Reference Manual">
9
9
  <link rel="prev" href="index.html" title="GDK Reference Manual">
10
10
  <link rel="next" href="gdk-General.html" title="General">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GDK Reference Manual</th>
20
20
  <td><a accesskey="n" href="gdk-General.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="reference" title="API Reference">
22
+ <div class="reference">
23
23
  <div class="titlepage">
24
24
  <div><div><h1 class="title">
25
25
  <a name="reference"></a>API Reference</h1></div></div>
@@ -126,6 +126,6 @@
126
126
  </div>
127
127
  <div class="footer">
128
128
  <hr>
129
- Generated by GTK-Doc V1.15</div>
129
+ Generated by GTK-Doc V1.16.1</div>
130
130
  </body>
131
131
  </html>
@@ -32,8 +32,9 @@
32
32
  /* this is needed so that the local anchors are displayed below the naviagtion */
33
33
  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
34
34
  {
35
+ display: inline-block;
35
36
  position: relative;
36
- padding-top:4.5em;
37
+ top:-5em;
37
38
  }
38
39
  /* this seems to be a bug in the xsl style sheets when generating indexes */
39
40
  div.index div.index
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
9
  <link rel="prev" href="GtkAccessible.html" title="GtkAccessible">
10
10
  <link rel="next" href="GtkBin.html" title="GtkBin">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GTK+ Reference Manual</th>
20
20
  <td><a accesskey="n" href="GtkBin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Abstract Base Classes">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="AbstractObjects"></a>Abstract Base Classes</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -72,6 +72,6 @@
72
72
  </div>
73
73
  <div class="footer">
74
74
  <hr>
75
- Generated by GTK-Doc V1.15</div>
75
+ Generated by GTK-Doc V1.16.1</div>
76
76
  </body>
77
77
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
9
  <link rel="prev" href="GtkRadioToolButton.html" title="GtkRadioToolButton">
10
10
  <link rel="next" href="GtkUIManager.html" title="GtkUIManager">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GTK+ Reference Manual</th>
20
20
  <td><a accesskey="n" href="GtkUIManager.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Action-based menus and toolbars">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="Actions"></a>Action-based menus and toolbars</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -48,6 +48,6 @@
48
48
  </div>
49
49
  <div class="footer">
50
50
  <hr>
51
- Generated by GTK-Doc V1.15</div>
51
+ Generated by GTK-Doc V1.16.1</div>
52
52
  </body>
53
53
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
9
  <link rel="prev" href="GtkRecentFilter.html" title="GtkRecentFilter">
10
10
  <link rel="next" href="GtkBuildable.html" title="GtkBuildable">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GTK+ Reference Manual</th>
20
20
  <td><a accesskey="n" href="GtkBuildable.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Interface builder">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="Builder"></a>Interface builder</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -33,6 +33,6 @@
33
33
  </div>
34
34
  <div class="footer">
35
35
  <hr>
36
- Generated by GTK-Doc V1.15</div>
36
+ Generated by GTK-Doc V1.16.1</div>
37
37
  </body>
38
38
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
9
  <link rel="prev" href="GtkSpinner.html" title="GtkSpinner">
10
10
  <link rel="next" href="GtkButton.html" title="GtkButton">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GTK+ Reference Manual</th>
20
20
  <td><a accesskey="n" href="GtkButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Buttons and Toggles">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="ButtonWidgets"></a>Buttons and Toggles</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -48,6 +48,6 @@
48
48
  </div>
49
49
  <div class="footer">
50
50
  <hr>
51
- Generated by GTK-Doc V1.15</div>
51
+ Generated by GTK-Doc V1.16.1</div>
52
52
  </body>
53
53
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
9
  <link rel="prev" href="GtkBuilder.html" title="GtkBuilder">
10
10
  <link rel="next" href="GtkCList.html" title="GtkCList">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GTK+ Reference Manual</th>
20
20
  <td><a accesskey="n" href="GtkCList.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Deprecated">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="DeprecatedObjects"></a>Deprecated</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -78,6 +78,6 @@
78
78
  </div>
79
79
  <div class="footer">
80
80
  <hr>
81
- Generated by GTK-Doc V1.15</div>
81
+ Generated by GTK-Doc V1.16.1</div>
82
82
  </body>
83
83
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects">
9
9
  <link rel="prev" href="GtkOffscreenWindow.html" title="GtkOffscreenWindow">
10
10
  <link rel="next" href="GtkAccelLabel.html" title="GtkAccelLabel">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GTK+ Reference Manual</th>
20
20
  <td><a accesskey="n" href="GtkAccelLabel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="chapter" title="Display Widgets">
22
+ <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
24
  <a name="DisplayWidgets"></a>Display Widgets</h2></div></div></div>
25
25
  <div class="toc"><dl>
@@ -51,6 +51,6 @@
51
51
  </div>
52
52
  <div class="footer">
53
53
  <hr>
54
- Generated by GTK-Doc V1.15</div>
54
+ Generated by GTK-Doc V1.16.1</div>
55
55
  </body>
56
56
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="WindowWidgets.html" title="Windows">
9
9
  <link rel="prev" href="GtkWindowGroup.html" title="GtkWindowGroup">
10
10
  <link rel="next" href="GtkAssistant.html" title="GtkAssistant">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.16.1 (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">
@@ -30,9 +30,11 @@
30
30
  <a href="#GtkAboutDialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
   | 
32
32
  <a href="#GtkAboutDialog.properties" class="shortcut">Properties</a>
33
+  | 
34
+ <a href="#GtkAboutDialog.signals" class="shortcut">Signals</a>
33
35
  </td></tr>
34
36
  </table>
35
- <div class="refentry" title="GtkAboutDialog">
37
+ <div class="refentry">
36
38
  <a name="GtkAboutDialog"></a><div class="titlepage"></div>
37
39
  <div class="refnamediv"><table width="100%"><tr>
38
40
  <td valign="top">
@@ -41,12 +43,12 @@
41
43
  </td>
42
44
  <td valign="top" align="right"></td>
43
45
  </tr></table></div>
44
- <div class="refsynopsisdiv" title="Synopsis">
46
+ <div class="refsynopsisdiv">
45
47
  <a name="GtkAboutDialog.synopsis"></a><h2>Synopsis</h2>
46
48
  <pre class="synopsis">
47
49
  #include &lt;gtk/gtk.h&gt;
48
50
 
49
- <a class="link" href="GtkAboutDialog.html#GtkAboutDialog-struct" title="GtkAboutDialog">GtkAboutDialog</a>;
51
+ struct <a class="link" href="GtkAboutDialog.html#GtkAboutDialog-struct" title="struct GtkAboutDialog">GtkAboutDialog</a>;
50
52
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-new" title="gtk_about_dialog_new ()">gtk_about_dialog_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
51
53
  const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-name" title="gtk_about_dialog_get_name ()">gtk_about_dialog_get_name</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
52
54
  <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-name" title="gtk_about_dialog_set_name ()">gtk_about_dialog_set_name</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
@@ -75,13 +77,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
75
77
  const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-website-label" title="gtk_about_dialog_get_website_label ()">gtk_about_dialog_get_website_label</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
76
78
  <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-website-label" title="gtk_about_dialog_set_website_label ()">gtk_about_dialog_set_website_label</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
77
79
  <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> *website_label</code></em>);
78
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-authors" title="gtk_about_dialog_get_authors ()">gtk_about_dialog_get_authors</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
80
+ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-authors" title="gtk_about_dialog_get_authors ()">gtk_about_dialog_get_authors</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
79
81
  <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-authors" title="gtk_about_dialog_set_authors ()">gtk_about_dialog_set_authors</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
80
82
  <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> **authors</code></em>);
81
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-artists" title="gtk_about_dialog_get_artists ()">gtk_about_dialog_get_artists</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
83
+ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-artists" title="gtk_about_dialog_get_artists ()">gtk_about_dialog_get_artists</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
82
84
  <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-artists" title="gtk_about_dialog_set_artists ()">gtk_about_dialog_set_artists</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
83
85
  <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> **artists</code></em>);
84
- const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-documenters" title="gtk_about_dialog_get_documenters ()">gtk_about_dialog_get_documenters</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
86
+ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-documenters" title="gtk_about_dialog_get_documenters ()">gtk_about_dialog_get_documenters</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);
85
87
  <span class="returnvalue">void</span> <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-documenters" title="gtk_about_dialog_set_documenters ()">gtk_about_dialog_set_documenters</a> (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
86
88
  <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> **documenters</code></em>);
87
89
  const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-translator-credits" title="gtk_about_dialog_get_translator_credits ()">gtk_about_dialog_get_translator_credits</a>
@@ -111,7 +113,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
111
113
  <em class="parameter"><code>...</code></em>);
112
114
  </pre>
113
115
  </div>
114
- <div class="refsect1" title="Object Hierarchy">
116
+ <div class="refsect1">
115
117
  <a name="GtkAboutDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
116
118
  <pre class="synopsis">
117
119
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -125,20 +127,20 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
125
127
  +----GtkAboutDialog
126
128
  </pre>
127
129
  </div>
128
- <div class="refsect1" title="Implemented Interfaces">
130
+ <div class="refsect1">
129
131
  <a name="GtkAboutDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
130
132
  <p>
131
133
  GtkAboutDialog implements
132
134
  AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
133
135
  </div>
134
- <div class="refsect1" title="Properties">
136
+ <div class="refsect1">
135
137
  <a name="GtkAboutDialog.properties"></a><h2>Properties</h2>
136
138
  <pre class="synopsis">
137
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--artists" title='The "artists" property'>artists</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>* : Read / Write
138
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--authors" title='The "authors" property'>authors</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>* : Read / Write
139
+ "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--artists" title='The "artists" property'>artists</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
140
+ "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--authors" title='The "authors" property'>authors</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
139
141
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--comments" title='The "comments" property'>comments</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
140
142
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--copyright" title='The "copyright" property'>copyright</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
141
- "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--documenters" title='The "documenters" property'>documenters</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>* : Read / Write
143
+ "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--documenters" title='The "documenters" property'>documenters</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write
142
144
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--license" title='The "license" property'>license</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
143
145
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--logo" title='The "logo" property'>logo</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
144
146
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--logo-icon-name" title='The "logo-icon-name" property'>logo-icon-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
@@ -150,7 +152,13 @@ GtkAboutDialog implements
150
152
  "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog--wrap-license" title='The "wrap-license" property'>wrap-license</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
151
153
  </pre>
152
154
  </div>
153
- <div class="refsect1" title="Description">
155
+ <div class="refsect1">
156
+ <a name="GtkAboutDialog.signals"></a><h2>Signals</h2>
157
+ <pre class="synopsis">
158
+ "<a class="link" href="GtkAboutDialog.html#GtkAboutDialog-activate-link" title='The "activate-link" signal'>activate-link</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>
159
+ </pre>
160
+ </div>
161
+ <div class="refsect1">
154
162
  <a name="GtkAboutDialog.description"></a><h2>Description</h2>
155
163
  <p>
156
164
  The <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> offers a simple way to display information about
@@ -238,18 +246,18 @@ was called "name". This was changed to avoid the conflict with the
238
246
  <a class="link" href="GtkWidget.html#GtkWidget--name" title='The "name" property'><span class="type">"name"</span></a> property.
239
247
  </p>
240
248
  </div>
241
- <div class="refsect1" title="Details">
249
+ <div class="refsect1">
242
250
  <a name="GtkAboutDialog.details"></a><h2>Details</h2>
243
- <div class="refsect2" title="GtkAboutDialog">
244
- <a name="GtkAboutDialog-struct"></a><h3>GtkAboutDialog</h3>
245
- <pre class="programlisting">typedef struct _GtkAboutDialog GtkAboutDialog;</pre>
251
+ <div class="refsect2">
252
+ <a name="GtkAboutDialog-struct"></a><h3>struct GtkAboutDialog</h3>
253
+ <pre class="programlisting">struct GtkAboutDialog;</pre>
246
254
  <p>
247
255
  The <span class="structname">GtkAboutDialog</span> struct contains
248
256
  only private fields and should not be directly accessed.
249
257
  </p>
250
258
  </div>
251
259
  <hr>
252
- <div class="refsect2" title="gtk_about_dialog_new ()">
260
+ <div class="refsect2">
253
261
  <a name="gtk-about-dialog-new"></a><h3>gtk_about_dialog_new ()</h3>
254
262
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_about_dialog_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
255
263
  <p>
@@ -259,18 +267,17 @@ Creates a new <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">
259
267
  <col align="left" valign="top">
260
268
  <tbody><tr>
261
269
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
262
- <td> a newly created <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
263
-
270
+ <td>a newly created <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a>
264
271
  </td>
265
272
  </tr></tbody>
266
273
  </table></div>
267
274
  <p class="since">Since 2.6</p>
268
275
  </div>
269
276
  <hr>
270
- <div class="refsect2" title="gtk_about_dialog_get_name ()">
277
+ <div class="refsect2">
271
278
  <a name="gtk-about-dialog-get-name"></a><h3>gtk_about_dialog_get_name ()</h3>
272
279
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
273
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
280
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
274
281
  <h3 class="title">Warning</h3>
275
282
  <p><code class="literal">gtk_about_dialog_get_name</code> has been deprecated since version 2.12 and should not be used in newly-written code. Use <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-get-program-name" title="gtk_about_dialog_get_program_name ()"><code class="function">gtk_about_dialog_get_program_name()</code></a> instead.</p>
276
283
  </div>
@@ -287,21 +294,19 @@ Returns the program name displayed in the about dialog.
287
294
  </tr>
288
295
  <tr>
289
296
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
290
- <td> The program name. The string is owned by the about
291
- dialog and must not be modified.
292
-
293
- </td>
297
+ <td>The program name. The string is owned by the about
298
+ dialog and must not be modified.</td>
294
299
  </tr>
295
300
  </tbody>
296
301
  </table></div>
297
302
  <p class="since">Since 2.6</p>
298
303
  </div>
299
304
  <hr>
300
- <div class="refsect2" title="gtk_about_dialog_set_name ()">
305
+ <div class="refsect2">
301
306
  <a name="gtk-about-dialog-set-name"></a><h3>gtk_about_dialog_set_name ()</h3>
302
307
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
303
308
  <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> *name</code></em>);</pre>
304
- <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
309
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
305
310
  <h3 class="title">Warning</h3>
306
311
  <p><code class="literal">gtk_about_dialog_set_name</code> has been deprecated since version 2.12 and should not be used in newly-written code. Use <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-program-name" title="gtk_about_dialog_set_program_name ()"><code class="function">gtk_about_dialog_set_program_name()</code></a> instead.</p>
307
312
  </div>
@@ -319,7 +324,7 @@ If this is not set, it defaults to <a href="http://library.gnome.org/devel/glib/
319
324
  </tr>
320
325
  <tr>
321
326
  <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
322
- <td> the program name. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
327
+ <td>the program name. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
323
328
  </td>
324
329
  </tr>
325
330
  </tbody>
@@ -327,7 +332,7 @@ If this is not set, it defaults to <a href="http://library.gnome.org/devel/glib/
327
332
  <p class="since">Since 2.6</p>
328
333
  </div>
329
334
  <hr>
330
- <div class="refsect2" title="gtk_about_dialog_get_program_name ()">
335
+ <div class="refsect2">
331
336
  <a name="gtk-about-dialog-get-program-name"></a><h3>gtk_about_dialog_get_program_name ()</h3>
332
337
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_program_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
333
338
  <p>
@@ -343,17 +348,15 @@ Returns the program name displayed in the about dialog.
343
348
  </tr>
344
349
  <tr>
345
350
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
346
- <td> The program name. The string is owned by the about
347
- dialog and must not be modified.
348
-
349
- </td>
351
+ <td>The program name. The string is owned by the about
352
+ dialog and must not be modified.</td>
350
353
  </tr>
351
354
  </tbody>
352
355
  </table></div>
353
356
  <p class="since">Since 2.12</p>
354
357
  </div>
355
358
  <hr>
356
- <div class="refsect2" title="gtk_about_dialog_set_program_name ()">
359
+ <div class="refsect2">
357
360
  <a name="gtk-about-dialog-set-program-name"></a><h3>gtk_about_dialog_set_program_name ()</h3>
358
361
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_program_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
359
362
  <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> *name</code></em>);</pre>
@@ -371,15 +374,14 @@ If this is not set, it defaults to <a href="http://library.gnome.org/devel/glib/
371
374
  </tr>
372
375
  <tr>
373
376
  <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
374
- <td>the program name
375
- </td>
377
+ <td>the program name</td>
376
378
  </tr>
377
379
  </tbody>
378
380
  </table></div>
379
381
  <p class="since">Since 2.12</p>
380
382
  </div>
381
383
  <hr>
382
- <div class="refsect2" title="gtk_about_dialog_get_version ()">
384
+ <div class="refsect2">
383
385
  <a name="gtk-about-dialog-get-version"></a><h3>gtk_about_dialog_get_version ()</h3>
384
386
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_version (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
385
387
  <p>
@@ -395,17 +397,15 @@ Returns the version string.
395
397
  </tr>
396
398
  <tr>
397
399
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
398
- <td> The version string. The string is owned by the about
399
- dialog and must not be modified.
400
-
401
- </td>
400
+ <td>The version string. The string is owned by the about
401
+ dialog and must not be modified.</td>
402
402
  </tr>
403
403
  </tbody>
404
404
  </table></div>
405
405
  <p class="since">Since 2.6</p>
406
406
  </div>
407
407
  <hr>
408
- <div class="refsect2" title="gtk_about_dialog_set_version ()">
408
+ <div class="refsect2">
409
409
  <a name="gtk-about-dialog-set-version"></a><h3>gtk_about_dialog_set_version ()</h3>
410
410
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_version (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
411
411
  <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> *version</code></em>);</pre>
@@ -422,7 +422,7 @@ Sets the version string to display in the about dialog.
422
422
  </tr>
423
423
  <tr>
424
424
  <td><p><span class="term"><em class="parameter"><code>version</code></em> :</span></p></td>
425
- <td> the version string. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
425
+ <td>the version string. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
426
426
  </td>
427
427
  </tr>
428
428
  </tbody>
@@ -430,7 +430,7 @@ Sets the version string to display in the about dialog.
430
430
  <p class="since">Since 2.6</p>
431
431
  </div>
432
432
  <hr>
433
- <div class="refsect2" title="gtk_about_dialog_get_copyright ()">
433
+ <div class="refsect2">
434
434
  <a name="gtk-about-dialog-get-copyright"></a><h3>gtk_about_dialog_get_copyright ()</h3>
435
435
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_copyright (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
436
436
  <p>
@@ -446,17 +446,15 @@ Returns the copyright string.
446
446
  </tr>
447
447
  <tr>
448
448
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
449
- <td> The copyright string. The string is owned by the about
450
- dialog and must not be modified.
451
-
452
- </td>
449
+ <td>The copyright string. The string is owned by the about
450
+ dialog and must not be modified.</td>
453
451
  </tr>
454
452
  </tbody>
455
453
  </table></div>
456
454
  <p class="since">Since 2.6</p>
457
455
  </div>
458
456
  <hr>
459
- <div class="refsect2" title="gtk_about_dialog_set_copyright ()">
457
+ <div class="refsect2">
460
458
  <a name="gtk-about-dialog-set-copyright"></a><h3>gtk_about_dialog_set_copyright ()</h3>
461
459
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_copyright (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
462
460
  <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> *copyright</code></em>);</pre>
@@ -474,15 +472,14 @@ This should be a short string of one or two lines.
474
472
  </tr>
475
473
  <tr>
476
474
  <td><p><span class="term"><em class="parameter"><code>copyright</code></em> :</span></p></td>
477
- <td>(allow-none) the copyright string
478
- </td>
475
+ <td>(allow-none) the copyright string</td>
479
476
  </tr>
480
477
  </tbody>
481
478
  </table></div>
482
479
  <p class="since">Since 2.6</p>
483
480
  </div>
484
481
  <hr>
485
- <div class="refsect2" title="gtk_about_dialog_get_comments ()">
482
+ <div class="refsect2">
486
483
  <a name="gtk-about-dialog-get-comments"></a><h3>gtk_about_dialog_get_comments ()</h3>
487
484
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_comments (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
488
485
  <p>
@@ -498,17 +495,15 @@ Returns the comments string.
498
495
  </tr>
499
496
  <tr>
500
497
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
501
- <td> The comments. The string is owned by the about
502
- dialog and must not be modified.
503
-
504
- </td>
498
+ <td>The comments. The string is owned by the about
499
+ dialog and must not be modified.</td>
505
500
  </tr>
506
501
  </tbody>
507
502
  </table></div>
508
503
  <p class="since">Since 2.6</p>
509
504
  </div>
510
505
  <hr>
511
- <div class="refsect2" title="gtk_about_dialog_set_comments ()">
506
+ <div class="refsect2">
512
507
  <a name="gtk-about-dialog-set-comments"></a><h3>gtk_about_dialog_set_comments ()</h3>
513
508
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_comments (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
514
509
  <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> *comments</code></em>);</pre>
@@ -526,7 +521,7 @@ This should be a short string of one or two lines.
526
521
  </tr>
527
522
  <tr>
528
523
  <td><p><span class="term"><em class="parameter"><code>comments</code></em> :</span></p></td>
529
- <td> a comments string. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
524
+ <td>a comments string. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
530
525
  </td>
531
526
  </tr>
532
527
  </tbody>
@@ -534,7 +529,7 @@ This should be a short string of one or two lines.
534
529
  <p class="since">Since 2.6</p>
535
530
  </div>
536
531
  <hr>
537
- <div class="refsect2" title="gtk_about_dialog_get_license ()">
532
+ <div class="refsect2">
538
533
  <a name="gtk-about-dialog-get-license"></a><h3>gtk_about_dialog_get_license ()</h3>
539
534
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_license (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
540
535
  <p>
@@ -550,17 +545,15 @@ Returns the license information.
550
545
  </tr>
551
546
  <tr>
552
547
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
553
- <td> The license information. The string is owned by the about
554
- dialog and must not be modified.
555
-
556
- </td>
548
+ <td>The license information. The string is owned by the about
549
+ dialog and must not be modified.</td>
557
550
  </tr>
558
551
  </tbody>
559
552
  </table></div>
560
553
  <p class="since">Since 2.6</p>
561
554
  </div>
562
555
  <hr>
563
- <div class="refsect2" title="gtk_about_dialog_set_license ()">
556
+ <div class="refsect2">
564
557
  <a name="gtk-about-dialog-set-license"></a><h3>gtk_about_dialog_set_license ()</h3>
565
558
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_license (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
566
559
  <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> *license</code></em>);</pre>
@@ -579,7 +572,7 @@ hidden.
579
572
  </tr>
580
573
  <tr>
581
574
  <td><p><span class="term"><em class="parameter"><code>license</code></em> :</span></p></td>
582
- <td> the license information 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>
575
+ <td>the license information 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>
583
576
  </td>
584
577
  </tr>
585
578
  </tbody>
@@ -587,7 +580,7 @@ hidden.
587
580
  <p class="since">Since 2.6</p>
588
581
  </div>
589
582
  <hr>
590
- <div class="refsect2" title="gtk_about_dialog_get_wrap_license ()">
583
+ <div class="refsect2">
591
584
  <a name="gtk-about-dialog-get-wrap-license"></a><h3>gtk_about_dialog_get_wrap_license ()</h3>
592
585
  <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_about_dialog_get_wrap_license (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
593
586
  <p>
@@ -604,16 +597,15 @@ automatically wrapped.
604
597
  </tr>
605
598
  <tr>
606
599
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
607
- <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the license text is wrapped
608
-
609
- </td>
600
+ <td>
601
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the license text is wrapped</td>
610
602
  </tr>
611
603
  </tbody>
612
604
  </table></div>
613
605
  <p class="since">Since 2.8</p>
614
606
  </div>
615
607
  <hr>
616
- <div class="refsect2" title="gtk_about_dialog_set_wrap_license ()">
608
+ <div class="refsect2">
617
609
  <a name="gtk-about-dialog-set-wrap-license"></a><h3>gtk_about_dialog_set_wrap_license ()</h3>
618
610
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_wrap_license (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
619
611
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap_license</code></em>);</pre>
@@ -631,15 +623,14 @@ automatically wrapped.
631
623
  </tr>
632
624
  <tr>
633
625
  <td><p><span class="term"><em class="parameter"><code>wrap_license</code></em> :</span></p></td>
634
- <td>whether to wrap the license
635
- </td>
626
+ <td>whether to wrap the license</td>
636
627
  </tr>
637
628
  </tbody>
638
629
  </table></div>
639
630
  <p class="since">Since 2.8</p>
640
631
  </div>
641
632
  <hr>
642
- <div class="refsect2" title="gtk_about_dialog_get_website ()">
633
+ <div class="refsect2">
643
634
  <a name="gtk-about-dialog-get-website"></a><h3>gtk_about_dialog_get_website ()</h3>
644
635
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_website (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
645
636
  <p>
@@ -655,17 +646,15 @@ Returns the website URL.
655
646
  </tr>
656
647
  <tr>
657
648
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
658
- <td> The website URL. The string is owned by the about
659
- dialog and must not be modified.
660
-
661
- </td>
649
+ <td>The website URL. The string is owned by the about
650
+ dialog and must not be modified.</td>
662
651
  </tr>
663
652
  </tbody>
664
653
  </table></div>
665
654
  <p class="since">Since 2.6</p>
666
655
  </div>
667
656
  <hr>
668
- <div class="refsect2" title="gtk_about_dialog_set_website ()">
657
+ <div class="refsect2">
669
658
  <a name="gtk-about-dialog-set-website"></a><h3>gtk_about_dialog_set_website ()</h3>
670
659
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_website (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
671
660
  <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> *website</code></em>);</pre>
@@ -686,7 +675,7 @@ before calling this function.
686
675
  </tr>
687
676
  <tr>
688
677
  <td><p><span class="term"><em class="parameter"><code>website</code></em> :</span></p></td>
689
- <td> a URL string starting with "http://". <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
678
+ <td>a URL string starting with "http://". <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
690
679
  </td>
691
680
  </tr>
692
681
  </tbody>
@@ -694,7 +683,7 @@ before calling this function.
694
683
  <p class="since">Since 2.6</p>
695
684
  </div>
696
685
  <hr>
697
- <div class="refsect2" title="gtk_about_dialog_get_website_label ()">
686
+ <div class="refsect2">
698
687
  <a name="gtk-about-dialog-get-website-label"></a><h3>gtk_about_dialog_get_website_label ()</h3>
699
688
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_website_label (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
700
689
  <p>
@@ -710,17 +699,15 @@ Returns the label used for the website link.
710
699
  </tr>
711
700
  <tr>
712
701
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
713
- <td> The label used for the website link. The string is
714
- owned by the about dialog and must not be modified.
715
-
716
- </td>
702
+ <td>The label used for the website link. The string is
703
+ owned by the about dialog and must not be modified.</td>
717
704
  </tr>
718
705
  </tbody>
719
706
  </table></div>
720
707
  <p class="since">Since 2.6</p>
721
708
  </div>
722
709
  <hr>
723
- <div class="refsect2" title="gtk_about_dialog_set_website_label ()">
710
+ <div class="refsect2">
724
711
  <a name="gtk-about-dialog-set-website-label"></a><h3>gtk_about_dialog_set_website_label ()</h3>
725
712
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_website_label (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
726
713
  <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> *website_label</code></em>);</pre>
@@ -738,17 +725,16 @@ It defaults to the website URL.
738
725
  </tr>
739
726
  <tr>
740
727
  <td><p><span class="term"><em class="parameter"><code>website_label</code></em> :</span></p></td>
741
- <td>the label used for the website link
742
- </td>
728
+ <td>the label used for the website link</td>
743
729
  </tr>
744
730
  </tbody>
745
731
  </table></div>
746
732
  <p class="since">Since 2.6</p>
747
733
  </div>
748
734
  <hr>
749
- <div class="refsect2" title="gtk_about_dialog_get_authors ()">
735
+ <div class="refsect2">
750
736
  <a name="gtk-about-dialog-get-authors"></a><h3>gtk_about_dialog_get_authors ()</h3>
751
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* const * gtk_about_dialog_get_authors (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
737
+ <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * gtk_about_dialog_get_authors (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
752
738
  <p>
753
739
  Returns the string which are displayed in the authors tab
754
740
  of the secondary credits dialog.
@@ -763,18 +749,16 @@ of the secondary credits dialog.
763
749
  </tr>
764
750
  <tr>
765
751
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
766
- <td> A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing
767
- the authors. The array is owned by the about dialog
768
- and must not be modified.
769
-
770
- </td>
752
+ <td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing
753
+ the authors. The array is owned by the about dialog
754
+ and must not be modified.</td>
771
755
  </tr>
772
756
  </tbody>
773
757
  </table></div>
774
758
  <p class="since">Since 2.6</p>
775
759
  </div>
776
760
  <hr>
777
- <div class="refsect2" title="gtk_about_dialog_set_authors ()">
761
+ <div class="refsect2">
778
762
  <a name="gtk-about-dialog-set-authors"></a><h3>gtk_about_dialog_set_authors ()</h3>
779
763
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_authors (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
780
764
  <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> **authors</code></em>);</pre>
@@ -792,17 +776,16 @@ of the secondary credits dialog.
792
776
  </tr>
793
777
  <tr>
794
778
  <td><p><span class="term"><em class="parameter"><code>authors</code></em> :</span></p></td>
795
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings
796
- </td>
779
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings</td>
797
780
  </tr>
798
781
  </tbody>
799
782
  </table></div>
800
783
  <p class="since">Since 2.6</p>
801
784
  </div>
802
785
  <hr>
803
- <div class="refsect2" title="gtk_about_dialog_get_artists ()">
786
+ <div class="refsect2">
804
787
  <a name="gtk-about-dialog-get-artists"></a><h3>gtk_about_dialog_get_artists ()</h3>
805
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* const * gtk_about_dialog_get_artists (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
788
+ <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * gtk_about_dialog_get_artists (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
806
789
  <p>
807
790
  Returns the string which are displayed in the artists tab
808
791
  of the secondary credits dialog.
@@ -817,18 +800,16 @@ of the secondary credits dialog.
817
800
  </tr>
818
801
  <tr>
819
802
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
820
- <td> A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing
821
- the artists. The array is owned by the about dialog
822
- and must not be modified.
823
-
824
- </td>
803
+ <td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing
804
+ the artists. The array is owned by the about dialog
805
+ and must not be modified.</td>
825
806
  </tr>
826
807
  </tbody>
827
808
  </table></div>
828
809
  <p class="since">Since 2.6</p>
829
810
  </div>
830
811
  <hr>
831
- <div class="refsect2" title="gtk_about_dialog_set_artists ()">
812
+ <div class="refsect2">
832
813
  <a name="gtk-about-dialog-set-artists"></a><h3>gtk_about_dialog_set_artists ()</h3>
833
814
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_artists (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
834
815
  <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> **artists</code></em>);</pre>
@@ -846,17 +827,16 @@ of the secondary credits dialog.
846
827
  </tr>
847
828
  <tr>
848
829
  <td><p><span class="term"><em class="parameter"><code>artists</code></em> :</span></p></td>
849
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings
850
- </td>
830
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings</td>
851
831
  </tr>
852
832
  </tbody>
853
833
  </table></div>
854
834
  <p class="since">Since 2.6</p>
855
835
  </div>
856
836
  <hr>
857
- <div class="refsect2" title="gtk_about_dialog_get_documenters ()">
837
+ <div class="refsect2">
858
838
  <a name="gtk-about-dialog-get-documenters"></a><h3>gtk_about_dialog_get_documenters ()</h3>
859
- <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* const * gtk_about_dialog_get_documenters (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
839
+ <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * gtk_about_dialog_get_documenters (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
860
840
  <p>
861
841
  Returns the string which are displayed in the documenters
862
842
  tab of the secondary credits dialog.
@@ -871,18 +851,16 @@ tab of the secondary credits dialog.
871
851
  </tr>
872
852
  <tr>
873
853
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
874
- <td> A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing
875
- the documenters. The array is owned by the about dialog
876
- and must not be modified.
877
-
878
- </td>
854
+ <td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated string array containing
855
+ the documenters. The array is owned by the about dialog
856
+ and must not be modified.</td>
879
857
  </tr>
880
858
  </tbody>
881
859
  </table></div>
882
860
  <p class="since">Since 2.6</p>
883
861
  </div>
884
862
  <hr>
885
- <div class="refsect2" title="gtk_about_dialog_set_documenters ()">
863
+ <div class="refsect2">
886
864
  <a name="gtk-about-dialog-set-documenters"></a><h3>gtk_about_dialog_set_documenters ()</h3>
887
865
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_documenters (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
888
866
  <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> **documenters</code></em>);</pre>
@@ -900,15 +878,14 @@ of the secondary credits dialog.
900
878
  </tr>
901
879
  <tr>
902
880
  <td><p><span class="term"><em class="parameter"><code>documenters</code></em> :</span></p></td>
903
- <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings
904
- </td>
881
+ <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings</td>
905
882
  </tr>
906
883
  </tbody>
907
884
  </table></div>
908
885
  <p class="since">Since 2.6</p>
909
886
  </div>
910
887
  <hr>
911
- <div class="refsect2" title="gtk_about_dialog_get_translator_credits ()">
888
+ <div class="refsect2">
912
889
  <a name="gtk-about-dialog-get-translator-credits"></a><h3>gtk_about_dialog_get_translator_credits ()</h3>
913
890
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_translator_credits
914
891
  (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
@@ -926,17 +903,15 @@ in the translators tab of the secondary credits dialog.
926
903
  </tr>
927
904
  <tr>
928
905
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
929
- <td> The translator credits string. The string is
930
- owned by the about dialog and must not be modified.
931
-
932
- </td>
906
+ <td>The translator credits string. The string is
907
+ owned by the about dialog and must not be modified.</td>
933
908
  </tr>
934
909
  </tbody>
935
910
  </table></div>
936
911
  <p class="since">Since 2.6</p>
937
912
  </div>
938
913
  <hr>
939
- <div class="refsect2" title="gtk_about_dialog_set_translator_credits ()">
914
+ <div class="refsect2">
940
915
  <a name="gtk-about-dialog-set-translator-credits"></a><h3>gtk_about_dialog_set_translator_credits ()</h3>
941
916
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_translator_credits
942
917
  (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
@@ -978,7 +953,7 @@ and hide the tab.
978
953
  </tr>
979
954
  <tr>
980
955
  <td><p><span class="term"><em class="parameter"><code>translator_credits</code></em> :</span></p></td>
981
- <td> the translator credits. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
956
+ <td>the translator credits. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
982
957
  </td>
983
958
  </tr>
984
959
  </tbody>
@@ -986,7 +961,7 @@ and hide the tab.
986
961
  <p class="since">Since 2.6</p>
987
962
  </div>
988
963
  <hr>
989
- <div class="refsect2" title="gtk_about_dialog_get_logo ()">
964
+ <div class="refsect2">
990
965
  <a name="gtk-about-dialog-get-logo"></a><h3>gtk_about_dialog_get_logo ()</h3>
991
966
  <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_about_dialog_get_logo (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
992
967
  <p>
@@ -1002,10 +977,9 @@ Returns the pixbuf displayed as logo in the about dialog.
1002
977
  </tr>
1003
978
  <tr>
1004
979
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1005
- <td> the pixbuf displayed as logo. The pixbuf is
1006
- owned by the about dialog. If you want to keep a reference
1007
- to it, you have to call <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> on it.
1008
-
980
+ <td>the pixbuf displayed as logo. The
981
+ pixbuf is owned by the about dialog. If you want to keep a
982
+ reference to it, you have to call <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> on it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1009
983
  </td>
1010
984
  </tr>
1011
985
  </tbody>
@@ -1013,7 +987,7 @@ Returns the pixbuf displayed as logo in the about dialog.
1013
987
  <p class="since">Since 2.6</p>
1014
988
  </div>
1015
989
  <hr>
1016
- <div class="refsect2" title="gtk_about_dialog_set_logo ()">
990
+ <div class="refsect2">
1017
991
  <a name="gtk-about-dialog-set-logo"></a><h3>gtk_about_dialog_set_logo ()</h3>
1018
992
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_logo (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
1019
993
  <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *logo</code></em>);</pre>
@@ -1032,7 +1006,7 @@ If it is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Mac
1032
1006
  </tr>
1033
1007
  <tr>
1034
1008
  <td><p><span class="term"><em class="parameter"><code>logo</code></em> :</span></p></td>
1035
- <td> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</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>
1009
+ <td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</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>
1036
1010
  </td>
1037
1011
  </tr>
1038
1012
  </tbody>
@@ -1040,7 +1014,7 @@ If it is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Mac
1040
1014
  <p class="since">Since 2.6</p>
1041
1015
  </div>
1042
1016
  <hr>
1043
- <div class="refsect2" title="gtk_about_dialog_get_logo_icon_name ()">
1017
+ <div class="refsect2">
1044
1018
  <a name="gtk-about-dialog-get-logo-icon-name"></a><h3>gtk_about_dialog_get_logo_icon_name ()</h3>
1045
1019
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_about_dialog_get_logo_icon_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>);</pre>
1046
1020
  <p>
@@ -1056,18 +1030,16 @@ Returns the icon name displayed as logo in the about dialog.
1056
1030
  </tr>
1057
1031
  <tr>
1058
1032
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1059
- <td> the icon name displayed as logo. The string is
1060
- owned by the dialog. If you want to keep a reference
1061
- to it, you have to call <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strdup"><code class="function">g_strdup()</code></a> on it.
1062
-
1063
- </td>
1033
+ <td>the icon name displayed as logo. The string is
1034
+ owned by the dialog. If you want to keep a reference
1035
+ to it, you have to call <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strdup"><code class="function">g_strdup()</code></a> on it.</td>
1064
1036
  </tr>
1065
1037
  </tbody>
1066
1038
  </table></div>
1067
1039
  <p class="since">Since 2.6</p>
1068
1040
  </div>
1069
1041
  <hr>
1070
- <div class="refsect2" title="gtk_about_dialog_set_logo_icon_name ()">
1042
+ <div class="refsect2">
1071
1043
  <a name="gtk-about-dialog-set-logo-icon-name"></a><h3>gtk_about_dialog_set_logo_icon_name ()</h3>
1072
1044
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_about_dialog_set_logo_icon_name (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
1073
1045
  <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> *icon_name</code></em>);</pre>
@@ -1086,7 +1058,7 @@ If it is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Mac
1086
1058
  </tr>
1087
1059
  <tr>
1088
1060
  <td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
1089
- <td> an icon name, 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>
1061
+ <td>an icon name, 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>
1090
1062
  </td>
1091
1063
  </tr>
1092
1064
  </tbody>
@@ -1094,7 +1066,7 @@ If it is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Mac
1094
1066
  <p class="since">Since 2.6</p>
1095
1067
  </div>
1096
1068
  <hr>
1097
- <div class="refsect2" title="GtkAboutDialogActivateLinkFunc ()">
1069
+ <div class="refsect2">
1098
1070
  <a name="GtkAboutDialogActivateLinkFunc"></a><h3>GtkAboutDialogActivateLinkFunc ()</h3>
1099
1071
  <pre class="programlisting"><span class="returnvalue">void</span> (*GtkAboutDialogActivateLinkFunc) (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *about</code></em>,
1100
1072
  <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> *link_</code></em>,
@@ -1108,31 +1080,33 @@ link is activated.
1108
1080
  <tbody>
1109
1081
  <tr>
1110
1082
  <td><p><span class="term"><em class="parameter"><code>about</code></em> :</span></p></td>
1111
- <td>the <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> in which the link was activated
1112
- </td>
1083
+ <td>the <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> in which the link was activated</td>
1113
1084
  </tr>
1114
1085
  <tr>
1115
1086
  <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
1116
- <td>the URL or email address to which the activated link points
1117
- </td>
1087
+ <td>the URL or email address to which the activated link points</td>
1118
1088
  </tr>
1119
1089
  <tr>
1120
1090
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1121
1091
  <td>user data that was passed when the function was registered
1122
- with <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-email-hook" title="gtk_about_dialog_set_email_hook ()"><code class="function">gtk_about_dialog_set_email_hook()</code></a> or
1123
- <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-url-hook" title="gtk_about_dialog_set_url_hook ()"><code class="function">gtk_about_dialog_set_url_hook()</code></a>
1092
+ with <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-email-hook" title="gtk_about_dialog_set_email_hook ()"><code class="function">gtk_about_dialog_set_email_hook()</code></a> or
1093
+ <a class="link" href="GtkAboutDialog.html#gtk-about-dialog-set-url-hook" title="gtk_about_dialog_set_url_hook ()"><code class="function">gtk_about_dialog_set_url_hook()</code></a>
1124
1094
  </td>
1125
1095
  </tr>
1126
1096
  </tbody>
1127
1097
  </table></div>
1128
1098
  </div>
1129
1099
  <hr>
1130
- <div class="refsect2" title="gtk_about_dialog_set_email_hook ()">
1100
+ <div class="refsect2">
1131
1101
  <a name="gtk-about-dialog-set-email-hook"></a><h3>gtk_about_dialog_set_email_hook ()</h3>
1132
1102
  <pre class="programlisting"><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="returnvalue">GtkAboutDialogActivateLinkFunc</span></a> gtk_about_dialog_set_email_hook
1133
1103
  (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="type">GtkAboutDialogActivateLinkFunc</span></a> func</code></em>,
1134
1104
  <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>,
1135
1105
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1106
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1107
+ <h3 class="title">Warning</h3>
1108
+ <p><code class="literal">gtk_about_dialog_set_email_hook</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use the <a class="link" href="GtkAboutDialog.html#GtkAboutDialog-activate-link" title='The "activate-link" signal'><span class="type">"activate-link"</span></a> signal</p>
1109
+ </div>
1136
1110
  <p>
1137
1111
  Installs a global function to be called whenever the user activates an
1138
1112
  email link in an about dialog.
@@ -1146,8 +1120,7 @@ deactivate it, you can pass <a href="http://library.gnome.org/devel/glib/unstabl
1146
1120
  <tbody>
1147
1121
  <tr>
1148
1122
  <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
1149
- <td>a function to call when an email link is activated.
1150
- </td>
1123
+ <td>a function to call when an email link is activated.</td>
1151
1124
  </tr>
1152
1125
  <tr>
1153
1126
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
@@ -1162,21 +1135,23 @@ deactivate it, you can pass <a href="http://library.gnome.org/devel/glib/unstabl
1162
1135
  </tr>
1163
1136
  <tr>
1164
1137
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1165
- <td> the previous email hook.
1166
-
1167
- </td>
1138
+ <td>the previous email hook.</td>
1168
1139
  </tr>
1169
1140
  </tbody>
1170
1141
  </table></div>
1171
1142
  <p class="since">Since 2.6</p>
1172
1143
  </div>
1173
1144
  <hr>
1174
- <div class="refsect2" title="gtk_about_dialog_set_url_hook ()">
1145
+ <div class="refsect2">
1175
1146
  <a name="gtk-about-dialog-set-url-hook"></a><h3>gtk_about_dialog_set_url_hook ()</h3>
1176
1147
  <pre class="programlisting"><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="returnvalue">GtkAboutDialogActivateLinkFunc</span></a> gtk_about_dialog_set_url_hook
1177
1148
  (<em class="parameter"><code><a class="link" href="GtkAboutDialog.html#GtkAboutDialogActivateLinkFunc" title="GtkAboutDialogActivateLinkFunc ()"><span class="type">GtkAboutDialogActivateLinkFunc</span></a> func</code></em>,
1178
1149
  <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>,
1179
1150
  <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
1151
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1152
+ <h3 class="title">Warning</h3>
1153
+ <p><code class="literal">gtk_about_dialog_set_url_hook</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use the <a class="link" href="GtkAboutDialog.html#GtkAboutDialog-activate-link" title='The "activate-link" signal'><span class="type">"activate-link"</span></a> signal</p>
1154
+ </div>
1180
1155
  <p>
1181
1156
  Installs a global function to be called whenever the user activates a
1182
1157
  URL link in an about dialog.
@@ -1190,8 +1165,7 @@ deactivate it, you can pass <a href="http://library.gnome.org/devel/glib/unstabl
1190
1165
  <tbody>
1191
1166
  <tr>
1192
1167
  <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
1193
- <td>a function to call when a URL link is activated.
1194
- </td>
1168
+ <td>a function to call when a URL link is activated.</td>
1195
1169
  </tr>
1196
1170
  <tr>
1197
1171
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
@@ -1206,16 +1180,14 @@ deactivate it, you can pass <a href="http://library.gnome.org/devel/glib/unstabl
1206
1180
  </tr>
1207
1181
  <tr>
1208
1182
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1209
- <td> the previous URL hook.
1210
-
1211
- </td>
1183
+ <td>the previous URL hook.</td>
1212
1184
  </tr>
1213
1185
  </tbody>
1214
1186
  </table></div>
1215
1187
  <p class="since">Since 2.6</p>
1216
1188
  </div>
1217
1189
  <hr>
1218
- <div class="refsect2" title="gtk_show_about_dialog ()">
1190
+ <div class="refsect2">
1219
1191
  <a name="gtk-show-about-dialog"></a><h3>gtk_show_about_dialog ()</h3>
1220
1192
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_show_about_dialog (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>,
1221
1193
  <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> *first_property_name</code></em>,
@@ -1230,29 +1202,27 @@ reused for future invocations of this function.
1230
1202
  <tbody>
1231
1203
  <tr>
1232
1204
  <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
1233
- <td> transient parent, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1205
+ <td>transient parent, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1234
1206
  </td>
1235
1207
  </tr>
1236
1208
  <tr>
1237
1209
  <td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
1238
- <td>the name of the first property
1239
- </td>
1210
+ <td>the name of the first property</td>
1240
1211
  </tr>
1241
1212
  <tr>
1242
1213
  <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
1243
- <td>value of first property, followed by more properties, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated
1244
- </td>
1214
+ <td>value of first property, followed by more properties, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated</td>
1245
1215
  </tr>
1246
1216
  </tbody>
1247
1217
  </table></div>
1248
1218
  <p class="since">Since 2.6</p>
1249
1219
  </div>
1250
1220
  </div>
1251
- <div class="refsect1" title="Property Details">
1221
+ <div class="refsect1">
1252
1222
  <a name="GtkAboutDialog.property-details"></a><h2>Property Details</h2>
1253
- <div class="refsect2" title='The "artists" property'>
1223
+ <div class="refsect2">
1254
1224
  <a name="GtkAboutDialog--artists"></a><h3>The <code class="literal">"artists"</code> property</h3>
1255
- <pre class="programlisting"> "artists" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>* : Read / Write</pre>
1225
+ <pre class="programlisting"> "artists" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1256
1226
  <p>
1257
1227
  The people who contributed artwork to the program, as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated
1258
1228
  array of strings. Each string may contain email addresses and URLs, which
@@ -1261,9 +1231,9 @@ will be displayed as links, see the introduction for more details.
1261
1231
  <p class="since">Since 2.6</p>
1262
1232
  </div>
1263
1233
  <hr>
1264
- <div class="refsect2" title='The "authors" property'>
1234
+ <div class="refsect2">
1265
1235
  <a name="GtkAboutDialog--authors"></a><h3>The <code class="literal">"authors"</code> property</h3>
1266
- <pre class="programlisting"> "authors" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>* : Read / Write</pre>
1236
+ <pre class="programlisting"> "authors" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1267
1237
  <p>
1268
1238
  The authors of the program, as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings.
1269
1239
  Each string may contain email addresses and URLs, which will be displayed
@@ -1272,7 +1242,7 @@ as links, see the introduction for more details.
1272
1242
  <p class="since">Since 2.6</p>
1273
1243
  </div>
1274
1244
  <hr>
1275
- <div class="refsect2" title='The "comments" property'>
1245
+ <div class="refsect2">
1276
1246
  <a name="GtkAboutDialog--comments"></a><h3>The <code class="literal">"comments"</code> property</h3>
1277
1247
  <pre class="programlisting"> "comments" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1278
1248
  <p>
@@ -1284,7 +1254,7 @@ the main purpose of the program, not a detailed list of features.
1284
1254
  <p class="since">Since 2.6</p>
1285
1255
  </div>
1286
1256
  <hr>
1287
- <div class="refsect2" title='The "copyright" property'>
1257
+ <div class="refsect2">
1288
1258
  <a name="GtkAboutDialog--copyright"></a><h3>The <code class="literal">"copyright"</code> property</h3>
1289
1259
  <pre class="programlisting"> "copyright" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1290
1260
  <p>
@@ -1294,9 +1264,9 @@ Copyright information for the program.
1294
1264
  <p class="since">Since 2.6</p>
1295
1265
  </div>
1296
1266
  <hr>
1297
- <div class="refsect2" title='The "documenters" property'>
1267
+ <div class="refsect2">
1298
1268
  <a name="GtkAboutDialog--documenters"></a><h3>The <code class="literal">"documenters"</code> property</h3>
1299
- <pre class="programlisting"> "documenters" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>* : Read / Write</pre>
1269
+ <pre class="programlisting"> "documenters" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a> : Read / Write</pre>
1300
1270
  <p>
1301
1271
  The people documenting the program, as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings.
1302
1272
  Each string may contain email addresses and URLs, which will be displayed
@@ -1305,7 +1275,7 @@ as links, see the introduction for more details.
1305
1275
  <p class="since">Since 2.6</p>
1306
1276
  </div>
1307
1277
  <hr>
1308
- <div class="refsect2" title='The "license" property'>
1278
+ <div class="refsect2">
1309
1279
  <a name="GtkAboutDialog--license"></a><h3>The <code class="literal">"license"</code> property</h3>
1310
1280
  <pre class="programlisting"> "license" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1311
1281
  <p>
@@ -1319,7 +1289,7 @@ otherwise the text itself must contain the intended linebreaks.
1319
1289
  <p class="since">Since 2.6</p>
1320
1290
  </div>
1321
1291
  <hr>
1322
- <div class="refsect2" title='The "logo" property'>
1292
+ <div class="refsect2">
1323
1293
  <a name="GtkAboutDialog--logo"></a><h3>The <code class="literal">"logo"</code> property</h3>
1324
1294
  <pre class="programlisting"> "logo" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
1325
1295
  <p>
@@ -1329,7 +1299,7 @@ A logo for the about box. If this is not set, it defaults to
1329
1299
  <p class="since">Since 2.6</p>
1330
1300
  </div>
1331
1301
  <hr>
1332
- <div class="refsect2" title='The "logo-icon-name" property'>
1302
+ <div class="refsect2">
1333
1303
  <a name="GtkAboutDialog--logo-icon-name"></a><h3>The <code class="literal">"logo-icon-name"</code> property</h3>
1334
1304
  <pre class="programlisting"> "logo-icon-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1335
1305
  <p>
@@ -1340,7 +1310,7 @@ overrides the <a class="link" href="GtkAboutDialog.html#GtkAboutDialog--logo" ti
1340
1310
  <p class="since">Since 2.6</p>
1341
1311
  </div>
1342
1312
  <hr>
1343
- <div class="refsect2" title='The "program-name" property'>
1313
+ <div class="refsect2">
1344
1314
  <a name="GtkAboutDialog--program-name"></a><h3>The <code class="literal">"program-name"</code> property</h3>
1345
1315
  <pre class="programlisting"> "program-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1346
1316
  <p>
@@ -1351,7 +1321,7 @@ If this is not set, it defaults to <a href="http://library.gnome.org/devel/glib/
1351
1321
  <p class="since">Since 2.12</p>
1352
1322
  </div>
1353
1323
  <hr>
1354
- <div class="refsect2" title='The "translator-credits" property'>
1324
+ <div class="refsect2">
1355
1325
  <a name="GtkAboutDialog--translator-credits"></a><h3>The <code class="literal">"translator-credits"</code> property</h3>
1356
1326
  <pre class="programlisting"> "translator-credits" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1357
1327
  <p>
@@ -1363,7 +1333,7 @@ as links, see the introduction for more details.
1363
1333
  <p class="since">Since 2.6</p>
1364
1334
  </div>
1365
1335
  <hr>
1366
- <div class="refsect2" title='The "version" property'>
1336
+ <div class="refsect2">
1367
1337
  <a name="GtkAboutDialog--version"></a><h3>The <code class="literal">"version"</code> property</h3>
1368
1338
  <pre class="programlisting"> "version" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1369
1339
  <p>
@@ -1373,7 +1343,7 @@ The version of the program.
1373
1343
  <p class="since">Since 2.6</p>
1374
1344
  </div>
1375
1345
  <hr>
1376
- <div class="refsect2" title='The "website" property'>
1346
+ <div class="refsect2">
1377
1347
  <a name="GtkAboutDialog--website"></a><h3>The <code class="literal">"website"</code> property</h3>
1378
1348
  <pre class="programlisting"> "website" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1379
1349
  <p>
@@ -1384,7 +1354,7 @@ This should be a string starting with "http://.
1384
1354
  <p class="since">Since 2.6</p>
1385
1355
  </div>
1386
1356
  <hr>
1387
- <div class="refsect2" title='The "website-label" property'>
1357
+ <div class="refsect2">
1388
1358
  <a name="GtkAboutDialog--website-label"></a><h3>The <code class="literal">"website-label"</code> property</h3>
1389
1359
  <pre class="programlisting"> "website-label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
1390
1360
  <p>
@@ -1395,7 +1365,7 @@ it defaults to the URL specified in the <a class="link" href="GtkAboutDialog.htm
1395
1365
  <p class="since">Since 2.6</p>
1396
1366
  </div>
1397
1367
  <hr>
1398
- <div class="refsect2" title='The "wrap-license" property'>
1368
+ <div class="refsect2">
1399
1369
  <a name="GtkAboutDialog--wrap-license"></a><h3>The <code class="literal">"wrap-license"</code> property</h3>
1400
1370
  <pre class="programlisting"> "wrap-license" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
1401
1371
  <p>
@@ -1405,13 +1375,50 @@ Whether to wrap the text in the license dialog.
1405
1375
  <p class="since">Since 2.8</p>
1406
1376
  </div>
1407
1377
  </div>
1408
- <div class="refsect1" title="See Also">
1378
+ <div class="refsect1">
1379
+ <a name="GtkAboutDialog.signal-details"></a><h2>Signal Details</h2>
1380
+ <div class="refsect2">
1381
+ <a name="GtkAboutDialog-activate-link"></a><h3>The <code class="literal">"activate-link"</code> signal</h3>
1382
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog"><span class="type">GtkAboutDialog</span></a> *label,
1383
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri,
1384
+ <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>
1385
+ <p>
1386
+ The signal which gets emitted to activate a URI.
1387
+ Applications may connect to it to override the default behaviour,
1388
+ which is to call <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()"><code class="function">gtk_show_uri()</code></a>.
1389
+ </p>
1390
+ <div class="variablelist"><table border="0">
1391
+ <col align="left" valign="top">
1392
+ <tbody>
1393
+ <tr>
1394
+ <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
1395
+ <td>The object on which the signal was emitted</td>
1396
+ </tr>
1397
+ <tr>
1398
+ <td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
1399
+ <td>the URI that is activated</td>
1400
+ </tr>
1401
+ <tr>
1402
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1403
+ <td>user data set when the signal handler was connected.</td>
1404
+ </tr>
1405
+ <tr>
1406
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1407
+ <td>
1408
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the link has been activated</td>
1409
+ </tr>
1410
+ </tbody>
1411
+ </table></div>
1412
+ <p class="since">Since 2.24</p>
1413
+ </div>
1414
+ </div>
1415
+ <div class="refsect1">
1409
1416
  <a name="GtkAboutDialog.see-also"></a><h2>See Also</h2>
1410
1417
  <a class="link" href="gtk-Stock-Items.html#GTK-STOCK-ABOUT:CAPS" title="GTK_STOCK_ABOUT"><span class="type">GTK_STOCK_ABOUT</span></a>
1411
1418
  </div>
1412
1419
  </div>
1413
1420
  <div class="footer">
1414
1421
  <hr>
1415
- Generated by GTK-Doc V1.15</div>
1422
+ Generated by GTK-Doc V1.16.1</div>
1416
1423
  </body>
1417
1424
  </html>