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="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider">
|
10
10
|
<link rel="next" href="ch04.html" title="File Loading and Saving">
|
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">
|
@@ -85,38 +85,38 @@
|
|
85
85
|
</tr>
|
86
86
|
<tr>
|
87
87
|
<td class="property_type">
|
88
|
-
<a href="
|
88
|
+
<a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</td>
|
89
89
|
<td class="property_name"><a class="link" href="GtkSourceCompletionWords.html#GtkSourceCompletionWords--icon" title="The “icon” property">icon</a></td>
|
90
90
|
<td class="property_flags">Read / Write / Construct</td>
|
91
91
|
</tr>
|
92
92
|
<tr>
|
93
|
-
<td class="property_type"><a href="/
|
93
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
94
94
|
<td class="property_name"><a class="link" href="GtkSourceCompletionWords.html#GtkSourceCompletionWords--interactive-delay" title="The “interactive-delay” property">interactive-delay</a></td>
|
95
95
|
<td class="property_flags">Read / Write / Construct</td>
|
96
96
|
</tr>
|
97
97
|
<tr>
|
98
|
-
<td class="property_type"><a href="/
|
98
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
99
99
|
<td class="property_name"><a class="link" href="GtkSourceCompletionWords.html#GtkSourceCompletionWords--minimum-word-size" title="The “minimum-word-size” property">minimum-word-size</a></td>
|
100
100
|
<td class="property_flags">Read / Write / Construct</td>
|
101
101
|
</tr>
|
102
102
|
<tr>
|
103
103
|
<td class="property_type">
|
104
|
-
<a href="/
|
104
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
105
105
|
<td class="property_name"><a class="link" href="GtkSourceCompletionWords.html#GtkSourceCompletionWords--name" title="The “name” property">name</a></td>
|
106
106
|
<td class="property_flags">Read / Write / Construct</td>
|
107
107
|
</tr>
|
108
108
|
<tr>
|
109
|
-
<td class="property_type"><a href="/
|
109
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
110
110
|
<td class="property_name"><a class="link" href="GtkSourceCompletionWords.html#GtkSourceCompletionWords--priority" title="The “priority” property">priority</a></td>
|
111
111
|
<td class="property_flags">Read / Write / Construct</td>
|
112
112
|
</tr>
|
113
113
|
<tr>
|
114
|
-
<td class="property_type"><a href="/
|
114
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
115
115
|
<td class="property_name"><a class="link" href="GtkSourceCompletionWords.html#GtkSourceCompletionWords--proposals-batch-size" title="The “proposals-batch-size” property">proposals-batch-size</a></td>
|
116
116
|
<td class="property_flags">Read / Write / Construct</td>
|
117
117
|
</tr>
|
118
118
|
<tr>
|
119
|
-
<td class="property_type"><a href="/
|
119
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
120
120
|
<td class="property_name"><a class="link" href="GtkSourceCompletionWords.html#GtkSourceCompletionWords--scan-batch-size" title="The “scan-batch-size” property">scan-batch-size</a></td>
|
121
121
|
<td class="property_flags">Read / Write / Construct</td>
|
122
122
|
</tr>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
</div>
|
139
139
|
<div class="refsect1">
|
140
140
|
<a name="GtkSourceCompletionWords.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
141
|
-
<pre class="screen"> <a href="/
|
141
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
142
142
|
<span class="lineart">╰──</span> GtkSourceCompletionWords
|
143
143
|
</pre>
|
144
144
|
</div>
|
@@ -157,17 +157,17 @@ GtkSourceCompletionWords implements
|
|
157
157
|
<a name="GtkSourceCompletionWords.description"></a><h2>Description</h2>
|
158
158
|
<p>The <a class="link" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords"><span class="type">GtkSourceCompletionWords</span></a> is an example of an implementation of
|
159
159
|
the <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> interface. The proposals are words
|
160
|
-
appearing in the registered <a href="
|
160
|
+
appearing in the registered <a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a>s.</p>
|
161
161
|
</div>
|
162
162
|
<div class="refsect1">
|
163
163
|
<a name="GtkSourceCompletionWords.functions_details"></a><h2>Functions</h2>
|
164
164
|
<div class="refsect2">
|
165
165
|
<a name="gtk-source-completion-words-new"></a><h3>gtk_source_completion_words_new ()</h3>
|
166
166
|
<pre class="programlisting"><a class="link" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords"><span class="returnvalue">GtkSourceCompletionWords</span></a> *
|
167
|
-
gtk_source_completion_words_new (<em class="parameter"><code>const <a href="/
|
168
|
-
<em class="parameter"><code><a href="
|
167
|
+
gtk_source_completion_words_new (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
168
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *icon</code></em>);</pre>
|
169
169
|
<div class="refsect3">
|
170
|
-
<a name="
|
170
|
+
<a name="gtk-source-completion-words-new.parameters"></a><h4>Parameters</h4>
|
171
171
|
<div class="informaltable"><table width="100%" border="0">
|
172
172
|
<colgroup>
|
173
173
|
<col width="150px" class="parameters_name">
|
@@ -189,9 +189,8 @@ gtk_source_completion_words_new (<em class="parameter"><code>const <a href="/hom
|
|
189
189
|
</table></div>
|
190
190
|
</div>
|
191
191
|
<div class="refsect3">
|
192
|
-
<a name="
|
192
|
+
<a name="gtk-source-completion-words-new.returns"></a><h4>Returns</h4>
|
193
193
|
<p> a new <a class="link" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords"><span class="type">GtkSourceCompletionWords</span></a> provider</p>
|
194
|
-
<p></p>
|
195
194
|
</div>
|
196
195
|
</div>
|
197
196
|
<hr>
|
@@ -199,12 +198,12 @@ gtk_source_completion_words_new (<em class="parameter"><code>const <a href="/hom
|
|
199
198
|
<a name="gtk-source-completion-words-register"></a><h3>gtk_source_completion_words_register ()</h3>
|
200
199
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
201
200
|
gtk_source_completion_words_register (<em class="parameter"><code><a class="link" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords"><span class="type">GtkSourceCompletionWords</span></a> *words</code></em>,
|
202
|
-
<em class="parameter"><code><a href="
|
201
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
203
202
|
<p>Registers <em class="parameter"><code>buffer</code></em>
|
204
203
|
in the <em class="parameter"><code>words</code></em>
|
205
204
|
provider.</p>
|
206
205
|
<div class="refsect3">
|
207
|
-
<a name="
|
206
|
+
<a name="gtk-source-completion-words-register.parameters"></a><h4>Parameters</h4>
|
208
207
|
<div class="informaltable"><table width="100%" border="0">
|
209
208
|
<colgroup>
|
210
209
|
<col width="150px" class="parameters_name">
|
@@ -219,7 +218,7 @@ gtk_source_completion_words_register (<em class="parameter"><code><a class="link
|
|
219
218
|
</tr>
|
220
219
|
<tr>
|
221
220
|
<td class="parameter_name"><p>buffer</p></td>
|
222
|
-
<td class="parameter_description"><p>a <a href="
|
221
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a></p></td>
|
223
222
|
<td class="parameter_annotations"> </td>
|
224
223
|
</tr>
|
225
224
|
</tbody>
|
@@ -232,12 +231,12 @@ gtk_source_completion_words_register (<em class="parameter"><code><a class="link
|
|
232
231
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
233
232
|
gtk_source_completion_words_unregister
|
234
233
|
(<em class="parameter"><code><a class="link" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords"><span class="type">GtkSourceCompletionWords</span></a> *words</code></em>,
|
235
|
-
<em class="parameter"><code><a href="
|
234
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
236
235
|
<p>Unregisters <em class="parameter"><code>buffer</code></em>
|
237
236
|
from the <em class="parameter"><code>words</code></em>
|
238
237
|
provider.</p>
|
239
238
|
<div class="refsect3">
|
240
|
-
<a name="
|
239
|
+
<a name="gtk-source-completion-words-unregister.parameters"></a><h4>Parameters</h4>
|
241
240
|
<div class="informaltable"><table width="100%" border="0">
|
242
241
|
<colgroup>
|
243
242
|
<col width="150px" class="parameters_name">
|
@@ -252,7 +251,7 @@ gtk_source_completion_words_unregister
|
|
252
251
|
</tr>
|
253
252
|
<tr>
|
254
253
|
<td class="parameter_name"><p>buffer</p></td>
|
255
|
-
<td class="parameter_description"><p>a <a href="
|
254
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a></p></td>
|
256
255
|
<td class="parameter_annotations"> </td>
|
257
256
|
</tr>
|
258
257
|
</tbody>
|
@@ -275,19 +274,19 @@ gtk_source_completion_words_unregister
|
|
275
274
|
<p>The type of activation.</p>
|
276
275
|
<p>Flags: Read / Write / Construct</p>
|
277
276
|
<p>Default value: GTK_SOURCE_COMPLETION_ACTIVATION_INTERACTIVE | GTK_SOURCE_COMPLETION_ACTIVATION_USER_REQUESTED</p>
|
278
|
-
<p class="since">Since 3.10</p>
|
277
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
279
278
|
</div>
|
280
279
|
<hr>
|
281
280
|
<div class="refsect2">
|
282
281
|
<a name="GtkSourceCompletionWords--icon"></a><h3>The <code class="literal">“icon”</code> property</h3>
|
283
|
-
<pre class="programlisting"> “icon” <a href="
|
282
|
+
<pre class="programlisting"> “icon” <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</pre>
|
284
283
|
<p>The provider icon.</p>
|
285
284
|
<p>Flags: Read / Write / Construct</p>
|
286
285
|
</div>
|
287
286
|
<hr>
|
288
287
|
<div class="refsect2">
|
289
288
|
<a name="GtkSourceCompletionWords--interactive-delay"></a><h3>The <code class="literal">“interactive-delay”</code> property</h3>
|
290
|
-
<pre class="programlisting"> “interactive-delay” <a href="/
|
289
|
+
<pre class="programlisting"> “interactive-delay” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
291
290
|
<p>The delay before initiating interactive completion.</p>
|
292
291
|
<p>Flags: Read / Write / Construct</p>
|
293
292
|
<p>Allowed values: >= -1</p>
|
@@ -296,7 +295,7 @@ gtk_source_completion_words_unregister
|
|
296
295
|
<hr>
|
297
296
|
<div class="refsect2">
|
298
297
|
<a name="GtkSourceCompletionWords--minimum-word-size"></a><h3>The <code class="literal">“minimum-word-size”</code> property</h3>
|
299
|
-
<pre class="programlisting"> “minimum-word-size” <a href="/
|
298
|
+
<pre class="programlisting"> “minimum-word-size” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
300
299
|
<p>The minimum word size to complete.</p>
|
301
300
|
<p>Flags: Read / Write / Construct</p>
|
302
301
|
<p>Allowed values: >= 2</p>
|
@@ -305,7 +304,7 @@ gtk_source_completion_words_unregister
|
|
305
304
|
<hr>
|
306
305
|
<div class="refsect2">
|
307
306
|
<a name="GtkSourceCompletionWords--name"></a><h3>The <code class="literal">“name”</code> property</h3>
|
308
|
-
<pre class="programlisting"> “name” <a href="/
|
307
|
+
<pre class="programlisting"> “name” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
309
308
|
<p>The provider name.</p>
|
310
309
|
<p>Flags: Read / Write / Construct</p>
|
311
310
|
<p>Default value: NULL</p>
|
@@ -313,7 +312,7 @@ gtk_source_completion_words_unregister
|
|
313
312
|
<hr>
|
314
313
|
<div class="refsect2">
|
315
314
|
<a name="GtkSourceCompletionWords--priority"></a><h3>The <code class="literal">“priority”</code> property</h3>
|
316
|
-
<pre class="programlisting"> “priority” <a href="/
|
315
|
+
<pre class="programlisting"> “priority” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
317
316
|
<p>Provider priority.</p>
|
318
317
|
<p>Flags: Read / Write / Construct</p>
|
319
318
|
<p>Default value: 0</p>
|
@@ -321,7 +320,7 @@ gtk_source_completion_words_unregister
|
|
321
320
|
<hr>
|
322
321
|
<div class="refsect2">
|
323
322
|
<a name="GtkSourceCompletionWords--proposals-batch-size"></a><h3>The <code class="literal">“proposals-batch-size”</code> property</h3>
|
324
|
-
<pre class="programlisting"> “proposals-batch-size” <a href="/
|
323
|
+
<pre class="programlisting"> “proposals-batch-size” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
325
324
|
<p>Number of proposals added in one batch.</p>
|
326
325
|
<p>Flags: Read / Write / Construct</p>
|
327
326
|
<p>Allowed values: >= 1</p>
|
@@ -330,7 +329,7 @@ gtk_source_completion_words_unregister
|
|
330
329
|
<hr>
|
331
330
|
<div class="refsect2">
|
332
331
|
<a name="GtkSourceCompletionWords--scan-batch-size"></a><h3>The <code class="literal">“scan-batch-size”</code> property</h3>
|
333
|
-
<pre class="programlisting"> “scan-batch-size” <a href="/
|
332
|
+
<pre class="programlisting"> “scan-batch-size” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
334
333
|
<p>Number of lines scanned in one batch.</p>
|
335
334
|
<p>Flags: Read / Write / Construct</p>
|
336
335
|
<p>Allowed values: >= 1</p>
|
@@ -339,7 +338,6 @@ gtk_source_completion_words_unregister
|
|
339
338
|
</div>
|
340
339
|
</div>
|
341
340
|
<div class="footer">
|
342
|
-
<hr>
|
343
|
-
Generated by GTK-Doc V1.21.1</div>
|
341
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
344
342
|
</body>
|
345
343
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="ch04.html" title="File Loading and Saving">
|
9
9
|
<link rel="prev" href="ch04.html" title="File Loading and Saving">
|
10
10
|
<link rel="next" href="GtkSourceFile.html" title="GtkSourceFile">
|
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">
|
@@ -63,21 +63,21 @@
|
|
63
63
|
</tr>
|
64
64
|
<tr>
|
65
65
|
<td class="function_type">
|
66
|
-
<a href="/
|
66
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
67
67
|
</td>
|
68
68
|
<td class="function_name">
|
69
69
|
<a class="link" href="GtkSourceEncoding.html#gtk-source-encoding-to-string" title="gtk_source_encoding_to_string ()">gtk_source_encoding_to_string</a> <span class="c_punctuation">()</span>
|
70
70
|
</td>
|
71
71
|
</tr>
|
72
72
|
<tr>
|
73
|
-
<td class="function_type">const <a href="/
|
73
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
74
74
|
</td>
|
75
75
|
<td class="function_name">
|
76
76
|
<a class="link" href="GtkSourceEncoding.html#gtk-source-encoding-get-name" title="gtk_source_encoding_get_name ()">gtk_source_encoding_get_name</a> <span class="c_punctuation">()</span>
|
77
77
|
</td>
|
78
78
|
</tr>
|
79
79
|
<tr>
|
80
|
-
<td class="function_type">const <a href="/
|
80
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
81
81
|
</td>
|
82
82
|
<td class="function_name">
|
83
83
|
<a class="link" href="GtkSourceEncoding.html#gtk-source-encoding-get-charset" title="gtk_source_encoding_get_charset ()">gtk_source_encoding_get_charset</a> <span class="c_punctuation">()</span>
|
@@ -85,7 +85,7 @@
|
|
85
85
|
</tr>
|
86
86
|
<tr>
|
87
87
|
<td class="function_type">
|
88
|
-
<a href="/
|
88
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
89
89
|
</td>
|
90
90
|
<td class="function_name">
|
91
91
|
<a class="link" href="GtkSourceEncoding.html#gtk-source-encoding-get-all" title="gtk_source_encoding_get_all ()">gtk_source_encoding_get_all</a> <span class="c_punctuation">()</span>
|
@@ -93,6 +93,14 @@
|
|
93
93
|
</tr>
|
94
94
|
<tr>
|
95
95
|
<td class="function_type">
|
96
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
97
|
+
</td>
|
98
|
+
<td class="function_name">
|
99
|
+
<a class="link" href="GtkSourceEncoding.html#gtk-source-encoding-get-default-candidates" title="gtk_source_encoding_get_default_candidates ()">gtk_source_encoding_get_default_candidates</a> <span class="c_punctuation">()</span>
|
100
|
+
</td>
|
101
|
+
</tr>
|
102
|
+
<tr>
|
103
|
+
<td class="function_type">
|
96
104
|
<a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
|
97
105
|
</td>
|
98
106
|
<td class="function_name">
|
@@ -147,34 +155,32 @@ encoded in UTF-8.</p>
|
|
147
155
|
<pre class="programlisting">const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
|
148
156
|
gtk_source_encoding_get_utf8 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
149
157
|
<div class="refsect3">
|
150
|
-
<a name="
|
158
|
+
<a name="gtk-source-encoding-get-utf8.returns"></a><h4>Returns</h4>
|
151
159
|
<p> the UTF-8 encoding.</p>
|
152
|
-
<p></p>
|
153
160
|
</div>
|
154
|
-
<p class="since">Since 3.14</p>
|
161
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
155
162
|
</div>
|
156
163
|
<hr>
|
157
164
|
<div class="refsect2">
|
158
165
|
<a name="gtk-source-encoding-get-current"></a><h3>gtk_source_encoding_get_current ()</h3>
|
159
166
|
<pre class="programlisting">const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
|
160
167
|
gtk_source_encoding_get_current (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
161
|
-
<p>Gets the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> for the current locale. See also <a href="/
|
168
|
+
<p>Gets the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> for the current locale. See also <a href="/usr/share/gtk-doc/html/glibglib-Character-Set-Conversion.html#g-get-charset"><code class="function">g_get_charset()</code></a>.</p>
|
162
169
|
<div class="refsect3">
|
163
|
-
<a name="
|
170
|
+
<a name="gtk-source-encoding-get-current.returns"></a><h4>Returns</h4>
|
164
171
|
<p> the current locale encoding.</p>
|
165
|
-
<p></p>
|
166
172
|
</div>
|
167
|
-
<p class="since">Since 3.14</p>
|
173
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
168
174
|
</div>
|
169
175
|
<hr>
|
170
176
|
<div class="refsect2">
|
171
177
|
<a name="gtk-source-encoding-get-from-charset"></a><h3>gtk_source_encoding_get_from_charset ()</h3>
|
172
178
|
<pre class="programlisting">const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
|
173
|
-
gtk_source_encoding_get_from_charset (<em class="parameter"><code>const <a href="/
|
179
|
+
gtk_source_encoding_get_from_charset (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *charset</code></em>);</pre>
|
174
180
|
<p>Gets a <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> from a character set such as "UTF-8" or
|
175
181
|
"ISO-8859-1".</p>
|
176
182
|
<div class="refsect3">
|
177
|
-
<a name="
|
183
|
+
<a name="gtk-source-encoding-get-from-charset.parameters"></a><h4>Parameters</h4>
|
178
184
|
<div class="informaltable"><table width="100%" border="0">
|
179
185
|
<colgroup>
|
180
186
|
<col width="150px" class="parameters_name">
|
@@ -189,20 +195,20 @@ gtk_source_encoding_get_from_charset (<em class="parameter"><code>const <a href=
|
|
189
195
|
</table></div>
|
190
196
|
</div>
|
191
197
|
<div class="refsect3">
|
192
|
-
<a name="
|
193
|
-
<p> the corresponding <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>, or <a href="/
|
198
|
+
<a name="gtk-source-encoding-get-from-charset.returns"></a><h4>Returns</h4>
|
199
|
+
<p> the corresponding <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
194
200
|
if not found. </p>
|
195
201
|
<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>]</span></p>
|
196
202
|
</div>
|
197
|
-
<p class="since">Since 3.14</p>
|
203
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
198
204
|
</div>
|
199
205
|
<hr>
|
200
206
|
<div class="refsect2">
|
201
207
|
<a name="gtk-source-encoding-to-string"></a><h3>gtk_source_encoding_to_string ()</h3>
|
202
|
-
<pre class="programlisting"><a href="/
|
208
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
203
209
|
gtk_source_encoding_to_string (<em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
|
204
210
|
<div class="refsect3">
|
205
|
-
<a name="
|
211
|
+
<a name="gtk-source-encoding-to-string.parameters"></a><h4>Parameters</h4>
|
206
212
|
<div class="informaltable"><table width="100%" border="0">
|
207
213
|
<colgroup>
|
208
214
|
<col width="150px" class="parameters_name">
|
@@ -217,20 +223,19 @@ gtk_source_encoding_to_string (<em class="parameter"><code>const <a class="link"
|
|
217
223
|
</table></div>
|
218
224
|
</div>
|
219
225
|
<div class="refsect3">
|
220
|
-
<a name="
|
221
|
-
<p> a string representation. Free with <a href="/
|
222
|
-
<p></p>
|
226
|
+
<a name="gtk-source-encoding-to-string.returns"></a><h4>Returns</h4>
|
227
|
+
<p> a string representation. Free with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed.</p>
|
223
228
|
</div>
|
224
|
-
<p class="since">Since 3.14</p>
|
229
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
225
230
|
</div>
|
226
231
|
<hr>
|
227
232
|
<div class="refsect2">
|
228
233
|
<a name="gtk-source-encoding-get-name"></a><h3>gtk_source_encoding_get_name ()</h3>
|
229
|
-
<pre class="programlisting">const <a href="/
|
234
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
230
235
|
gtk_source_encoding_get_name (<em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
|
231
236
|
<p>Gets the name of the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> such as "Unicode" or "Western".</p>
|
232
237
|
<div class="refsect3">
|
233
|
-
<a name="
|
238
|
+
<a name="gtk-source-encoding-get-name.parameters"></a><h4>Parameters</h4>
|
234
239
|
<div class="informaltable"><table width="100%" border="0">
|
235
240
|
<colgroup>
|
236
241
|
<col width="150px" class="parameters_name">
|
@@ -245,21 +250,20 @@ gtk_source_encoding_get_name (<em class="parameter"><code>const <a class="link"
|
|
245
250
|
</table></div>
|
246
251
|
</div>
|
247
252
|
<div class="refsect3">
|
248
|
-
<a name="
|
253
|
+
<a name="gtk-source-encoding-get-name.returns"></a><h4>Returns</h4>
|
249
254
|
<p> the name of the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>.</p>
|
250
|
-
<p></p>
|
251
255
|
</div>
|
252
|
-
<p class="since">Since 3.14</p>
|
256
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
253
257
|
</div>
|
254
258
|
<hr>
|
255
259
|
<div class="refsect2">
|
256
260
|
<a name="gtk-source-encoding-get-charset"></a><h3>gtk_source_encoding_get_charset ()</h3>
|
257
|
-
<pre class="programlisting">const <a href="/
|
261
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
258
262
|
gtk_source_encoding_get_charset (<em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
|
259
263
|
<p>Gets the character set of the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>, such as "UTF-8" or
|
260
264
|
"ISO-8859-1".</p>
|
261
265
|
<div class="refsect3">
|
262
|
-
<a name="
|
266
|
+
<a name="gtk-source-encoding-get-charset.parameters"></a><h4>Parameters</h4>
|
263
267
|
<div class="informaltable"><table width="100%" border="0">
|
264
268
|
<colgroup>
|
265
269
|
<col width="150px" class="parameters_name">
|
@@ -274,25 +278,43 @@ gtk_source_encoding_get_charset (<em class="parameter"><code>const <a class="lin
|
|
274
278
|
</table></div>
|
275
279
|
</div>
|
276
280
|
<div class="refsect3">
|
277
|
-
<a name="
|
281
|
+
<a name="gtk-source-encoding-get-charset.returns"></a><h4>Returns</h4>
|
278
282
|
<p> the character set of the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>.</p>
|
279
|
-
<p></p>
|
280
283
|
</div>
|
281
|
-
<p class="since">Since 3.14</p>
|
284
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
282
285
|
</div>
|
283
286
|
<hr>
|
284
287
|
<div class="refsect2">
|
285
288
|
<a name="gtk-source-encoding-get-all"></a><h3>gtk_source_encoding_get_all ()</h3>
|
286
|
-
<pre class="programlisting"><a href="/
|
289
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
287
290
|
gtk_source_encoding_get_all (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
288
291
|
<p>Gets all encodings.</p>
|
289
292
|
<div class="refsect3">
|
290
|
-
<a name="
|
293
|
+
<a name="gtk-source-encoding-get-all.returns"></a><h4>Returns</h4>
|
291
294
|
<p> a list of
|
292
|
-
all <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>'s. Free with <a href="/
|
295
|
+
all <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>'s. Free with <a href="/usr/share/gtk-doc/html/glibglib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>. </p>
|
293
296
|
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.Encoding]</span></p>
|
294
297
|
</div>
|
295
|
-
<p class="since">Since 3.14</p>
|
298
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
299
|
+
</div>
|
300
|
+
<hr>
|
301
|
+
<div class="refsect2">
|
302
|
+
<a name="gtk-source-encoding-get-default-candidates"></a><h3>gtk_source_encoding_get_default_candidates ()</h3>
|
303
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
304
|
+
gtk_source_encoding_get_default_candidates
|
305
|
+
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
306
|
+
<p>Gets the list of default candidate encodings to try when loading a file. See
|
307
|
+
<a class="link" href="GtkSourceFileLoader.html#gtk-source-file-loader-set-candidate-encodings" title="gtk_source_file_loader_set_candidate_encodings ()"><code class="function">gtk_source_file_loader_set_candidate_encodings()</code></a>.</p>
|
308
|
+
<p>This function returns a different list depending on the current locale (i.e.
|
309
|
+
language, country and default encoding). The UTF-8 encoding and the current
|
310
|
+
locale encoding are guaranteed to be present in the returned list.</p>
|
311
|
+
<div class="refsect3">
|
312
|
+
<a name="gtk-source-encoding-get-default-candidates.returns"></a><h4>Returns</h4>
|
313
|
+
<p> the list of
|
314
|
+
default candidate encodings. Free with <a href="/usr/share/gtk-doc/html/glibglib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>. </p>
|
315
|
+
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.Encoding]</span></p>
|
316
|
+
</div>
|
317
|
+
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
296
318
|
</div>
|
297
319
|
<hr>
|
298
320
|
<div class="refsect2">
|
@@ -301,7 +323,7 @@ all <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><spa
|
|
301
323
|
gtk_source_encoding_copy (<em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
|
302
324
|
<p>Used by language bindings.</p>
|
303
325
|
<div class="refsect3">
|
304
|
-
<a name="
|
326
|
+
<a name="gtk-source-encoding-copy.parameters"></a><h4>Parameters</h4>
|
305
327
|
<div class="informaltable"><table width="100%" border="0">
|
306
328
|
<colgroup>
|
307
329
|
<col width="150px" class="parameters_name">
|
@@ -316,12 +338,11 @@ gtk_source_encoding_copy (<em class="parameter"><code>const <a class="link" href
|
|
316
338
|
</table></div>
|
317
339
|
</div>
|
318
340
|
<div class="refsect3">
|
319
|
-
<a name="
|
341
|
+
<a name="gtk-source-encoding-copy.returns"></a><h4>Returns</h4>
|
320
342
|
<p> a copy of <em class="parameter"><code>enc</code></em>
|
321
343
|
.</p>
|
322
|
-
<p></p>
|
323
344
|
</div>
|
324
|
-
<p class="since">Since 3.14</p>
|
345
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
325
346
|
</div>
|
326
347
|
<hr>
|
327
348
|
<div class="refsect2">
|
@@ -330,7 +351,7 @@ gtk_source_encoding_copy (<em class="parameter"><code>const <a class="link" href
|
|
330
351
|
gtk_source_encoding_free (<em class="parameter"><code><a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
|
331
352
|
<p>Used by language bindings.</p>
|
332
353
|
<div class="refsect3">
|
333
|
-
<a name="
|
354
|
+
<a name="gtk-source-encoding-free.parameters"></a><h4>Parameters</h4>
|
334
355
|
<div class="informaltable"><table width="100%" border="0">
|
335
356
|
<colgroup>
|
336
357
|
<col width="150px" class="parameters_name">
|
@@ -344,7 +365,7 @@ gtk_source_encoding_free (<em class="parameter"><code><a class="link" href="GtkS
|
|
344
365
|
</tr></tbody>
|
345
366
|
</table></div>
|
346
367
|
</div>
|
347
|
-
<p class="since">Since 3.14</p>
|
368
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
348
369
|
</div>
|
349
370
|
</div>
|
350
371
|
<div class="refsect1">
|
@@ -360,7 +381,6 @@ gtk_source_encoding_free (<em class="parameter"><code><a class="link" href="GtkS
|
|
360
381
|
</div>
|
361
382
|
</div>
|
362
383
|
<div class="footer">
|
363
|
-
<hr>
|
364
|
-
Generated by GTK-Doc V1.21.1</div>
|
384
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
365
385
|
</body>
|
366
386
|
</html>
|