gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- 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.
|
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="
|
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="
|
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="
|
83
|
+
<a href="/home/vagrant/ruby-gnome2.win32/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="
|
95
|
+
<a href="/home/vagrant/ruby-gnome2.win32/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="
|
101
|
+
<a href="/home/vagrant/ruby-gnome2.win32/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="
|
107
|
+
<a href="/home/vagrant/ruby-gnome2.win32/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="
|
113
|
+
<a href="/home/vagrant/ruby-gnome2.win32/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="
|
119
|
+
<a href="/home/vagrant/ruby-gnome2.win32/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="
|
141
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/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="
|
167
|
-
<em class="parameter"><code>const <a href="
|
166
|
+
gtk_source_completion_item_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/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.win32/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="
|
169
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/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="
|
176
|
+
can be <a href="/home/vagrant/ruby-gnome2.win32/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
|
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
|
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="
|
221
|
-
<em class="parameter"><code>const <a href="
|
220
|
+
(<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/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.win32/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="
|
223
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/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="
|
230
|
+
can be <a href="/home/vagrant/ruby-gnome2.win32/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
|
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
|
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="
|
275
|
-
<em class="parameter"><code>const <a href="
|
276
|
-
<em class="parameter"><code>const <a href="
|
277
|
-
<em class="parameter"><code>const <a href="
|
274
|
+
(<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/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.win32/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.win32/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.win32/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="
|
283
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/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
|
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
|
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="
|
335
|
-
<p>The <a href="
|
334
|
+
<pre class="programlisting"> “gicon” <a href="/home/vagrant/ruby-gnome2.win32/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.win32/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="
|
349
|
+
<pre class="programlisting"> “icon-name” <a href="/home/vagrant/ruby-gnome2.win32/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="
|
358
|
+
<pre class="programlisting"> “info” <a href="/home/vagrant/ruby-gnome2.win32/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="
|
366
|
+
<pre class="programlisting"> “label” <a href="/home/vagrant/ruby-gnome2.win32/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="
|
374
|
+
<pre class="programlisting"> “markup” <a href="/home/vagrant/ruby-gnome2.win32/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="
|
382
|
+
<pre class="programlisting"> “text” <a href="/home/vagrant/ruby-gnome2.win32/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>
|