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,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceCompletion: 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="
|
9
|
-
<link rel="prev" href="
|
8
|
+
<link rel="up" href="ch04.html" title="Completion">
|
9
|
+
<link rel="prev" href="ch04.html" title="Completion">
|
10
10
|
<link rel="next" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -22,8 +22,8 @@
|
|
22
22
|
<a href="#GtkSourceCompletion.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="
|
26
|
-
<td><a accesskey="p" href="
|
25
|
+
<td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
26
|
+
<td><a accesskey="p" href="ch04.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
27
27
|
<td><a accesskey="n" href="GtkSourceCompletionContext.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
28
28
|
</tr></table>
|
29
29
|
<div class="refentry">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</tr></table></div>
|
38
38
|
<div class="refsect1">
|
39
39
|
<a name="GtkSourceCompletion.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="
|
48
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
49
49
|
</td>
|
50
50
|
<td class="function_name">
|
51
51
|
<a class="link" href="GtkSourceCompletion.html#gtk-source-completion-add-provider" title="gtk_source_completion_add_provider ()">gtk_source_completion_add_provider</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="
|
56
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
57
57
|
</td>
|
58
58
|
<td class="function_name">
|
59
59
|
<a class="link" href="GtkSourceCompletion.html#gtk-source-completion-remove-provider" title="gtk_source_completion_remove_provider ()">gtk_source_completion_remove_provider</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="
|
64
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
65
65
|
</td>
|
66
66
|
<td class="function_name">
|
67
67
|
<a class="link" href="GtkSourceCompletion.html#gtk-source-completion-get-providers" title="gtk_source_completion_get_providers ()">gtk_source_completion_get_providers</a> <span class="c_punctuation">()</span>
|
@@ -69,7 +69,7 @@
|
|
69
69
|
</tr>
|
70
70
|
<tr>
|
71
71
|
<td class="function_type">
|
72
|
-
<a href="
|
72
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
73
73
|
</td>
|
74
74
|
<td class="function_name">
|
75
75
|
<a class="link" href="GtkSourceCompletion.html#gtk-source-completion-show" title="gtk_source_completion_show ()">gtk_source_completion_show</a> <span class="c_punctuation">()</span>
|
@@ -136,7 +136,7 @@
|
|
136
136
|
</div>
|
137
137
|
<div class="refsect1">
|
138
138
|
<a name="GtkSourceCompletion.properties"></a><h2>Properties</h2>
|
139
|
-
<div class="informaltable"><table border="0">
|
139
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
140
140
|
<colgroup>
|
141
141
|
<col width="150px" class="properties_type">
|
142
142
|
<col width="300px" class="properties_name">
|
@@ -144,42 +144,42 @@
|
|
144
144
|
</colgroup>
|
145
145
|
<tbody>
|
146
146
|
<tr>
|
147
|
-
<td class="property_type"><a href="
|
147
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
148
148
|
<td class="property_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--accelerators" title="The “accelerators” property">accelerators</a></td>
|
149
149
|
<td class="property_flags">Read / Write / Construct</td>
|
150
150
|
</tr>
|
151
151
|
<tr>
|
152
|
-
<td class="property_type"><a href="
|
152
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
153
153
|
<td class="property_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--auto-complete-delay" title="The “auto-complete-delay” property">auto-complete-delay</a></td>
|
154
154
|
<td class="property_flags">Read / Write / Construct</td>
|
155
155
|
</tr>
|
156
156
|
<tr>
|
157
|
-
<td class="property_type"><a href="
|
157
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
158
158
|
<td class="property_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--proposal-page-size" title="The “proposal-page-size” property">proposal-page-size</a></td>
|
159
159
|
<td class="property_flags">Read / Write / Construct</td>
|
160
160
|
</tr>
|
161
161
|
<tr>
|
162
|
-
<td class="property_type"><a href="
|
162
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
163
163
|
<td class="property_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--provider-page-size" title="The “provider-page-size” property">provider-page-size</a></td>
|
164
164
|
<td class="property_flags">Read / Write / Construct</td>
|
165
165
|
</tr>
|
166
166
|
<tr>
|
167
|
-
<td class="property_type"><a href="
|
167
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
168
168
|
<td class="property_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--remember-info-visibility" title="The “remember-info-visibility” property">remember-info-visibility</a></td>
|
169
169
|
<td class="property_flags">Read / Write / Construct</td>
|
170
170
|
</tr>
|
171
171
|
<tr>
|
172
|
-
<td class="property_type"><a href="
|
172
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
173
173
|
<td class="property_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--select-on-show" title="The “select-on-show” property">select-on-show</a></td>
|
174
174
|
<td class="property_flags">Read / Write / Construct</td>
|
175
175
|
</tr>
|
176
176
|
<tr>
|
177
|
-
<td class="property_type"><a href="
|
177
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
178
178
|
<td class="property_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--show-headers" title="The “show-headers” property">show-headers</a></td>
|
179
179
|
<td class="property_flags">Read / Write / Construct</td>
|
180
180
|
</tr>
|
181
181
|
<tr>
|
182
|
-
<td class="property_type"><a href="
|
182
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
183
183
|
<td class="property_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--show-icons" title="The “show-icons” property">show-icons</a></td>
|
184
184
|
<td class="property_flags">Read / Write / Construct</td>
|
185
185
|
</tr>
|
@@ -194,7 +194,7 @@
|
|
194
194
|
</div>
|
195
195
|
<div class="refsect1">
|
196
196
|
<a name="GtkSourceCompletion.signals"></a><h2>Signals</h2>
|
197
|
-
<div class="informaltable"><table border="0">
|
197
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
198
198
|
<colgroup>
|
199
199
|
<col width="150px" class="signals_return">
|
200
200
|
<col width="300px" class="signals_name">
|
@@ -204,39 +204,39 @@
|
|
204
204
|
<tr>
|
205
205
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
206
206
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-activate-proposal" title="The “activate-proposal” signal">activate-proposal</a></td>
|
207
|
-
<td class="signal_flags"><a href="
|
207
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
208
208
|
</tr>
|
209
209
|
<tr>
|
210
210
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
211
211
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-hide" title="The “hide” signal">hide</a></td>
|
212
|
-
<td class="signal_flags"><a href="
|
212
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
213
213
|
</tr>
|
214
214
|
<tr>
|
215
215
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
216
216
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-cursor" title="The “move-cursor” signal">move-cursor</a></td>
|
217
|
-
<td class="signal_flags"><a href="
|
217
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
218
218
|
</tr>
|
219
219
|
<tr>
|
220
220
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
221
221
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-page" title="The “move-page” signal">move-page</a></td>
|
222
|
-
<td class="signal_flags"><a href="
|
222
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
223
223
|
</tr>
|
224
224
|
<tr>
|
225
225
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
226
226
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-populate-context" title="The “populate-context” signal">populate-context</a></td>
|
227
|
-
<td class="signal_flags"><a href="
|
227
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
228
228
|
</tr>
|
229
229
|
<tr>
|
230
230
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
231
231
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-show" title="The “show” signal">show</a></td>
|
232
|
-
<td class="signal_flags"><a href="
|
232
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
233
233
|
</tr>
|
234
234
|
</tbody>
|
235
235
|
</table></div>
|
236
236
|
</div>
|
237
237
|
<div class="refsect1">
|
238
238
|
<a name="GtkSourceCompletion.other"></a><h2>Types and Values</h2>
|
239
|
-
<div class="informaltable"><table width="100%" border="0">
|
239
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
240
240
|
<colgroup>
|
241
241
|
<col width="150px" class="name">
|
242
242
|
<col class="description">
|
@@ -259,7 +259,9 @@
|
|
259
259
|
</div>
|
260
260
|
<div class="refsect1">
|
261
261
|
<a name="GtkSourceCompletion.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
262
|
-
<pre class="screen"> <a href="
|
262
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
263
|
+
<span class="lineart">╰──</span> GtkSourceCompletionError
|
264
|
+
<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>
|
263
265
|
<span class="lineart">╰──</span> GtkSourceCompletion
|
264
266
|
</pre>
|
265
267
|
</div>
|
@@ -267,7 +269,7 @@
|
|
267
269
|
<a name="GtkSourceCompletion.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
268
270
|
<p>
|
269
271
|
GtkSourceCompletion implements
|
270
|
-
<a href="http://developer.gnome.org/
|
272
|
+
<a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p>
|
271
273
|
</div>
|
272
274
|
<div class="refsect1">
|
273
275
|
<a name="GtkSourceCompletion.includes"></a><h2>Includes</h2>
|
@@ -315,8 +317,8 @@ instance. This instance can be obtained with
|
|
315
317
|
<p>A same <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> object can be used for several
|
316
318
|
<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a>.</p>
|
317
319
|
<div class="refsect2">
|
318
|
-
<a name="id-1.2.
|
319
|
-
<p>The GtkSourceCompletion implementation of the <a href="http://developer.gnome.org/
|
320
|
+
<a name="id-1.2.5.2.10.11"></a><h3>GtkSourceCompletion as GtkBuildable</h3>
|
321
|
+
<p>The GtkSourceCompletion implementation of the <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct"><span class="type">GtkBuildable</span></a> interface exposes
|
320
322
|
the info window object (see <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-get-info-window" title="gtk_source_completion_get_info_window ()"><code class="function">gtk_source_completion_get_info_window()</code></a>) with the
|
321
323
|
internal-child "info_window".</p>
|
322
324
|
<p>An example of a UI definition fragment with GtkSourceCompletion:</p>
|
@@ -352,17 +354,17 @@ internal-child "info_window".</p>
|
|
352
354
|
<a name="GtkSourceCompletion.functions_details"></a><h2>Functions</h2>
|
353
355
|
<div class="refsect2">
|
354
356
|
<a name="gtk-source-completion-add-provider"></a><h3>gtk_source_completion_add_provider ()</h3>
|
355
|
-
<pre class="programlisting"><a href="
|
357
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
356
358
|
gtk_source_completion_add_provider (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
|
357
359
|
<em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
|
358
|
-
<em class="parameter"><code><a href="
|
360
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
359
361
|
<p>Add a new <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> to the completion object. This will
|
360
362
|
add a reference <em class="parameter"><code>provider</code></em>
|
361
363
|
, so make sure to unref your own copy when you
|
362
364
|
no longer need it.</p>
|
363
365
|
<div class="refsect3">
|
364
366
|
<a name="gtk-source-completion-add-provider.parameters"></a><h4>Parameters</h4>
|
365
|
-
<div class="informaltable"><table width="100%" border="0">
|
367
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
366
368
|
<colgroup>
|
367
369
|
<col width="150px" class="parameters_name">
|
368
370
|
<col class="parameters_description">
|
@@ -381,31 +383,31 @@ no longer need it.</p>
|
|
381
383
|
</tr>
|
382
384
|
<tr>
|
383
385
|
<td class="parameter_name"><p>error</p></td>
|
384
|
-
<td class="parameter_description"><p>
|
385
|
-
<td class="parameter_annotations"
|
386
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p></td>
|
387
|
+
<td class="parameter_annotations"> </td>
|
386
388
|
</tr>
|
387
389
|
</tbody>
|
388
390
|
</table></div>
|
389
391
|
</div>
|
390
392
|
<div class="refsect3">
|
391
393
|
<a name="gtk-source-completion-add-provider.returns"></a><h4>Returns</h4>
|
392
|
-
<p> <a href="
|
394
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>provider</code></em>
|
393
395
|
was successfully added, otherwise if <em class="parameter"><code>error</code></em>
|
394
|
-
is provided, it will be set with the error and <a href="
|
396
|
+
is provided, it will be set with the error and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.</p>
|
395
397
|
</div>
|
396
398
|
</div>
|
397
399
|
<hr>
|
398
400
|
<div class="refsect2">
|
399
401
|
<a name="gtk-source-completion-remove-provider"></a><h3>gtk_source_completion_remove_provider ()</h3>
|
400
|
-
<pre class="programlisting"><a href="
|
402
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
401
403
|
gtk_source_completion_remove_provider (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
|
402
404
|
<em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
|
403
|
-
<em class="parameter"><code><a href="
|
405
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
404
406
|
<p>Remove <em class="parameter"><code>provider</code></em>
|
405
407
|
from the completion.</p>
|
406
408
|
<div class="refsect3">
|
407
409
|
<a name="gtk-source-completion-remove-provider.parameters"></a><h4>Parameters</h4>
|
408
|
-
<div class="informaltable"><table width="100%" border="0">
|
410
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
409
411
|
<colgroup>
|
410
412
|
<col width="150px" class="parameters_name">
|
411
413
|
<col class="parameters_description">
|
@@ -424,30 +426,30 @@ gtk_source_completion_remove_provider (<em class="parameter"><code><a class="lin
|
|
424
426
|
</tr>
|
425
427
|
<tr>
|
426
428
|
<td class="parameter_name"><p>error</p></td>
|
427
|
-
<td class="parameter_description"><p>
|
428
|
-
<td class="parameter_annotations"
|
429
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>.</p></td>
|
430
|
+
<td class="parameter_annotations"> </td>
|
429
431
|
</tr>
|
430
432
|
</tbody>
|
431
433
|
</table></div>
|
432
434
|
</div>
|
433
435
|
<div class="refsect3">
|
434
436
|
<a name="gtk-source-completion-remove-provider.returns"></a><h4>Returns</h4>
|
435
|
-
<p> <a href="
|
437
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>provider</code></em>
|
436
438
|
was successfully removed, otherwise if <em class="parameter"><code>error</code></em>
|
437
|
-
is provided, it will be set with the error and <a href="
|
439
|
+
is provided, it will be set with the error and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.</p>
|
438
440
|
</div>
|
439
441
|
</div>
|
440
442
|
<hr>
|
441
443
|
<div class="refsect2">
|
442
444
|
<a name="gtk-source-completion-get-providers"></a><h3>gtk_source_completion_get_providers ()</h3>
|
443
|
-
<pre class="programlisting"><a href="
|
445
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
444
446
|
gtk_source_completion_get_providers (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);</pre>
|
445
447
|
<p>Get list of providers registered on <em class="parameter"><code>completion</code></em>
|
446
448
|
. The returned list is owned
|
447
449
|
by the completion and should not be freed.</p>
|
448
450
|
<div class="refsect3">
|
449
451
|
<a name="gtk-source-completion-get-providers.parameters"></a><h4>Parameters</h4>
|
450
|
-
<div class="informaltable"><table width="100%" border="0">
|
452
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
451
453
|
<colgroup>
|
452
454
|
<col width="150px" class="parameters_name">
|
453
455
|
<col class="parameters_description">
|
@@ -469,9 +471,9 @@ by the completion and should not be freed.</p>
|
|
469
471
|
<hr>
|
470
472
|
<div class="refsect2">
|
471
473
|
<a name="gtk-source-completion-show"></a><h3>gtk_source_completion_show ()</h3>
|
472
|
-
<pre class="programlisting"><a href="
|
474
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
473
475
|
gtk_source_completion_show (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
|
474
|
-
<em class="parameter"><code><a href="
|
476
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *providers</code></em>,
|
475
477
|
<em class="parameter"><code><a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context</code></em>);</pre>
|
476
478
|
<p>Starts a new completion with the specified <a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> and
|
477
479
|
a list of potential candidate providers for completion.</p>
|
@@ -482,7 +484,7 @@ add or remove providers to the <a class="link" href="GtkSourceCompletion.html" t
|
|
482
484
|
<a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-match" title="gtk_source_completion_provider_match ()"><code class="function">gtk_source_completion_provider_match()</code></a> for each provider.</p>
|
483
485
|
<div class="refsect3">
|
484
486
|
<a name="gtk-source-completion-show.parameters"></a><h4>Parameters</h4>
|
485
|
-
<div class="informaltable"><table width="100%" border="0">
|
487
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
486
488
|
<colgroup>
|
487
489
|
<col width="150px" class="parameters_name">
|
488
490
|
<col class="parameters_description">
|
@@ -496,8 +498,8 @@ add or remove providers to the <a class="link" href="GtkSourceCompletion.html" t
|
|
496
498
|
</tr>
|
497
499
|
<tr>
|
498
500
|
<td class="parameter_name"><p>providers</p></td>
|
499
|
-
<td class="parameter_description"><p>a list of <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a>, or <a href="
|
500
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.CompletionProvider][<acronym title="NULL
|
501
|
+
<td class="parameter_description"><p>a list of <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a>, or <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>. </p></td>
|
502
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.CompletionProvider][<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>
|
501
503
|
</tr>
|
502
504
|
<tr>
|
503
505
|
<td class="parameter_name"><p>context</p></td>
|
@@ -510,7 +512,7 @@ with which to start the completion. </p></td>
|
|
510
512
|
</div>
|
511
513
|
<div class="refsect3">
|
512
514
|
<a name="gtk-source-completion-show.returns"></a><h4>Returns</h4>
|
513
|
-
<p> <a href="
|
515
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it was possible to the show completion window.</p>
|
514
516
|
</div>
|
515
517
|
</div>
|
516
518
|
<hr>
|
@@ -521,7 +523,7 @@ gtk_source_completion_hide (<em class="parameter"><code><a class="link" href="Gt
|
|
521
523
|
<p>Hides the completion if it is active (visible).</p>
|
522
524
|
<div class="refsect3">
|
523
525
|
<a name="gtk-source-completion-hide.parameters"></a><h4>Parameters</h4>
|
524
|
-
<div class="informaltable"><table width="100%" border="0">
|
526
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
525
527
|
<colgroup>
|
526
528
|
<col width="150px" class="parameters_name">
|
527
529
|
<col class="parameters_description">
|
@@ -544,7 +546,7 @@ gtk_source_completion_get_info_window (<em class="parameter"><code><a class="lin
|
|
544
546
|
information of the proposal.</p>
|
545
547
|
<div class="refsect3">
|
546
548
|
<a name="gtk-source-completion-get-info-window.parameters"></a><h4>Parameters</h4>
|
547
|
-
<div class="informaltable"><table width="100%" border="0">
|
549
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
548
550
|
<colgroup>
|
549
551
|
<col width="150px" class="parameters_name">
|
550
552
|
<col class="parameters_description">
|
@@ -571,11 +573,11 @@ associated with <em class="parameter"><code>completion</code></em>
|
|
571
573
|
<pre class="programlisting"><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="returnvalue">GtkSourceView</span></a> *
|
572
574
|
gtk_source_completion_get_view (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);</pre>
|
573
575
|
<p>The <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> associated with <em class="parameter"><code>completion</code></em>
|
574
|
-
, or <a href="
|
576
|
+
, or <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> if the view has been
|
575
577
|
destroyed.</p>
|
576
578
|
<div class="refsect3">
|
577
579
|
<a name="gtk-source-completion-get-view.parameters"></a><h4>Parameters</h4>
|
578
|
-
<div class="informaltable"><table width="100%" border="0">
|
580
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
579
581
|
<colgroup>
|
580
582
|
<col width="150px" class="parameters_name">
|
581
583
|
<col class="parameters_description">
|
@@ -591,7 +593,7 @@ destroyed.</p>
|
|
591
593
|
<div class="refsect3">
|
592
594
|
<a name="gtk-source-completion-get-view.returns"></a><h4>Returns</h4>
|
593
595
|
<p>The <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> associated with <em class="parameter"><code>completion</code></em>
|
594
|
-
, or <a href="
|
596
|
+
, or <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>. </p>
|
595
597
|
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkSource.View][<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>
|
596
598
|
</div>
|
597
599
|
</div>
|
@@ -600,16 +602,16 @@ destroyed.</p>
|
|
600
602
|
<a name="gtk-source-completion-create-context"></a><h3>gtk_source_completion_create_context ()</h3>
|
601
603
|
<pre class="programlisting"><a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="returnvalue">GtkSourceCompletionContext</span></a> *
|
602
604
|
gtk_source_completion_create_context (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
|
603
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
605
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *position</code></em>);</pre>
|
604
606
|
<p>Create a new <a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> for <em class="parameter"><code>completion</code></em>
|
605
607
|
. The position where
|
606
608
|
the completion occurs can be specified by <em class="parameter"><code>position</code></em>
|
607
609
|
. If <em class="parameter"><code>position</code></em>
|
608
|
-
is <a href="
|
610
|
+
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>,
|
609
611
|
the current cursor position will be used.</p>
|
610
612
|
<div class="refsect3">
|
611
613
|
<a name="gtk-source-completion-create-context.parameters"></a><h4>Parameters</h4>
|
612
|
-
<div class="informaltable"><table width="100%" border="0">
|
614
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
613
615
|
<colgroup>
|
614
616
|
<col width="150px" class="parameters_name">
|
615
617
|
<col class="parameters_description">
|
@@ -623,8 +625,8 @@ the current cursor position will be used.</p>
|
|
623
625
|
</tr>
|
624
626
|
<tr>
|
625
627
|
<td class="parameter_name"><p>position</p></td>
|
626
|
-
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/
|
627
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
628
|
+
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a>, or <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>. </p></td>
|
629
|
+
<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>
|
628
630
|
</tr>
|
629
631
|
</tbody>
|
630
632
|
</table></div>
|
@@ -643,7 +645,7 @@ you don't need to unref it. </p>
|
|
643
645
|
<a name="gtk-source-completion-move-window"></a><h3>gtk_source_completion_move_window ()</h3>
|
644
646
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
645
647
|
gtk_source_completion_move_window (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
|
646
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
648
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
647
649
|
<div class="warning">
|
648
650
|
<p><code class="literal">gtk_source_completion_move_window</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
649
651
|
<p>Use <a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-start-iter" title="gtk_source_completion_provider_get_start_iter ()"><code class="function">gtk_source_completion_provider_get_start_iter()</code></a> instead.</p>
|
@@ -651,7 +653,7 @@ gtk_source_completion_move_window (<em class="parameter"><code><a class="link" h
|
|
651
653
|
<p>Move the completion window to a specific iter.</p>
|
652
654
|
<div class="refsect3">
|
653
655
|
<a name="gtk-source-completion-move-window.parameters"></a><h4>Parameters</h4>
|
654
|
-
<div class="informaltable"><table width="100%" border="0">
|
656
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
655
657
|
<colgroup>
|
656
658
|
<col width="150px" class="parameters_name">
|
657
659
|
<col class="parameters_description">
|
@@ -665,7 +667,7 @@ gtk_source_completion_move_window (<em class="parameter"><code><a class="link" h
|
|
665
667
|
</tr>
|
666
668
|
<tr>
|
667
669
|
<td class="parameter_name"><p>iter</p></td>
|
668
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
670
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a>.</p></td>
|
669
671
|
<td class="parameter_annotations"> </td>
|
670
672
|
</tr>
|
671
673
|
</tbody>
|
@@ -687,7 +689,7 @@ interactive completion until <a class="link" href="GtkSourceCompletion.html#gtk-
|
|
687
689
|
has been called the same number of times.</p>
|
688
690
|
<div class="refsect3">
|
689
691
|
<a name="gtk-source-completion-block-interactive.parameters"></a><h4>Parameters</h4>
|
690
|
-
<div class="informaltable"><table width="100%" border="0">
|
692
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
691
693
|
<colgroup>
|
692
694
|
<col width="150px" class="parameters_name">
|
693
695
|
<col class="parameters_description">
|
@@ -712,7 +714,7 @@ gtk_source_completion_unblock_interactive
|
|
712
714
|
again.</p>
|
713
715
|
<div class="refsect3">
|
714
716
|
<a name="gtk-source-completion-unblock-interactive.parameters"></a><h4>Parameters</h4>
|
715
|
-
<div class="informaltable"><table width="100%" border="0">
|
717
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
716
718
|
<colgroup>
|
717
719
|
<col width="150px" class="parameters_name">
|
718
720
|
<col class="parameters_description">
|
@@ -739,17 +741,17 @@ again.</p>
|
|
739
741
|
<pre class="programlisting">#define GTK_SOURCE_COMPLETION_ERROR (gtk_source_completion_error_quark ())
|
740
742
|
</pre>
|
741
743
|
<p>Error domain for the completion. Errors in this domain will be from the
|
742
|
-
<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletionError" title="enum GtkSourceCompletionError"><span class="type">GtkSourceCompletionError</span></a> enumeration. See <a href="
|
744
|
+
<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletionError" title="enum GtkSourceCompletionError"><span class="type">GtkSourceCompletionError</span></a> enumeration. See <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> for more information on
|
743
745
|
error domains.</p>
|
744
746
|
</div>
|
745
747
|
<hr>
|
746
748
|
<div class="refsect2">
|
747
749
|
<a name="GtkSourceCompletionError"></a><h3>enum GtkSourceCompletionError</h3>
|
748
|
-
<p>An error code used with <a class="link" href="GtkSourceCompletion.html#GTK-SOURCE-COMPLETION-ERROR:CAPS" title="GTK_SOURCE_COMPLETION_ERROR"><code class="literal">GTK_SOURCE_COMPLETION_ERROR</code></a> in a <a href="
|
750
|
+
<p>An error code used with <a class="link" href="GtkSourceCompletion.html#GTK-SOURCE-COMPLETION-ERROR:CAPS" title="GTK_SOURCE_COMPLETION_ERROR"><code class="literal">GTK_SOURCE_COMPLETION_ERROR</code></a> in a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> returned
|
749
751
|
from a completion-related function.</p>
|
750
752
|
<div class="refsect3">
|
751
753
|
<a name="GtkSourceCompletionError.members"></a><h4>Members</h4>
|
752
|
-
<div class="informaltable"><table width="100%" border="0">
|
754
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
753
755
|
<colgroup>
|
754
756
|
<col width="300px" class="enum_members_name">
|
755
757
|
<col class="enum_members_description">
|
@@ -781,7 +783,7 @@ not bound to the <a class="link" href="GtkSourceCompletion.html" title="GtkSourc
|
|
781
783
|
<a name="GtkSourceCompletion.property-details"></a><h2>Property Details</h2>
|
782
784
|
<div class="refsect2">
|
783
785
|
<a name="GtkSourceCompletion--accelerators"></a><h3>The <code class="literal">“accelerators”</code> property</h3>
|
784
|
-
<pre class="programlisting"> “accelerators” <a href="
|
786
|
+
<pre class="programlisting"> “accelerators” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
785
787
|
<p>Number of keyboard accelerators to show for the first proposals. For
|
786
788
|
example, to activate the first proposal, the user can press</p>
|
787
789
|
<span class="keycap"><strong>Alt</strong></span>+<span class="keycap"><strong>1</strong></span>.
|
@@ -792,7 +794,7 @@ example, to activate the first proposal, the user can press</p>
|
|
792
794
|
<hr>
|
793
795
|
<div class="refsect2">
|
794
796
|
<a name="GtkSourceCompletion--auto-complete-delay"></a><h3>The <code class="literal">“auto-complete-delay”</code> property</h3>
|
795
|
-
<pre class="programlisting"> “auto-complete-delay” <a href="
|
797
|
+
<pre class="programlisting"> “auto-complete-delay” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
796
798
|
<p>Determines the popup delay (in milliseconds) at which the completion
|
797
799
|
will be shown for interactive completion.</p>
|
798
800
|
<p>Flags: Read / Write / Construct</p>
|
@@ -801,7 +803,7 @@ will be shown for interactive completion.</p>
|
|
801
803
|
<hr>
|
802
804
|
<div class="refsect2">
|
803
805
|
<a name="GtkSourceCompletion--proposal-page-size"></a><h3>The <code class="literal">“proposal-page-size”</code> property</h3>
|
804
|
-
<pre class="programlisting"> “proposal-page-size” <a href="
|
806
|
+
<pre class="programlisting"> “proposal-page-size” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
805
807
|
<p>The scroll page size of the proposals in the completion window. In
|
806
808
|
other words, when <span class="keycap"><strong>PageDown</strong></span> or</p>
|
807
809
|
<span class="keycap"><strong>PageUp</strong></span> is pressed, the selected
|
@@ -815,7 +817,7 @@ forward.</p>
|
|
815
817
|
<hr>
|
816
818
|
<div class="refsect2">
|
817
819
|
<a name="GtkSourceCompletion--provider-page-size"></a><h3>The <code class="literal">“provider-page-size”</code> property</h3>
|
818
|
-
<pre class="programlisting"> “provider-page-size” <a href="
|
820
|
+
<pre class="programlisting"> “provider-page-size” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
819
821
|
<p>The scroll page size of the provider pages in the completion window.</p>
|
820
822
|
<p>See the <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-page" title="The “move-page” signal"><span class="type">“move-page”</span></a> signal.</p>
|
821
823
|
<p>Flags: Read / Write / Construct</p>
|
@@ -825,7 +827,7 @@ forward.</p>
|
|
825
827
|
<hr>
|
826
828
|
<div class="refsect2">
|
827
829
|
<a name="GtkSourceCompletion--remember-info-visibility"></a><h3>The <code class="literal">“remember-info-visibility”</code> property</h3>
|
828
|
-
<pre class="programlisting"> “remember-info-visibility” <a href="
|
830
|
+
<pre class="programlisting"> “remember-info-visibility” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
829
831
|
<p>Determines whether the visibility of the info window should be
|
830
832
|
saved when the completion is hidden, and restored when the completion
|
831
833
|
is shown again.</p>
|
@@ -835,7 +837,7 @@ is shown again.</p>
|
|
835
837
|
<hr>
|
836
838
|
<div class="refsect2">
|
837
839
|
<a name="GtkSourceCompletion--select-on-show"></a><h3>The <code class="literal">“select-on-show”</code> property</h3>
|
838
|
-
<pre class="programlisting"> “select-on-show” <a href="
|
840
|
+
<pre class="programlisting"> “select-on-show” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
839
841
|
<p>Determines whether the first proposal should be selected when the
|
840
842
|
completion is first shown.</p>
|
841
843
|
<p>Flags: Read / Write / Construct</p>
|
@@ -844,7 +846,7 @@ completion is first shown.</p>
|
|
844
846
|
<hr>
|
845
847
|
<div class="refsect2">
|
846
848
|
<a name="GtkSourceCompletion--show-headers"></a><h3>The <code class="literal">“show-headers”</code> property</h3>
|
847
|
-
<pre class="programlisting"> “show-headers” <a href="
|
849
|
+
<pre class="programlisting"> “show-headers” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
848
850
|
<p>Determines whether provider headers should be shown in the proposal
|
849
851
|
list. It can be useful to disable when there is only one provider.</p>
|
850
852
|
<p>Flags: Read / Write / Construct</p>
|
@@ -853,7 +855,7 @@ list. It can be useful to disable when there is only one provider.</p>
|
|
853
855
|
<hr>
|
854
856
|
<div class="refsect2">
|
855
857
|
<a name="GtkSourceCompletion--show-icons"></a><h3>The <code class="literal">“show-icons”</code> property</h3>
|
856
|
-
<pre class="programlisting"> “show-icons” <a href="
|
858
|
+
<pre class="programlisting"> “show-icons” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
857
859
|
<p>Determines whether provider and proposal icons should be shown in
|
858
860
|
the completion popup.</p>
|
859
861
|
<p>Flags: Read / Write / Construct</p>
|
@@ -873,16 +875,16 @@ the completion popup.</p>
|
|
873
875
|
<a name="GtkSourceCompletion-activate-proposal"></a><h3>The <code class="literal">“activate-proposal”</code> signal</h3>
|
874
876
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
875
877
|
user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
|
876
|
-
<a href="
|
878
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
877
879
|
<p>The <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-activate-proposal" title="The “activate-proposal” signal"><span class="type">“activate-proposal”</span></a> signal is a
|
878
880
|
keybinding signal which gets emitted when the user initiates
|
879
881
|
a proposal activation.</p>
|
880
882
|
<p>Applications should not connect to it, but may emit it with
|
881
|
-
<a href="
|
883
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the proposal
|
882
884
|
activation programmatically.</p>
|
883
885
|
<div class="refsect3">
|
884
886
|
<a name="GtkSourceCompletion-activate-proposal.parameters"></a><h4>Parameters</h4>
|
885
|
-
<div class="informaltable"><table width="100%" border="0">
|
887
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
886
888
|
<colgroup>
|
887
889
|
<col width="150px" class="parameters_name">
|
888
890
|
<col class="parameters_description">
|
@@ -902,19 +904,19 @@ activation programmatically.</p>
|
|
902
904
|
</tbody>
|
903
905
|
</table></div>
|
904
906
|
</div>
|
905
|
-
<p>Flags: <a href="
|
907
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
906
908
|
</div>
|
907
909
|
<hr>
|
908
910
|
<div class="refsect2">
|
909
911
|
<a name="GtkSourceCompletion-hide"></a><h3>The <code class="literal">“hide”</code> signal</h3>
|
910
912
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
911
913
|
user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
|
912
|
-
<a href="
|
914
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
913
915
|
<p>Emitted when the completion window is hidden. The default handler
|
914
916
|
will actually hide the window.</p>
|
915
917
|
<div class="refsect3">
|
916
918
|
<a name="GtkSourceCompletion-hide.parameters"></a><h4>Parameters</h4>
|
917
|
-
<div class="informaltable"><table width="100%" border="0">
|
919
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
918
920
|
<colgroup>
|
919
921
|
<col width="150px" class="parameters_name">
|
920
922
|
<col class="parameters_description">
|
@@ -934,16 +936,16 @@ will actually hide the window.</p>
|
|
934
936
|
</tbody>
|
935
937
|
</table></div>
|
936
938
|
</div>
|
937
|
-
<p>Flags: <a href="
|
939
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
938
940
|
</div>
|
939
941
|
<hr>
|
940
942
|
<div class="refsect2">
|
941
943
|
<a name="GtkSourceCompletion-move-cursor"></a><h3>The <code class="literal">“move-cursor”</code> signal</h3>
|
942
944
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
943
945
|
user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
|
944
|
-
<a href="http://developer.gnome.org/
|
945
|
-
<a href="
|
946
|
-
<a href="
|
946
|
+
<a href="http://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
|
947
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num,
|
948
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
947
949
|
<p>The <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-cursor" title="The “move-cursor” signal"><span class="type">“move-cursor”</span></a> signal is a keybinding
|
948
950
|
signal which gets emitted when the user initiates a cursor
|
949
951
|
movement.</p>
|
@@ -952,15 +954,15 @@ movement.</p>
|
|
952
954
|
<span class="keycap"><strong>Home</strong></span> and <span class="keycap"><strong>End</strong></span> keys are bound to the
|
953
955
|
<p>normal behavior expected by those keys.</p>
|
954
956
|
<p>When <em class="parameter"><code>step</code></em>
|
955
|
-
is equal to <a href="http://developer.gnome.org/
|
957
|
+
is equal to <a href="http://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GTK-SCROLL-PAGES:CAPS"><code class="literal">GTK_SCROLL_PAGES</code></a>, the page size is defined by
|
956
958
|
the <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--proposal-page-size" title="The “proposal-page-size” property"><span class="type">“proposal-page-size”</span></a> property. It is used for
|
957
959
|
the <span class="keycap"><strong>PageDown</strong></span> and <span class="keycap"><strong>PageUp</strong></span> keys.</p>
|
958
960
|
<p>Applications should not connect to it, but may emit it with
|
959
|
-
<a href="
|
961
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
|
960
962
|
programmatically.</p>
|
961
963
|
<div class="refsect3">
|
962
964
|
<a name="GtkSourceCompletion-move-cursor.parameters"></a><h4>Parameters</h4>
|
963
|
-
<div class="informaltable"><table width="100%" border="0">
|
965
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
964
966
|
<colgroup>
|
965
967
|
<col width="150px" class="parameters_name">
|
966
968
|
<col class="parameters_description">
|
@@ -974,7 +976,7 @@ programmatically.</p>
|
|
974
976
|
</tr>
|
975
977
|
<tr>
|
976
978
|
<td class="parameter_name"><p>step</p></td>
|
977
|
-
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/
|
979
|
+
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> by which to move the cursor</p></td>
|
978
980
|
<td class="parameter_annotations"> </td>
|
979
981
|
</tr>
|
980
982
|
<tr>
|
@@ -990,16 +992,16 @@ programmatically.</p>
|
|
990
992
|
</tbody>
|
991
993
|
</table></div>
|
992
994
|
</div>
|
993
|
-
<p>Flags: <a href="
|
995
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
994
996
|
</div>
|
995
997
|
<hr>
|
996
998
|
<div class="refsect2">
|
997
999
|
<a name="GtkSourceCompletion-move-page"></a><h3>The <code class="literal">“move-page”</code> signal</h3>
|
998
1000
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
999
1001
|
user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
|
1000
|
-
<a href="http://developer.gnome.org/
|
1001
|
-
<a href="
|
1002
|
-
<a href="
|
1002
|
+
<a href="http://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
|
1003
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num,
|
1004
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1003
1005
|
<p>The <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-page" title="The “move-page” signal"><span class="type">“move-page”</span></a> signal is a keybinding
|
1004
1006
|
signal which gets emitted when the user initiates a page
|
1005
1007
|
movement (i.e. switches between provider pages).</p>
|
@@ -1008,14 +1010,14 @@ movement (i.e. switches between provider pages).</p>
|
|
1008
1010
|
<span class="keycap"><strong>Control</strong></span>+<span class="keycap"><strong>Home</strong></span><p>is for displaying all the providers.</p>
|
1009
1011
|
<span class="keycap"><strong>Control</strong></span>+<span class="keycap"><strong>End</strong></span><p>is for going to the last provider.</p>
|
1010
1012
|
<p>When <em class="parameter"><code>step</code></em>
|
1011
|
-
is equal to <a href="http://developer.gnome.org/
|
1013
|
+
is equal to <a href="http://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GTK-SCROLL-PAGES:CAPS"><span class="type">GTK_SCROLL_PAGES</span></a>, the page size is defined by
|
1012
1014
|
the <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--provider-page-size" title="The “provider-page-size” property"><span class="type">“provider-page-size”</span></a> property.</p>
|
1013
1015
|
<p>Applications should not connect to it, but may emit it with
|
1014
|
-
<a href="
|
1016
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the page selection
|
1015
1017
|
programmatically.</p>
|
1016
1018
|
<div class="refsect3">
|
1017
1019
|
<a name="GtkSourceCompletion-move-page.parameters"></a><h4>Parameters</h4>
|
1018
|
-
<div class="informaltable"><table width="100%" border="0">
|
1020
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1019
1021
|
<colgroup>
|
1020
1022
|
<col width="150px" class="parameters_name">
|
1021
1023
|
<col class="parameters_description">
|
@@ -1029,7 +1031,7 @@ programmatically.</p>
|
|
1029
1031
|
</tr>
|
1030
1032
|
<tr>
|
1031
1033
|
<td class="parameter_name"><p>step</p></td>
|
1032
|
-
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/
|
1034
|
+
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> by which to move the page</p></td>
|
1033
1035
|
<td class="parameter_annotations"> </td>
|
1034
1036
|
</tr>
|
1035
1037
|
<tr>
|
@@ -1045,7 +1047,7 @@ programmatically.</p>
|
|
1045
1047
|
</tbody>
|
1046
1048
|
</table></div>
|
1047
1049
|
</div>
|
1048
|
-
<p>Flags: <a href="
|
1050
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1049
1051
|
</div>
|
1050
1052
|
<hr>
|
1051
1053
|
<div class="refsect2">
|
@@ -1053,12 +1055,12 @@ programmatically.</p>
|
|
1053
1055
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1054
1056
|
user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
|
1055
1057
|
<a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context,
|
1056
|
-
<a href="
|
1058
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1057
1059
|
<p>Emitted just before starting to populate the completion with providers.
|
1058
1060
|
You can use this signal to add additional attributes in the context.</p>
|
1059
1061
|
<div class="refsect3">
|
1060
1062
|
<a name="GtkSourceCompletion-populate-context.parameters"></a><h4>Parameters</h4>
|
1061
|
-
<div class="informaltable"><table width="100%" border="0">
|
1063
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1062
1064
|
<colgroup>
|
1063
1065
|
<col width="150px" class="parameters_name">
|
1064
1066
|
<col class="parameters_description">
|
@@ -1083,19 +1085,19 @@ You can use this signal to add additional attributes in the context.</p>
|
|
1083
1085
|
</tbody>
|
1084
1086
|
</table></div>
|
1085
1087
|
</div>
|
1086
|
-
<p>Flags: <a href="
|
1088
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1087
1089
|
</div>
|
1088
1090
|
<hr>
|
1089
1091
|
<div class="refsect2">
|
1090
1092
|
<a name="GtkSourceCompletion-show"></a><h3>The <code class="literal">“show”</code> signal</h3>
|
1091
1093
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1092
1094
|
user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
|
1093
|
-
<a href="
|
1095
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1094
1096
|
<p>Emitted when the completion window is shown. The default handler
|
1095
1097
|
will actually show the window.</p>
|
1096
1098
|
<div class="refsect3">
|
1097
1099
|
<a name="GtkSourceCompletion-show.parameters"></a><h4>Parameters</h4>
|
1098
|
-
<div class="informaltable"><table width="100%" border="0">
|
1100
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1099
1101
|
<colgroup>
|
1100
1102
|
<col width="150px" class="parameters_name">
|
1101
1103
|
<col class="parameters_description">
|
@@ -1115,7 +1117,7 @@ will actually show the window.</p>
|
|
1115
1117
|
</tbody>
|
1116
1118
|
</table></div>
|
1117
1119
|
</div>
|
1118
|
-
<p>Flags: <a href="
|
1120
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1119
1121
|
</div>
|
1120
1122
|
</div>
|
1121
1123
|
</div>
|