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="pt01.html" title="Part I. API reference">
|
9
9
|
<link rel="prev" href="GtkSourceView.html" title="GtkSourceView">
|
10
10
|
<link rel="next" href="GtkSourceLanguage.html" title="GtkSourceLanguage">
|
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">
|
@@ -50,7 +50,6 @@
|
|
50
50
|
</dl></div>
|
51
51
|
</div>
|
52
52
|
<div class="footer">
|
53
|
-
<hr>
|
54
|
-
Generated by GTK-Doc V1.21.1</div>
|
53
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
55
54
|
</body>
|
56
55
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="pt01.html" title="Part I. API reference">
|
9
9
|
<link rel="prev" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">
|
10
10
|
<link rel="next" href="GtkSourceCompletion.html" title="GtkSourceCompletion">
|
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">
|
@@ -47,7 +47,6 @@
|
|
47
47
|
</dl></div>
|
48
48
|
</div>
|
49
49
|
<div class="footer">
|
50
|
-
<hr>
|
51
|
-
Generated by GTK-Doc V1.21.1</div>
|
50
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
52
51
|
</body>
|
53
52
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="pt01.html" title="Part I. API reference">
|
9
9
|
<link rel="prev" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords">
|
10
10
|
<link rel="next" href="GtkSourceEncoding.html" title="GtkSourceEncoding">
|
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">
|
@@ -38,7 +38,6 @@
|
|
38
38
|
</dl></div>
|
39
39
|
</div>
|
40
40
|
<div class="footer">
|
41
|
-
<hr>
|
42
|
-
Generated by GTK-Doc V1.21.1</div>
|
41
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
43
42
|
</body>
|
44
43
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="pt01.html" title="Part I. API reference">
|
9
9
|
<link rel="prev" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver">
|
10
10
|
<link rel="next" href="GtkSourceGutter.html" title="GtkSourceGutter">
|
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">
|
@@ -44,7 +44,6 @@
|
|
44
44
|
</dl></div>
|
45
45
|
</div>
|
46
46
|
<div class="footer">
|
47
|
-
<hr>
|
48
|
-
Generated by GTK-Doc V1.21.1</div>
|
47
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
49
48
|
</body>
|
50
49
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="pt01.html" title="Part I. API reference">
|
9
9
|
<link rel="prev" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">
|
10
10
|
<link rel="next" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">
|
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">
|
@@ -27,7 +27,6 @@
|
|
27
27
|
</dt></dl></div>
|
28
28
|
</div>
|
29
29
|
<div class="footer">
|
30
|
-
<hr>
|
31
|
-
Generated by GTK-Doc V1.21.1</div>
|
30
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
32
31
|
</body>
|
33
32
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="pt01.html" title="Part I. API reference">
|
9
9
|
<link rel="prev" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">
|
10
10
|
<link rel="next" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">
|
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">
|
@@ -32,7 +32,6 @@
|
|
32
32
|
</dl></div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>
|
36
|
-
Generated by GTK-Doc V1.21.1</div>
|
35
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
37
36
|
</body>
|
38
37
|
</html>
|
@@ -7,8 +7,8 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="pt01.html" title="Part I. API reference">
|
9
9
|
<link rel="prev" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="GtkSourceMap.html" title="GtkSourceMap">
|
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">
|
@@ -17,22 +17,30 @@
|
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
18
|
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="p" href="GtkSourceSearchSettings.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
-
<td><a accesskey="n" href="
|
20
|
+
<td><a accesskey="n" href="GtkSourceMap.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="id-1.2.9"></a>Others</h2></div></div></div>
|
25
25
|
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
|
+
<span class="refentrytitle"><a href="GtkSourceMap.html">GtkSourceMap</a></span><span class="refpurpose"> — Widget that displays a map for a specific <span class="type">GtkSourceView</span></span>
|
28
|
+
</dt>
|
29
|
+
<dt>
|
30
|
+
<span class="refentrytitle"><a href="GtkSourceTag.html">GtkSourceTag</a></span><span class="refpurpose"> — A tag that can be applied to text in a GtkSourceBuffer</span>
|
31
|
+
</dt>
|
32
|
+
<dt>
|
27
33
|
<span class="refentrytitle"><a href="GtkSourceUndoManager.html">GtkSourceUndoManager</a></span><span class="refpurpose"> — Undo manager interface for GtkSourceView</span>
|
28
34
|
</dt>
|
29
35
|
<dt>
|
30
36
|
<span class="refentrytitle"><a href="gtksourceview-3.0-GtkSourceUtils.html">GtkSourceUtils</a></span><span class="refpurpose"> — Utilities functions</span>
|
31
37
|
</dt>
|
38
|
+
<dt>
|
39
|
+
<span class="refentrytitle"><a href="gtksourceview-3.0-Version-Information.html">Version Information</a></span><span class="refpurpose"> — Macros and functions to check the GtkSourceView version</span>
|
40
|
+
</dt>
|
32
41
|
</dl></div>
|
33
42
|
</div>
|
34
43
|
<div class="footer">
|
35
|
-
<hr>
|
36
|
-
Generated by GTK-Doc V1.21.1</div>
|
44
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
37
45
|
</body>
|
38
46
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Syntax highlighting reference: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
9
|
-
<link rel="prev" href="gtksourceview-3.0-
|
9
|
+
<link rel="prev" href="gtksourceview-3.0-Version-Information.html" title="Version Information">
|
10
10
|
<link rel="next" href="lang-tutorial.html" title="Language Definition v2.0 Tutorial">
|
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">
|
@@ -16,15 +16,13 @@
|
|
16
16
|
<td width="100%" align="left" class="shortcuts"></td>
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
18
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
-
<td><a accesskey="p" href="gtksourceview-3.0-
|
19
|
+
<td><a accesskey="p" href="gtksourceview-3.0-Version-Information.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
20
|
<td><a accesskey="n" href="lang-tutorial.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
|
-
<div class="
|
22
|
+
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h1 class="title">
|
24
|
-
<a name="id-1.3"></a>
|
25
|
-
<div class="toc">
|
26
|
-
<p><b>Table of Contents</b></p>
|
27
|
-
<dl class="toc">
|
24
|
+
<a name="id-1.3"></a>Syntax highlighting reference</h1></div></div></div>
|
25
|
+
<div class="toc"><dl class="toc">
|
28
26
|
<dt>
|
29
27
|
<span class="refentrytitle"><a href="lang-tutorial.html">Language Definition v2.0 Tutorial</a></span><span class="refpurpose"> —
|
30
28
|
Guide to the GtkSourceView language definition file format
|
@@ -40,11 +38,9 @@ Reference to the GtkSourceView language definition file format
|
|
40
38
|
Reference to the GtkSourceView style scheme definition file format
|
41
39
|
</span>
|
42
40
|
</dt>
|
43
|
-
</dl>
|
44
|
-
</div>
|
41
|
+
</dl></div>
|
45
42
|
</div>
|
46
43
|
<div class="footer">
|
47
|
-
<hr>
|
48
|
-
Generated by GTK-Doc V1.21.1</div>
|
44
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
49
45
|
</body>
|
50
46
|
</html>
|
data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html
CHANGED
@@ -7,8 +7,8 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="ch08.html" title="Others">
|
9
9
|
<link rel="prev" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="gtksourceview-3.0-Version-Information.html" title="Version Information">
|
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">
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
21
|
<td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
22
22
|
<td><a accesskey="p" href="GtkSourceUndoManager.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
-
<td><a accesskey="n" href="
|
23
|
+
<td><a accesskey="n" href="gtksourceview-3.0-Version-Information.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
24
|
</tr></table>
|
25
25
|
<div class="refentry">
|
26
26
|
<a name="gtksourceview-3.0-GtkSourceUtils"></a><div class="titlepage"></div>
|
@@ -41,7 +41,7 @@
|
|
41
41
|
<tbody>
|
42
42
|
<tr>
|
43
43
|
<td class="function_type">
|
44
|
-
<a href="/
|
44
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
45
45
|
</td>
|
46
46
|
<td class="function_name">
|
47
47
|
<a class="link" href="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-unescape-search-text" title="gtk_source_utils_unescape_search_text ()">gtk_source_utils_unescape_search_text</a> <span class="c_punctuation">()</span>
|
@@ -49,7 +49,7 @@
|
|
49
49
|
</tr>
|
50
50
|
<tr>
|
51
51
|
<td class="function_type">
|
52
|
-
<a href="/
|
52
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
53
53
|
</td>
|
54
54
|
<td class="function_name">
|
55
55
|
<a class="link" href="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-escape-search-text" title="gtk_source_utils_escape_search_text ()">gtk_source_utils_escape_search_text</a> <span class="c_punctuation">()</span>
|
@@ -71,8 +71,8 @@
|
|
71
71
|
<a name="gtksourceview-3.0-GtkSourceUtils.functions_details"></a><h2>Functions</h2>
|
72
72
|
<div class="refsect2">
|
73
73
|
<a name="gtk-source-utils-unescape-search-text"></a><h3>gtk_source_utils_unescape_search_text ()</h3>
|
74
|
-
<pre class="programlisting"><a href="/
|
75
|
-
gtk_source_utils_unescape_search_text (<em class="parameter"><code>const <a href="/
|
74
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
75
|
+
gtk_source_utils_unescape_search_text (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
|
76
76
|
<p>Use this function before <a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-set-search-text" title="gtk_source_search_settings_set_search_text ()"><code class="function">gtk_source_search_settings_set_search_text()</code></a>, to
|
77
77
|
unescape the following sequences of characters: \n, \r, \t and \.
|
78
78
|
The purpose is to easily write those characters in a search entry.</p>
|
@@ -80,7 +80,7 @@ The purpose is to easily write those characters in a search entry.</p>
|
|
80
80
|
searches.</p>
|
81
81
|
<p>See also: <a class="link" href="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-escape-search-text" title="gtk_source_utils_escape_search_text ()"><code class="function">gtk_source_utils_escape_search_text()</code></a>.</p>
|
82
82
|
<div class="refsect3">
|
83
|
-
<a name="
|
83
|
+
<a name="gtk-source-utils-unescape-search-text.parameters"></a><h4>Parameters</h4>
|
84
84
|
<div class="informaltable"><table width="100%" border="0">
|
85
85
|
<colgroup>
|
86
86
|
<col width="150px" class="parameters_name">
|
@@ -95,32 +95,31 @@ searches.</p>
|
|
95
95
|
</table></div>
|
96
96
|
</div>
|
97
97
|
<div class="refsect3">
|
98
|
-
<a name="
|
98
|
+
<a name="gtk-source-utils-unescape-search-text.returns"></a><h4>Returns</h4>
|
99
99
|
<p> the unescaped <em class="parameter"><code>text</code></em>
|
100
100
|
.</p>
|
101
|
-
<p></p>
|
102
101
|
</div>
|
103
|
-
<p class="since">Since 3.10</p>
|
102
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
104
103
|
</div>
|
105
104
|
<hr>
|
106
105
|
<div class="refsect2">
|
107
106
|
<a name="gtk-source-utils-escape-search-text"></a><h3>gtk_source_utils_escape_search_text ()</h3>
|
108
|
-
<pre class="programlisting"><a href="/
|
109
|
-
gtk_source_utils_escape_search_text (<em class="parameter"><code>const <a href="/
|
107
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
108
|
+
gtk_source_utils_escape_search_text (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
|
110
109
|
<p>Use this function to escape the following characters: \n, \r, \t and .</p>
|
111
|
-
<p>For a regular expression search, use <a href="/
|
112
|
-
<p>One possible use case is to take the <a href="
|
110
|
+
<p>For a regular expression search, use <a href="/usr/share/gtk-doc/html/glibglib-Perl-compatible-regular-expressions.html#g-regex-escape-string"><code class="function">g_regex_escape_string()</code></a> instead.</p>
|
111
|
+
<p>One possible use case is to take the <a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a>'s selection and put it in a
|
113
112
|
search entry. The selection can contain tabulations, newlines, etc. So it's
|
114
113
|
better to escape those special characters to better fit in the search entry.</p>
|
115
114
|
<p>See also: <a class="link" href="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-unescape-search-text" title="gtk_source_utils_unescape_search_text ()"><code class="function">gtk_source_utils_unescape_search_text()</code></a>.</p>
|
116
115
|
<div class="warning">
|
117
|
-
|
116
|
+
Warning: the escape and unescape functions are not reciprocal! For example,
|
118
117
|
escape (unescape (\)) = \\. So avoid cycles such as: search entry -> unescape
|
119
118
|
-> search settings -> escape -> search entry. The original search entry text
|
120
119
|
may be modified.
|
121
120
|
</div>
|
122
121
|
<div class="refsect3">
|
123
|
-
<a name="
|
122
|
+
<a name="gtk-source-utils-escape-search-text.parameters"></a><h4>Parameters</h4>
|
124
123
|
<div class="informaltable"><table width="100%" border="0">
|
125
124
|
<colgroup>
|
126
125
|
<col width="150px" class="parameters_name">
|
@@ -135,12 +134,11 @@ may be modified.
|
|
135
134
|
</table></div>
|
136
135
|
</div>
|
137
136
|
<div class="refsect3">
|
138
|
-
<a name="
|
137
|
+
<a name="gtk-source-utils-escape-search-text.returns"></a><h4>Returns</h4>
|
139
138
|
<p> the escaped <em class="parameter"><code>text</code></em>
|
140
139
|
.</p>
|
141
|
-
<p></p>
|
142
140
|
</div>
|
143
|
-
<p class="since">Since 3.10</p>
|
141
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
144
142
|
</div>
|
145
143
|
</div>
|
146
144
|
<div class="refsect1">
|
@@ -148,7 +146,6 @@ may be modified.
|
|
148
146
|
</div>
|
149
147
|
</div>
|
150
148
|
<div class="footer">
|
151
|
-
<hr>
|
152
|
-
Generated by GTK-Doc V1.21.1</div>
|
149
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
153
150
|
</body>
|
154
151
|
</html>
|
data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html
ADDED
@@ -0,0 +1,472 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Version Information: GtkSourceView 3 Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
+
<link rel="up" href="ch08.html" title="Others">
|
9
|
+
<link rel="prev" href="gtksourceview-3.0-GtkSourceUtils.html" title="GtkSourceUtils">
|
10
|
+
<link rel="next" href="ch09.html" title="Syntax highlighting reference">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#gtksourceview-3.0-Version-Information.description" class="shortcut">Description</a></span>
|
19
|
+
</td>
|
20
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
|
+
<td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
22
|
+
<td><a accesskey="p" href="gtksourceview-3.0-GtkSourceUtils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
+
<td><a accesskey="n" href="ch09.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
|
+
</tr></table>
|
25
|
+
<div class="refentry">
|
26
|
+
<a name="gtksourceview-3.0-Version-Information"></a><div class="titlepage"></div>
|
27
|
+
<div class="refnamediv"><table width="100%"><tr>
|
28
|
+
<td valign="top">
|
29
|
+
<h2><span class="refentrytitle"><a name="gtksourceview-3.0-Version-Information.top_of_page"></a>Version Information</span></h2>
|
30
|
+
<p>Version Information — Macros and functions to check the GtkSourceView version</p>
|
31
|
+
</td>
|
32
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
33
|
+
</tr></table></div>
|
34
|
+
<div class="refsect1">
|
35
|
+
<a name="gtksourceview-3.0-Version-Information.functions"></a><h2>Functions</h2>
|
36
|
+
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<colgroup>
|
38
|
+
<col width="150px" class="functions_return">
|
39
|
+
<col class="functions_name">
|
40
|
+
</colgroup>
|
41
|
+
<tbody>
|
42
|
+
<tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-get-major-version" title="gtk_source_get_major_version ()">gtk_source_get_major_version</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="function_type">
|
52
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
53
|
+
</td>
|
54
|
+
<td class="function_name">
|
55
|
+
<a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-get-minor-version" title="gtk_source_get_minor_version ()">gtk_source_get_minor_version</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td class="function_type">
|
60
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-get-micro-version" title="gtk_source_get_micro_version ()">gtk_source_get_micro_version</a> <span class="c_punctuation">()</span>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
<tr>
|
67
|
+
<td class="function_type">
|
68
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
69
|
+
</td>
|
70
|
+
<td class="function_name">
|
71
|
+
<a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-check-version" title="gtk_source_check_version ()">gtk_source_check_version</a> <span class="c_punctuation">()</span>
|
72
|
+
</td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td class="define_keyword">#define</td>
|
76
|
+
<td class="function_name">
|
77
|
+
<a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-CHECK-VERSION:CAPS" title="GTK_SOURCE_CHECK_VERSION()">GTK_SOURCE_CHECK_VERSION</a><span class="c_punctuation">()</span>
|
78
|
+
</td>
|
79
|
+
</tr>
|
80
|
+
</tbody>
|
81
|
+
</table></div>
|
82
|
+
</div>
|
83
|
+
<div class="refsect1">
|
84
|
+
<a name="gtksourceview-3.0-Version-Information.other"></a><h2>Types and Values</h2>
|
85
|
+
<div class="informaltable"><table width="100%" border="0">
|
86
|
+
<colgroup>
|
87
|
+
<col width="150px" class="name">
|
88
|
+
<col class="description">
|
89
|
+
</colgroup>
|
90
|
+
<tbody>
|
91
|
+
<tr>
|
92
|
+
<td class="define_keyword">#define</td>
|
93
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-MAJOR-VERSION:CAPS" title="GTK_SOURCE_MAJOR_VERSION">GTK_SOURCE_MAJOR_VERSION</a></td>
|
94
|
+
</tr>
|
95
|
+
<tr>
|
96
|
+
<td class="define_keyword">#define</td>
|
97
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-MINOR-VERSION:CAPS" title="GTK_SOURCE_MINOR_VERSION">GTK_SOURCE_MINOR_VERSION</a></td>
|
98
|
+
</tr>
|
99
|
+
<tr>
|
100
|
+
<td class="define_keyword">#define</td>
|
101
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-MICRO-VERSION:CAPS" title="GTK_SOURCE_MICRO_VERSION">GTK_SOURCE_MICRO_VERSION</a></td>
|
102
|
+
</tr>
|
103
|
+
<tr>
|
104
|
+
<td class="define_keyword">#define</td>
|
105
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-0:CAPS" title="GTK_SOURCE_VERSION_3_0">GTK_SOURCE_VERSION_3_0</a></td>
|
106
|
+
</tr>
|
107
|
+
<tr>
|
108
|
+
<td class="define_keyword">#define</td>
|
109
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-2:CAPS" title="GTK_SOURCE_VERSION_3_2">GTK_SOURCE_VERSION_3_2</a></td>
|
110
|
+
</tr>
|
111
|
+
<tr>
|
112
|
+
<td class="define_keyword">#define</td>
|
113
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-4:CAPS" title="GTK_SOURCE_VERSION_3_4">GTK_SOURCE_VERSION_3_4</a></td>
|
114
|
+
</tr>
|
115
|
+
<tr>
|
116
|
+
<td class="define_keyword">#define</td>
|
117
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-6:CAPS" title="GTK_SOURCE_VERSION_3_6">GTK_SOURCE_VERSION_3_6</a></td>
|
118
|
+
</tr>
|
119
|
+
<tr>
|
120
|
+
<td class="define_keyword">#define</td>
|
121
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-8:CAPS" title="GTK_SOURCE_VERSION_3_8">GTK_SOURCE_VERSION_3_8</a></td>
|
122
|
+
</tr>
|
123
|
+
<tr>
|
124
|
+
<td class="define_keyword">#define</td>
|
125
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-10:CAPS" title="GTK_SOURCE_VERSION_3_10">GTK_SOURCE_VERSION_3_10</a></td>
|
126
|
+
</tr>
|
127
|
+
<tr>
|
128
|
+
<td class="define_keyword">#define</td>
|
129
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-12:CAPS" title="GTK_SOURCE_VERSION_3_12">GTK_SOURCE_VERSION_3_12</a></td>
|
130
|
+
</tr>
|
131
|
+
<tr>
|
132
|
+
<td class="define_keyword">#define</td>
|
133
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-14:CAPS" title="GTK_SOURCE_VERSION_3_14">GTK_SOURCE_VERSION_3_14</a></td>
|
134
|
+
</tr>
|
135
|
+
<tr>
|
136
|
+
<td class="define_keyword">#define</td>
|
137
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-16:CAPS" title="GTK_SOURCE_VERSION_3_16">GTK_SOURCE_VERSION_3_16</a></td>
|
138
|
+
</tr>
|
139
|
+
<tr>
|
140
|
+
<td class="define_keyword">#define</td>
|
141
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-18:CAPS" title="GTK_SOURCE_VERSION_3_18">GTK_SOURCE_VERSION_3_18</a></td>
|
142
|
+
</tr>
|
143
|
+
<tr>
|
144
|
+
<td class="define_keyword">#define</td>
|
145
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-20:CAPS" title="GTK_SOURCE_VERSION_3_20">GTK_SOURCE_VERSION_3_20</a></td>
|
146
|
+
</tr>
|
147
|
+
<tr>
|
148
|
+
<td class="define_keyword">#define</td>
|
149
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-MIN-REQUIRED:CAPS" title="GTK_SOURCE_VERSION_MIN_REQUIRED">GTK_SOURCE_VERSION_MIN_REQUIRED</a></td>
|
150
|
+
</tr>
|
151
|
+
<tr>
|
152
|
+
<td class="define_keyword">#define</td>
|
153
|
+
<td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-MAX-ALLOWED:CAPS" title="GTK_SOURCE_VERSION_MAX_ALLOWED">GTK_SOURCE_VERSION_MAX_ALLOWED</a></td>
|
154
|
+
</tr>
|
155
|
+
</tbody>
|
156
|
+
</table></div>
|
157
|
+
</div>
|
158
|
+
<div class="refsect1">
|
159
|
+
<a name="gtksourceview-3.0-Version-Information.includes"></a><h2>Includes</h2>
|
160
|
+
<pre class="synopsis">#include <gtksourceview/gtksource.h>
|
161
|
+
</pre>
|
162
|
+
</div>
|
163
|
+
<div class="refsect1">
|
164
|
+
<a name="gtksourceview-3.0-Version-Information.description"></a><h2>Description</h2>
|
165
|
+
</div>
|
166
|
+
<div class="refsect1">
|
167
|
+
<a name="gtksourceview-3.0-Version-Information.functions_details"></a><h2>Functions</h2>
|
168
|
+
<div class="refsect2">
|
169
|
+
<a name="gtk-source-get-major-version"></a><h3>gtk_source_get_major_version ()</h3>
|
170
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
171
|
+
gtk_source_get_major_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
172
|
+
<p>Returns the major version number of the GtkSourceView library.
|
173
|
+
(e.g. in GtkSourceView version 3.20.0 this is 3.)</p>
|
174
|
+
<p>This function is in the library, so it represents the GtkSourceView library
|
175
|
+
your code is running against. Contrast with the <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-MAJOR-VERSION:CAPS" title="GTK_SOURCE_MAJOR_VERSION"><span class="type">GTK_SOURCE_MAJOR_VERSION</span></a>
|
176
|
+
macro, which represents the major version of the GtkSourceView headers you
|
177
|
+
have included when compiling your code.</p>
|
178
|
+
<div class="refsect3">
|
179
|
+
<a name="gtk-source-get-major-version.returns"></a><h4>Returns</h4>
|
180
|
+
<p> the major version number of the GtkSourceView library</p>
|
181
|
+
</div>
|
182
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
183
|
+
</div>
|
184
|
+
<hr>
|
185
|
+
<div class="refsect2">
|
186
|
+
<a name="gtk-source-get-minor-version"></a><h3>gtk_source_get_minor_version ()</h3>
|
187
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
188
|
+
gtk_source_get_minor_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
189
|
+
<p>Returns the minor version number of the GtkSourceView library.
|
190
|
+
(e.g. in GtkSourceView version 3.20.0 this is 20.)</p>
|
191
|
+
<p>This function is in the library, so it represents the GtkSourceView library
|
192
|
+
your code is running against. Contrast with the <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-MINOR-VERSION:CAPS" title="GTK_SOURCE_MINOR_VERSION"><span class="type">GTK_SOURCE_MINOR_VERSION</span></a>
|
193
|
+
macro, which represents the minor version of the GtkSourceView headers you
|
194
|
+
have included when compiling your code.</p>
|
195
|
+
<div class="refsect3">
|
196
|
+
<a name="gtk-source-get-minor-version.returns"></a><h4>Returns</h4>
|
197
|
+
<p> the minor version number of the GtkSourceView library</p>
|
198
|
+
</div>
|
199
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
200
|
+
</div>
|
201
|
+
<hr>
|
202
|
+
<div class="refsect2">
|
203
|
+
<a name="gtk-source-get-micro-version"></a><h3>gtk_source_get_micro_version ()</h3>
|
204
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
205
|
+
gtk_source_get_micro_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
206
|
+
<p>Returns the micro version number of the GtkSourceView library.
|
207
|
+
(e.g. in GtkSourceView version 3.20.0 this is 0.)</p>
|
208
|
+
<p>This function is in the library, so it represents the GtkSourceView library
|
209
|
+
your code is running against. Contrast with the <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-MICRO-VERSION:CAPS" title="GTK_SOURCE_MICRO_VERSION"><span class="type">GTK_SOURCE_MICRO_VERSION</span></a>
|
210
|
+
macro, which represents the micro version of the GtkSourceView headers you
|
211
|
+
have included when compiling your code.</p>
|
212
|
+
<div class="refsect3">
|
213
|
+
<a name="gtk-source-get-micro-version.returns"></a><h4>Returns</h4>
|
214
|
+
<p> the micro version number of the GtkSourceView library</p>
|
215
|
+
</div>
|
216
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
217
|
+
</div>
|
218
|
+
<hr>
|
219
|
+
<div class="refsect2">
|
220
|
+
<a name="gtk-source-check-version"></a><h3>gtk_source_check_version ()</h3>
|
221
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
222
|
+
gtk_source_check_version (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> major</code></em>,
|
223
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> minor</code></em>,
|
224
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> micro</code></em>);</pre>
|
225
|
+
<p>Like GTK_SOURCE_CHECK_VERSION, but the check for gtk_source_check_version is
|
226
|
+
at runtime instead of compile time. This is useful for compiling
|
227
|
+
against older versions of GtkSourceView, but using features from newer
|
228
|
+
versions.</p>
|
229
|
+
<div class="refsect3">
|
230
|
+
<a name="gtk-source-check-version.parameters"></a><h4>Parameters</h4>
|
231
|
+
<div class="informaltable"><table width="100%" border="0">
|
232
|
+
<colgroup>
|
233
|
+
<col width="150px" class="parameters_name">
|
234
|
+
<col class="parameters_description">
|
235
|
+
<col width="200px" class="parameters_annotations">
|
236
|
+
</colgroup>
|
237
|
+
<tbody>
|
238
|
+
<tr>
|
239
|
+
<td class="parameter_name"><p>major</p></td>
|
240
|
+
<td class="parameter_description"><p>the major version to check</p></td>
|
241
|
+
<td class="parameter_annotations"> </td>
|
242
|
+
</tr>
|
243
|
+
<tr>
|
244
|
+
<td class="parameter_name"><p>minor</p></td>
|
245
|
+
<td class="parameter_description"><p>the minor version to check</p></td>
|
246
|
+
<td class="parameter_annotations"> </td>
|
247
|
+
</tr>
|
248
|
+
<tr>
|
249
|
+
<td class="parameter_name"><p>micro</p></td>
|
250
|
+
<td class="parameter_description"><p>the micro version to check</p></td>
|
251
|
+
<td class="parameter_annotations"> </td>
|
252
|
+
</tr>
|
253
|
+
</tbody>
|
254
|
+
</table></div>
|
255
|
+
</div>
|
256
|
+
<div class="refsect3">
|
257
|
+
<a name="gtk-source-check-version.returns"></a><h4>Returns</h4>
|
258
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of the GtkSourceView currently loaded
|
259
|
+
is the same as or newer than the passed-in version.</p>
|
260
|
+
</div>
|
261
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
262
|
+
</div>
|
263
|
+
<hr>
|
264
|
+
<div class="refsect2">
|
265
|
+
<a name="GTK-SOURCE-CHECK-VERSION:CAPS"></a><h3>GTK_SOURCE_CHECK_VERSION()</h3>
|
266
|
+
<pre class="programlisting">#define GTK_SOURCE_CHECK_VERSION(major, minor, micro)</pre>
|
267
|
+
<p>Macro to test the version of GtkSourceView being compiled against.</p>
|
268
|
+
<div class="refsect3">
|
269
|
+
<a name="GTK-SOURCE-CHECK-VERSION.parameters"></a><h4>Parameters</h4>
|
270
|
+
<div class="informaltable"><table width="100%" border="0">
|
271
|
+
<colgroup>
|
272
|
+
<col width="150px" class="parameters_name">
|
273
|
+
<col class="parameters_description">
|
274
|
+
<col width="200px" class="parameters_annotations">
|
275
|
+
</colgroup>
|
276
|
+
<tbody>
|
277
|
+
<tr>
|
278
|
+
<td class="parameter_name"><p>major</p></td>
|
279
|
+
<td class="parameter_description"><p>major version (e.g. 3 for version 3.20.0)</p></td>
|
280
|
+
<td class="parameter_annotations"> </td>
|
281
|
+
</tr>
|
282
|
+
<tr>
|
283
|
+
<td class="parameter_name"><p>minor</p></td>
|
284
|
+
<td class="parameter_description"><p>minor version (e.g. 20 for version 3.20.0)</p></td>
|
285
|
+
<td class="parameter_annotations"> </td>
|
286
|
+
</tr>
|
287
|
+
<tr>
|
288
|
+
<td class="parameter_name"><p>micro</p></td>
|
289
|
+
<td class="parameter_description"><p>micro version (e.g. 0 for version 3.20.0)</p></td>
|
290
|
+
<td class="parameter_annotations"> </td>
|
291
|
+
</tr>
|
292
|
+
</tbody>
|
293
|
+
</table></div>
|
294
|
+
</div>
|
295
|
+
<div class="refsect3">
|
296
|
+
<a name="GTK-SOURCE-CHECK-VERSION.returns"></a><h4>Returns</h4>
|
297
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of the GtkSourceView header files
|
298
|
+
is the same as or newer than the passed-in version.</p>
|
299
|
+
</div>
|
300
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
301
|
+
</div>
|
302
|
+
</div>
|
303
|
+
<div class="refsect1">
|
304
|
+
<a name="gtksourceview-3.0-Version-Information.other_details"></a><h2>Types and Values</h2>
|
305
|
+
<div class="refsect2">
|
306
|
+
<a name="GTK-SOURCE-MAJOR-VERSION:CAPS"></a><h3>GTK_SOURCE_MAJOR_VERSION</h3>
|
307
|
+
<pre class="programlisting">#define GTK_SOURCE_MAJOR_VERSION (3)
|
308
|
+
</pre>
|
309
|
+
<p>Like <a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-get-major-version" title="gtk_source_get_major_version ()"><code class="function">gtk_source_get_major_version()</code></a>, but from the headers used at
|
310
|
+
application compile time, rather than from the library linked
|
311
|
+
against at application run time.</p>
|
312
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
313
|
+
</div>
|
314
|
+
<hr>
|
315
|
+
<div class="refsect2">
|
316
|
+
<a name="GTK-SOURCE-MINOR-VERSION:CAPS"></a><h3>GTK_SOURCE_MINOR_VERSION</h3>
|
317
|
+
<pre class="programlisting">#define GTK_SOURCE_MINOR_VERSION (20)
|
318
|
+
</pre>
|
319
|
+
<p>Like <a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-get-minor-version" title="gtk_source_get_minor_version ()"><code class="function">gtk_source_get_minor_version()</code></a>, but from the headers used at
|
320
|
+
application compile time, rather than from the library linked
|
321
|
+
against at application run time.</p>
|
322
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
323
|
+
</div>
|
324
|
+
<hr>
|
325
|
+
<div class="refsect2">
|
326
|
+
<a name="GTK-SOURCE-MICRO-VERSION:CAPS"></a><h3>GTK_SOURCE_MICRO_VERSION</h3>
|
327
|
+
<pre class="programlisting">#define GTK_SOURCE_MICRO_VERSION (1)
|
328
|
+
</pre>
|
329
|
+
<p>Like <a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-get-micro-version" title="gtk_source_get_micro_version ()"><code class="function">gtk_source_get_micro_version()</code></a>, but from the headers used at
|
330
|
+
application compile time, rather than from the library linked
|
331
|
+
against at application run time.</p>
|
332
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
333
|
+
</div>
|
334
|
+
<hr>
|
335
|
+
<div class="refsect2">
|
336
|
+
<a name="GTK-SOURCE-VERSION-3-0:CAPS"></a><h3>GTK_SOURCE_VERSION_3_0</h3>
|
337
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_0 (G_ENCODE_VERSION (3, 0))
|
338
|
+
</pre>
|
339
|
+
<p>A macro that evaluates to the 3.0 version of GtkSourceView,
|
340
|
+
in a format that can be used by the C pre-processor.</p>
|
341
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
342
|
+
</div>
|
343
|
+
<hr>
|
344
|
+
<div class="refsect2">
|
345
|
+
<a name="GTK-SOURCE-VERSION-3-2:CAPS"></a><h3>GTK_SOURCE_VERSION_3_2</h3>
|
346
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_2 (G_ENCODE_VERSION (3, 2))
|
347
|
+
</pre>
|
348
|
+
<p>A macro that evaluates to the 3.2 version of GtkSourceView,
|
349
|
+
in a format that can be used by the C pre-processor.</p>
|
350
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
351
|
+
</div>
|
352
|
+
<hr>
|
353
|
+
<div class="refsect2">
|
354
|
+
<a name="GTK-SOURCE-VERSION-3-4:CAPS"></a><h3>GTK_SOURCE_VERSION_3_4</h3>
|
355
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_4 (G_ENCODE_VERSION (3, 4))
|
356
|
+
</pre>
|
357
|
+
<p>A macro that evaluates to the 3.4 version of GtkSourceView,
|
358
|
+
in a format that can be used by the C pre-processor.</p>
|
359
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
360
|
+
</div>
|
361
|
+
<hr>
|
362
|
+
<div class="refsect2">
|
363
|
+
<a name="GTK-SOURCE-VERSION-3-6:CAPS"></a><h3>GTK_SOURCE_VERSION_3_6</h3>
|
364
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_6 (G_ENCODE_VERSION (3, 6))
|
365
|
+
</pre>
|
366
|
+
<p>A macro that evaluates to the 3.6 version of GtkSourceView,
|
367
|
+
in a format that can be used by the C pre-processor.</p>
|
368
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
369
|
+
</div>
|
370
|
+
<hr>
|
371
|
+
<div class="refsect2">
|
372
|
+
<a name="GTK-SOURCE-VERSION-3-8:CAPS"></a><h3>GTK_SOURCE_VERSION_3_8</h3>
|
373
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_8 (G_ENCODE_VERSION (3, 8))
|
374
|
+
</pre>
|
375
|
+
<p>A macro that evaluates to the 3.8 version of GtkSourceView,
|
376
|
+
in a format that can be used by the C pre-processor.</p>
|
377
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
378
|
+
</div>
|
379
|
+
<hr>
|
380
|
+
<div class="refsect2">
|
381
|
+
<a name="GTK-SOURCE-VERSION-3-10:CAPS"></a><h3>GTK_SOURCE_VERSION_3_10</h3>
|
382
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_10 (G_ENCODE_VERSION (3, 10))
|
383
|
+
</pre>
|
384
|
+
<p>A macro that evaluates to the 3.10 version of GtkSourceView,
|
385
|
+
in a format that can be used by the C pre-processor.</p>
|
386
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
387
|
+
</div>
|
388
|
+
<hr>
|
389
|
+
<div class="refsect2">
|
390
|
+
<a name="GTK-SOURCE-VERSION-3-12:CAPS"></a><h3>GTK_SOURCE_VERSION_3_12</h3>
|
391
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_12 (G_ENCODE_VERSION (3, 12))
|
392
|
+
</pre>
|
393
|
+
<p>A macro that evaluates to the 3.12 version of GtkSourceView,
|
394
|
+
in a format that can be used by the C pre-processor.</p>
|
395
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
396
|
+
</div>
|
397
|
+
<hr>
|
398
|
+
<div class="refsect2">
|
399
|
+
<a name="GTK-SOURCE-VERSION-3-14:CAPS"></a><h3>GTK_SOURCE_VERSION_3_14</h3>
|
400
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_14 (G_ENCODE_VERSION (3, 14))
|
401
|
+
</pre>
|
402
|
+
<p>A macro that evaluates to the 3.14 version of GtkSourceView,
|
403
|
+
in a format that can be used by the C pre-processor.</p>
|
404
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
405
|
+
</div>
|
406
|
+
<hr>
|
407
|
+
<div class="refsect2">
|
408
|
+
<a name="GTK-SOURCE-VERSION-3-16:CAPS"></a><h3>GTK_SOURCE_VERSION_3_16</h3>
|
409
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_16 (G_ENCODE_VERSION (3, 16))
|
410
|
+
</pre>
|
411
|
+
<p>A macro that evaluates to the 3.16 version of GtkSourceView,
|
412
|
+
in a format that can be used by the C pre-processor.</p>
|
413
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
414
|
+
</div>
|
415
|
+
<hr>
|
416
|
+
<div class="refsect2">
|
417
|
+
<a name="GTK-SOURCE-VERSION-3-18:CAPS"></a><h3>GTK_SOURCE_VERSION_3_18</h3>
|
418
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_18 (G_ENCODE_VERSION (3, 18))
|
419
|
+
</pre>
|
420
|
+
<p>A macro that evaluates to the 3.18 version of GtkSourceView,
|
421
|
+
in a format that can be used by the C pre-processor.</p>
|
422
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
423
|
+
</div>
|
424
|
+
<hr>
|
425
|
+
<div class="refsect2">
|
426
|
+
<a name="GTK-SOURCE-VERSION-3-20:CAPS"></a><h3>GTK_SOURCE_VERSION_3_20</h3>
|
427
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_3_20 (G_ENCODE_VERSION (3, 20))
|
428
|
+
</pre>
|
429
|
+
<p>A macro that evaluates to the 3.20 version of GtkSourceView,
|
430
|
+
in a format that can be used by the C pre-processor.</p>
|
431
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
432
|
+
</div>
|
433
|
+
<hr>
|
434
|
+
<div class="refsect2">
|
435
|
+
<a name="GTK-SOURCE-VERSION-MIN-REQUIRED:CAPS"></a><h3>GTK_SOURCE_VERSION_MIN_REQUIRED</h3>
|
436
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_MIN_REQUIRED (GTK_SOURCE_VERSION_CUR_STABLE)
|
437
|
+
</pre>
|
438
|
+
<p>A macro that should be defined by the user prior to including
|
439
|
+
the gtksource.h header.
|
440
|
+
The definition should be one of the predefined version
|
441
|
+
macros: <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-0:CAPS" title="GTK_SOURCE_VERSION_3_0"><code class="literal">GTK_SOURCE_VERSION_3_0</code></a>, <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-2:CAPS" title="GTK_SOURCE_VERSION_3_2"><code class="literal">GTK_SOURCE_VERSION_3_2</code></a>, ...</p>
|
442
|
+
<p>This macro defines the lower bound for the GtkSourceView API to use.</p>
|
443
|
+
<p>If a function has been deprecated in a newer version of GtkSourceView,
|
444
|
+
defining this symbol hides the compiler warnings for those functions
|
445
|
+
without disabling warnings for the other deprecated functions.</p>
|
446
|
+
<div class="warning">
|
447
|
+
Warning: if you define this macro, do not forget to update it! Especially
|
448
|
+
when writing new code. Otherwise you can miss the new deprecations.
|
449
|
+
</div>
|
450
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
451
|
+
</div>
|
452
|
+
<hr>
|
453
|
+
<div class="refsect2">
|
454
|
+
<a name="GTK-SOURCE-VERSION-MAX-ALLOWED:CAPS"></a><h3>GTK_SOURCE_VERSION_MAX_ALLOWED</h3>
|
455
|
+
<pre class="programlisting">#define GTK_SOURCE_VERSION_MAX_ALLOWED GTK_SOURCE_VERSION_MIN_REQUIRED
|
456
|
+
</pre>
|
457
|
+
<p>A macro that should be defined by the user prior to including
|
458
|
+
the gtksource.h header.
|
459
|
+
The definition should be one of the predefined version
|
460
|
+
macros: <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-0:CAPS" title="GTK_SOURCE_VERSION_3_0"><code class="literal">GTK_SOURCE_VERSION_3_0</code></a>, <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-2:CAPS" title="GTK_SOURCE_VERSION_3_2"><code class="literal">GTK_SOURCE_VERSION_3_2</code></a>, ...</p>
|
461
|
+
<p>This macro defines the upper bound for the GtkSourceView API to use.</p>
|
462
|
+
<p>If a function has been introduced in a newer version of GtkSourceView,
|
463
|
+
it is possible to use this symbol to get compiler warnings when
|
464
|
+
trying to use that function.</p>
|
465
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
466
|
+
</div>
|
467
|
+
</div>
|
468
|
+
</div>
|
469
|
+
<div class="footer">
|
470
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
471
|
+
</body>
|
472
|
+
</html>
|