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>GtkSourceCompletionContext: 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="GtkSourceCompletion.html" title="GtkSourceCompletion">
|
10
10
|
<link rel="next" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
@@ -21,7 +21,7 @@
|
|
21
21
|
<a href="#GtkSourceCompletionContext.signals" class="shortcut">Signals</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="GtkSourceCompletion.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
26
|
<td><a accesskey="n" href="GtkSourceCompletionInfo.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="GtkSourceCompletionContext.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">
|
@@ -52,7 +52,7 @@
|
|
52
52
|
</tr>
|
53
53
|
<tr>
|
54
54
|
<td class="function_type">
|
55
|
-
<a href="
|
55
|
+
<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>
|
56
56
|
</td>
|
57
57
|
<td class="function_name">
|
58
58
|
<a class="link" href="GtkSourceCompletionContext.html#gtk-source-completion-context-get-iter" title="gtk_source_completion_context_get_iter ()">gtk_source_completion_context_get_iter</a> <span class="c_punctuation">()</span>
|
@@ -71,7 +71,7 @@
|
|
71
71
|
</div>
|
72
72
|
<div class="refsect1">
|
73
73
|
<a name="GtkSourceCompletionContext.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">
|
@@ -91,7 +91,7 @@
|
|
91
91
|
</tr>
|
92
92
|
<tr>
|
93
93
|
<td class="property_type">
|
94
|
-
<a href="http://developer.gnome.org/
|
94
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *</td>
|
95
95
|
<td class="property_name"><a class="link" href="GtkSourceCompletionContext.html#GtkSourceCompletionContext--iter" title="The “iter” property">iter</a></td>
|
96
96
|
<td class="property_flags">Read / Write</td>
|
97
97
|
</tr>
|
@@ -100,7 +100,7 @@
|
|
100
100
|
</div>
|
101
101
|
<div class="refsect1">
|
102
102
|
<a name="GtkSourceCompletionContext.signals"></a><h2>Signals</h2>
|
103
|
-
<div class="informaltable"><table border="0">
|
103
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
104
104
|
<colgroup>
|
105
105
|
<col width="150px" class="signals_return">
|
106
106
|
<col width="300px" class="signals_name">
|
@@ -109,13 +109,13 @@
|
|
109
109
|
<tbody><tr>
|
110
110
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
111
111
|
<td class="signal_name"><a class="link" href="GtkSourceCompletionContext.html#GtkSourceCompletionContext-cancelled" title="The “cancelled” signal">cancelled</a></td>
|
112
|
-
<td class="signal_flags"><a href="
|
112
|
+
<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>
|
113
113
|
</tr></tbody>
|
114
114
|
</table></div>
|
115
115
|
</div>
|
116
116
|
<div class="refsect1">
|
117
117
|
<a name="GtkSourceCompletionContext.other"></a><h2>Types and Values</h2>
|
118
|
-
<div class="informaltable"><table width="100%" border="0">
|
118
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
119
119
|
<colgroup>
|
120
120
|
<col width="150px" class="name">
|
121
121
|
<col class="description">
|
@@ -134,8 +134,10 @@
|
|
134
134
|
</div>
|
135
135
|
<div class="refsect1">
|
136
136
|
<a name="GtkSourceCompletionContext.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
137
|
-
<pre class="screen"> <a href="
|
138
|
-
<span class="lineart">╰──</span>
|
137
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
|
138
|
+
<span class="lineart">╰──</span> GtkSourceCompletionActivation
|
139
|
+
<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>
|
140
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
139
141
|
<span class="lineart">╰──</span> GtkSourceCompletionContext
|
140
142
|
</pre>
|
141
143
|
</div>
|
@@ -157,7 +159,7 @@ context is destroyed.</p>
|
|
157
159
|
visible, and the user can choose a proposal. If the user is not happy with
|
158
160
|
the shown proposals, he or she can insert or delete characters, to modify the
|
159
161
|
completion context and therefore hoping to see the proposal he or she wants.
|
160
|
-
This means that when an insertion or deletion occurs in the <a href="http://developer.gnome.org/
|
162
|
+
This means that when an insertion or deletion occurs in the <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a>
|
161
163
|
when the completion window is visible, the eligible providers are again asked
|
162
164
|
to add proposals. The <a class="link" href="GtkSourceCompletionContext.html#GtkSourceCompletionContext--activation" title="The “activation” property"><span class="type">“activation”</span></a> remains the
|
163
165
|
same in this case.</p>
|
@@ -173,9 +175,9 @@ there are no proposals anymore. What the user wants is to delete the last
|
|
173
175
|
character, and see the previous proposals. If the completion window
|
174
176
|
disappears, the previous proposals will not reappear on the character
|
175
177
|
deletion.</p>
|
176
|
-
<p>A <a href="http://developer.gnome.org/
|
177
|
-
takes place. With this <a href="http://developer.gnome.org/
|
178
|
-
<a href="http://developer.gnome.org/
|
178
|
+
<p>A <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> is associated with the context, this is where the completion
|
179
|
+
takes place. With this <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a>, you can get the associated
|
180
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> with <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#gtk-text-iter-get-buffer"><code class="function">gtk_text_iter_get_buffer()</code></a>.</p>
|
179
181
|
</div>
|
180
182
|
<div class="refsect1">
|
181
183
|
<a name="GtkSourceCompletionContext.functions_details"></a><h2>Functions</h2>
|
@@ -185,19 +187,19 @@ takes place. With this <a href="http://developer.gnome.org/gtk3/GtkTextIter.html
|
|
185
187
|
gtk_source_completion_context_add_proposals
|
186
188
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context</code></em>,
|
187
189
|
<em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
|
188
|
-
<em class="parameter"><code><a href="
|
189
|
-
<em class="parameter"><code><a href="
|
190
|
+
<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> *proposals</code></em>,
|
191
|
+
<em class="parameter"><code><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> finished</code></em>);</pre>
|
190
192
|
<p>Providers can use this function to add proposals to the completion. They
|
191
193
|
can do so asynchronously by means of the <em class="parameter"><code>finished</code></em>
|
192
194
|
argument. Providers must
|
193
195
|
ensure that they always call this function with <em class="parameter"><code>finished</code></em>
|
194
|
-
set to <a href="
|
196
|
+
set to <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>
|
195
197
|
once each population (even if no proposals need to be added).
|
196
198
|
Population occurs when the <a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-populate" title="gtk_source_completion_provider_populate ()"><code class="function">gtk_source_completion_provider_populate()</code></a>
|
197
199
|
function is called.</p>
|
198
200
|
<div class="refsect3">
|
199
201
|
<a name="gtk-source-completion-context-add-proposals.parameters"></a><h4>Parameters</h4>
|
200
|
-
<div class="informaltable"><table width="100%" border="0">
|
202
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
201
203
|
<colgroup>
|
202
204
|
<col width="150px" class="parameters_name">
|
203
205
|
<col class="parameters_description">
|
@@ -217,7 +219,7 @@ function is called.</p>
|
|
217
219
|
<tr>
|
218
220
|
<td class="parameter_name"><p>proposals</p></td>
|
219
221
|
<td class="parameter_description"><p> The list of proposals to add. </p></td>
|
220
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
222
|
+
<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>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.CompletionProposal]</span></td>
|
221
223
|
</tr>
|
222
224
|
<tr>
|
223
225
|
<td class="parameter_name"><p>finished</p></td>
|
@@ -231,15 +233,15 @@ function is called.</p>
|
|
231
233
|
<hr>
|
232
234
|
<div class="refsect2">
|
233
235
|
<a name="gtk-source-completion-context-get-iter"></a><h3>gtk_source_completion_context_get_iter ()</h3>
|
234
|
-
<pre class="programlisting"><a href="
|
236
|
+
<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>
|
235
237
|
gtk_source_completion_context_get_iter
|
236
238
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context</code></em>,
|
237
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
239
|
+
<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>
|
238
240
|
<p>Get the iter at which the completion was invoked. Providers can use this
|
239
241
|
to determine how and if to match proposals.</p>
|
240
242
|
<div class="refsect3">
|
241
243
|
<a name="gtk-source-completion-context-get-iter.parameters"></a><h4>Parameters</h4>
|
242
|
-
<div class="informaltable"><table width="100%" border="0">
|
244
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
243
245
|
<colgroup>
|
244
246
|
<col width="150px" class="parameters_name">
|
245
247
|
<col class="parameters_description">
|
@@ -253,7 +255,7 @@ to determine how and if to match proposals.</p>
|
|
253
255
|
</tr>
|
254
256
|
<tr>
|
255
257
|
<td class="parameter_name"><p>iter</p></td>
|
256
|
-
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/
|
258
|
+
<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>
|
257
259
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
258
260
|
</tr>
|
259
261
|
</tbody>
|
@@ -261,8 +263,8 @@ to determine how and if to match proposals.</p>
|
|
261
263
|
</div>
|
262
264
|
<div class="refsect3">
|
263
265
|
<a name="gtk-source-completion-context-get-iter.returns"></a><h4>Returns</h4>
|
264
|
-
<p> <a href="
|
265
|
-
is correctly set, <a href="
|
266
|
+
<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>iter</code></em>
|
267
|
+
is correctly set, <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> otherwise.</p>
|
266
268
|
</div>
|
267
269
|
</div>
|
268
270
|
<hr>
|
@@ -274,7 +276,7 @@ gtk_source_completion_context_get_activation
|
|
274
276
|
<p>Get the context activation.</p>
|
275
277
|
<div class="refsect3">
|
276
278
|
<a name="gtk-source-completion-context-get-activation.parameters"></a><h4>Parameters</h4>
|
277
|
-
<div class="informaltable"><table width="100%" border="0">
|
279
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
278
280
|
<colgroup>
|
279
281
|
<col width="150px" class="parameters_name">
|
280
282
|
<col class="parameters_description">
|
@@ -299,7 +301,7 @@ gtk_source_completion_context_get_activation
|
|
299
301
|
<a name="GtkSourceCompletionActivation"></a><h3>enum GtkSourceCompletionActivation</h3>
|
300
302
|
<div class="refsect3">
|
301
303
|
<a name="GtkSourceCompletionActivation.members"></a><h4>Members</h4>
|
302
|
-
<div class="informaltable"><table width="100%" border="0">
|
304
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
303
305
|
<colgroup>
|
304
306
|
<col width="300px" class="enum_members_name">
|
305
307
|
<col class="enum_members_description">
|
@@ -317,7 +319,7 @@ gtk_source_completion_context_get_activation
|
|
317
319
|
<td class="enum_member_name"><p><a name="GTK-SOURCE-COMPLETION-ACTIVATION-INTERACTIVE:CAPS"></a>GTK_SOURCE_COMPLETION_ACTIVATION_INTERACTIVE</p></td>
|
318
320
|
<td class="enum_member_description">
|
319
321
|
<p>Interactive activation. By
|
320
|
-
default, it occurs on each insertion in the <a href="http://developer.gnome.org/
|
322
|
+
default, it occurs on each insertion in the <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a>. This can be
|
321
323
|
blocked temporarily with <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-block-interactive" title="gtk_source_completion_block_interactive ()"><code class="function">gtk_source_completion_block_interactive()</code></a>.</p>
|
322
324
|
</td>
|
323
325
|
<td class="enum_member_annotations"> </td>
|
@@ -360,8 +362,8 @@ By default, it occurs when the user presses</p>
|
|
360
362
|
<hr>
|
361
363
|
<div class="refsect2">
|
362
364
|
<a name="GtkSourceCompletionContext--iter"></a><h3>The <code class="literal">“iter”</code> property</h3>
|
363
|
-
<pre class="programlisting"> “iter” <a href="http://developer.gnome.org/
|
364
|
-
<p>The <a href="http://developer.gnome.org/
|
365
|
+
<pre class="programlisting"> “iter” <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *</pre>
|
366
|
+
<p>The <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> at which the completion is invoked.</p>
|
365
367
|
<p>Flags: Read / Write</p>
|
366
368
|
</div>
|
367
369
|
</div>
|
@@ -371,13 +373,13 @@ By default, it occurs when the user presses</p>
|
|
371
373
|
<a name="GtkSourceCompletionContext-cancelled"></a><h3>The <code class="literal">“cancelled”</code> signal</h3>
|
372
374
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
373
375
|
user_function (<a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *arg0,
|
374
|
-
<a href="
|
376
|
+
<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>
|
375
377
|
<p>Emitted when the current population of proposals has been cancelled.
|
376
378
|
Providers adding proposals asynchronously should connect to this signal
|
377
379
|
to know when to cancel running proposal queries.</p>
|
378
380
|
<div class="refsect3">
|
379
381
|
<a name="GtkSourceCompletionContext-cancelled.parameters"></a><h4>Parameters</h4>
|
380
|
-
<div class="informaltable"><table width="100%" border="0">
|
382
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
381
383
|
<colgroup>
|
382
384
|
<col width="150px" class="parameters_name">
|
383
385
|
<col class="parameters_description">
|
@@ -390,7 +392,7 @@ to know when to cancel running proposal queries.</p>
|
|
390
392
|
</tr></tbody>
|
391
393
|
</table></div>
|
392
394
|
</div>
|
393
|
-
<p>Flags: <a href="
|
395
|
+
<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>
|
394
396
|
</div>
|
395
397
|
</div>
|
396
398
|
</div>
|
@@ -3,9 +3,9 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceCompletionInfo: 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="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext">
|
10
10
|
<link rel="next" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
@@ -21,7 +21,7 @@
|
|
21
21
|
<a href="#GtkSourceCompletionInfo.signals" class="shortcut">Signals</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="GtkSourceCompletionContext.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
26
|
<td><a accesskey="n" href="GtkSourceCompletionItem.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="GtkSourceCompletionInfo.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">
|
@@ -68,7 +68,7 @@
|
|
68
68
|
</tr>
|
69
69
|
<tr>
|
70
70
|
<td class="function_type">
|
71
|
-
<a href="http://developer.gnome.org/
|
71
|
+
<a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
|
72
72
|
</td>
|
73
73
|
<td class="function_name">
|
74
74
|
<a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-get-widget" title="gtk_source_completion_info_get_widget ()">gtk_source_completion_info_get_widget</a> <span class="c_punctuation">()</span>
|
@@ -79,7 +79,7 @@
|
|
79
79
|
</div>
|
80
80
|
<div class="refsect1">
|
81
81
|
<a name="GtkSourceCompletionInfo.signals"></a><h2>Signals</h2>
|
82
|
-
<div class="informaltable"><table border="0">
|
82
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
83
83
|
<colgroup>
|
84
84
|
<col width="150px" class="signals_return">
|
85
85
|
<col width="300px" class="signals_name">
|
@@ -88,13 +88,13 @@
|
|
88
88
|
<tbody><tr>
|
89
89
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
90
90
|
<td class="signal_name"><a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo-before-show" title="The “before-show” signal">before-show</a></td>
|
91
|
-
<td class="signal_flags"><a href="
|
91
|
+
<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>
|
92
92
|
</tr></tbody>
|
93
93
|
</table></div>
|
94
94
|
</div>
|
95
95
|
<div class="refsect1">
|
96
96
|
<a name="GtkSourceCompletionInfo.other"></a><h2>Types and Values</h2>
|
97
|
-
<div class="informaltable"><table width="100%" border="0">
|
97
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
98
98
|
<colgroup>
|
99
99
|
<col width="150px" class="name">
|
100
100
|
<col class="description">
|
@@ -107,12 +107,12 @@
|
|
107
107
|
</div>
|
108
108
|
<div class="refsect1">
|
109
109
|
<a name="GtkSourceCompletionInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
110
|
-
<pre class="screen"> <a href="
|
111
|
-
<span class="lineart">╰──</span> <a href="
|
112
|
-
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/
|
113
|
-
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/
|
114
|
-
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/
|
115
|
-
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/
|
110
|
+
<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>
|
111
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
112
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
|
113
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
|
114
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkBin.html#GtkBin-struct">GtkBin</a>
|
115
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct">GtkWindow</a>
|
116
116
|
<span class="lineart">╰──</span> GtkSourceCompletionInfo
|
117
117
|
</pre>
|
118
118
|
</div>
|
@@ -120,7 +120,7 @@
|
|
120
120
|
<a name="GtkSourceCompletionInfo.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
121
121
|
<p>
|
122
122
|
GtkSourceCompletionInfo implements
|
123
|
-
AtkImplementorIface and <a href="http://developer.gnome.org/
|
123
|
+
AtkImplementorIface and <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p>
|
124
124
|
</div>
|
125
125
|
<div class="refsect1">
|
126
126
|
<a name="GtkSourceCompletionInfo.includes"></a><h2>Includes</h2>
|
@@ -132,11 +132,11 @@ GtkSourceCompletionInfo implements
|
|
132
132
|
<p>This object can be used to show a calltip or help for the
|
133
133
|
current completion proposal.</p>
|
134
134
|
<p>The info window has always the same size as the natural size of its child
|
135
|
-
widget, added with <a href="http://developer.gnome.org/
|
135
|
+
widget, added with <a href="http://developer.gnome.org/gtk4/GtkContainer.html#gtk-container-add"><code class="function">gtk_container_add()</code></a>. If you want a fixed size instead, a
|
136
136
|
possibility is to use a scrolled window, as the following example
|
137
137
|
demonstrates.</p>
|
138
138
|
<div class="example">
|
139
|
-
<a name="id-1.2.
|
139
|
+
<a name="id-1.2.5.4.9.4"></a><p class="title"><b>Example 1. Fixed size with a scrolled window.</b></p>
|
140
140
|
<div class="example-contents">
|
141
141
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
142
142
|
<tbody>
|
@@ -150,22 +150,22 @@ demonstrates.</p>
|
|
150
150
|
7</pre></td>
|
151
151
|
<td class="listing_code"><pre class="programlisting"><span class="usertype">GtkSourceCompletionInfo</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">info</span><span class="symbol">;</span>
|
152
152
|
<span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">your_widget</span><span class="symbol">;</span>
|
153
|
-
<span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">scrolled_window </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/
|
153
|
+
<span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">scrolled_window </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gtk4/GtkScrolledWindow.html#gtk-scrolled-window-new">gtk_scrolled_window_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
|
154
154
|
|
155
|
-
<span class="function"><a href="http://developer.gnome.org/
|
156
|
-
<span class="function"><a href="http://developer.gnome.org/
|
157
|
-
<span class="function"><a href="http://developer.gnome.org/
|
155
|
+
<span class="function"><a href="http://developer.gnome.org/gtk4/GtkWidget.html#gtk-widget-set-size-request">gtk_widget_set_size_request</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">scrolled_window</span><span class="symbol">,</span><span class="normal"> </span><span class="number">300</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200</span><span class="symbol">);</span>
|
156
|
+
<span class="function"><a href="http://developer.gnome.org/gtk4/GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">scrolled_window</span><span class="symbol">),</span><span class="normal"> your_widget</span><span class="symbol">);</span>
|
157
|
+
<span class="function"><a href="http://developer.gnome.org/gtk4/GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info</span><span class="symbol">),</span><span class="normal"> scrolled_window</span><span class="symbol">);</span></pre></td>
|
158
158
|
</tr>
|
159
159
|
</tbody>
|
160
160
|
</table>
|
161
161
|
</div>
|
162
162
|
|
163
163
|
</div>
|
164
|
-
<br class="example-break"><p>If the calltip is displayed on top of a certain widget, say a <a href="http://developer.gnome.org/
|
165
|
-
you should attach the calltip window to the <a href="http://developer.gnome.org/
|
166
|
-
<a href="http://developer.gnome.org/
|
167
|
-
the <a href="http://developer.gnome.org/
|
168
|
-
may also be interested by the <a href="http://developer.gnome.org/
|
164
|
+
<br class="example-break"><p>If the calltip is displayed on top of a certain widget, say a <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a>,
|
165
|
+
you should attach the calltip window to the <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a> with
|
166
|
+
<a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-set-attached-to"><code class="function">gtk_window_set_attached_to()</code></a>. By doing this, the calltip will be hidden when
|
167
|
+
the <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-focus-out-event"><span class="type">“focus-out-event”</span></a> signal is emitted by the <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a>. You
|
168
|
+
may also be interested by the <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer--cursor-position"><span class="type">“cursor-position”</span></a> property (when
|
169
169
|
its value is modified). If you use the <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> through the
|
170
170
|
<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> machinery, you don't need to worry about this.</p>
|
171
171
|
</div>
|
@@ -186,19 +186,19 @@ gtk_source_completion_info_new (<em class="parameter"><code><span class="type">v
|
|
186
186
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
187
187
|
gtk_source_completion_info_move_to_iter
|
188
188
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
|
189
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
190
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
189
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a> *view</code></em>,
|
190
|
+
<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>
|
191
191
|
<p>Moves the <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> to <em class="parameter"><code>iter</code></em>
|
192
192
|
. If <em class="parameter"><code>iter</code></em>
|
193
|
-
is <a href="
|
193
|
+
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> <em class="parameter"><code>info</code></em>
|
194
194
|
is
|
195
|
-
moved to the cursor position. Moving will respect the <a href="http://developer.gnome.org/gdk3/
|
195
|
+
moved to the cursor position. Moving will respect the <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> setting
|
196
196
|
of the info window and will ensure the line at <em class="parameter"><code>iter</code></em>
|
197
197
|
is not occluded by
|
198
198
|
the window.</p>
|
199
199
|
<div class="refsect3">
|
200
200
|
<a name="gtk-source-completion-info-move-to-iter.parameters"></a><h4>Parameters</h4>
|
201
|
-
<div class="informaltable"><table width="100%" border="0">
|
201
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
202
202
|
<colgroup>
|
203
203
|
<col width="150px" class="parameters_name">
|
204
204
|
<col class="parameters_description">
|
@@ -212,13 +212,13 @@ the window.</p>
|
|
212
212
|
</tr>
|
213
213
|
<tr>
|
214
214
|
<td class="parameter_name"><p>view</p></td>
|
215
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
215
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a> on which the info window should be positioned.</p></td>
|
216
216
|
<td class="parameter_annotations"> </td>
|
217
217
|
</tr>
|
218
218
|
<tr>
|
219
219
|
<td class="parameter_name"><p>iter</p></td>
|
220
|
-
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/
|
221
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
220
|
+
<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>
|
221
|
+
<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>
|
222
222
|
</tr>
|
223
223
|
</tbody>
|
224
224
|
</table></div>
|
@@ -229,18 +229,18 @@ the window.</p>
|
|
229
229
|
<a name="gtk-source-completion-info-set-widget"></a><h3>gtk_source_completion_info_set_widget ()</h3>
|
230
230
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
231
231
|
gtk_source_completion_info_set_widget (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
|
232
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
232
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
233
233
|
<div class="warning">
|
234
234
|
<p><code class="literal">gtk_source_completion_info_set_widget</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
235
|
-
<p>Use <a href="http://developer.gnome.org/
|
236
|
-
widget, remove it with <a href="http://developer.gnome.org/
|
235
|
+
<p>Use <a href="http://developer.gnome.org/gtk4/GtkContainer.html#gtk-container-add"><code class="function">gtk_container_add()</code></a> instead. If there is already a child
|
236
|
+
widget, remove it with <a href="http://developer.gnome.org/gtk4/GtkContainer.html#gtk-container-remove"><code class="function">gtk_container_remove()</code></a>.</p>
|
237
237
|
</div>
|
238
238
|
<p>Sets the content widget of the info window. See that the previous widget will
|
239
239
|
lose a reference and it can be destroyed, so if you do not want this to
|
240
|
-
happen you must use <a href="
|
240
|
+
happen you must use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> before calling this method.</p>
|
241
241
|
<div class="refsect3">
|
242
242
|
<a name="gtk-source-completion-info-set-widget.parameters"></a><h4>Parameters</h4>
|
243
|
-
<div class="informaltable"><table width="100%" border="0">
|
243
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
244
244
|
<colgroup>
|
245
245
|
<col width="150px" class="parameters_name">
|
246
246
|
<col class="parameters_description">
|
@@ -254,8 +254,8 @@ happen you must use <a href="https://developer.gnome.org/gobject/unstable/gobjec
|
|
254
254
|
</tr>
|
255
255
|
<tr>
|
256
256
|
<td class="parameter_name"><p>widget</p></td>
|
257
|
-
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/
|
258
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
257
|
+
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a>. </p></td>
|
258
|
+
<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>
|
259
259
|
</tr>
|
260
260
|
</tbody>
|
261
261
|
</table></div>
|
@@ -264,16 +264,16 @@ happen you must use <a href="https://developer.gnome.org/gobject/unstable/gobjec
|
|
264
264
|
<hr>
|
265
265
|
<div class="refsect2">
|
266
266
|
<a name="gtk-source-completion-info-get-widget"></a><h3>gtk_source_completion_info_get_widget ()</h3>
|
267
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
267
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
|
268
268
|
gtk_source_completion_info_get_widget (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>);</pre>
|
269
269
|
<div class="warning">
|
270
270
|
<p><code class="literal">gtk_source_completion_info_get_widget</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
271
|
-
<p>Use <a href="http://developer.gnome.org/
|
271
|
+
<p>Use <a href="http://developer.gnome.org/gtk4/GtkBin.html#gtk-bin-get-child"><code class="function">gtk_bin_get_child()</code></a> instead.</p>
|
272
272
|
</div>
|
273
273
|
<p>Get the current content widget.</p>
|
274
274
|
<div class="refsect3">
|
275
275
|
<a name="gtk-source-completion-info-get-widget.parameters"></a><h4>Parameters</h4>
|
276
|
-
<div class="informaltable"><table width="100%" border="0">
|
276
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
277
277
|
<colgroup>
|
278
278
|
<col width="150px" class="parameters_name">
|
279
279
|
<col class="parameters_description">
|
@@ -306,7 +306,7 @@ gtk_source_completion_info_get_widget (<em class="parameter"><code><a class="lin
|
|
306
306
|
<a name="GtkSourceCompletionInfo-before-show"></a><h3>The <code class="literal">“before-show”</code> signal</h3>
|
307
307
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
308
308
|
user_function (<a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info,
|
309
|
-
<a href="
|
309
|
+
<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>
|
310
310
|
<p>This signal is emitted before any "show" management. You can connect
|
311
311
|
to this signal if you want to change some properties or position
|
312
312
|
before the real "show".</p>
|
@@ -316,7 +316,7 @@ before the real "show".</p>
|
|
316
316
|
</div>
|
317
317
|
<div class="refsect3">
|
318
318
|
<a name="GtkSourceCompletionInfo-before-show.parameters"></a><h4>Parameters</h4>
|
319
|
-
<div class="informaltable"><table width="100%" border="0">
|
319
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
320
320
|
<colgroup>
|
321
321
|
<col width="150px" class="parameters_name">
|
322
322
|
<col class="parameters_description">
|
@@ -336,7 +336,7 @@ before the real "show".</p>
|
|
336
336
|
</tbody>
|
337
337
|
</table></div>
|
338
338
|
</div>
|
339
|
-
<p>Flags: <a href="
|
339
|
+
<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>
|
340
340
|
</div>
|
341
341
|
</div>
|
342
342
|
</div>
|