gtksourceview3 3.0.7-x64-mingw32 → 3.0.8-x64-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 +1 -1
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +52 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +68 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +18 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +8 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +4 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +36 -10
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +27 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +28 -11
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +36 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +15 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +18 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +9 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +39 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +10 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +6 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +8 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +67 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +6 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +18 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +54 -8
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +20 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +12 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +9 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +8 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +10 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +51 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +493 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +21 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +47 -5
- 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 +5 -5
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +4 -4
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +880 -151
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +475 -261
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +104 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +31 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +42 -44
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +64 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +171 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +164 -77
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +65 -45
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +259 -61
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +99 -96
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +88 -94
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +44 -46
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +187 -195
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +37 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +91 -20
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +88 -93
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +47 -50
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +254 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +39 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +89 -91
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +249 -277
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +158 -169
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +69 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +83 -40
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +46 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +13 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +12 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +33 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +177 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +40 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +328 -252
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +62 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +90 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +270 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +114 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +214 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +13 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/{pt02.html → ch09.html} +9 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +472 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +95 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +21 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +10 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +16 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +37 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +9 -6
- data/vendor/local/share/gtksourceview-3.0/language-specs/bibtex.lang +9 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +14 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/chdr.lang +11 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +18 -12
- data/vendor/local/share/gtksourceview-3.0/language-specs/cpphdr.lang +42 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/csharp.lang +5 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +418 -14
- data/vendor/local/share/gtksourceview-3.0/language-specs/csv.lang +74 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/desktop.lang +6 -6
- data/vendor/local/share/gtksourceview-3.0/language-specs/diff.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/fsharp.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/gdb-log.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/html.lang +6 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/imagej.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +250 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +14 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +15 -15
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +8 -30
- data/vendor/local/share/gtksourceview-3.0/language-specs/meson.lang +103 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/ocaml.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +208 -145
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +12 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +52 -20
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +2 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +2 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +292 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/sh.lang +20 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/vala.lang +37 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/vbnet.lang +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +3 -3
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +3 -3
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +5 -3
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +2 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/styles.rng +1 -3
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +3 -4
- 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 +109 -90
- data/vendor/local/lib/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +0 -987
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="ch03.html" title="Completion">
|
9
9
|
<link rel="prev" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">
|
10
10
|
<link rel="next" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<tbody>
|
46
46
|
<tr>
|
47
47
|
<td class="function_type">
|
48
|
-
<a href="/
|
48
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
49
49
|
</td>
|
50
50
|
<td class="function_name">
|
51
51
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-label" title="gtk_source_completion_proposal_get_label ()">gtk_source_completion_proposal_get_label</a> <span class="c_punctuation">()</span>
|
@@ -53,7 +53,7 @@
|
|
53
53
|
</tr>
|
54
54
|
<tr>
|
55
55
|
<td class="function_type">
|
56
|
-
<a href="/
|
56
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
57
57
|
</td>
|
58
58
|
<td class="function_name">
|
59
59
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-markup" title="gtk_source_completion_proposal_get_markup ()">gtk_source_completion_proposal_get_markup</a> <span class="c_punctuation">()</span>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
</tr>
|
62
62
|
<tr>
|
63
63
|
<td class="function_type">
|
64
|
-
<a href="/
|
64
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
65
65
|
</td>
|
66
66
|
<td class="function_name">
|
67
67
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-text" title="gtk_source_completion_proposal_get_text ()">gtk_source_completion_proposal_get_text</a> <span class="c_punctuation">()</span>
|
@@ -69,15 +69,30 @@
|
|
69
69
|
</tr>
|
70
70
|
<tr>
|
71
71
|
<td class="function_type">
|
72
|
-
<a href="
|
72
|
+
<a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
73
73
|
</td>
|
74
74
|
<td class="function_name">
|
75
75
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon" title="gtk_source_completion_proposal_get_icon ()">gtk_source_completion_proposal_get_icon</a> <span class="c_punctuation">()</span>
|
76
76
|
</td>
|
77
77
|
</tr>
|
78
78
|
<tr>
|
79
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
80
|
+
</td>
|
81
|
+
<td class="function_name">
|
82
|
+
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon-name" title="gtk_source_completion_proposal_get_icon_name ()">gtk_source_completion_proposal_get_icon_name</a> <span class="c_punctuation">()</span>
|
83
|
+
</td>
|
84
|
+
</tr>
|
85
|
+
<tr>
|
79
86
|
<td class="function_type">
|
80
|
-
<a href="/
|
87
|
+
<a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
|
88
|
+
</td>
|
89
|
+
<td class="function_name">
|
90
|
+
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-gicon" title="gtk_source_completion_proposal_get_gicon ()">gtk_source_completion_proposal_get_gicon</a> <span class="c_punctuation">()</span>
|
91
|
+
</td>
|
92
|
+
</tr>
|
93
|
+
<tr>
|
94
|
+
<td class="function_type">
|
95
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
81
96
|
</td>
|
82
97
|
<td class="function_name">
|
83
98
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-info" title="gtk_source_completion_proposal_get_info ()">gtk_source_completion_proposal_get_info</a> <span class="c_punctuation">()</span>
|
@@ -93,7 +108,7 @@
|
|
93
108
|
</tr>
|
94
109
|
<tr>
|
95
110
|
<td class="function_type">
|
96
|
-
<a href="/
|
111
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
97
112
|
</td>
|
98
113
|
<td class="function_name">
|
99
114
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-hash" title="gtk_source_completion_proposal_hash ()">gtk_source_completion_proposal_hash</a> <span class="c_punctuation">()</span>
|
@@ -101,7 +116,7 @@
|
|
101
116
|
</tr>
|
102
117
|
<tr>
|
103
118
|
<td class="function_type">
|
104
|
-
<a href="/
|
119
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
105
120
|
</td>
|
106
121
|
<td class="function_name">
|
107
122
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-equal" title="gtk_source_completion_proposal_equal ()">gtk_source_completion_proposal_equal</a> <span class="c_punctuation">()</span>
|
@@ -121,7 +136,7 @@
|
|
121
136
|
<tbody><tr>
|
122
137
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
123
138
|
<td class="signal_name"><a class="link" href="GtkSourceCompletionProposal.html#GtkSourceCompletionProposal-changed" title="The “changed” signal">changed</a></td>
|
124
|
-
<td class="signal_flags"><a href="/
|
139
|
+
<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
125
140
|
</tr></tbody>
|
126
141
|
</table></div>
|
127
142
|
</div>
|
@@ -154,7 +169,7 @@
|
|
154
169
|
<a name="GtkSourceCompletionProposal.prerequisites"></a><h2>Prerequisites</h2>
|
155
170
|
<p>
|
156
171
|
GtkSourceCompletionProposal requires
|
157
|
-
<a href="/
|
172
|
+
<a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
|
158
173
|
</div>
|
159
174
|
<div class="refsect1">
|
160
175
|
<a name="GtkSourceCompletionProposal.implementations"></a><h2>Known Implementations</h2>
|
@@ -172,21 +187,30 @@ GtkSourceCompletionProposal is implemented by
|
|
172
187
|
<p>The proposal interface represents a completion item in the completion window.
|
173
188
|
It provides information on how to display the completion item and what action
|
174
189
|
should be taken when the completion item is activated.</p>
|
190
|
+
<p>The proposal is displayed in the completion window with a label and
|
191
|
+
optionally an icon.
|
192
|
+
The label may be specified using plain text or markup by implementing
|
193
|
+
the corresponding get function. Only one of those get functions
|
194
|
+
should return a value different from <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
195
|
+
The icon may be specified as a <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>, as an icon name or as a <a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> by
|
196
|
+
implementing the corresponding get function. At most one of those get functions
|
197
|
+
should return a value different from <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, if they all return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> no icon
|
198
|
+
will be used.</p>
|
175
199
|
</div>
|
176
200
|
<div class="refsect1">
|
177
201
|
<a name="GtkSourceCompletionProposal.functions_details"></a><h2>Functions</h2>
|
178
202
|
<div class="refsect2">
|
179
203
|
<a name="gtk-source-completion-proposal-get-label"></a><h3>gtk_source_completion_proposal_get_label ()</h3>
|
180
|
-
<pre class="programlisting"><a href="/
|
204
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
181
205
|
gtk_source_completion_proposal_get_label
|
182
206
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
|
183
207
|
<p>Gets the label of <em class="parameter"><code>proposal</code></em>
|
184
208
|
. The label is shown in the list of proposals as
|
185
209
|
plain text. If you need any markup (such as bold or italic text), you have
|
186
210
|
to implement <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-markup" title="gtk_source_completion_proposal_get_markup ()"><code class="function">gtk_source_completion_proposal_get_markup()</code></a>. The returned string
|
187
|
-
must be freed with <a href="/
|
211
|
+
must be freed with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
188
212
|
<div class="refsect3">
|
189
|
-
<a name="
|
213
|
+
<a name="gtk-source-completion-proposal-get-label.parameters"></a><h4>Parameters</h4>
|
190
214
|
<div class="informaltable"><table width="100%" border="0">
|
191
215
|
<colgroup>
|
192
216
|
<col width="150px" class="parameters_name">
|
@@ -201,25 +225,24 @@ must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/s
|
|
201
225
|
</table></div>
|
202
226
|
</div>
|
203
227
|
<div class="refsect3">
|
204
|
-
<a name="
|
228
|
+
<a name="gtk-source-completion-proposal-get-label.returns"></a><h4>Returns</h4>
|
205
229
|
<p> a new string containing the label of <em class="parameter"><code>proposal</code></em>
|
206
230
|
.</p>
|
207
|
-
<p></p>
|
208
231
|
</div>
|
209
232
|
</div>
|
210
233
|
<hr>
|
211
234
|
<div class="refsect2">
|
212
235
|
<a name="gtk-source-completion-proposal-get-markup"></a><h3>gtk_source_completion_proposal_get_markup ()</h3>
|
213
|
-
<pre class="programlisting"><a href="/
|
236
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
214
237
|
gtk_source_completion_proposal_get_markup
|
215
238
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
|
216
239
|
<p>Gets the label of <em class="parameter"><code>proposal</code></em>
|
217
240
|
with markup. The label is shown in the list of
|
218
241
|
proposals and may contain markup. This will be used instead of
|
219
242
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-label" title="gtk_source_completion_proposal_get_label ()"><code class="function">gtk_source_completion_proposal_get_label()</code></a> if implemented. The returned string
|
220
|
-
must be freed with <a href="/
|
243
|
+
must be freed with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
221
244
|
<div class="refsect3">
|
222
|
-
<a name="
|
245
|
+
<a name="gtk-source-completion-proposal-get-markup.parameters"></a><h4>Parameters</h4>
|
223
246
|
<div class="informaltable"><table width="100%" border="0">
|
224
247
|
<colgroup>
|
225
248
|
<col width="150px" class="parameters_name">
|
@@ -234,16 +257,15 @@ must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/s
|
|
234
257
|
</table></div>
|
235
258
|
</div>
|
236
259
|
<div class="refsect3">
|
237
|
-
<a name="
|
260
|
+
<a name="gtk-source-completion-proposal-get-markup.returns"></a><h4>Returns</h4>
|
238
261
|
<p> a new string containing the label of <em class="parameter"><code>proposal</code></em>
|
239
262
|
with markup.</p>
|
240
|
-
<p></p>
|
241
263
|
</div>
|
242
264
|
</div>
|
243
265
|
<hr>
|
244
266
|
<div class="refsect2">
|
245
267
|
<a name="gtk-source-completion-proposal-get-text"></a><h3>gtk_source_completion_proposal_get_text ()</h3>
|
246
|
-
<pre class="programlisting"><a href="/
|
268
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
247
269
|
gtk_source_completion_proposal_get_text
|
248
270
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
|
249
271
|
<p>Gets the text of <em class="parameter"><code>proposal</code></em>
|
@@ -252,9 +274,9 @@ the text buffer when the proposal is activated by the default activation.
|
|
252
274
|
You are free to implement a custom activation handler in the provider and
|
253
275
|
not implement this function. For more information, see
|
254
276
|
<a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-activate-proposal" title="gtk_source_completion_provider_activate_proposal ()"><code class="function">gtk_source_completion_provider_activate_proposal()</code></a>. The returned string must
|
255
|
-
be freed with <a href="/
|
277
|
+
be freed with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
256
278
|
<div class="refsect3">
|
257
|
-
<a name="
|
279
|
+
<a name="gtk-source-completion-proposal-get-text.parameters"></a><h4>Parameters</h4>
|
258
280
|
<div class="informaltable"><table width="100%" border="0">
|
259
281
|
<colgroup>
|
260
282
|
<col width="150px" class="parameters_name">
|
@@ -269,22 +291,51 @@ be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/
|
|
269
291
|
</table></div>
|
270
292
|
</div>
|
271
293
|
<div class="refsect3">
|
272
|
-
<a name="
|
294
|
+
<a name="gtk-source-completion-proposal-get-text.returns"></a><h4>Returns</h4>
|
273
295
|
<p> a new string containing the text of <em class="parameter"><code>proposal</code></em>
|
274
296
|
.</p>
|
275
|
-
<p></p>
|
276
297
|
</div>
|
277
298
|
</div>
|
278
299
|
<hr>
|
279
300
|
<div class="refsect2">
|
280
301
|
<a name="gtk-source-completion-proposal-get-icon"></a><h3>gtk_source_completion_proposal_get_icon ()</h3>
|
281
|
-
<pre class="programlisting"><a href="
|
302
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
282
303
|
gtk_source_completion_proposal_get_icon
|
283
304
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
|
284
|
-
<p>Gets the icon of <em class="parameter"><code>proposal</code></em>
|
305
|
+
<p>Gets the <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> for the icon of <em class="parameter"><code>proposal</code></em>
|
306
|
+
.</p>
|
307
|
+
<div class="refsect3">
|
308
|
+
<a name="gtk-source-completion-proposal-get-icon.parameters"></a><h4>Parameters</h4>
|
309
|
+
<div class="informaltable"><table width="100%" border="0">
|
310
|
+
<colgroup>
|
311
|
+
<col width="150px" class="parameters_name">
|
312
|
+
<col class="parameters_description">
|
313
|
+
<col width="200px" class="parameters_annotations">
|
314
|
+
</colgroup>
|
315
|
+
<tbody><tr>
|
316
|
+
<td class="parameter_name"><p>proposal</p></td>
|
317
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a>.</p></td>
|
318
|
+
<td class="parameter_annotations"> </td>
|
319
|
+
</tr></tbody>
|
320
|
+
</table></div>
|
321
|
+
</div>
|
322
|
+
<div class="refsect3">
|
323
|
+
<a name="gtk-source-completion-proposal-get-icon.returns"></a><h4>Returns</h4>
|
324
|
+
<p> A <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> with the icon of <em class="parameter"><code>proposal</code></em>
|
325
|
+
. </p>
|
326
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
327
|
+
</div>
|
328
|
+
</div>
|
329
|
+
<hr>
|
330
|
+
<div class="refsect2">
|
331
|
+
<a name="gtk-source-completion-proposal-get-icon-name"></a><h3>gtk_source_completion_proposal_get_icon_name ()</h3>
|
332
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
333
|
+
gtk_source_completion_proposal_get_icon_name
|
334
|
+
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
|
335
|
+
<p>Gets the icon name of <em class="parameter"><code>proposal</code></em>
|
285
336
|
.</p>
|
286
337
|
<div class="refsect3">
|
287
|
-
<a name="
|
338
|
+
<a name="gtk-source-completion-proposal-get-icon-name.parameters"></a><h4>Parameters</h4>
|
288
339
|
<div class="informaltable"><table width="100%" border="0">
|
289
340
|
<colgroup>
|
290
341
|
<col width="150px" class="parameters_name">
|
@@ -299,23 +350,55 @@ gtk_source_completion_proposal_get_icon
|
|
299
350
|
</table></div>
|
300
351
|
</div>
|
301
352
|
<div class="refsect3">
|
302
|
-
<a name="
|
303
|
-
<p> The icon of <em class="parameter"><code>proposal</code></em>
|
353
|
+
<a name="gtk-source-completion-proposal-get-icon-name.returns"></a><h4>Returns</h4>
|
354
|
+
<p> The icon name of <em class="parameter"><code>proposal</code></em>
|
304
355
|
. </p>
|
305
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
356
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
306
357
|
</div>
|
358
|
+
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
359
|
+
</div>
|
360
|
+
<hr>
|
361
|
+
<div class="refsect2">
|
362
|
+
<a name="gtk-source-completion-proposal-get-gicon"></a><h3>gtk_source_completion_proposal_get_gicon ()</h3>
|
363
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
|
364
|
+
gtk_source_completion_proposal_get_gicon
|
365
|
+
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
|
366
|
+
<p>Gets the <a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> for the icon of <em class="parameter"><code>proposal</code></em>
|
367
|
+
.</p>
|
368
|
+
<div class="refsect3">
|
369
|
+
<a name="gtk-source-completion-proposal-get-gicon.parameters"></a><h4>Parameters</h4>
|
370
|
+
<div class="informaltable"><table width="100%" border="0">
|
371
|
+
<colgroup>
|
372
|
+
<col width="150px" class="parameters_name">
|
373
|
+
<col class="parameters_description">
|
374
|
+
<col width="200px" class="parameters_annotations">
|
375
|
+
</colgroup>
|
376
|
+
<tbody><tr>
|
377
|
+
<td class="parameter_name"><p>proposal</p></td>
|
378
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a>.</p></td>
|
379
|
+
<td class="parameter_annotations"> </td>
|
380
|
+
</tr></tbody>
|
381
|
+
</table></div>
|
382
|
+
</div>
|
383
|
+
<div class="refsect3">
|
384
|
+
<a name="gtk-source-completion-proposal-get-gicon.returns"></a><h4>Returns</h4>
|
385
|
+
<p> A <a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> with the icon of <em class="parameter"><code>proposal</code></em>
|
386
|
+
. </p>
|
387
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
388
|
+
</div>
|
389
|
+
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
307
390
|
</div>
|
308
391
|
<hr>
|
309
392
|
<div class="refsect2">
|
310
393
|
<a name="gtk-source-completion-proposal-get-info"></a><h3>gtk_source_completion_proposal_get_info ()</h3>
|
311
|
-
<pre class="programlisting"><a href="/
|
394
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
312
395
|
gtk_source_completion_proposal_get_info
|
313
396
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
|
314
397
|
<p>Gets extra information associated to the proposal. This information will be
|
315
398
|
used to present the user with extra, detailed information about the
|
316
|
-
selected proposal. The returned string must be freed with <a href="/
|
399
|
+
selected proposal. The returned string must be freed with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
317
400
|
<div class="refsect3">
|
318
|
-
<a name="
|
401
|
+
<a name="gtk-source-completion-proposal-get-info.parameters"></a><h4>Parameters</h4>
|
319
402
|
<div class="informaltable"><table width="100%" border="0">
|
320
403
|
<colgroup>
|
321
404
|
<col width="150px" class="parameters_name">
|
@@ -330,12 +413,13 @@ selected proposal. The returned string must be freed with <a href="/home/vagrant
|
|
330
413
|
</table></div>
|
331
414
|
</div>
|
332
415
|
<div class="refsect3">
|
333
|
-
<a name="
|
334
|
-
<p> a
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
416
|
+
<a name="gtk-source-completion-proposal-get-info.returns"></a><h4>Returns</h4>
|
417
|
+
<p> a newly-allocated string containing
|
418
|
+
extra information of <em class="parameter"><code>proposal</code></em>
|
419
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no extra information is associated
|
420
|
+
to <em class="parameter"><code>proposal</code></em>
|
421
|
+
. </p>
|
422
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
339
423
|
</div>
|
340
424
|
</div>
|
341
425
|
<hr>
|
@@ -349,7 +433,7 @@ gtk_source_completion_proposal_changed
|
|
349
433
|
implementations whenever the name, icon or info of the proposal has
|
350
434
|
changed.</p>
|
351
435
|
<div class="refsect3">
|
352
|
-
<a name="
|
436
|
+
<a name="gtk-source-completion-proposal-changed.parameters"></a><h4>Parameters</h4>
|
353
437
|
<div class="informaltable"><table width="100%" border="0">
|
354
438
|
<colgroup>
|
355
439
|
<col width="150px" class="parameters_name">
|
@@ -367,14 +451,14 @@ changed.</p>
|
|
367
451
|
<hr>
|
368
452
|
<div class="refsect2">
|
369
453
|
<a name="gtk-source-completion-proposal-hash"></a><h3>gtk_source_completion_proposal_hash ()</h3>
|
370
|
-
<pre class="programlisting"><a href="/
|
454
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
371
455
|
gtk_source_completion_proposal_hash (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
|
372
456
|
<p>Get the hash value of <em class="parameter"><code>proposal</code></em>
|
373
457
|
. This is used to (together with
|
374
458
|
<a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-equal" title="gtk_source_completion_proposal_equal ()"><code class="function">gtk_source_completion_proposal_equal()</code></a>) to match proposals in the completion
|
375
|
-
model. By default, it uses a direct hash (<a href="/
|
459
|
+
model. By default, it uses a direct hash (<a href="/usr/share/gtk-doc/html/glibglib-Hash-Tables.html#g-direct-hash"><code class="function">g_direct_hash()</code></a>).</p>
|
376
460
|
<div class="refsect3">
|
377
|
-
<a name="
|
461
|
+
<a name="gtk-source-completion-proposal-hash.parameters"></a><h4>Parameters</h4>
|
378
462
|
<div class="informaltable"><table width="100%" border="0">
|
379
463
|
<colgroup>
|
380
464
|
<col width="150px" class="parameters_name">
|
@@ -389,23 +473,22 @@ model. By default, it uses a direct hash (<a href="/home/vagrant/ruby-gnome2.win
|
|
389
473
|
</table></div>
|
390
474
|
</div>
|
391
475
|
<div class="refsect3">
|
392
|
-
<a name="
|
476
|
+
<a name="gtk-source-completion-proposal-hash.returns"></a><h4>Returns</h4>
|
393
477
|
<p> The hash value of <em class="parameter"><code>proposal</code></em>
|
394
478
|
.</p>
|
395
|
-
<p></p>
|
396
479
|
</div>
|
397
480
|
</div>
|
398
481
|
<hr>
|
399
482
|
<div class="refsect2">
|
400
483
|
<a name="gtk-source-completion-proposal-equal"></a><h3>gtk_source_completion_proposal_equal ()</h3>
|
401
|
-
<pre class="programlisting"><a href="/
|
484
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
402
485
|
gtk_source_completion_proposal_equal (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>,
|
403
486
|
<em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *other</code></em>);</pre>
|
404
487
|
<p>Get whether two proposal objects are the same. This is used to (together
|
405
488
|
with <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-hash" title="gtk_source_completion_proposal_hash ()"><code class="function">gtk_source_completion_proposal_hash()</code></a>) to match proposals in the
|
406
|
-
completion model. By default, it uses direct equality (<a href="/
|
489
|
+
completion model. By default, it uses direct equality (<a href="/usr/share/gtk-doc/html/glibglib-Hash-Tables.html#g-direct-equal"><code class="function">g_direct_equal()</code></a>).</p>
|
407
490
|
<div class="refsect3">
|
408
|
-
<a name="
|
491
|
+
<a name="gtk-source-completion-proposal-equal.parameters"></a><h4>Parameters</h4>
|
409
492
|
<div class="informaltable"><table width="100%" border="0">
|
410
493
|
<colgroup>
|
411
494
|
<col width="150px" class="parameters_name">
|
@@ -427,11 +510,10 @@ completion model. By default, it uses direct equality (<a href="/home/vagrant/ru
|
|
427
510
|
</table></div>
|
428
511
|
</div>
|
429
512
|
<div class="refsect3">
|
430
|
-
<a name="
|
431
|
-
<p> <a href="/
|
513
|
+
<a name="gtk-source-completion-proposal-equal.returns"></a><h4>Returns</h4>
|
514
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>proposal</code></em>
|
432
515
|
and <em class="parameter"><code>object</code></em>
|
433
516
|
are the same proposal</p>
|
434
|
-
<p></p>
|
435
517
|
</div>
|
436
518
|
</div>
|
437
519
|
</div>
|
@@ -448,24 +530,27 @@ are the same proposal</p>
|
|
448
530
|
GTypeInterface parent;
|
449
531
|
|
450
532
|
/* Interface functions */
|
451
|
-
gchar *(*get_label)
|
452
|
-
gchar *(*get_markup)
|
453
|
-
gchar *(*get_text)
|
533
|
+
gchar *(*get_label) (GtkSourceCompletionProposal *proposal);
|
534
|
+
gchar *(*get_markup) (GtkSourceCompletionProposal *proposal);
|
535
|
+
gchar *(*get_text) (GtkSourceCompletionProposal *proposal);
|
454
536
|
|
455
|
-
GdkPixbuf *(*get_icon)
|
456
|
-
gchar
|
537
|
+
GdkPixbuf *(*get_icon) (GtkSourceCompletionProposal *proposal);
|
538
|
+
const gchar *(*get_icon_name) (GtkSourceCompletionProposal *proposal);
|
539
|
+
GIcon *(*get_gicon) (GtkSourceCompletionProposal *proposal);
|
457
540
|
|
458
|
-
|
459
|
-
|
460
|
-
|
541
|
+
gchar *(*get_info) (GtkSourceCompletionProposal *proposal);
|
542
|
+
|
543
|
+
guint (*hash) (GtkSourceCompletionProposal *proposal);
|
544
|
+
gboolean (*equal) (GtkSourceCompletionProposal *proposal,
|
545
|
+
GtkSourceCompletionProposal *other);
|
461
546
|
|
462
547
|
/* Signals */
|
463
|
-
void (*changed)
|
548
|
+
void (*changed) (GtkSourceCompletionProposal *proposal);
|
464
549
|
};
|
465
550
|
</pre>
|
466
551
|
<p>The virtual function table for <a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a>.</p>
|
467
552
|
<div class="refsect3">
|
468
|
-
<a name="
|
553
|
+
<a name="GtkSourceCompletionProposalIface.members"></a><h4>Members</h4>
|
469
554
|
<div class="informaltable"><table width="100%" border="0">
|
470
555
|
<colgroup>
|
471
556
|
<col width="300px" class="struct_members_name">
|
@@ -474,50 +559,62 @@ are the same proposal</p>
|
|
474
559
|
</colgroup>
|
475
560
|
<tbody>
|
476
561
|
<tr>
|
477
|
-
<td class="struct_member_name"><p><a href="/
|
562
|
+
<td class="struct_member_name"><p><a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GtkSourceCompletionProposalIface.parent"></a>parent</code></em>;</p></td>
|
478
563
|
<td class="struct_member_description"><p>The parent interface.</p></td>
|
479
564
|
<td class="struct_member_annotations"> </td>
|
480
565
|
</tr>
|
481
566
|
<tr>
|
482
567
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-label"></a>get_label</code></em> ()</p></td>
|
483
568
|
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-label" title="gtk_source_completion_proposal_get_label ()"><code class="function">gtk_source_completion_proposal_get_label()</code></a>.
|
484
|
-
By default, <a href="/
|
569
|
+
By default, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
|
485
570
|
<td class="struct_member_annotations"> </td>
|
486
571
|
</tr>
|
487
572
|
<tr>
|
488
573
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-markup"></a>get_markup</code></em> ()</p></td>
|
489
574
|
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-markup" title="gtk_source_completion_proposal_get_markup ()"><code class="function">gtk_source_completion_proposal_get_markup()</code></a>.
|
490
|
-
By default, <a href="/
|
575
|
+
By default, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
|
491
576
|
<td class="struct_member_annotations"> </td>
|
492
577
|
</tr>
|
493
578
|
<tr>
|
494
579
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-text"></a>get_text</code></em> ()</p></td>
|
495
580
|
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-text" title="gtk_source_completion_proposal_get_text ()"><code class="function">gtk_source_completion_proposal_get_text()</code></a>.
|
496
|
-
By default, <a href="/
|
581
|
+
By default, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
|
497
582
|
<td class="struct_member_annotations"> </td>
|
498
583
|
</tr>
|
499
584
|
<tr>
|
500
585
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-icon"></a>get_icon</code></em> ()</p></td>
|
501
586
|
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon" title="gtk_source_completion_proposal_get_icon ()"><code class="function">gtk_source_completion_proposal_get_icon()</code></a>.
|
502
|
-
By default, <a href="/
|
587
|
+
By default, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
|
588
|
+
<td class="struct_member_annotations"> </td>
|
589
|
+
</tr>
|
590
|
+
<tr>
|
591
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-icon-name"></a>get_icon_name</code></em> ()</p></td>
|
592
|
+
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon-name" title="gtk_source_completion_proposal_get_icon_name ()"><code class="function">gtk_source_completion_proposal_get_icon_name()</code></a>.
|
593
|
+
By default, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
|
594
|
+
<td class="struct_member_annotations"> </td>
|
595
|
+
</tr>
|
596
|
+
<tr>
|
597
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-gicon"></a>get_gicon</code></em> ()</p></td>
|
598
|
+
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-gicon" title="gtk_source_completion_proposal_get_gicon ()"><code class="function">gtk_source_completion_proposal_get_gicon()</code></a>.
|
599
|
+
By default, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
|
503
600
|
<td class="struct_member_annotations"> </td>
|
504
601
|
</tr>
|
505
602
|
<tr>
|
506
603
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.get-info"></a>get_info</code></em> ()</p></td>
|
507
604
|
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-info" title="gtk_source_completion_proposal_get_info ()"><code class="function">gtk_source_completion_proposal_get_info()</code></a>.
|
508
|
-
By default, <a href="/
|
605
|
+
By default, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p></td>
|
509
606
|
<td class="struct_member_annotations"> </td>
|
510
607
|
</tr>
|
511
608
|
<tr>
|
512
609
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.hash"></a>hash</code></em> ()</p></td>
|
513
610
|
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-hash" title="gtk_source_completion_proposal_hash ()"><code class="function">gtk_source_completion_proposal_hash()</code></a>.
|
514
|
-
By default, it uses a direct hash (<a href="/
|
611
|
+
By default, it uses a direct hash (<a href="/usr/share/gtk-doc/html/glibglib-Hash-Tables.html#g-direct-hash"><code class="function">g_direct_hash()</code></a>).</p></td>
|
515
612
|
<td class="struct_member_annotations"> </td>
|
516
613
|
</tr>
|
517
614
|
<tr>
|
518
615
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkSourceCompletionProposalIface.equal"></a>equal</code></em> ()</p></td>
|
519
616
|
<td class="struct_member_description"><p>The virtual function pointer for <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-equal" title="gtk_source_completion_proposal_equal ()"><code class="function">gtk_source_completion_proposal_equal()</code></a>.
|
520
|
-
By default, it uses direct equality (<a href="/
|
617
|
+
By default, it uses direct equality (<a href="/usr/share/gtk-doc/html/glibglib-Hash-Tables.html#g-direct-equal"><code class="function">g_direct_equal()</code></a>).</p></td>
|
521
618
|
<td class="struct_member_annotations"> </td>
|
522
619
|
</tr>
|
523
620
|
<tr>
|
@@ -536,11 +633,11 @@ By default, it uses direct equality (<a href="/home/vagrant/ruby-gnome2.win64/gl
|
|
536
633
|
<a name="GtkSourceCompletionProposal-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
|
537
634
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
538
635
|
user_function (<a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal,
|
539
|
-
<a href="/
|
636
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
540
637
|
<p>Emitted when the proposal has changed. The completion popup
|
541
638
|
will react to this by updating the shown information.</p>
|
542
639
|
<div class="refsect3">
|
543
|
-
<a name="
|
640
|
+
<a name="GtkSourceCompletionProposal-changed.parameters"></a><h4>Parameters</h4>
|
544
641
|
<div class="informaltable"><table width="100%" border="0">
|
545
642
|
<colgroup>
|
546
643
|
<col width="150px" class="parameters_name">
|
@@ -561,12 +658,11 @@ will react to this by updating the shown information.</p>
|
|
561
658
|
</tbody>
|
562
659
|
</table></div>
|
563
660
|
</div>
|
564
|
-
<p>Flags: <a href="/
|
661
|
+
<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
565
662
|
</div>
|
566
663
|
</div>
|
567
664
|
</div>
|
568
665
|
<div class="footer">
|
569
|
-
<hr>
|
570
|
-
Generated by GTK-Doc V1.21.1</div>
|
666
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
571
667
|
</body>
|
572
668
|
</html>
|