gtksourceview3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +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="ch05.html" title="Gutter and Marks">
|
9
9
|
<link rel="prev" href="ch05.html" title="Gutter and Marks">
|
10
10
|
<link rel="next" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">
|
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">
|
@@ -43,7 +43,7 @@
|
|
43
43
|
<tbody>
|
44
44
|
<tr>
|
45
45
|
<td class="function_type">
|
46
|
-
<a href="
|
46
|
+
<a href="/usr/share/gtk-doc/html/gdk3gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
47
47
|
</td>
|
48
48
|
<td class="function_name">
|
49
49
|
<a class="link" href="GtkSourceGutter.html#gtk-source-gutter-get-window" title="gtk_source_gutter_get_window ()">gtk_source_gutter_get_window</a> <span class="c_punctuation">()</span>
|
@@ -51,7 +51,7 @@
|
|
51
51
|
</tr>
|
52
52
|
<tr>
|
53
53
|
<td class="function_type">
|
54
|
-
<a href="/
|
54
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
55
55
|
</td>
|
56
56
|
<td class="function_name">
|
57
57
|
<a class="link" href="GtkSourceGutter.html#gtk-source-gutter-insert" title="gtk_source_gutter_insert ()">gtk_source_gutter_insert</a> <span class="c_punctuation">()</span>
|
@@ -124,17 +124,17 @@
|
|
124
124
|
<td class="property_flags">Read / Write / Construct Only</td>
|
125
125
|
</tr>
|
126
126
|
<tr>
|
127
|
-
<td class="property_type"><a href="
|
127
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></td>
|
128
128
|
<td class="property_name"><a class="link" href="GtkSourceGutter.html#GtkSourceGutter--window-type" title="The “window-type” property">window-type</a></td>
|
129
129
|
<td class="property_flags">Read / Write / Construct Only</td>
|
130
130
|
</tr>
|
131
131
|
<tr>
|
132
|
-
<td class="property_type"><a href="/
|
132
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
133
133
|
<td class="property_name"><a class="link" href="GtkSourceGutter.html#GtkSourceGutter--xpad" title="The “xpad” property">xpad</a></td>
|
134
134
|
<td class="property_flags">Read / Write / Construct</td>
|
135
135
|
</tr>
|
136
136
|
<tr>
|
137
|
-
<td class="property_type"><a href="/
|
137
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
138
138
|
<td class="property_name"><a class="link" href="GtkSourceGutter.html#GtkSourceGutter--ypad" title="The “ypad” property">ypad</a></td>
|
139
139
|
<td class="property_flags">Read / Write / Construct</td>
|
140
140
|
</tr>
|
@@ -156,7 +156,7 @@
|
|
156
156
|
</div>
|
157
157
|
<div class="refsect1">
|
158
158
|
<a name="GtkSourceGutter.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
159
|
-
<pre class="screen"> <a href="/
|
159
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
160
160
|
<span class="lineart">╰──</span> GtkSourceGutter
|
161
161
|
</pre>
|
162
162
|
</div>
|
@@ -173,9 +173,9 @@ view. It is used by <a class="link" href="GtkSourceView.html" title="GtkSourceVi
|
|
173
173
|
additional <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> objects in the gutter, you can extend the
|
174
174
|
gutter with your own custom drawings.</p>
|
175
175
|
<p>To get a <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>, use the <a class="link" href="GtkSourceView.html#gtk-source-view-get-gutter" title="gtk_source_view_get_gutter ()"><code class="function">gtk_source_view_get_gutter()</code></a> function.</p>
|
176
|
-
<p>The gutter works very much the same way as cells rendered in a <a href="
|
176
|
+
<p>The gutter works very much the same way as cells rendered in a <a href="/usr/share/gtk-doc/html/gtk3GtkTreeView.html#GtkTreeView-struct"><span class="type">GtkTreeView</span></a>.
|
177
177
|
The concept is similar, with the exception that the gutter does not have an
|
178
|
-
underlying <a href="
|
178
|
+
underlying <a href="/usr/share/gtk-doc/html/gtk3GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a>. The builtin line number renderer is at position
|
179
179
|
<a class="link" href="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS"><span class="type">GTK_SOURCE_VIEW_GUTTER_POSITION_LINES</span></a> (-30) and the marks renderer is at
|
180
180
|
<a class="link" href="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS"><span class="type">GTK_SOURCE_VIEW_GUTTER_POSITION_MARKS</span></a> (-20). The gutter sorts the renderers
|
181
181
|
in ascending order, from left to right. So the marks are displayed on the
|
@@ -185,16 +185,16 @@ right of the line numbers.</p>
|
|
185
185
|
<a name="GtkSourceGutter.functions_details"></a><h2>Functions</h2>
|
186
186
|
<div class="refsect2">
|
187
187
|
<a name="gtk-source-gutter-get-window"></a><h3>gtk_source_gutter_get_window ()</h3>
|
188
|
-
<pre class="programlisting"><a href="
|
188
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gdk3gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
189
189
|
gtk_source_gutter_get_window (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>);</pre>
|
190
190
|
<div class="warning">
|
191
191
|
<p><code class="literal">gtk_source_gutter_get_window</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
192
|
-
<p>Use <a href="
|
192
|
+
<p>Use <a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#gtk-text-view-get-window"><code class="function">gtk_text_view_get_window()</code></a> instead.</p>
|
193
193
|
</div>
|
194
|
-
<p>Get the <a href="
|
194
|
+
<p>Get the <a href="/usr/share/gtk-doc/html/gdk3gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of the gutter. The window will only be available when the
|
195
195
|
gutter has at least one, non-zero width, cell renderer packed.</p>
|
196
196
|
<div class="refsect3">
|
197
|
-
<a name="
|
197
|
+
<a name="gtk-source-gutter-get-window.parameters"></a><h4>Parameters</h4>
|
198
198
|
<div class="informaltable"><table width="100%" border="0">
|
199
199
|
<colgroup>
|
200
200
|
<col width="150px" class="parameters_name">
|
@@ -209,20 +209,20 @@ gutter has at least one, non-zero width, cell renderer packed.</p>
|
|
209
209
|
</table></div>
|
210
210
|
</div>
|
211
211
|
<div class="refsect3">
|
212
|
-
<a name="
|
213
|
-
<p> the <a href="
|
212
|
+
<a name="gtk-source-gutter-get-window.returns"></a><h4>Returns</h4>
|
213
|
+
<p> the <a href="/usr/share/gtk-doc/html/gdk3gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of the gutter, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
214
214
|
if the gutter has no window. </p>
|
215
215
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
216
216
|
</div>
|
217
|
-
<p class="since">Since 2.8</p>
|
217
|
+
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
218
218
|
</div>
|
219
219
|
<hr>
|
220
220
|
<div class="refsect2">
|
221
221
|
<a name="gtk-source-gutter-insert"></a><h3>gtk_source_gutter_insert ()</h3>
|
222
|
-
<pre class="programlisting"><a href="/
|
222
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
223
223
|
gtk_source_gutter_insert (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
|
224
224
|
<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
|
225
|
-
<em class="parameter"><code><a href="/
|
225
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
|
226
226
|
<p>Insert <em class="parameter"><code>renderer</code></em>
|
227
227
|
into the gutter. If <em class="parameter"><code>renderer</code></em>
|
228
228
|
is yet unowned then gutter
|
@@ -230,7 +230,7 @@ claims its ownership. Otherwise just increases renderer's reference count.
|
|
230
230
|
<em class="parameter"><code>renderer</code></em>
|
231
231
|
cannot be already inserted to another gutter.</p>
|
232
232
|
<div class="refsect3">
|
233
|
-
<a name="
|
233
|
+
<a name="gtk-source-gutter-insert.parameters"></a><h4>Parameters</h4>
|
234
234
|
<div class="informaltable"><table width="100%" border="0">
|
235
235
|
<colgroup>
|
236
236
|
<col width="150px" class="parameters_name">
|
@@ -257,11 +257,10 @@ claims its ownership. Otherwise just increases renderer's reference count.
|
|
257
257
|
</table></div>
|
258
258
|
</div>
|
259
259
|
<div class="refsect3">
|
260
|
-
<a name="
|
261
|
-
<p> <a href="/
|
262
|
-
<p></p>
|
260
|
+
<a name="gtk-source-gutter-insert.returns"></a><h4>Returns</h4>
|
261
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if operation succeeded. Otherwise <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
263
262
|
</div>
|
264
|
-
<p class="since">Since 3.0</p>
|
263
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
265
264
|
</div>
|
266
265
|
<hr>
|
267
266
|
<div class="refsect2">
|
@@ -269,13 +268,13 @@ claims its ownership. Otherwise just increases renderer's reference count.
|
|
269
268
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
270
269
|
gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
|
271
270
|
<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
|
272
|
-
<em class="parameter"><code><a href="/
|
271
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
|
273
272
|
<p>Reorders <em class="parameter"><code>renderer</code></em>
|
274
273
|
in <em class="parameter"><code>gutter</code></em>
|
275
274
|
to new <em class="parameter"><code>position</code></em>
|
276
275
|
.</p>
|
277
276
|
<div class="refsect3">
|
278
|
-
<a name="
|
277
|
+
<a name="gtk-source-gutter-reorder.parameters"></a><h4>Parameters</h4>
|
279
278
|
<div class="informaltable"><table width="100%" border="0">
|
280
279
|
<colgroup>
|
281
280
|
<col width="150px" class="parameters_name">
|
@@ -290,7 +289,7 @@ gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="Gtk
|
|
290
289
|
</tr>
|
291
290
|
<tr>
|
292
291
|
<td class="parameter_name"><p>renderer</p></td>
|
293
|
-
<td class="parameter_description"><p>a <a href="
|
292
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gtk3GtkCellRenderer.html#GtkCellRenderer-struct"><span class="type">GtkCellRenderer</span></a>.</p></td>
|
294
293
|
<td class="parameter_annotations"> </td>
|
295
294
|
</tr>
|
296
295
|
<tr>
|
@@ -301,7 +300,7 @@ gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="Gtk
|
|
301
300
|
</tbody>
|
302
301
|
</table></div>
|
303
302
|
</div>
|
304
|
-
<p class="since">Since 2.8</p>
|
303
|
+
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
305
304
|
</div>
|
306
305
|
<hr>
|
307
306
|
<div class="refsect2">
|
@@ -313,7 +312,7 @@ gtk_source_gutter_remove (<em class="parameter"><code><a class="link" href="GtkS
|
|
313
312
|
from <em class="parameter"><code>gutter</code></em>
|
314
313
|
.</p>
|
315
314
|
<div class="refsect3">
|
316
|
-
<a name="
|
315
|
+
<a name="gtk-source-gutter-remove.parameters"></a><h4>Parameters</h4>
|
317
316
|
<div class="informaltable"><table width="100%" border="0">
|
318
317
|
<colgroup>
|
319
318
|
<col width="150px" class="parameters_name">
|
@@ -334,7 +333,7 @@ gtk_source_gutter_remove (<em class="parameter"><code><a class="link" href="GtkS
|
|
334
333
|
</tbody>
|
335
334
|
</table></div>
|
336
335
|
</div>
|
337
|
-
<p class="since">Since 2.8</p>
|
336
|
+
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
338
337
|
</div>
|
339
338
|
<hr>
|
340
339
|
<div class="refsect2">
|
@@ -344,7 +343,7 @@ gtk_source_gutter_queue_draw (<em class="parameter"><code><a class="link" href="
|
|
344
343
|
<p>Invalidates the drawable area of the gutter. You can use this to force a
|
345
344
|
redraw of the gutter if something has changed and needs to be redrawn.</p>
|
346
345
|
<div class="refsect3">
|
347
|
-
<a name="
|
346
|
+
<a name="gtk-source-gutter-queue-draw.parameters"></a><h4>Parameters</h4>
|
348
347
|
<div class="informaltable"><table width="100%" border="0">
|
349
348
|
<colgroup>
|
350
349
|
<col width="150px" class="parameters_name">
|
@@ -358,15 +357,15 @@ redraw of the gutter if something has changed and needs to be redrawn.</p>
|
|
358
357
|
</tr></tbody>
|
359
358
|
</table></div>
|
360
359
|
</div>
|
361
|
-
<p class="since">Since 2.8</p>
|
360
|
+
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
362
361
|
</div>
|
363
362
|
<hr>
|
364
363
|
<div class="refsect2">
|
365
364
|
<a name="gtk-source-gutter-get-padding"></a><h3>gtk_source_gutter_get_padding ()</h3>
|
366
365
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
367
366
|
gtk_source_gutter_get_padding (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
|
368
|
-
<em class="parameter"><code><a href="/
|
369
|
-
<em class="parameter"><code><a href="/
|
367
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *xpad</code></em>,
|
368
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> *ypad</code></em>);</pre>
|
370
369
|
<div class="warning">
|
371
370
|
<p><code class="literal">gtk_source_gutter_get_padding</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
372
371
|
<p>Use <a class="link" href="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-padding" title="gtk_source_gutter_renderer_get_padding ()"><code class="function">gtk_source_gutter_renderer_get_padding()</code></a> instead.</p>
|
@@ -377,8 +376,8 @@ gtk_source_gutter_get_padding (<em class="parameter"><code><a class="link" href=
|
|
377
376
|
<a name="gtk-source-gutter-set-padding"></a><h3>gtk_source_gutter_set_padding ()</h3>
|
378
377
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
379
378
|
gtk_source_gutter_set_padding (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
|
380
|
-
<em class="parameter"><code><a href="/
|
381
|
-
<em class="parameter"><code><a href="/
|
379
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> xpad</code></em>,
|
380
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> ypad</code></em>);</pre>
|
382
381
|
<div class="warning">
|
383
382
|
<p><code class="literal">gtk_source_gutter_set_padding</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
384
383
|
<p>Use <a class="link" href="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-set-padding" title="gtk_source_gutter_renderer_set_padding ()"><code class="function">gtk_source_gutter_renderer_set_padding()</code></a> instead.</p>
|
@@ -389,11 +388,11 @@ gtk_source_gutter_set_padding (<em class="parameter"><code><a class="link" href=
|
|
389
388
|
<a name="gtk-source-gutter-get-renderer-at-pos"></a><h3>gtk_source_gutter_get_renderer_at_pos ()</h3>
|
390
389
|
<pre class="programlisting"><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="returnvalue">GtkSourceGutterRenderer</span></a> *
|
391
390
|
gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
|
392
|
-
<em class="parameter"><code><a href="/
|
393
|
-
<em class="parameter"><code><a href="/
|
391
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
392
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
394
393
|
<p>Finds the <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> at (x, y).</p>
|
395
394
|
<div class="refsect3">
|
396
|
-
<a name="
|
395
|
+
<a name="gtk-source-gutter-get-renderer-at-pos.parameters"></a><h4>Parameters</h4>
|
397
396
|
<div class="informaltable"><table width="100%" border="0">
|
398
397
|
<colgroup>
|
399
398
|
<col width="150px" class="parameters_name">
|
@@ -420,9 +419,9 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
420
419
|
</table></div>
|
421
420
|
</div>
|
422
421
|
<div class="refsect3">
|
423
|
-
<a name="
|
424
|
-
<p> the renderer at (x, y) or <a href="/
|
425
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
422
|
+
<a name="gtk-source-gutter-get-renderer-at-pos.returns"></a><h4>Returns</h4>
|
423
|
+
<p> the renderer at (x, y) or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
424
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
426
425
|
</div>
|
427
426
|
</div>
|
428
427
|
</div>
|
@@ -444,7 +443,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
444
443
|
<hr>
|
445
444
|
<div class="refsect2">
|
446
445
|
<a name="GtkSourceGutter--window-type"></a><h3>The <code class="literal">“window-type”</code> property</h3>
|
447
|
-
<pre class="programlisting"> “window-type” <a href="
|
446
|
+
<pre class="programlisting"> “window-type” <a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></pre>
|
448
447
|
<p>The text window type on which the window is placed.</p>
|
449
448
|
<p>Flags: Read / Write / Construct Only</p>
|
450
449
|
<p>Default value: GTK_TEXT_WINDOW_PRIVATE</p>
|
@@ -452,7 +451,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
452
451
|
<hr>
|
453
452
|
<div class="refsect2">
|
454
453
|
<a name="GtkSourceGutter--xpad"></a><h3>The <code class="literal">“xpad”</code> property</h3>
|
455
|
-
<pre class="programlisting"> “xpad” <a href="/
|
454
|
+
<pre class="programlisting"> “xpad” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
456
455
|
<p>The x-padding.</p>
|
457
456
|
<div class="warning">
|
458
457
|
<p><code class="literal">GtkSourceGutter:xpad</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
@@ -466,7 +465,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
466
465
|
<hr>
|
467
466
|
<div class="refsect2">
|
468
467
|
<a name="GtkSourceGutter--ypad"></a><h3>The <code class="literal">“ypad”</code> property</h3>
|
469
|
-
<pre class="programlisting"> “ypad” <a href="/
|
468
|
+
<pre class="programlisting"> “ypad” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
470
469
|
<p>The y-padding.</p>
|
471
470
|
<div class="warning">
|
472
471
|
<p><code class="literal">GtkSourceGutter:ypad</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
@@ -484,7 +483,6 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
484
483
|
</div>
|
485
484
|
</div>
|
486
485
|
<div class="footer">
|
487
|
-
<hr>
|
488
|
-
Generated by GTK-Doc V1.21.1</div>
|
486
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
489
487
|
</body>
|
490
488
|
</html>
|