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
@@ -54,115 +54,164 @@ struct _GtkSourcePrintCompositorClass
|
|
54
54
|
void (*_gtk_source_reserved2) (void);
|
55
55
|
};
|
56
56
|
|
57
|
-
|
57
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
58
58
|
GType gtk_source_print_compositor_get_type (void) G_GNUC_CONST;
|
59
59
|
|
60
|
-
|
61
|
-
|
60
|
+
|
61
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
62
62
|
GtkSourcePrintCompositor *gtk_source_print_compositor_new (GtkSourceBuffer *buffer);
|
63
63
|
|
64
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
64
65
|
GtkSourcePrintCompositor *gtk_source_print_compositor_new_from_view (GtkSourceView *view);
|
65
66
|
|
66
|
-
|
67
|
+
|
68
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
67
69
|
GtkSourceBuffer *gtk_source_print_compositor_get_buffer (GtkSourcePrintCompositor *compositor);
|
68
70
|
|
71
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
69
72
|
void gtk_source_print_compositor_set_tab_width (GtkSourcePrintCompositor *compositor,
|
70
73
|
guint width);
|
74
|
+
|
75
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
71
76
|
guint gtk_source_print_compositor_get_tab_width (GtkSourcePrintCompositor *compositor);
|
72
77
|
|
78
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
73
79
|
void gtk_source_print_compositor_set_wrap_mode (GtkSourcePrintCompositor *compositor,
|
74
80
|
GtkWrapMode wrap_mode);
|
81
|
+
|
82
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
75
83
|
GtkWrapMode gtk_source_print_compositor_get_wrap_mode (GtkSourcePrintCompositor *compositor);
|
76
84
|
|
85
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
77
86
|
void gtk_source_print_compositor_set_highlight_syntax
|
78
87
|
(GtkSourcePrintCompositor *compositor,
|
79
88
|
gboolean highlight);
|
89
|
+
|
90
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
80
91
|
gboolean gtk_source_print_compositor_get_highlight_syntax
|
81
92
|
(GtkSourcePrintCompositor *compositor);
|
82
93
|
|
94
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
83
95
|
void gtk_source_print_compositor_set_print_line_numbers
|
84
96
|
(GtkSourcePrintCompositor *compositor,
|
85
97
|
guint interval);
|
98
|
+
|
99
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
86
100
|
guint gtk_source_print_compositor_get_print_line_numbers
|
87
101
|
(GtkSourcePrintCompositor *compositor);
|
88
102
|
|
103
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
89
104
|
void gtk_source_print_compositor_set_body_font_name
|
90
105
|
(GtkSourcePrintCompositor *compositor,
|
91
106
|
const gchar *font_name);
|
107
|
+
|
108
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
92
109
|
gchar *gtk_source_print_compositor_get_body_font_name
|
93
110
|
(GtkSourcePrintCompositor *compositor);
|
94
111
|
|
112
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
95
113
|
void gtk_source_print_compositor_set_line_numbers_font_name
|
96
114
|
(GtkSourcePrintCompositor *compositor,
|
97
115
|
const gchar *font_name);
|
116
|
+
|
117
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
98
118
|
gchar *gtk_source_print_compositor_get_line_numbers_font_name
|
99
119
|
(GtkSourcePrintCompositor *compositor);
|
100
120
|
|
121
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
101
122
|
void gtk_source_print_compositor_set_header_font_name
|
102
123
|
(GtkSourcePrintCompositor *compositor,
|
103
124
|
const gchar *font_name);
|
125
|
+
|
126
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
104
127
|
gchar *gtk_source_print_compositor_get_header_font_name
|
105
128
|
(GtkSourcePrintCompositor *compositor);
|
106
129
|
|
130
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
107
131
|
void gtk_source_print_compositor_set_footer_font_name
|
108
132
|
(GtkSourcePrintCompositor *compositor,
|
109
133
|
const gchar *font_name);
|
134
|
+
|
135
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
110
136
|
gchar *gtk_source_print_compositor_get_footer_font_name
|
111
137
|
(GtkSourcePrintCompositor *compositor);
|
112
138
|
|
139
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
113
140
|
gdouble gtk_source_print_compositor_get_top_margin (GtkSourcePrintCompositor *compositor,
|
114
141
|
GtkUnit unit);
|
142
|
+
|
143
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
115
144
|
void gtk_source_print_compositor_set_top_margin (GtkSourcePrintCompositor *compositor,
|
116
145
|
gdouble margin,
|
117
146
|
GtkUnit unit);
|
118
147
|
|
148
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
119
149
|
gdouble gtk_source_print_compositor_get_bottom_margin (GtkSourcePrintCompositor *compositor,
|
120
150
|
GtkUnit unit);
|
151
|
+
|
152
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
121
153
|
void gtk_source_print_compositor_set_bottom_margin (GtkSourcePrintCompositor *compositor,
|
122
154
|
gdouble margin,
|
123
155
|
GtkUnit unit);
|
124
156
|
|
157
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
125
158
|
gdouble gtk_source_print_compositor_get_left_margin (GtkSourcePrintCompositor *compositor,
|
126
159
|
GtkUnit unit);
|
160
|
+
|
161
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
127
162
|
void gtk_source_print_compositor_set_left_margin (GtkSourcePrintCompositor *compositor,
|
128
163
|
gdouble margin,
|
129
164
|
GtkUnit unit);
|
130
165
|
|
166
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
131
167
|
gdouble gtk_source_print_compositor_get_right_margin (GtkSourcePrintCompositor *compositor,
|
132
168
|
GtkUnit unit);
|
169
|
+
|
170
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
133
171
|
void gtk_source_print_compositor_set_right_margin (GtkSourcePrintCompositor *compositor,
|
134
172
|
gdouble margin,
|
135
173
|
GtkUnit unit);
|
136
174
|
|
175
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
137
176
|
void gtk_source_print_compositor_set_print_header (GtkSourcePrintCompositor *compositor,
|
138
177
|
gboolean print);
|
178
|
+
|
179
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
139
180
|
gboolean gtk_source_print_compositor_get_print_header (GtkSourcePrintCompositor *compositor);
|
140
181
|
|
182
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
141
183
|
void gtk_source_print_compositor_set_print_footer (GtkSourcePrintCompositor *compositor,
|
142
184
|
gboolean print);
|
185
|
+
|
186
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
143
187
|
gboolean gtk_source_print_compositor_get_print_footer (GtkSourcePrintCompositor *compositor);
|
144
188
|
|
145
|
-
|
189
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
146
190
|
void gtk_source_print_compositor_set_header_format (GtkSourcePrintCompositor *compositor,
|
147
191
|
gboolean separator,
|
148
192
|
const gchar *left,
|
149
193
|
const gchar *center,
|
150
194
|
const gchar *right);
|
151
195
|
|
196
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
152
197
|
void gtk_source_print_compositor_set_footer_format (GtkSourcePrintCompositor *compositor,
|
153
198
|
gboolean separator,
|
154
199
|
const gchar *left,
|
155
200
|
const gchar *center,
|
156
201
|
const gchar *right);
|
157
202
|
|
203
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
158
204
|
gint gtk_source_print_compositor_get_n_pages (GtkSourcePrintCompositor *compositor);
|
159
205
|
|
206
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
160
207
|
gboolean gtk_source_print_compositor_paginate (GtkSourcePrintCompositor *compositor,
|
161
208
|
GtkPrintContext *context);
|
162
209
|
|
210
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
163
211
|
gdouble gtk_source_print_compositor_get_pagination_progress
|
164
212
|
(GtkSourcePrintCompositor *compositor);
|
165
213
|
|
214
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
166
215
|
void gtk_source_print_compositor_draw_page (GtkSourcePrintCompositor *compositor,
|
167
216
|
GtkPrintContext *context,
|
168
217
|
gint page_nr);
|
@@ -170,6 +219,3 @@ void gtk_source_print_compositor_draw_page (GtkSourcePrintCompositor *compo
|
|
170
219
|
G_END_DECLS
|
171
220
|
|
172
221
|
#endif /* __GTK_SOURCE_PRINT_COMPOSITOR_H__ */
|
173
|
-
|
174
|
-
|
175
|
-
|
@@ -51,70 +51,89 @@ struct _GtkSourceSearchContextClass
|
|
51
51
|
gpointer padding[10];
|
52
52
|
};
|
53
53
|
|
54
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
54
55
|
GType gtk_source_search_context_get_type (void) G_GNUC_CONST;
|
55
56
|
|
57
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
56
58
|
GtkSourceSearchContext *gtk_source_search_context_new (GtkSourceBuffer *buffer,
|
57
59
|
GtkSourceSearchSettings *settings);
|
58
60
|
|
61
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
59
62
|
GtkSourceBuffer *gtk_source_search_context_get_buffer (GtkSourceSearchContext *search);
|
60
63
|
|
64
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
61
65
|
GtkSourceSearchSettings *gtk_source_search_context_get_settings (GtkSourceSearchContext *search);
|
62
66
|
|
67
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
63
68
|
void gtk_source_search_context_set_settings (GtkSourceSearchContext *search,
|
64
69
|
GtkSourceSearchSettings *settings);
|
65
70
|
|
71
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
66
72
|
gboolean gtk_source_search_context_get_highlight (GtkSourceSearchContext *search);
|
67
73
|
|
74
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
68
75
|
void gtk_source_search_context_set_highlight (GtkSourceSearchContext *search,
|
69
76
|
gboolean highlight);
|
70
77
|
|
78
|
+
GTK_SOURCE_AVAILABLE_IN_3_16
|
71
79
|
GtkSourceStyle *gtk_source_search_context_get_match_style (GtkSourceSearchContext *search);
|
72
80
|
|
81
|
+
GTK_SOURCE_AVAILABLE_IN_3_16
|
73
82
|
void gtk_source_search_context_set_match_style (GtkSourceSearchContext *search,
|
74
83
|
GtkSourceStyle *match_style);
|
75
84
|
|
85
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
76
86
|
GError *gtk_source_search_context_get_regex_error (GtkSourceSearchContext *search);
|
77
87
|
|
88
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
78
89
|
gint gtk_source_search_context_get_occurrences_count (GtkSourceSearchContext *search);
|
79
90
|
|
91
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
80
92
|
gint gtk_source_search_context_get_occurrence_position (GtkSourceSearchContext *search,
|
81
93
|
const GtkTextIter *match_start,
|
82
94
|
const GtkTextIter *match_end);
|
83
95
|
|
96
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
84
97
|
gboolean gtk_source_search_context_forward (GtkSourceSearchContext *search,
|
85
98
|
const GtkTextIter *iter,
|
86
99
|
GtkTextIter *match_start,
|
87
100
|
GtkTextIter *match_end);
|
88
101
|
|
102
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
89
103
|
void gtk_source_search_context_forward_async (GtkSourceSearchContext *search,
|
90
104
|
const GtkTextIter *iter,
|
91
105
|
GCancellable *cancellable,
|
92
106
|
GAsyncReadyCallback callback,
|
93
107
|
gpointer user_data);
|
94
108
|
|
109
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
95
110
|
gboolean gtk_source_search_context_forward_finish (GtkSourceSearchContext *search,
|
96
111
|
GAsyncResult *result,
|
97
112
|
GtkTextIter *match_start,
|
98
113
|
GtkTextIter *match_end,
|
99
114
|
GError **error);
|
100
115
|
|
116
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
101
117
|
gboolean gtk_source_search_context_backward (GtkSourceSearchContext *search,
|
102
118
|
const GtkTextIter *iter,
|
103
119
|
GtkTextIter *match_start,
|
104
120
|
GtkTextIter *match_end);
|
105
121
|
|
122
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
106
123
|
void gtk_source_search_context_backward_async (GtkSourceSearchContext *search,
|
107
124
|
const GtkTextIter *iter,
|
108
125
|
GCancellable *cancellable,
|
109
126
|
GAsyncReadyCallback callback,
|
110
127
|
gpointer user_data);
|
111
128
|
|
129
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
112
130
|
gboolean gtk_source_search_context_backward_finish (GtkSourceSearchContext *search,
|
113
131
|
GAsyncResult *result,
|
114
132
|
GtkTextIter *match_start,
|
115
133
|
GtkTextIter *match_end,
|
116
134
|
GError **error);
|
117
135
|
|
136
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
118
137
|
gboolean gtk_source_search_context_replace (GtkSourceSearchContext *search,
|
119
138
|
const GtkTextIter *match_start,
|
120
139
|
const GtkTextIter *match_end,
|
@@ -122,6 +141,7 @@ gboolean gtk_source_search_context_replace (GtkSourceSearchContext *search,
|
|
122
141
|
gint replace_length,
|
123
142
|
GError **error);
|
124
143
|
|
144
|
+
GTK_SOURCE_AVAILABLE_IN_3_10
|
125
145
|
guint gtk_source_search_context_replace_all (GtkSourceSearchContext *search,
|
126
146
|
const gchar *replace,
|
127
147
|
gint replace_length,
|
@@ -51,33 +51,45 @@ struct _GtkSourceSearchSettingsClass
|
|
51
51
|
gpointer padding[10];
|
52
52
|
};
|
53
53
|
|
54
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
54
55
|
GType gtk_source_search_settings_get_type (void) G_GNUC_CONST;
|
55
56
|
|
57
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
56
58
|
GtkSourceSearchSettings *gtk_source_search_settings_new (void);
|
57
59
|
|
60
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
58
61
|
void gtk_source_search_settings_set_search_text (GtkSourceSearchSettings *settings,
|
59
62
|
const gchar *search_text);
|
60
63
|
|
64
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
61
65
|
const gchar *gtk_source_search_settings_get_search_text (GtkSourceSearchSettings *settings);
|
62
66
|
|
67
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
63
68
|
void gtk_source_search_settings_set_case_sensitive (GtkSourceSearchSettings *settings,
|
64
69
|
gboolean case_sensitive);
|
65
70
|
|
71
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
66
72
|
gboolean gtk_source_search_settings_get_case_sensitive (GtkSourceSearchSettings *settings);
|
67
73
|
|
74
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
68
75
|
void gtk_source_search_settings_set_at_word_boundaries (GtkSourceSearchSettings *settings,
|
69
76
|
gboolean at_word_boundaries);
|
70
77
|
|
78
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
71
79
|
gboolean gtk_source_search_settings_get_at_word_boundaries (GtkSourceSearchSettings *settings);
|
72
80
|
|
81
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
73
82
|
void gtk_source_search_settings_set_wrap_around (GtkSourceSearchSettings *settings,
|
74
83
|
gboolean wrap_around);
|
75
84
|
|
85
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
76
86
|
gboolean gtk_source_search_settings_get_wrap_around (GtkSourceSearchSettings *settings);
|
77
87
|
|
88
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
78
89
|
void gtk_source_search_settings_set_regex_enabled (GtkSourceSearchSettings *settings,
|
79
90
|
gboolean regex_enabled);
|
80
91
|
|
92
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
81
93
|
gboolean gtk_source_search_settings_get_regex_enabled (GtkSourceSearchSettings *settings);
|
82
94
|
|
83
95
|
G_END_DECLS
|
@@ -36,8 +36,10 @@ G_BEGIN_DECLS
|
|
36
36
|
|
37
37
|
typedef struct _GtkSourceStyleClass GtkSourceStyleClass;
|
38
38
|
|
39
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
39
40
|
GType gtk_source_style_get_type (void) G_GNUC_CONST;
|
40
41
|
|
42
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
41
43
|
GtkSourceStyle *gtk_source_style_copy (const GtkSourceStyle *style);
|
42
44
|
|
43
45
|
G_END_DECLS
|
@@ -52,18 +52,25 @@ struct _GtkSourceStyleSchemeClass
|
|
52
52
|
void (*_gtk_source_reserved2) (void);
|
53
53
|
};
|
54
54
|
|
55
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
55
56
|
GType gtk_source_style_scheme_get_type (void) G_GNUC_CONST;
|
56
57
|
|
58
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
57
59
|
const gchar *gtk_source_style_scheme_get_id (GtkSourceStyleScheme *scheme);
|
58
60
|
|
61
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
59
62
|
const gchar *gtk_source_style_scheme_get_name (GtkSourceStyleScheme *scheme);
|
60
63
|
|
64
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
61
65
|
const gchar *gtk_source_style_scheme_get_description (GtkSourceStyleScheme *scheme);
|
62
66
|
|
67
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
63
68
|
const gchar * const * gtk_source_style_scheme_get_authors (GtkSourceStyleScheme *scheme);
|
64
69
|
|
70
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
65
71
|
const gchar *gtk_source_style_scheme_get_filename (GtkSourceStyleScheme *scheme);
|
66
72
|
|
73
|
+
GTK_SOURCE_AVAILABLE_IN_ALL
|
67
74
|
GtkSourceStyle *gtk_source_style_scheme_get_style (GtkSourceStyleScheme *scheme,
|
68
75
|
const gchar *style_id);
|
69
76
|
|
@@ -82,11 +89,11 @@ void _gtk_source_style_scheme_set_parent (GtkSourceStyleScheme *scheme,
|
|
82
89
|
|
83
90
|
G_GNUC_INTERNAL
|
84
91
|
void _gtk_source_style_scheme_apply (GtkSourceStyleScheme *scheme,
|
85
|
-
|
92
|
+
GtkSourceView *view);
|
86
93
|
|
87
94
|
G_GNUC_INTERNAL
|
88
95
|
void _gtk_source_style_scheme_unapply (GtkSourceStyleScheme *scheme,
|
89
|
-
|
96
|
+
GtkSourceView *view);
|
90
97
|
|
91
98
|
G_GNUC_INTERNAL
|
92
99
|
GtkSourceStyle *_gtk_source_style_scheme_get_matching_brackets_style (GtkSourceStyleScheme *scheme);
|
@@ -1,24 +1,23 @@
|
|
1
1
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
|
2
|
-
*
|
3
|
-
* This file is part of
|
2
|
+
*
|
3
|
+
* This file is part of GtkSourceView
|
4
4
|
*
|
5
5
|
* Copyright (C) 2014 - Ignacio Casal Quinteiro
|
6
6
|
*
|
7
|
-
*
|
7
|
+
* GtkSourceView is free software; you can redistribute it and/or
|
8
8
|
* modify it under the terms of the GNU Lesser General Public
|
9
9
|
* License as published by the Free Software Foundation; either
|
10
10
|
* version 2.1 of the License, or (at your option) any later version.
|
11
11
|
*
|
12
|
-
*
|
12
|
+
* GtkSourceView is distributed in the hope that it will be useful,
|
13
13
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14
14
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
15
15
|
* Lesser General Public License for more details.
|
16
16
|
*
|
17
17
|
* You should have received a copy of the GNU Lesser General Public License
|
18
|
-
* along with
|
18
|
+
* along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
|
19
19
|
*/
|
20
20
|
|
21
|
-
|
22
21
|
#ifndef __GTK_SOURCE_STYLE_SCHEME_CHOOSER_H__
|
23
22
|
#define __GTK_SOURCE_STYLE_SCHEME_CHOOSER_H__
|
24
23
|
|
@@ -48,10 +47,13 @@ struct _GtkSourceStyleSchemeChooserInterface
|
|
48
47
|
gpointer padding[12];
|
49
48
|
};
|
50
49
|
|
50
|
+
GTK_SOURCE_AVAILABLE_IN_3_16
|
51
51
|
GType gtk_source_style_scheme_chooser_get_type (void) G_GNUC_CONST;
|
52
52
|
|
53
|
+
GTK_SOURCE_AVAILABLE_IN_3_16
|
53
54
|
GtkSourceStyleScheme *gtk_source_style_scheme_chooser_get_style_scheme (GtkSourceStyleSchemeChooser *chooser);
|
54
55
|
|
56
|
+
GTK_SOURCE_AVAILABLE_IN_3_16
|
55
57
|
void gtk_source_style_scheme_chooser_set_style_scheme (GtkSourceStyleSchemeChooser *chooser,
|
56
58
|
GtkSourceStyleScheme *scheme);
|
57
59
|
|
data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h
CHANGED
@@ -1,28 +1,29 @@
|
|
1
1
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*-
|
2
|
-
*
|
3
|
-
* This file is part of
|
2
|
+
*
|
3
|
+
* This file is part of GtkSourceView
|
4
4
|
*
|
5
5
|
* Copyright (C) 2014 - Christian Hergert
|
6
|
-
*
|
6
|
+
* Copyright (C) 2014 - Ignacio Casal Quinteiro
|
7
7
|
*
|
8
|
-
*
|
8
|
+
* GtkSourceView is free software; you can redistribute it and/or
|
9
9
|
* modify it under the terms of the GNU Lesser General Public
|
10
10
|
* License as published by the Free Software Foundation; either
|
11
11
|
* version 2.1 of the License, or (at your option) any later version.
|
12
12
|
*
|
13
|
-
*
|
13
|
+
* GtkSourceView is distributed in the hope that it will be useful,
|
14
14
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
15
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
16
|
* Lesser General Public License for more details.
|
17
17
|
*
|
18
18
|
* You should have received a copy of the GNU Lesser General Public License
|
19
|
-
* along with
|
19
|
+
* along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
|
20
20
|
*/
|
21
21
|
|
22
22
|
#ifndef __GTK_SOURCE_STYLE_SCHEME_CHOOSER_BUTTON_H__
|
23
23
|
#define __GTK_SOURCE_STYLE_SCHEME_CHOOSER_BUTTON_H__
|
24
24
|
|
25
25
|
#include <gtk/gtk.h>
|
26
|
+
#include <gtksourceview/gtksourcetypes.h>
|
26
27
|
|
27
28
|
G_BEGIN_DECLS
|
28
29
|
|
@@ -47,8 +48,10 @@ struct _GtkSourceStyleSchemeChooserButtonClass
|
|
47
48
|
GtkButtonClass parent;
|
48
49
|
};
|
49
50
|
|
51
|
+
GTK_SOURCE_AVAILABLE_IN_3_16
|
50
52
|
GType gtk_source_style_scheme_chooser_button_get_type (void);
|
51
53
|
|
54
|
+
GTK_SOURCE_AVAILABLE_IN_3_16
|
52
55
|
GtkWidget *gtk_source_style_scheme_chooser_button_new (void);
|
53
56
|
|
54
57
|
G_END_DECLS
|