gtksourceview3 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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="ch07.html" title="Search and Replace">
|
9
9
|
<link rel="prev" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">
|
10
10
|
<link rel="next" href="ch08.html" title="Others">
|
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,7 @@
|
|
50
50
|
</td>
|
51
51
|
</tr>
|
52
52
|
<tr>
|
53
|
-
<td class="function_type">const <a href="/
|
53
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
54
54
|
</td>
|
55
55
|
<td class="function_name">
|
56
56
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-search-text" title="gtk_source_search_settings_get_search_text ()">gtk_source_search_settings_get_search_text</a> <span class="c_punctuation">()</span>
|
@@ -66,7 +66,7 @@
|
|
66
66
|
</tr>
|
67
67
|
<tr>
|
68
68
|
<td class="function_type">
|
69
|
-
<a href="/
|
69
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
70
70
|
</td>
|
71
71
|
<td class="function_name">
|
72
72
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-case-sensitive" title="gtk_source_search_settings_get_case_sensitive ()">gtk_source_search_settings_get_case_sensitive</a> <span class="c_punctuation">()</span>
|
@@ -82,7 +82,7 @@
|
|
82
82
|
</tr>
|
83
83
|
<tr>
|
84
84
|
<td class="function_type">
|
85
|
-
<a href="/
|
85
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
86
86
|
</td>
|
87
87
|
<td class="function_name">
|
88
88
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-at-word-boundaries" title="gtk_source_search_settings_get_at_word_boundaries ()">gtk_source_search_settings_get_at_word_boundaries</a> <span class="c_punctuation">()</span>
|
@@ -98,7 +98,7 @@
|
|
98
98
|
</tr>
|
99
99
|
<tr>
|
100
100
|
<td class="function_type">
|
101
|
-
<a href="/
|
101
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
102
102
|
</td>
|
103
103
|
<td class="function_name">
|
104
104
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-wrap-around" title="gtk_source_search_settings_get_wrap_around ()">gtk_source_search_settings_get_wrap_around</a> <span class="c_punctuation">()</span>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</tr>
|
115
115
|
<tr>
|
116
116
|
<td class="function_type">
|
117
|
-
<a href="/
|
117
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
118
118
|
</td>
|
119
119
|
<td class="function_name">
|
120
120
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-regex-enabled" title="gtk_source_search_settings_get_regex_enabled ()">gtk_source_search_settings_get_regex_enabled</a> <span class="c_punctuation">()</span>
|
@@ -141,28 +141,28 @@
|
|
141
141
|
</colgroup>
|
142
142
|
<tbody>
|
143
143
|
<tr>
|
144
|
-
<td class="property_type"><a href="/
|
144
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
145
145
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--at-word-boundaries" title="The “at-word-boundaries” property">at-word-boundaries</a></td>
|
146
146
|
<td class="property_flags">Read / Write / Construct</td>
|
147
147
|
</tr>
|
148
148
|
<tr>
|
149
|
-
<td class="property_type"><a href="/
|
149
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
150
150
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--case-sensitive" title="The “case-sensitive” property">case-sensitive</a></td>
|
151
151
|
<td class="property_flags">Read / Write / Construct</td>
|
152
152
|
</tr>
|
153
153
|
<tr>
|
154
|
-
<td class="property_type"><a href="/
|
154
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
155
155
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--regex-enabled" title="The “regex-enabled” property">regex-enabled</a></td>
|
156
156
|
<td class="property_flags">Read / Write / Construct</td>
|
157
157
|
</tr>
|
158
158
|
<tr>
|
159
159
|
<td class="property_type">
|
160
|
-
<a href="/
|
160
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
161
161
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property">search-text</a></td>
|
162
162
|
<td class="property_flags">Read / Write / Construct</td>
|
163
163
|
</tr>
|
164
164
|
<tr>
|
165
|
-
<td class="property_type"><a href="/
|
165
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
166
166
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around" title="The “wrap-around” property">wrap-around</a></td>
|
167
167
|
<td class="property_flags">Read / Write / Construct</td>
|
168
168
|
</tr>
|
@@ -184,7 +184,7 @@
|
|
184
184
|
</div>
|
185
185
|
<div class="refsect1">
|
186
186
|
<a name="GtkSourceSearchSettings.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
187
|
-
<pre class="screen"> <a href="/
|
187
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
188
188
|
<span class="lineart">╰──</span> GtkSourceSearchSettings
|
189
189
|
</pre>
|
190
190
|
</div>
|
@@ -207,23 +207,22 @@ search settings can be associated with one or several
|
|
207
207
|
gtk_source_search_settings_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
208
208
|
<p>Creates a new search settings object.</p>
|
209
209
|
<div class="refsect3">
|
210
|
-
<a name="
|
210
|
+
<a name="gtk-source-search-settings-new.returns"></a><h4>Returns</h4>
|
211
211
|
<p> a new search settings object.</p>
|
212
|
-
<p></p>
|
213
212
|
</div>
|
214
|
-
<p class="since">Since 3.10</p>
|
213
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
215
214
|
</div>
|
216
215
|
<hr>
|
217
216
|
<div class="refsect2">
|
218
217
|
<a name="gtk-source-search-settings-get-search-text"></a><h3>gtk_source_search_settings_get_search_text ()</h3>
|
219
|
-
<pre class="programlisting">const <a href="/
|
218
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
220
219
|
gtk_source_search_settings_get_search_text
|
221
220
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
222
221
|
<p>Gets the text to search. The return value must not be freed.</p>
|
223
222
|
<p>You may be interested to call <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> after
|
224
223
|
this function.</p>
|
225
224
|
<div class="refsect3">
|
226
|
-
<a name="
|
225
|
+
<a name="gtk-source-search-settings-get-search-text.parameters"></a><h4>Parameters</h4>
|
227
226
|
<div class="informaltable"><table width="100%" border="0">
|
228
227
|
<colgroup>
|
229
228
|
<col width="150px" class="parameters_name">
|
@@ -238,11 +237,11 @@ this function.</p>
|
|
238
237
|
</table></div>
|
239
238
|
</div>
|
240
239
|
<div class="refsect3">
|
241
|
-
<a name="
|
242
|
-
<p> the text to search, or <a href="/
|
240
|
+
<a name="gtk-source-search-settings-get-search-text.returns"></a><h4>Returns</h4>
|
241
|
+
<p> the text to search, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the search is disabled. </p>
|
243
242
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
244
243
|
</div>
|
245
|
-
<p class="since">Since 3.10</p>
|
244
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
246
245
|
</div>
|
247
246
|
<hr>
|
248
247
|
<div class="refsect2">
|
@@ -250,9 +249,9 @@ this function.</p>
|
|
250
249
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
251
250
|
gtk_source_search_settings_set_search_text
|
252
251
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
253
|
-
<em class="parameter"><code>const <a href="/
|
252
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *search_text</code></em>);</pre>
|
254
253
|
<p>Sets the text to search. If <em class="parameter"><code>text</code></em>
|
255
|
-
is <a href="/
|
254
|
+
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or is empty, the search will be
|
256
255
|
disabled. A copy of <em class="parameter"><code>text</code></em>
|
257
256
|
will be made, so you can safely free <em class="parameter"><code>text</code></em>
|
258
257
|
after
|
@@ -260,7 +259,7 @@ a call to this function.</p>
|
|
260
259
|
<p>You may be interested to call <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> before
|
261
260
|
this function.</p>
|
262
261
|
<div class="refsect3">
|
263
|
-
<a name="
|
262
|
+
<a name="gtk-source-search-settings-set-search-text.parameters"></a><h4>Parameters</h4>
|
264
263
|
<div class="informaltable"><table width="100%" border="0">
|
265
264
|
<colgroup>
|
266
265
|
<col width="150px" class="parameters_name">
|
@@ -275,22 +274,22 @@ this function.</p>
|
|
275
274
|
</tr>
|
276
275
|
<tr>
|
277
276
|
<td class="parameter_name"><p>search_text</p></td>
|
278
|
-
<td class="parameter_description"><p> the nul-terminated text to search, or <a href="/
|
277
|
+
<td class="parameter_description"><p> the nul-terminated text to search, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to disable the search. </p></td>
|
279
278
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
280
279
|
</tr>
|
281
280
|
</tbody>
|
282
281
|
</table></div>
|
283
282
|
</div>
|
284
|
-
<p class="since">Since 3.10</p>
|
283
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
285
284
|
</div>
|
286
285
|
<hr>
|
287
286
|
<div class="refsect2">
|
288
287
|
<a name="gtk-source-search-settings-get-case-sensitive"></a><h3>gtk_source_search_settings_get_case_sensitive ()</h3>
|
289
|
-
<pre class="programlisting"><a href="/
|
288
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
290
289
|
gtk_source_search_settings_get_case_sensitive
|
291
290
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
292
291
|
<div class="refsect3">
|
293
|
-
<a name="
|
292
|
+
<a name="gtk-source-search-settings-get-case-sensitive.parameters"></a><h4>Parameters</h4>
|
294
293
|
<div class="informaltable"><table width="100%" border="0">
|
295
294
|
<colgroup>
|
296
295
|
<col width="150px" class="parameters_name">
|
@@ -305,11 +304,10 @@ gtk_source_search_settings_get_case_sensitive
|
|
305
304
|
</table></div>
|
306
305
|
</div>
|
307
306
|
<div class="refsect3">
|
308
|
-
<a name="
|
307
|
+
<a name="gtk-source-search-settings-get-case-sensitive.returns"></a><h4>Returns</h4>
|
309
308
|
<p> whether the search is case sensitive.</p>
|
310
|
-
<p></p>
|
311
309
|
</div>
|
312
|
-
<p class="since">Since 3.10</p>
|
310
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
313
311
|
</div>
|
314
312
|
<hr>
|
315
313
|
<div class="refsect2">
|
@@ -317,10 +315,10 @@ gtk_source_search_settings_get_case_sensitive
|
|
317
315
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
318
316
|
gtk_source_search_settings_set_case_sensitive
|
319
317
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
320
|
-
<em class="parameter"><code><a href="/
|
318
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> case_sensitive</code></em>);</pre>
|
321
319
|
<p>Enables or disables the case sensitivity for the search.</p>
|
322
320
|
<div class="refsect3">
|
323
|
-
<a name="
|
321
|
+
<a name="gtk-source-search-settings-set-case-sensitive.parameters"></a><h4>Parameters</h4>
|
324
322
|
<div class="informaltable"><table width="100%" border="0">
|
325
323
|
<colgroup>
|
326
324
|
<col width="150px" class="parameters_name">
|
@@ -341,16 +339,16 @@ gtk_source_search_settings_set_case_sensitive
|
|
341
339
|
</tbody>
|
342
340
|
</table></div>
|
343
341
|
</div>
|
344
|
-
<p class="since">Since 3.10</p>
|
342
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
345
343
|
</div>
|
346
344
|
<hr>
|
347
345
|
<div class="refsect2">
|
348
346
|
<a name="gtk-source-search-settings-get-at-word-boundaries"></a><h3>gtk_source_search_settings_get_at_word_boundaries ()</h3>
|
349
|
-
<pre class="programlisting"><a href="/
|
347
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
350
348
|
gtk_source_search_settings_get_at_word_boundaries
|
351
349
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
352
350
|
<div class="refsect3">
|
353
|
-
<a name="
|
351
|
+
<a name="gtk-source-search-settings-get-at-word-boundaries.parameters"></a><h4>Parameters</h4>
|
354
352
|
<div class="informaltable"><table width="100%" border="0">
|
355
353
|
<colgroup>
|
356
354
|
<col width="150px" class="parameters_name">
|
@@ -365,11 +363,10 @@ gtk_source_search_settings_get_at_word_boundaries
|
|
365
363
|
</table></div>
|
366
364
|
</div>
|
367
365
|
<div class="refsect3">
|
368
|
-
<a name="
|
366
|
+
<a name="gtk-source-search-settings-get-at-word-boundaries.returns"></a><h4>Returns</h4>
|
369
367
|
<p> whether to search at word boundaries.</p>
|
370
|
-
<p></p>
|
371
368
|
</div>
|
372
|
-
<p class="since">Since 3.10</p>
|
369
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
373
370
|
</div>
|
374
371
|
<hr>
|
375
372
|
<div class="refsect2">
|
@@ -377,14 +374,14 @@ gtk_source_search_settings_get_at_word_boundaries
|
|
377
374
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
378
375
|
gtk_source_search_settings_set_at_word_boundaries
|
379
376
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
380
|
-
<em class="parameter"><code><a href="/
|
377
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> at_word_boundaries</code></em>);</pre>
|
381
378
|
<p>Change whether the search is done at word boundaries. If <em class="parameter"><code>at_word_boundaries</code></em>
|
382
379
|
|
383
|
-
is <a href="/
|
384
|
-
multiple words. See also <a href="
|
385
|
-
<a href="
|
380
|
+
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a search match must start and end a word. The match can span
|
381
|
+
multiple words. See also <a href="/usr/share/gtk-doc/html/gtk3GtkTextIter.html#gtk-text-iter-starts-word"><code class="function">gtk_text_iter_starts_word()</code></a> and
|
382
|
+
<a href="/usr/share/gtk-doc/html/gtk3GtkTextIter.html#gtk-text-iter-ends-word"><code class="function">gtk_text_iter_ends_word()</code></a>.</p>
|
386
383
|
<div class="refsect3">
|
387
|
-
<a name="
|
384
|
+
<a name="gtk-source-search-settings-set-at-word-boundaries.parameters"></a><h4>Parameters</h4>
|
388
385
|
<div class="informaltable"><table width="100%" border="0">
|
389
386
|
<colgroup>
|
390
387
|
<col width="150px" class="parameters_name">
|
@@ -405,16 +402,16 @@ multiple words. See also <a href="http://developer.gnome.org/gtk2/GtkTextIter.ht
|
|
405
402
|
</tbody>
|
406
403
|
</table></div>
|
407
404
|
</div>
|
408
|
-
<p class="since">Since 3.10</p>
|
405
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
409
406
|
</div>
|
410
407
|
<hr>
|
411
408
|
<div class="refsect2">
|
412
409
|
<a name="gtk-source-search-settings-get-wrap-around"></a><h3>gtk_source_search_settings_get_wrap_around ()</h3>
|
413
|
-
<pre class="programlisting"><a href="/
|
410
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
414
411
|
gtk_source_search_settings_get_wrap_around
|
415
412
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
416
413
|
<div class="refsect3">
|
417
|
-
<a name="
|
414
|
+
<a name="gtk-source-search-settings-get-wrap-around.parameters"></a><h4>Parameters</h4>
|
418
415
|
<div class="informaltable"><table width="100%" border="0">
|
419
416
|
<colgroup>
|
420
417
|
<col width="150px" class="parameters_name">
|
@@ -429,11 +426,10 @@ gtk_source_search_settings_get_wrap_around
|
|
429
426
|
</table></div>
|
430
427
|
</div>
|
431
428
|
<div class="refsect3">
|
432
|
-
<a name="
|
429
|
+
<a name="gtk-source-search-settings-get-wrap-around.returns"></a><h4>Returns</h4>
|
433
430
|
<p> whether to wrap around the search.</p>
|
434
|
-
<p></p>
|
435
431
|
</div>
|
436
|
-
<p class="since">Since 3.10</p>
|
432
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
437
433
|
</div>
|
438
434
|
<hr>
|
439
435
|
<div class="refsect2">
|
@@ -441,14 +437,14 @@ gtk_source_search_settings_get_wrap_around
|
|
441
437
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
442
438
|
gtk_source_search_settings_set_wrap_around
|
443
439
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
444
|
-
<em class="parameter"><code><a href="/
|
440
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap_around</code></em>);</pre>
|
445
441
|
<p>Enables or disables the wrap around search. If <em class="parameter"><code>wrap_around</code></em>
|
446
|
-
is <a href="/
|
442
|
+
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the
|
447
443
|
forward search continues at the beginning of the buffer if no search
|
448
444
|
occurrences are found. Similarly, the backward search continues to search at
|
449
445
|
the end of the buffer.</p>
|
450
446
|
<div class="refsect3">
|
451
|
-
<a name="
|
447
|
+
<a name="gtk-source-search-settings-set-wrap-around.parameters"></a><h4>Parameters</h4>
|
452
448
|
<div class="informaltable"><table width="100%" border="0">
|
453
449
|
<colgroup>
|
454
450
|
<col width="150px" class="parameters_name">
|
@@ -469,16 +465,16 @@ the end of the buffer.</p>
|
|
469
465
|
</tbody>
|
470
466
|
</table></div>
|
471
467
|
</div>
|
472
|
-
<p class="since">Since 3.10</p>
|
468
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
473
469
|
</div>
|
474
470
|
<hr>
|
475
471
|
<div class="refsect2">
|
476
472
|
<a name="gtk-source-search-settings-get-regex-enabled"></a><h3>gtk_source_search_settings_get_regex_enabled ()</h3>
|
477
|
-
<pre class="programlisting"><a href="/
|
473
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
478
474
|
gtk_source_search_settings_get_regex_enabled
|
479
475
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
480
476
|
<div class="refsect3">
|
481
|
-
<a name="
|
477
|
+
<a name="gtk-source-search-settings-get-regex-enabled.parameters"></a><h4>Parameters</h4>
|
482
478
|
<div class="informaltable"><table width="100%" border="0">
|
483
479
|
<colgroup>
|
484
480
|
<col width="150px" class="parameters_name">
|
@@ -493,11 +489,10 @@ gtk_source_search_settings_get_regex_enabled
|
|
493
489
|
</table></div>
|
494
490
|
</div>
|
495
491
|
<div class="refsect3">
|
496
|
-
<a name="
|
492
|
+
<a name="gtk-source-search-settings-get-regex-enabled.returns"></a><h4>Returns</h4>
|
497
493
|
<p> whether to search by regular expressions.</p>
|
498
|
-
<p></p>
|
499
494
|
</div>
|
500
|
-
<p class="since">Since 3.10</p>
|
495
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
501
496
|
</div>
|
502
497
|
<hr>
|
503
498
|
<div class="refsect2">
|
@@ -505,12 +500,12 @@ gtk_source_search_settings_get_regex_enabled
|
|
505
500
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
506
501
|
gtk_source_search_settings_set_regex_enabled
|
507
502
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
508
|
-
<em class="parameter"><code><a href="/
|
503
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> regex_enabled</code></em>);</pre>
|
509
504
|
<p>Enables or disables whether to search by regular expressions.
|
510
505
|
If enabled, the <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property"><span class="type">“search-text”</span></a> property contains the
|
511
506
|
pattern of the regular expression.</p>
|
512
507
|
<div class="refsect3">
|
513
|
-
<a name="
|
508
|
+
<a name="gtk-source-search-settings-set-regex-enabled.parameters"></a><h4>Parameters</h4>
|
514
509
|
<div class="informaltable"><table width="100%" border="0">
|
515
510
|
<colgroup>
|
516
511
|
<col width="150px" class="parameters_name">
|
@@ -531,7 +526,7 @@ pattern of the regular expression.</p>
|
|
531
526
|
</tbody>
|
532
527
|
</table></div>
|
533
528
|
</div>
|
534
|
-
<p class="since">Since 3.10</p>
|
529
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
535
530
|
</div>
|
536
531
|
</div>
|
537
532
|
<div class="refsect1">
|
@@ -545,53 +540,53 @@ pattern of the regular expression.</p>
|
|
545
540
|
<a name="GtkSourceSearchSettings.property-details"></a><h2>Property Details</h2>
|
546
541
|
<div class="refsect2">
|
547
542
|
<a name="GtkSourceSearchSettings--at-word-boundaries"></a><h3>The <code class="literal">“at-word-boundaries”</code> property</h3>
|
548
|
-
<pre class="programlisting"> “at-word-boundaries” <a href="/
|
549
|
-
<p>If <a href="/
|
543
|
+
<pre class="programlisting"> “at-word-boundaries” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
544
|
+
<p>If <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a search match must start and end a word. The match can
|
550
545
|
span multiple words.</p>
|
551
546
|
<p>Flags: Read / Write / Construct</p>
|
552
547
|
<p>Default value: FALSE</p>
|
553
|
-
<p class="since">Since 3.10</p>
|
548
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
554
549
|
</div>
|
555
550
|
<hr>
|
556
551
|
<div class="refsect2">
|
557
552
|
<a name="GtkSourceSearchSettings--case-sensitive"></a><h3>The <code class="literal">“case-sensitive”</code> property</h3>
|
558
|
-
<pre class="programlisting"> “case-sensitive” <a href="/
|
553
|
+
<pre class="programlisting"> “case-sensitive” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
559
554
|
<p>Whether the search is case sensitive.</p>
|
560
555
|
<p>Flags: Read / Write / Construct</p>
|
561
556
|
<p>Default value: FALSE</p>
|
562
|
-
<p class="since">Since 3.10</p>
|
557
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
563
558
|
</div>
|
564
559
|
<hr>
|
565
560
|
<div class="refsect2">
|
566
561
|
<a name="GtkSourceSearchSettings--regex-enabled"></a><h3>The <code class="literal">“regex-enabled”</code> property</h3>
|
567
|
-
<pre class="programlisting"> “regex-enabled” <a href="/
|
562
|
+
<pre class="programlisting"> “regex-enabled” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
568
563
|
<p>Search by regular expressions with
|
569
564
|
<a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property"><span class="type">“search-text”</span></a> as the pattern.</p>
|
570
565
|
<p>Flags: Read / Write / Construct</p>
|
571
566
|
<p>Default value: FALSE</p>
|
572
|
-
<p class="since">Since 3.10</p>
|
567
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
573
568
|
</div>
|
574
569
|
<hr>
|
575
570
|
<div class="refsect2">
|
576
571
|
<a name="GtkSourceSearchSettings--search-text"></a><h3>The <code class="literal">“search-text”</code> property</h3>
|
577
|
-
<pre class="programlisting"> “search-text” <a href="/
|
578
|
-
<p>A search string, or <a href="/
|
572
|
+
<pre class="programlisting"> “search-text” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
573
|
+
<p>A search string, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the search is disabled. If the regular
|
579
574
|
expression search is enabled, <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property"><span class="type">“search-text”</span></a> is
|
580
575
|
the pattern.</p>
|
581
576
|
<p>Flags: Read / Write / Construct</p>
|
582
577
|
<p>Default value: NULL</p>
|
583
|
-
<p class="since">Since 3.10</p>
|
578
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
584
579
|
</div>
|
585
580
|
<hr>
|
586
581
|
<div class="refsect2">
|
587
582
|
<a name="GtkSourceSearchSettings--wrap-around"></a><h3>The <code class="literal">“wrap-around”</code> property</h3>
|
588
|
-
<pre class="programlisting"> “wrap-around” <a href="/
|
583
|
+
<pre class="programlisting"> “wrap-around” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
589
584
|
<p>For a forward search, continue at the beginning of the buffer if no
|
590
585
|
search occurrence is found. For a backward search, continue at the
|
591
586
|
end of the buffer.</p>
|
592
587
|
<p>Flags: Read / Write / Construct</p>
|
593
588
|
<p>Default value: FALSE</p>
|
594
|
-
<p class="since">Since 3.10</p>
|
589
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
595
590
|
</div>
|
596
591
|
</div>
|
597
592
|
<div class="refsect1">
|
@@ -600,7 +595,6 @@ end of the buffer.</p>
|
|
600
595
|
</div>
|
601
596
|
</div>
|
602
597
|
<div class="footer">
|
603
|
-
<hr>
|
604
|
-
Generated by GTK-Doc V1.21.1</div>
|
598
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
605
599
|
</body>
|
606
600
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="ch02.html" title="Syntax Highlighting">
|
9
9
|
<link rel="prev" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">
|
10
10
|
<link rel="next" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">
|
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">
|
@@ -61,85 +61,101 @@
|
|
61
61
|
<tbody>
|
62
62
|
<tr>
|
63
63
|
<td class="property_type">
|
64
|
-
<a href="/
|
64
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
65
65
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--background" title="The “background” property">background</a></td>
|
66
66
|
<td class="property_flags">Read / Write / Construct Only</td>
|
67
67
|
</tr>
|
68
68
|
<tr>
|
69
|
-
<td class="property_type"><a href="/
|
69
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
70
70
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--background-set" title="The “background-set” property">background-set</a></td>
|
71
71
|
<td class="property_flags">Read / Write / Construct Only</td>
|
72
72
|
</tr>
|
73
73
|
<tr>
|
74
|
-
<td class="property_type"><a href="/
|
74
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
75
75
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--bold" title="The “bold” property">bold</a></td>
|
76
76
|
<td class="property_flags">Read / Write / Construct Only</td>
|
77
77
|
</tr>
|
78
78
|
<tr>
|
79
|
-
<td class="property_type"><a href="/
|
79
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
80
80
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--bold-set" title="The “bold-set” property">bold-set</a></td>
|
81
81
|
<td class="property_flags">Read / Write / Construct Only</td>
|
82
82
|
</tr>
|
83
83
|
<tr>
|
84
84
|
<td class="property_type">
|
85
|
-
<a href="/
|
85
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
86
86
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--foreground" title="The “foreground” property">foreground</a></td>
|
87
87
|
<td class="property_flags">Read / Write / Construct Only</td>
|
88
88
|
</tr>
|
89
89
|
<tr>
|
90
|
-
<td class="property_type"><a href="/
|
90
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
91
91
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--foreground-set" title="The “foreground-set” property">foreground-set</a></td>
|
92
92
|
<td class="property_flags">Read / Write / Construct Only</td>
|
93
93
|
</tr>
|
94
94
|
<tr>
|
95
|
-
<td class="property_type"><a href="/
|
95
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
96
96
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--italic" title="The “italic” property">italic</a></td>
|
97
97
|
<td class="property_flags">Read / Write / Construct Only</td>
|
98
98
|
</tr>
|
99
99
|
<tr>
|
100
|
-
<td class="property_type"><a href="/
|
100
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
101
101
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--italic-set" title="The “italic-set” property">italic-set</a></td>
|
102
102
|
<td class="property_flags">Read / Write / Construct Only</td>
|
103
103
|
</tr>
|
104
104
|
<tr>
|
105
105
|
<td class="property_type">
|
106
|
-
<a href="/
|
106
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
107
107
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--line-background" title="The “line-background” property">line-background</a></td>
|
108
108
|
<td class="property_flags">Read / Write / Construct Only</td>
|
109
109
|
</tr>
|
110
110
|
<tr>
|
111
|
-
<td class="property_type"><a href="/
|
111
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
112
112
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--line-background-set" title="The “line-background-set” property">line-background-set</a></td>
|
113
113
|
<td class="property_flags">Read / Write / Construct Only</td>
|
114
114
|
</tr>
|
115
115
|
<tr>
|
116
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/pangopango-Text-Attributes.html#PangoUnderline"><span class="type">PangoUnderline</span></a></td>
|
117
|
+
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--pango-underline" title="The “pango-underline” property">pango-underline</a></td>
|
118
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
119
|
+
</tr>
|
120
|
+
<tr>
|
116
121
|
<td class="property_type">
|
117
|
-
<a href="/
|
122
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
118
123
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--scale" title="The “scale” property">scale</a></td>
|
119
124
|
<td class="property_flags">Read / Write / Construct Only</td>
|
120
125
|
</tr>
|
121
126
|
<tr>
|
122
|
-
<td class="property_type"><a href="/
|
127
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
123
128
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--scale-set" title="The “scale-set” property">scale-set</a></td>
|
124
129
|
<td class="property_flags">Read / Write / Construct Only</td>
|
125
130
|
</tr>
|
126
131
|
<tr>
|
127
|
-
<td class="property_type"><a href="/
|
132
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
128
133
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--strikethrough" title="The “strikethrough” property">strikethrough</a></td>
|
129
134
|
<td class="property_flags">Read / Write / Construct Only</td>
|
130
135
|
</tr>
|
131
136
|
<tr>
|
132
|
-
<td class="property_type"><a href="/
|
137
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
133
138
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--strikethrough-set" title="The “strikethrough-set” property">strikethrough-set</a></td>
|
134
139
|
<td class="property_flags">Read / Write / Construct Only</td>
|
135
140
|
</tr>
|
136
141
|
<tr>
|
137
|
-
<td class="property_type"><a href="/
|
142
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
138
143
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--underline" title="The “underline” property">underline</a></td>
|
139
144
|
<td class="property_flags">Read / Write / Construct Only</td>
|
140
145
|
</tr>
|
141
146
|
<tr>
|
142
|
-
<td class="property_type"
|
147
|
+
<td class="property_type">
|
148
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
149
|
+
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--underline-color" title="The “underline-color” property">underline-color</a></td>
|
150
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
151
|
+
</tr>
|
152
|
+
<tr>
|
153
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
154
|
+
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--underline-color-set" title="The “underline-color-set” property">underline-color-set</a></td>
|
155
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
156
|
+
</tr>
|
157
|
+
<tr>
|
158
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
143
159
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--underline-set" title="The “underline-set” property">underline-set</a></td>
|
144
160
|
<td class="property_flags">Read / Write / Construct Only</td>
|
145
161
|
</tr>
|
@@ -161,7 +177,7 @@
|
|
161
177
|
</div>
|
162
178
|
<div class="refsect1">
|
163
179
|
<a name="GtkSourceStyle.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
164
|
-
<pre class="screen"> <a href="/
|
180
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
165
181
|
<span class="lineart">╰──</span> GtkSourceStyle
|
166
182
|
</pre>
|
167
183
|
</div>
|
@@ -185,7 +201,7 @@ gtk_source_style_copy (<em class="parameter"><code>const <a class="link" href="G
|
|
185
201
|
, that is a new <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a> instance which
|
186
202
|
has the same attributes set.</p>
|
187
203
|
<div class="refsect3">
|
188
|
-
<a name="
|
204
|
+
<a name="gtk-source-style-copy.parameters"></a><h4>Parameters</h4>
|
189
205
|
<div class="informaltable"><table width="100%" border="0">
|
190
206
|
<colgroup>
|
191
207
|
<col width="150px" class="parameters_name">
|
@@ -200,13 +216,13 @@ has the same attributes set.</p>
|
|
200
216
|
</table></div>
|
201
217
|
</div>
|
202
218
|
<div class="refsect3">
|
203
|
-
<a name="
|
219
|
+
<a name="gtk-source-style-copy.returns"></a><h4>Returns</h4>
|
204
220
|
<p> copy of <em class="parameter"><code>style</code></em>
|
205
|
-
, call <a href="/
|
221
|
+
, call <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>
|
206
222
|
when you are done with it. </p>
|
207
223
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
208
224
|
</div>
|
209
|
-
<p class="since">Since 2.0</p>
|
225
|
+
<p class="since">Since: <a class="link" href="api-index-2-0.html#api-index-2.0">2.0</a></p>
|
210
226
|
</div>
|
211
227
|
</div>
|
212
228
|
<div class="refsect1">
|
@@ -220,7 +236,7 @@ when you are done with it. </p>
|
|
220
236
|
<a name="GtkSourceStyle.property-details"></a><h2>Property Details</h2>
|
221
237
|
<div class="refsect2">
|
222
238
|
<a name="GtkSourceStyle--background"></a><h3>The <code class="literal">“background”</code> property</h3>
|
223
|
-
<pre class="programlisting"> “background” <a href="/
|
239
|
+
<pre class="programlisting"> “background” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
224
240
|
<p>Background color.</p>
|
225
241
|
<p>Flags: Read / Write / Construct Only</p>
|
226
242
|
<p>Default value: NULL</p>
|
@@ -228,7 +244,7 @@ when you are done with it. </p>
|
|
228
244
|
<hr>
|
229
245
|
<div class="refsect2">
|
230
246
|
<a name="GtkSourceStyle--background-set"></a><h3>The <code class="literal">“background-set”</code> property</h3>
|
231
|
-
<pre class="programlisting"> “background-set” <a href="/
|
247
|
+
<pre class="programlisting"> “background-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
232
248
|
<p>Whether background color is set.</p>
|
233
249
|
<p>Flags: Read / Write / Construct Only</p>
|
234
250
|
<p>Default value: FALSE</p>
|
@@ -236,7 +252,7 @@ when you are done with it. </p>
|
|
236
252
|
<hr>
|
237
253
|
<div class="refsect2">
|
238
254
|
<a name="GtkSourceStyle--bold"></a><h3>The <code class="literal">“bold”</code> property</h3>
|
239
|
-
<pre class="programlisting"> “bold” <a href="/
|
255
|
+
<pre class="programlisting"> “bold” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
240
256
|
<p>Bold.</p>
|
241
257
|
<p>Flags: Read / Write / Construct Only</p>
|
242
258
|
<p>Default value: FALSE</p>
|
@@ -244,7 +260,7 @@ when you are done with it. </p>
|
|
244
260
|
<hr>
|
245
261
|
<div class="refsect2">
|
246
262
|
<a name="GtkSourceStyle--bold-set"></a><h3>The <code class="literal">“bold-set”</code> property</h3>
|
247
|
-
<pre class="programlisting"> “bold-set” <a href="/
|
263
|
+
<pre class="programlisting"> “bold-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
248
264
|
<p>Whether bold attribute is set.</p>
|
249
265
|
<p>Flags: Read / Write / Construct Only</p>
|
250
266
|
<p>Default value: FALSE</p>
|
@@ -252,7 +268,7 @@ when you are done with it. </p>
|
|
252
268
|
<hr>
|
253
269
|
<div class="refsect2">
|
254
270
|
<a name="GtkSourceStyle--foreground"></a><h3>The <code class="literal">“foreground”</code> property</h3>
|
255
|
-
<pre class="programlisting"> “foreground” <a href="/
|
271
|
+
<pre class="programlisting"> “foreground” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
256
272
|
<p>Foreground color.</p>
|
257
273
|
<p>Flags: Read / Write / Construct Only</p>
|
258
274
|
<p>Default value: NULL</p>
|
@@ -260,7 +276,7 @@ when you are done with it. </p>
|
|
260
276
|
<hr>
|
261
277
|
<div class="refsect2">
|
262
278
|
<a name="GtkSourceStyle--foreground-set"></a><h3>The <code class="literal">“foreground-set”</code> property</h3>
|
263
|
-
<pre class="programlisting"> “foreground-set” <a href="/
|
279
|
+
<pre class="programlisting"> “foreground-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
264
280
|
<p>Whether foreground color is set.</p>
|
265
281
|
<p>Flags: Read / Write / Construct Only</p>
|
266
282
|
<p>Default value: FALSE</p>
|
@@ -268,7 +284,7 @@ when you are done with it. </p>
|
|
268
284
|
<hr>
|
269
285
|
<div class="refsect2">
|
270
286
|
<a name="GtkSourceStyle--italic"></a><h3>The <code class="literal">“italic”</code> property</h3>
|
271
|
-
<pre class="programlisting"> “italic” <a href="/
|
287
|
+
<pre class="programlisting"> “italic” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
272
288
|
<p>Italic.</p>
|
273
289
|
<p>Flags: Read / Write / Construct Only</p>
|
274
290
|
<p>Default value: FALSE</p>
|
@@ -276,7 +292,7 @@ when you are done with it. </p>
|
|
276
292
|
<hr>
|
277
293
|
<div class="refsect2">
|
278
294
|
<a name="GtkSourceStyle--italic-set"></a><h3>The <code class="literal">“italic-set”</code> property</h3>
|
279
|
-
<pre class="programlisting"> “italic-set” <a href="/
|
295
|
+
<pre class="programlisting"> “italic-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
280
296
|
<p>Whether italic attribute is set.</p>
|
281
297
|
<p>Flags: Read / Write / Construct Only</p>
|
282
298
|
<p>Default value: FALSE</p>
|
@@ -284,7 +300,7 @@ when you are done with it. </p>
|
|
284
300
|
<hr>
|
285
301
|
<div class="refsect2">
|
286
302
|
<a name="GtkSourceStyle--line-background"></a><h3>The <code class="literal">“line-background”</code> property</h3>
|
287
|
-
<pre class="programlisting"> “line-background” <a href="/
|
303
|
+
<pre class="programlisting"> “line-background” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
288
304
|
<p>Line background color.</p>
|
289
305
|
<p>Flags: Read / Write / Construct Only</p>
|
290
306
|
<p>Default value: NULL</p>
|
@@ -292,15 +308,23 @@ when you are done with it. </p>
|
|
292
308
|
<hr>
|
293
309
|
<div class="refsect2">
|
294
310
|
<a name="GtkSourceStyle--line-background-set"></a><h3>The <code class="literal">“line-background-set”</code> property</h3>
|
295
|
-
<pre class="programlisting"> “line-background-set” <a href="/
|
311
|
+
<pre class="programlisting"> “line-background-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
296
312
|
<p>Whether line background color is set.</p>
|
297
313
|
<p>Flags: Read / Write / Construct Only</p>
|
298
314
|
<p>Default value: FALSE</p>
|
299
315
|
</div>
|
300
316
|
<hr>
|
301
317
|
<div class="refsect2">
|
318
|
+
<a name="GtkSourceStyle--pango-underline"></a><h3>The <code class="literal">“pango-underline”</code> property</h3>
|
319
|
+
<pre class="programlisting"> “pango-underline” <a href="/usr/share/gtk-doc/html/pangopango-Text-Attributes.html#PangoUnderline"><span class="type">PangoUnderline</span></a></pre>
|
320
|
+
<p>Pango Underline.</p>
|
321
|
+
<p>Flags: Read / Write / Construct Only</p>
|
322
|
+
<p>Default value: PANGO_UNDERLINE_NONE</p>
|
323
|
+
</div>
|
324
|
+
<hr>
|
325
|
+
<div class="refsect2">
|
302
326
|
<a name="GtkSourceStyle--scale"></a><h3>The <code class="literal">“scale”</code> property</h3>
|
303
|
-
<pre class="programlisting"> “scale” <a href="/
|
327
|
+
<pre class="programlisting"> “scale” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
304
328
|
<p>Text scale factor.</p>
|
305
329
|
<p>Flags: Read / Write / Construct Only</p>
|
306
330
|
<p>Default value: NULL</p>
|
@@ -308,7 +332,7 @@ when you are done with it. </p>
|
|
308
332
|
<hr>
|
309
333
|
<div class="refsect2">
|
310
334
|
<a name="GtkSourceStyle--scale-set"></a><h3>The <code class="literal">“scale-set”</code> property</h3>
|
311
|
-
<pre class="programlisting"> “scale-set” <a href="/
|
335
|
+
<pre class="programlisting"> “scale-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
312
336
|
<p>Whether scale attribute is set.</p>
|
313
337
|
<p>Flags: Read / Write / Construct Only</p>
|
314
338
|
<p>Default value: FALSE</p>
|
@@ -316,7 +340,7 @@ when you are done with it. </p>
|
|
316
340
|
<hr>
|
317
341
|
<div class="refsect2">
|
318
342
|
<a name="GtkSourceStyle--strikethrough"></a><h3>The <code class="literal">“strikethrough”</code> property</h3>
|
319
|
-
<pre class="programlisting"> “strikethrough” <a href="/
|
343
|
+
<pre class="programlisting"> “strikethrough” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
320
344
|
<p>Strikethrough.</p>
|
321
345
|
<p>Flags: Read / Write / Construct Only</p>
|
322
346
|
<p>Default value: FALSE</p>
|
@@ -324,7 +348,7 @@ when you are done with it. </p>
|
|
324
348
|
<hr>
|
325
349
|
<div class="refsect2">
|
326
350
|
<a name="GtkSourceStyle--strikethrough-set"></a><h3>The <code class="literal">“strikethrough-set”</code> property</h3>
|
327
|
-
<pre class="programlisting"> “strikethrough-set” <a href="/
|
351
|
+
<pre class="programlisting"> “strikethrough-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
328
352
|
<p>Whether strikethrough attribute is set.</p>
|
329
353
|
<p>Flags: Read / Write / Construct Only</p>
|
330
354
|
<p>Default value: FALSE</p>
|
@@ -332,15 +356,35 @@ when you are done with it. </p>
|
|
332
356
|
<hr>
|
333
357
|
<div class="refsect2">
|
334
358
|
<a name="GtkSourceStyle--underline"></a><h3>The <code class="literal">“underline”</code> property</h3>
|
335
|
-
<pre class="programlisting"> “underline” <a href="/
|
359
|
+
<pre class="programlisting"> “underline” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
336
360
|
<p>Underline.</p>
|
361
|
+
<div class="warning">
|
362
|
+
<p><code class="literal">GtkSourceStyle:underline</code> has been deprecated since version 3.18 and should not be used in newly-written code.</p>
|
363
|
+
<p>Use pango-underline.</p>
|
364
|
+
</div>
|
365
|
+
<p>Flags: Read / Write / Construct Only</p>
|
366
|
+
<p>Default value: FALSE</p>
|
367
|
+
</div>
|
368
|
+
<hr>
|
369
|
+
<div class="refsect2">
|
370
|
+
<a name="GtkSourceStyle--underline-color"></a><h3>The <code class="literal">“underline-color”</code> property</h3>
|
371
|
+
<pre class="programlisting"> “underline-color” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
372
|
+
<p>Underline color.</p>
|
373
|
+
<p>Flags: Read / Write / Construct Only</p>
|
374
|
+
<p>Default value: NULL</p>
|
375
|
+
</div>
|
376
|
+
<hr>
|
377
|
+
<div class="refsect2">
|
378
|
+
<a name="GtkSourceStyle--underline-color-set"></a><h3>The <code class="literal">“underline-color-set”</code> property</h3>
|
379
|
+
<pre class="programlisting"> “underline-color-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
380
|
+
<p>Whether underline color attribute is set.</p>
|
337
381
|
<p>Flags: Read / Write / Construct Only</p>
|
338
382
|
<p>Default value: FALSE</p>
|
339
383
|
</div>
|
340
384
|
<hr>
|
341
385
|
<div class="refsect2">
|
342
386
|
<a name="GtkSourceStyle--underline-set"></a><h3>The <code class="literal">“underline-set”</code> property</h3>
|
343
|
-
<pre class="programlisting"> “underline-set” <a href="/
|
387
|
+
<pre class="programlisting"> “underline-set” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
344
388
|
<p>Whether underline attribute is set.</p>
|
345
389
|
<p>Flags: Read / Write / Construct Only</p>
|
346
390
|
<p>Default value: FALSE</p>
|
@@ -352,7 +396,6 @@ when you are done with it. </p>
|
|
352
396
|
</div>
|
353
397
|
</div>
|
354
398
|
<div class="footer">
|
355
|
-
<hr>
|
356
|
-
Generated by GTK-Doc V1.21.1</div>
|
399
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
357
400
|
</body>
|
358
401
|
</html>
|