gtksourceview3 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +7 -1
  3. data/lib/gtksourceview3/loader.rb +0 -6
  4. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  5. data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
  6. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
  7. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
  8. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
  9. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
  10. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
  11. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
  24. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
  25. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
  26. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
  27. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
  28. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
  29. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
  30. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
  31. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
  32. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
  33. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
  34. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
  35. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
  36. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
  37. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
  38. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
  39. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
  40. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
  41. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
  42. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
  43. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
  44. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
  45. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
  46. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  47. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  48. data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
  49. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
  50. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
  51. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
  52. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
  53. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
  54. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
  55. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
  56. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
  57. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
  129. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  130. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  131. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  132. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  133. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  134. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  135. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  136. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  137. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  138. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  139. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  140. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  141. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  142. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  143. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  144. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  145. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  146. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  147. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  148. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  149. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  150. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  151. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  152. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  153. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  154. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  155. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  156. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  157. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  158. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  159. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  160. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  161. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  162. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  163. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  164. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  165. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  166. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  167. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  168. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  169. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  170. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  171. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  172. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  173. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  174. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  175. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  176. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  177. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  178. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  179. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  180. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  181. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  182. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  183. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  184. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  185. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  186. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  187. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  188. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  189. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  190. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  191. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  192. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  193. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  194. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  195. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  196. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  197. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  198. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  199. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  200. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  201. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  202. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  203. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  204. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  205. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  206. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  207. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  208. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  209. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  210. metadata +13 -7
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceCompletionItem: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch03.html" title="Completion">
8
+ <link rel="up" href="ch04.html" title="Completion">
9
9
  <link rel="prev" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo">
10
10
  <link rel="next" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -21,7 +21,7 @@
21
21
  <a href="#GtkSourceCompletionItem.properties" class="shortcut">Properties</a></span>
22
22
  </td>
23
23
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><a accesskey="u" href="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
+ <td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
25
  <td><a accesskey="p" href="GtkSourceCompletionInfo.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
26
  <td><a accesskey="n" href="GtkSourceCompletionProposal.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
27
  </tr></table>
@@ -36,7 +36,7 @@
36
36
  </tr></table></div>
37
37
  <div class="refsect1">
38
38
  <a name="GtkSourceCompletionItem.functions"></a><h2>Functions</h2>
39
- <div class="informaltable"><table width="100%" border="0">
39
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
40
40
  <colgroup>
41
41
  <col width="150px" class="functions_return">
42
42
  <col class="functions_name">
@@ -71,7 +71,7 @@
71
71
  </div>
72
72
  <div class="refsect1">
73
73
  <a name="GtkSourceCompletionItem.properties"></a><h2>Properties</h2>
74
- <div class="informaltable"><table border="0">
74
+ <div class="informaltable"><table class="informaltable" border="0">
75
75
  <colgroup>
76
76
  <col width="150px" class="properties_type">
77
77
  <col width="300px" class="properties_name">
@@ -80,7 +80,7 @@
80
80
  <tbody>
81
81
  <tr>
82
82
  <td class="property_type">
83
- <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
83
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
84
84
  <td class="property_name"><a class="link" href="GtkSourceCompletionItem.html#GtkSourceCompletionItem--gicon" title="The “gicon” property">gicon</a></td>
85
85
  <td class="property_flags">Read / Write</td>
86
86
  </tr>
@@ -92,31 +92,31 @@
92
92
  </tr>
93
93
  <tr>
94
94
  <td class="property_type">
95
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
95
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
96
96
  <td class="property_name"><a class="link" href="GtkSourceCompletionItem.html#GtkSourceCompletionItem--icon-name" title="The “icon-name” property">icon-name</a></td>
97
97
  <td class="property_flags">Read / Write</td>
98
98
  </tr>
99
99
  <tr>
100
100
  <td class="property_type">
101
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
101
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
102
102
  <td class="property_name"><a class="link" href="GtkSourceCompletionItem.html#GtkSourceCompletionItem--info" title="The “info” property">info</a></td>
103
103
  <td class="property_flags">Read / Write</td>
104
104
  </tr>
105
105
  <tr>
106
106
  <td class="property_type">
107
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
107
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
108
108
  <td class="property_name"><a class="link" href="GtkSourceCompletionItem.html#GtkSourceCompletionItem--label" title="The “label” property">label</a></td>
109
109
  <td class="property_flags">Read / Write</td>
110
110
  </tr>
111
111
  <tr>
112
112
  <td class="property_type">
113
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
113
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
114
114
  <td class="property_name"><a class="link" href="GtkSourceCompletionItem.html#GtkSourceCompletionItem--markup" title="The “markup” property">markup</a></td>
115
115
  <td class="property_flags">Read / Write</td>
116
116
  </tr>
117
117
  <tr>
118
118
  <td class="property_type">
119
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
119
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
120
120
  <td class="property_name"><a class="link" href="GtkSourceCompletionItem.html#GtkSourceCompletionItem--text" title="The “text” property">text</a></td>
121
121
  <td class="property_flags">Read / Write</td>
122
122
  </tr>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
  <div class="refsect1">
127
127
  <a name="GtkSourceCompletionItem.other"></a><h2>Types and Values</h2>
128
- <div class="informaltable"><table width="100%" border="0">
128
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
129
129
  <colgroup>
130
130
  <col width="150px" class="name">
131
131
  <col class="description">
@@ -138,7 +138,7 @@
138
138
  </div>
139
139
  <div class="refsect1">
140
140
  <a name="GtkSourceCompletionItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
141
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
141
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
142
142
  <span class="lineart">╰──</span> GtkSourceCompletionItem
143
143
  </pre>
144
144
  </div>
@@ -163,21 +163,21 @@ GtkSourceCompletionItem implements
163
163
  <div class="refsect2">
164
164
  <a name="gtk-source-completion-item-new"></a><h3>gtk_source_completion_item_new ()</h3>
165
165
  <pre class="programlisting"><a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem"><span class="returnvalue">GtkSourceCompletionItem</span></a> *
166
- gtk_source_completion_item_new (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
167
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
166
+ gtk_source_completion_item_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
167
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
168
168
  <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *icon</code></em>,
169
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *info</code></em>);</pre>
169
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *info</code></em>);</pre>
170
170
  <p>Create a new <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem"><span class="type">GtkSourceCompletionItem</span></a> with label <em class="parameter"><code>label</code></em>
171
171
  , icon <em class="parameter"><code>icon</code></em>
172
172
  and
173
173
  extra information <em class="parameter"><code>info</code></em>
174
174
  . Both <em class="parameter"><code>icon</code></em>
175
175
  and <em class="parameter"><code>info</code></em>
176
- can be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case
176
+ can be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case
177
177
  there will be no icon shown and no extra information available.</p>
178
178
  <div class="refsect3">
179
179
  <a name="gtk-source-completion-item-new.parameters"></a><h4>Parameters</h4>
180
- <div class="informaltable"><table width="100%" border="0">
180
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
181
181
  <colgroup>
182
182
  <col width="150px" class="parameters_name">
183
183
  <col class="parameters_description">
@@ -197,12 +197,12 @@ there will be no icon shown and no extra information available.</p>
197
197
  <tr>
198
198
  <td class="parameter_name"><p>icon</p></td>
199
199
  <td class="parameter_description"><p> The item icon. </p></td>
200
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
200
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
201
201
  </tr>
202
202
  <tr>
203
203
  <td class="parameter_name"><p>info</p></td>
204
204
  <td class="parameter_description"><p> The item extra information. </p></td>
205
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
205
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
206
206
  </tr>
207
207
  </tbody>
208
208
  </table></div>
@@ -217,21 +217,21 @@ there will be no icon shown and no extra information available.</p>
217
217
  <a name="gtk-source-completion-item-new-with-markup"></a><h3>gtk_source_completion_item_new_with_markup ()</h3>
218
218
  <pre class="programlisting"><a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem"><span class="returnvalue">GtkSourceCompletionItem</span></a> *
219
219
  gtk_source_completion_item_new_with_markup
220
- (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *markup</code></em>,
221
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
220
+ (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *markup</code></em>,
221
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
222
222
  <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *icon</code></em>,
223
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *info</code></em>);</pre>
223
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *info</code></em>);</pre>
224
224
  <p>Create a new <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem"><span class="type">GtkSourceCompletionItem</span></a> with markup label <em class="parameter"><code>markup</code></em>
225
225
  , icon
226
226
  <em class="parameter"><code>icon</code></em>
227
227
  and extra information <em class="parameter"><code>info</code></em>
228
228
  . Both <em class="parameter"><code>icon</code></em>
229
229
  and <em class="parameter"><code>info</code></em>
230
- can be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in
230
+ can be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in
231
231
  which case there will be no icon shown and no extra information available.</p>
232
232
  <div class="refsect3">
233
233
  <a name="gtk-source-completion-item-new-with-markup.parameters"></a><h4>Parameters</h4>
234
- <div class="informaltable"><table width="100%" border="0">
234
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
235
235
  <colgroup>
236
236
  <col width="150px" class="parameters_name">
237
237
  <col class="parameters_description">
@@ -251,12 +251,12 @@ which case there will be no icon shown and no extra information available.</p>
251
251
  <tr>
252
252
  <td class="parameter_name"><p>icon</p></td>
253
253
  <td class="parameter_description"><p> The item icon. </p></td>
254
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
254
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
255
255
  </tr>
256
256
  <tr>
257
257
  <td class="parameter_name"><p>info</p></td>
258
258
  <td class="parameter_description"><p> The item extra information. </p></td>
259
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
259
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
260
260
  </tr>
261
261
  </tbody>
262
262
  </table></div>
@@ -271,20 +271,20 @@ which case there will be no icon shown and no extra information available.</p>
271
271
  <a name="gtk-source-completion-item-new-from-stock"></a><h3>gtk_source_completion_item_new_from_stock ()</h3>
272
272
  <pre class="programlisting"><a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem"><span class="returnvalue">GtkSourceCompletionItem</span></a> *
273
273
  gtk_source_completion_item_new_from_stock
274
- (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
275
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
276
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock</code></em>,
277
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *info</code></em>);</pre>
274
+ (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
275
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
276
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock</code></em>,
277
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *info</code></em>);</pre>
278
278
  <div class="warning">
279
279
  <p><code class="literal">gtk_source_completion_item_new_from_stock</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
280
280
  <p>Use <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-new" title="gtk_source_completion_item_new ()"><code class="function">gtk_source_completion_item_new()</code></a> instead.</p>
281
281
  </div>
282
282
  <p>Creates a new <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem"><span class="type">GtkSourceCompletionItem</span></a> from a stock item. If <em class="parameter"><code>label</code></em>
283
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
283
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
284
284
  the stock label will be used.</p>
285
285
  <div class="refsect3">
286
286
  <a name="gtk-source-completion-item-new-from-stock.parameters"></a><h4>Parameters</h4>
287
- <div class="informaltable"><table width="100%" border="0">
287
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
288
288
  <colgroup>
289
289
  <col width="150px" class="parameters_name">
290
290
  <col class="parameters_description">
@@ -294,7 +294,7 @@ the stock label will be used.</p>
294
294
  <tr>
295
295
  <td class="parameter_name"><p>label</p></td>
296
296
  <td class="parameter_description"><p> The item label. </p></td>
297
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
297
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
298
298
  </tr>
299
299
  <tr>
300
300
  <td class="parameter_name"><p>text</p></td>
@@ -309,7 +309,7 @@ the stock label will be used.</p>
309
309
  <tr>
310
310
  <td class="parameter_name"><p>info</p></td>
311
311
  <td class="parameter_description"><p> The item extra information. </p></td>
312
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
312
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
313
313
  </tr>
314
314
  </tbody>
315
315
  </table></div>
@@ -331,8 +331,8 @@ the stock label will be used.</p>
331
331
  <a name="GtkSourceCompletionItem.property-details"></a><h2>Property Details</h2>
332
332
  <div class="refsect2">
333
333
  <a name="GtkSourceCompletionItem--gicon"></a><h3>The <code class="literal">“gicon”</code> property</h3>
334
- <pre class="programlisting"> “gicon” <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
335
- <p>The <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> for the icon to be shown for this proposal.</p>
334
+ <pre class="programlisting"> “gicon” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
335
+ <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> for the icon to be shown for this proposal.</p>
336
336
  <p>Flags: Read / Write</p>
337
337
  <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
338
338
  </div>
@@ -346,7 +346,7 @@ the stock label will be used.</p>
346
346
  <hr>
347
347
  <div class="refsect2">
348
348
  <a name="GtkSourceCompletionItem--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
349
- <pre class="programlisting"> “icon-name” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
349
+ <pre class="programlisting"> “icon-name” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
350
350
  <p>The icon name for the icon to be shown for this proposal.</p>
351
351
  <p>Flags: Read / Write</p>
352
352
  <p>Default value: NULL</p>
@@ -355,7 +355,7 @@ the stock label will be used.</p>
355
355
  <hr>
356
356
  <div class="refsect2">
357
357
  <a name="GtkSourceCompletionItem--info"></a><h3>The <code class="literal">“info”</code> property</h3>
358
- <pre class="programlisting"> “info” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
358
+ <pre class="programlisting"> “info” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
359
359
  <p>Optional extra information to be shown for this proposal.</p>
360
360
  <p>Flags: Read / Write</p>
361
361
  <p>Default value: NULL</p>
@@ -363,7 +363,7 @@ the stock label will be used.</p>
363
363
  <hr>
364
364
  <div class="refsect2">
365
365
  <a name="GtkSourceCompletionItem--label"></a><h3>The <code class="literal">“label”</code> property</h3>
366
- <pre class="programlisting"> “label” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
366
+ <pre class="programlisting"> “label” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
367
367
  <p>Label to be shown for this proposal.</p>
368
368
  <p>Flags: Read / Write</p>
369
369
  <p>Default value: NULL</p>
@@ -371,7 +371,7 @@ the stock label will be used.</p>
371
371
  <hr>
372
372
  <div class="refsect2">
373
373
  <a name="GtkSourceCompletionItem--markup"></a><h3>The <code class="literal">“markup”</code> property</h3>
374
- <pre class="programlisting"> “markup” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
374
+ <pre class="programlisting"> “markup” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
375
375
  <p>Label with markup to be shown for this proposal.</p>
376
376
  <p>Flags: Read / Write</p>
377
377
  <p>Default value: NULL</p>
@@ -379,7 +379,7 @@ the stock label will be used.</p>
379
379
  <hr>
380
380
  <div class="refsect2">
381
381
  <a name="GtkSourceCompletionItem--text"></a><h3>The <code class="literal">“text”</code> property</h3>
382
- <pre class="programlisting"> “text” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
382
+ <pre class="programlisting"> “text” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
383
383
  <p>Proposal text.</p>
384
384
  <p>Flags: Read / Write</p>
385
385
  <p>Default value: NULL</p>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceCompletionProposal: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch03.html" title="Completion">
8
+ <link rel="up" href="ch04.html" title="Completion">
9
9
  <link rel="prev" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">
10
10
  <link rel="next" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -22,7 +22,7 @@
22
22
  <a href="#GtkSourceCompletionProposal.signals" class="shortcut">Signals</a></span>
23
23
  </td>
24
24
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
25
- <td><a accesskey="u" href="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
26
26
  <td><a accesskey="p" href="GtkSourceCompletionItem.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
27
27
  <td><a accesskey="n" href="GtkSourceCompletionProvider.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
28
28
  </tr></table>
@@ -37,7 +37,7 @@
37
37
  </tr></table></div>
38
38
  <div class="refsect1">
39
39
  <a name="GtkSourceCompletionProposal.functions"></a><h2>Functions</h2>
40
- <div class="informaltable"><table width="100%" border="0">
40
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
41
41
  <colgroup>
42
42
  <col width="150px" class="functions_return">
43
43
  <col class="functions_name">
@@ -45,7 +45,7 @@
45
45
  <tbody>
46
46
  <tr>
47
47
  <td class="function_type">
48
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
48
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
49
49
  </td>
50
50
  <td class="function_name">
51
51
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-label" title="gtk_source_completion_proposal_get_label ()">gtk_source_completion_proposal_get_label</a> <span class="c_punctuation">()</span>
@@ -53,7 +53,7 @@
53
53
  </tr>
54
54
  <tr>
55
55
  <td class="function_type">
56
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
56
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
57
57
  </td>
58
58
  <td class="function_name">
59
59
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-markup" title="gtk_source_completion_proposal_get_markup ()">gtk_source_completion_proposal_get_markup</a> <span class="c_punctuation">()</span>
@@ -61,7 +61,7 @@
61
61
  </tr>
62
62
  <tr>
63
63
  <td class="function_type">
64
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
64
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
65
65
  </td>
66
66
  <td class="function_name">
67
67
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-text" title="gtk_source_completion_proposal_get_text ()">gtk_source_completion_proposal_get_text</a> <span class="c_punctuation">()</span>
@@ -76,7 +76,7 @@
76
76
  </td>
77
77
  </tr>
78
78
  <tr>
79
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
79
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
80
80
  </td>
81
81
  <td class="function_name">
82
82
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon-name" title="gtk_source_completion_proposal_get_icon_name ()">gtk_source_completion_proposal_get_icon_name</a> <span class="c_punctuation">()</span>
@@ -84,7 +84,7 @@
84
84
  </tr>
85
85
  <tr>
86
86
  <td class="function_type">
87
- <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
87
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
88
88
  </td>
89
89
  <td class="function_name">
90
90
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-gicon" title="gtk_source_completion_proposal_get_gicon ()">gtk_source_completion_proposal_get_gicon</a> <span class="c_punctuation">()</span>
@@ -92,7 +92,7 @@
92
92
  </tr>
93
93
  <tr>
94
94
  <td class="function_type">
95
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
95
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
96
96
  </td>
97
97
  <td class="function_name">
98
98
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-info" title="gtk_source_completion_proposal_get_info ()">gtk_source_completion_proposal_get_info</a> <span class="c_punctuation">()</span>
@@ -108,7 +108,7 @@
108
108
  </tr>
109
109
  <tr>
110
110
  <td class="function_type">
111
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
111
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
112
112
  </td>
113
113
  <td class="function_name">
114
114
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-hash" title="gtk_source_completion_proposal_hash ()">gtk_source_completion_proposal_hash</a> <span class="c_punctuation">()</span>
@@ -116,7 +116,7 @@
116
116
  </tr>
117
117
  <tr>
118
118
  <td class="function_type">
119
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
119
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
120
120
  </td>
121
121
  <td class="function_name">
122
122
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-equal" title="gtk_source_completion_proposal_equal ()">gtk_source_completion_proposal_equal</a> <span class="c_punctuation">()</span>
@@ -127,7 +127,7 @@
127
127
  </div>
128
128
  <div class="refsect1">
129
129
  <a name="GtkSourceCompletionProposal.signals"></a><h2>Signals</h2>
130
- <div class="informaltable"><table border="0">
130
+ <div class="informaltable"><table class="informaltable" border="0">
131
131
  <colgroup>
132
132
  <col width="150px" class="signals_return">
133
133
  <col width="300px" class="signals_name">
@@ -136,13 +136,13 @@
136
136
  <tbody><tr>
137
137
  <td class="signal_type"><span class="returnvalue">void</span></td>
138
138
  <td class="signal_name"><a class="link" href="GtkSourceCompletionProposal.html#GtkSourceCompletionProposal-changed" title="The “changed” signal">changed</a></td>
139
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
139
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
140
140
  </tr></tbody>
141
141
  </table></div>
142
142
  </div>
143
143
  <div class="refsect1">
144
144
  <a name="GtkSourceCompletionProposal.other"></a><h2>Types and Values</h2>
145
- <div class="informaltable"><table width="100%" border="0">
145
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
146
146
  <colgroup>
147
147
  <col width="150px" class="name">
148
148
  <col class="description">
@@ -161,7 +161,7 @@
161
161
  </div>
162
162
  <div class="refsect1">
163
163
  <a name="GtkSourceCompletionProposal.object-hierarchy"></a><h2>Object Hierarchy</h2>
164
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
164
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
165
165
  <span class="lineart">╰──</span> GtkSourceCompletionProposal
166
166
  </pre>
167
167
  </div>
@@ -169,7 +169,7 @@
169
169
  <a name="GtkSourceCompletionProposal.prerequisites"></a><h2>Prerequisites</h2>
170
170
  <p>
171
171
  GtkSourceCompletionProposal requires
172
- <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
172
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
173
173
  </div>
174
174
  <div class="refsect1">
175
175
  <a name="GtkSourceCompletionProposal.implementations"></a><h2>Known Implementations</h2>
@@ -191,27 +191,27 @@ should be taken when the completion item is activated.</p>
191
191
  optionally an icon.
192
192
  The label may be specified using plain text or markup by implementing
193
193
  the corresponding get function. Only one of those get functions
194
- should return a value different from <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
195
- The icon may be specified as a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>, as an icon name or as a <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> by
194
+ should return a value different from <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
195
+ The icon may be specified as a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>, as an icon name or as a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> by
196
196
  implementing the corresponding get function. At most one of those get functions
197
- should return a value different from <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, if they all return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> no icon
197
+ should return a value different from <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, if they all return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> no icon
198
198
  will be used.</p>
199
199
  </div>
200
200
  <div class="refsect1">
201
201
  <a name="GtkSourceCompletionProposal.functions_details"></a><h2>Functions</h2>
202
202
  <div class="refsect2">
203
203
  <a name="gtk-source-completion-proposal-get-label"></a><h3>gtk_source_completion_proposal_get_label ()</h3>
204
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
204
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
205
205
  gtk_source_completion_proposal_get_label
206
206
  (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
207
207
  <p>Gets the label of <em class="parameter"><code>proposal</code></em>
208
208
  . The label is shown in the list of proposals as
209
209
  plain text. If you need any markup (such as bold or italic text), you have
210
210
  to implement <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-markup" title="gtk_source_completion_proposal_get_markup ()"><code class="function">gtk_source_completion_proposal_get_markup()</code></a>. The returned string
211
- must be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
211
+ must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
212
212
  <div class="refsect3">
213
213
  <a name="gtk-source-completion-proposal-get-label.parameters"></a><h4>Parameters</h4>
214
- <div class="informaltable"><table width="100%" border="0">
214
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
215
215
  <colgroup>
216
216
  <col width="150px" class="parameters_name">
217
217
  <col class="parameters_description">
@@ -233,17 +233,17 @@ must be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memor
233
233
  <hr>
234
234
  <div class="refsect2">
235
235
  <a name="gtk-source-completion-proposal-get-markup"></a><h3>gtk_source_completion_proposal_get_markup ()</h3>
236
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
236
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
237
237
  gtk_source_completion_proposal_get_markup
238
238
  (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
239
239
  <p>Gets the label of <em class="parameter"><code>proposal</code></em>
240
240
  with markup. The label is shown in the list of
241
241
  proposals and may contain markup. This will be used instead of
242
242
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-label" title="gtk_source_completion_proposal_get_label ()"><code class="function">gtk_source_completion_proposal_get_label()</code></a> if implemented. The returned string
243
- must be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
243
+ must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
244
244
  <div class="refsect3">
245
245
  <a name="gtk-source-completion-proposal-get-markup.parameters"></a><h4>Parameters</h4>
246
- <div class="informaltable"><table width="100%" border="0">
246
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
247
247
  <colgroup>
248
248
  <col width="150px" class="parameters_name">
249
249
  <col class="parameters_description">
@@ -265,7 +265,7 @@ with markup.</p>
265
265
  <hr>
266
266
  <div class="refsect2">
267
267
  <a name="gtk-source-completion-proposal-get-text"></a><h3>gtk_source_completion_proposal_get_text ()</h3>
268
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
268
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
269
269
  gtk_source_completion_proposal_get_text
270
270
  (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
271
271
  <p>Gets the text of <em class="parameter"><code>proposal</code></em>
@@ -274,10 +274,10 @@ the text buffer when the proposal is activated by the default activation.
274
274
  You are free to implement a custom activation handler in the provider and
275
275
  not implement this function. For more information, see
276
276
  <a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-activate-proposal" title="gtk_source_completion_provider_activate_proposal ()"><code class="function">gtk_source_completion_provider_activate_proposal()</code></a>. The returned string must
277
- be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
277
+ be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
278
278
  <div class="refsect3">
279
279
  <a name="gtk-source-completion-proposal-get-text.parameters"></a><h4>Parameters</h4>
280
- <div class="informaltable"><table width="100%" border="0">
280
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
281
281
  <colgroup>
282
282
  <col width="150px" class="parameters_name">
283
283
  <col class="parameters_description">
@@ -306,7 +306,7 @@ gtk_source_completion_proposal_get_icon
306
306
  .</p>
307
307
  <div class="refsect3">
308
308
  <a name="gtk-source-completion-proposal-get-icon.parameters"></a><h4>Parameters</h4>
309
- <div class="informaltable"><table width="100%" border="0">
309
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
310
310
  <colgroup>
311
311
  <col width="150px" class="parameters_name">
312
312
  <col class="parameters_description">
@@ -329,14 +329,14 @@ gtk_source_completion_proposal_get_icon
329
329
  <hr>
330
330
  <div class="refsect2">
331
331
  <a name="gtk-source-completion-proposal-get-icon-name"></a><h3>gtk_source_completion_proposal_get_icon_name ()</h3>
332
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
332
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
333
333
  gtk_source_completion_proposal_get_icon_name
334
334
  (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
335
335
  <p>Gets the icon name of <em class="parameter"><code>proposal</code></em>
336
336
  .</p>
337
337
  <div class="refsect3">
338
338
  <a name="gtk-source-completion-proposal-get-icon-name.parameters"></a><h4>Parameters</h4>
339
- <div class="informaltable"><table width="100%" border="0">
339
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
340
340
  <colgroup>
341
341
  <col width="150px" class="parameters_name">
342
342
  <col class="parameters_description">
@@ -360,14 +360,14 @@ gtk_source_completion_proposal_get_icon_name
360
360
  <hr>
361
361
  <div class="refsect2">
362
362
  <a name="gtk-source-completion-proposal-get-gicon"></a><h3>gtk_source_completion_proposal_get_gicon ()</h3>
363
- <pre class="programlisting"><a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
363
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
364
364
  gtk_source_completion_proposal_get_gicon
365
365
  (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
366
- <p>Gets the <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> for the icon of <em class="parameter"><code>proposal</code></em>
366
+ <p>Gets the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> for the icon of <em class="parameter"><code>proposal</code></em>
367
367
  .</p>
368
368
  <div class="refsect3">
369
369
  <a name="gtk-source-completion-proposal-get-gicon.parameters"></a><h4>Parameters</h4>
370
- <div class="informaltable"><table width="100%" border="0">
370
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
371
371
  <colgroup>
372
372
  <col width="150px" class="parameters_name">
373
373
  <col class="parameters_description">
@@ -382,7 +382,7 @@ gtk_source_completion_proposal_get_gicon
382
382
  </div>
383
383
  <div class="refsect3">
384
384
  <a name="gtk-source-completion-proposal-get-gicon.returns"></a><h4>Returns</h4>
385
- <p> A <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> with the icon of <em class="parameter"><code>proposal</code></em>
385
+ <p> A <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> with the icon of <em class="parameter"><code>proposal</code></em>
386
386
  . </p>
387
387
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
388
388
  </div>
@@ -391,15 +391,15 @@ gtk_source_completion_proposal_get_gicon
391
391
  <hr>
392
392
  <div class="refsect2">
393
393
  <a name="gtk-source-completion-proposal-get-info"></a><h3>gtk_source_completion_proposal_get_info ()</h3>
394
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
394
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
395
395
  gtk_source_completion_proposal_get_info
396
396
  (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
397
397
  <p>Gets extra information associated to the proposal. This information will be
398
398
  used to present the user with extra, detailed information about the
399
- selected proposal. The returned string must be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
399
+ selected proposal. The returned string must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
400
400
  <div class="refsect3">
401
401
  <a name="gtk-source-completion-proposal-get-info.parameters"></a><h4>Parameters</h4>
402
- <div class="informaltable"><table width="100%" border="0">
402
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
403
403
  <colgroup>
404
404
  <col width="150px" class="parameters_name">
405
405
  <col class="parameters_description">
@@ -416,7 +416,7 @@ selected proposal. The returned string must be freed with <a href="https://devel
416
416
  <a name="gtk-source-completion-proposal-get-info.returns"></a><h4>Returns</h4>
417
417
  <p> a newly-allocated string containing
418
418
  extra information of <em class="parameter"><code>proposal</code></em>
419
- or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no extra information is associated
419
+ or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no extra information is associated
420
420
  to <em class="parameter"><code>proposal</code></em>
421
421
  . </p>
422
422
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -434,7 +434,7 @@ implementations whenever the name, icon or info of the proposal has
434
434
  changed.</p>
435
435
  <div class="refsect3">
436
436
  <a name="gtk-source-completion-proposal-changed.parameters"></a><h4>Parameters</h4>
437
- <div class="informaltable"><table width="100%" border="0">
437
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
438
438
  <colgroup>
439
439
  <col width="150px" class="parameters_name">
440
440
  <col class="parameters_description">
@@ -451,15 +451,15 @@ changed.</p>
451
451
  <hr>
452
452
  <div class="refsect2">
453
453
  <a name="gtk-source-completion-proposal-hash"></a><h3>gtk_source_completion_proposal_hash ()</h3>
454
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
454
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
455
455
  gtk_source_completion_proposal_hash (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
456
456
  <p>Get the hash value of <em class="parameter"><code>proposal</code></em>
457
457
  . This is used to (together with
458
458
  <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-equal" title="gtk_source_completion_proposal_equal ()"><code class="function">gtk_source_completion_proposal_equal()</code></a>) to match proposals in the completion
459
- model. By default, it uses a direct hash (<a href="https://developer.gnome.org/glib/unstable/glib-Hash-Tables.html#g-direct-hash"><code class="function">g_direct_hash()</code></a>).</p>
459
+ model. By default, it uses a direct hash (<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html#g-direct-hash"><code class="function">g_direct_hash()</code></a>).</p>
460
460
  <div class="refsect3">
461
461
  <a name="gtk-source-completion-proposal-hash.parameters"></a><h4>Parameters</h4>
462
- <div class="informaltable"><table width="100%" border="0">
462
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
463
463
  <colgroup>
464
464
  <col width="150px" class="parameters_name">
465
465
  <col class="parameters_description">
@@ -481,15 +481,15 @@ model. By default, it uses a direct hash (<a href="https://developer.gnome.org/g
481
481
  <hr>
482
482
  <div class="refsect2">
483
483
  <a name="gtk-source-completion-proposal-equal"></a><h3>gtk_source_completion_proposal_equal ()</h3>
484
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
484
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
485
485
  gtk_source_completion_proposal_equal (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>,
486
486
  <em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *other</code></em>);</pre>
487
487
  <p>Get whether two proposal objects are the same. This is used to (together
488
488
  with <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-hash" title="gtk_source_completion_proposal_hash ()"><code class="function">gtk_source_completion_proposal_hash()</code></a>) to match proposals in the
489
- completion model. By default, it uses direct equality (<a href="https://developer.gnome.org/glib/unstable/glib-Hash-Tables.html#g-direct-equal"><code class="function">g_direct_equal()</code></a>).</p>
489
+ completion model. By default, it uses direct equality (<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html#g-direct-equal"><code class="function">g_direct_equal()</code></a>).</p>
490
490
  <div class="refsect3">
491
491
  <a name="gtk-source-completion-proposal-equal.parameters"></a><h4>Parameters</h4>
492
- <div class="informaltable"><table width="100%" border="0">
492
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
493
493
  <colgroup>
494
494
  <col width="150px" class="parameters_name">
495
495
  <col class="parameters_description">
@@ -511,7 +511,7 @@ completion model. By default, it uses direct equality (<a href="https://develope
511
511
  </div>
512
512
  <div class="refsect3">
513
513
  <a name="gtk-source-completion-proposal-equal.returns"></a><h4>Returns</h4>
514
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>proposal</code></em>
514
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>proposal</code></em>
515
515
  and <em class="parameter"><code>object</code></em>
516
516
  are the same proposal</p>
517
517
  </div>
@@ -551,7 +551,7 @@ are the same proposal</p>
551
551
  <p>The virtual function table for <a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a>.</p>
552
552
  <div class="refsect3">
553
553
  <a name="GtkSourceCompletionProposalIface.members"></a><h4>Members</h4>
554
- <div class="informaltable"><table width="100%" border="0">
554
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
555
555
  <colgroup>
556
556
  <col width="300px" class="struct_members_name">
557
557
  <col class="struct_members_description">
@@ -559,62 +559,62 @@ are the same proposal</p>
559
559
  </colgroup>
560
560
  <tbody>
561
561
  <tr>
562
- <td class="struct_member_name"><p><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GtkSourceCompletionProposalIface.parent"></a>parent</code></em>;</p></td>
562
+ <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GtkSourceCompletionProposalIface.parent"></a>parent</code></em>;</p></td>
563
563
  <td class="struct_member_description"><p>The parent interface.</p></td>
564
564
  <td class="struct_member_annotations"> </td>
565
565
  </tr>
566
566
  <tr>
567
567
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-label"></a>get_label</code></em> ()</p></td>
568
568
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-label" title="gtk_source_completion_proposal_get_label ()"><code class="function">gtk_source_completion_proposal_get_label()</code></a>.
569
- By default, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
569
+ By default, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
570
570
  <td class="struct_member_annotations"> </td>
571
571
  </tr>
572
572
  <tr>
573
573
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-markup"></a>get_markup</code></em> ()</p></td>
574
574
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-markup" title="gtk_source_completion_proposal_get_markup ()"><code class="function">gtk_source_completion_proposal_get_markup()</code></a>.
575
- By default, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
575
+ By default, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
576
576
  <td class="struct_member_annotations"> </td>
577
577
  </tr>
578
578
  <tr>
579
579
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-text"></a>get_text</code></em> ()</p></td>
580
580
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-text" title="gtk_source_completion_proposal_get_text ()"><code class="function">gtk_source_completion_proposal_get_text()</code></a>.
581
- By default, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
581
+ By default, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
582
582
  <td class="struct_member_annotations"> </td>
583
583
  </tr>
584
584
  <tr>
585
585
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-icon"></a>get_icon</code></em> ()</p></td>
586
586
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon" title="gtk_source_completion_proposal_get_icon ()"><code class="function">gtk_source_completion_proposal_get_icon()</code></a>.
587
- By default, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
587
+ By default, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
588
588
  <td class="struct_member_annotations"> </td>
589
589
  </tr>
590
590
  <tr>
591
591
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-icon-name"></a>get_icon_name</code></em> ()</p></td>
592
592
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon-name" title="gtk_source_completion_proposal_get_icon_name ()"><code class="function">gtk_source_completion_proposal_get_icon_name()</code></a>.
593
- By default, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
593
+ By default, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
594
594
  <td class="struct_member_annotations"> </td>
595
595
  </tr>
596
596
  <tr>
597
597
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-gicon"></a>get_gicon</code></em> ()</p></td>
598
598
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-gicon" title="gtk_source_completion_proposal_get_gicon ()"><code class="function">gtk_source_completion_proposal_get_gicon()</code></a>.
599
- By default, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
599
+ By default, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
600
600
  <td class="struct_member_annotations"> </td>
601
601
  </tr>
602
602
  <tr>
603
603
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-info"></a>get_info</code></em> ()</p></td>
604
604
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-info" title="gtk_source_completion_proposal_get_info ()"><code class="function">gtk_source_completion_proposal_get_info()</code></a>.
605
- By default, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
605
+ By default, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
606
606
  <td class="struct_member_annotations"> </td>
607
607
  </tr>
608
608
  <tr>
609
609
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.hash"></a>hash</code></em> ()</p></td>
610
610
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-hash" title="gtk_source_completion_proposal_hash ()"><code class="function">gtk_source_completion_proposal_hash()</code></a>.
611
- By default, it uses a direct hash (<a href="https://developer.gnome.org/glib/unstable/glib-Hash-Tables.html#g-direct-hash"><code class="function">g_direct_hash()</code></a>).</p></td>
611
+ By default, it uses a direct hash (<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html#g-direct-hash"><code class="function">g_direct_hash()</code></a>).</p></td>
612
612
  <td class="struct_member_annotations"> </td>
613
613
  </tr>
614
614
  <tr>
615
615
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.equal"></a>equal</code></em> ()</p></td>
616
616
  <td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-equal" title="gtk_source_completion_proposal_equal ()"><code class="function">gtk_source_completion_proposal_equal()</code></a>.
617
- By default, it uses direct equality (<a href="https://developer.gnome.org/glib/unstable/glib-Hash-Tables.html#g-direct-equal"><code class="function">g_direct_equal()</code></a>).</p></td>
617
+ By default, it uses direct equality (<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html#g-direct-equal"><code class="function">g_direct_equal()</code></a>).</p></td>
618
618
  <td class="struct_member_annotations"> </td>
619
619
  </tr>
620
620
  <tr>
@@ -633,12 +633,12 @@ By default, it uses direct equality (<a href="https://developer.gnome.org/glib/u
633
633
  <a name="GtkSourceCompletionProposal-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
634
634
  <pre class="programlisting"><span class="returnvalue">void</span>
635
635
  user_function (<a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal,
636
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
636
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
637
637
  <p>Emitted when the proposal has changed. The completion popup
638
638
  will react to this by updating the shown information.</p>
639
639
  <div class="refsect3">
640
640
  <a name="GtkSourceCompletionProposal-changed.parameters"></a><h4>Parameters</h4>
641
- <div class="informaltable"><table width="100%" border="0">
641
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
642
642
  <colgroup>
643
643
  <col width="150px" class="parameters_name">
644
644
  <col class="parameters_description">
@@ -658,7 +658,7 @@ will react to this by updating the shown information.</p>
658
658
  </tbody>
659
659
  </table></div>
660
660
  </div>
661
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
661
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
662
662
  </div>
663
663
  </div>
664
664
  </div>