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="ch05.html" title="Gutter and Marks">
|
9
9
|
<link rel="prev" href="GtkSourceGutterRendererText.html" title="GtkSourceGutterRendererText">
|
10
10
|
<link rel="next" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">
|
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="GtkSourceMark.html#gtk-source-mark-get-category" title="gtk_source_mark_get_category ()">gtk_source_mark_get_category</a> <span class="c_punctuation">()</span>
|
@@ -85,7 +85,7 @@
|
|
85
85
|
</colgroup>
|
86
86
|
<tbody><tr>
|
87
87
|
<td class="property_type">
|
88
|
-
<a href="/
|
88
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
89
89
|
<td class="property_name"><a class="link" href="GtkSourceMark.html#GtkSourceMark--category" title="The “category” property">category</a></td>
|
90
90
|
<td class="property_flags">Read / Write / Construct Only</td>
|
91
91
|
</tr></tbody>
|
@@ -106,8 +106,8 @@
|
|
106
106
|
</div>
|
107
107
|
<div class="refsect1">
|
108
108
|
<a name="GtkSourceMark.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
109
|
-
<pre class="screen"> <a href="/
|
110
|
-
<span class="lineart">╰──</span> <a href="
|
109
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
110
|
+
<span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gtk3GtkTextMark.html#GtkTextMark-struct">GtkTextMark</a>
|
111
111
|
<span class="lineart">╰──</span> GtkSourceMark
|
112
112
|
</pre>
|
113
113
|
</div>
|
@@ -119,13 +119,13 @@
|
|
119
119
|
<div class="refsect1">
|
120
120
|
<a name="GtkSourceMark.description"></a><h2>Description</h2>
|
121
121
|
<p>A <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> marks a position in the text where you want to display
|
122
|
-
additional info. It is based on <a href="
|
122
|
+
additional info. It is based on <a href="/usr/share/gtk-doc/html/gtk3GtkTextMark.html#GtkTextMark-struct"><span class="type">GtkTextMark</span></a> and thus is still valid after
|
123
123
|
the text has changed though its position may change.</p>
|
124
124
|
<p><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>s are organised in categories which you have to set
|
125
125
|
when you create the mark. Each category can have a priority, a pixbuf and
|
126
126
|
other associated attributes. See <a class="link" href="GtkSourceView.html#gtk-source-view-set-mark-attributes" title="gtk_source_view_set_mark_attributes ()"><code class="function">gtk_source_view_set_mark_attributes()</code></a>.
|
127
127
|
The pixbuf will be displayed in the margin at the line where the mark
|
128
|
-
residents if the <a class="link" href="GtkSourceView.html#GtkSourceView--show-line-marks" title="The “show-line-marks” property"><span class="type">“show-line-marks”</span></a> property is set to <a href="/
|
128
|
+
residents if the <a class="link" href="GtkSourceView.html#GtkSourceView--show-line-marks" title="The “show-line-marks” property"><span class="type">“show-line-marks”</span></a> property is set to <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. If
|
129
129
|
there are multiple marks in the same line, the pixbufs will be drawn on top
|
130
130
|
of each other. The mark with the highest priority will be drawn on top.</p>
|
131
131
|
</div>
|
@@ -134,15 +134,15 @@ of each other. The mark with the highest priority will be drawn on top.</p>
|
|
134
134
|
<div class="refsect2">
|
135
135
|
<a name="gtk-source-mark-new"></a><h3>gtk_source_mark_new ()</h3>
|
136
136
|
<pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> *
|
137
|
-
gtk_source_mark_new (<em class="parameter"><code>const <a href="/
|
138
|
-
<em class="parameter"><code>const <a href="/
|
139
|
-
<p>Creates a text mark. Add it to a buffer using <a href="
|
137
|
+
gtk_source_mark_new (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
138
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
|
139
|
+
<p>Creates a text mark. Add it to a buffer using <a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.
|
140
140
|
If name is NULL, the mark is anonymous; otherwise, the mark can be retrieved
|
141
|
-
by name using <a href="
|
141
|
+
by name using <a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#gtk-text-buffer-get-mark"><code class="function">gtk_text_buffer_get_mark()</code></a>.
|
142
142
|
Normally marks are created using the utility function
|
143
143
|
<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-create-source-mark" title="gtk_source_buffer_create_source_mark ()"><code class="function">gtk_source_buffer_create_source_mark()</code></a>.</p>
|
144
144
|
<div class="refsect3">
|
145
|
-
<a name="
|
145
|
+
<a name="gtk-source-mark-new.parameters"></a><h4>Parameters</h4>
|
146
146
|
<div class="informaltable"><table width="100%" border="0">
|
147
147
|
<colgroup>
|
148
148
|
<col width="150px" class="parameters_name">
|
@@ -167,20 +167,19 @@ category, or all the marks representing a compilation error could belong to
|
|
167
167
|
</table></div>
|
168
168
|
</div>
|
169
169
|
<div class="refsect3">
|
170
|
-
<a name="
|
171
|
-
<p> a new <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> that can be added using <a href="
|
172
|
-
<p></p>
|
170
|
+
<a name="gtk-source-mark-new.returns"></a><h4>Returns</h4>
|
171
|
+
<p> a new <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> that can be added using <a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.</p>
|
173
172
|
</div>
|
174
|
-
<p class="since">Since 2.2</p>
|
173
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
175
174
|
</div>
|
176
175
|
<hr>
|
177
176
|
<div class="refsect2">
|
178
177
|
<a name="gtk-source-mark-get-category"></a><h3>gtk_source_mark_get_category ()</h3>
|
179
|
-
<pre class="programlisting">const <a href="/
|
178
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
180
179
|
gtk_source_mark_get_category (<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
|
181
180
|
<p>Returns the mark category.</p>
|
182
181
|
<div class="refsect3">
|
183
|
-
<a name="
|
182
|
+
<a name="gtk-source-mark-get-category.parameters"></a><h4>Parameters</h4>
|
184
183
|
<div class="informaltable"><table width="100%" border="0">
|
185
184
|
<colgroup>
|
186
185
|
<col width="150px" class="parameters_name">
|
@@ -195,24 +194,23 @@ gtk_source_mark_get_category (<em class="parameter"><code><a class="link" href="
|
|
195
194
|
</table></div>
|
196
195
|
</div>
|
197
196
|
<div class="refsect3">
|
198
|
-
<a name="
|
197
|
+
<a name="gtk-source-mark-get-category.returns"></a><h4>Returns</h4>
|
199
198
|
<p> the category of the <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</p>
|
200
|
-
<p></p>
|
201
199
|
</div>
|
202
|
-
<p class="since">Since 2.2</p>
|
200
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
203
201
|
</div>
|
204
202
|
<hr>
|
205
203
|
<div class="refsect2">
|
206
204
|
<a name="gtk-source-mark-next"></a><h3>gtk_source_mark_next ()</h3>
|
207
205
|
<pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> *
|
208
206
|
gtk_source_mark_next (<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>,
|
209
|
-
<em class="parameter"><code>const <a href="/
|
210
|
-
<p>Returns the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> in the buffer or <a href="/
|
211
|
-
was not added to a buffer. If there is no next mark, <a href="/
|
207
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
|
208
|
+
<p>Returns the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> in the buffer or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the mark
|
209
|
+
was not added to a buffer. If there is no next mark, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
|
212
210
|
<p>If <em class="parameter"><code>category</code></em>
|
213
|
-
is <a href="/
|
211
|
+
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, looks for marks of any category.</p>
|
214
212
|
<div class="refsect3">
|
215
|
-
<a name="
|
213
|
+
<a name="gtk-source-mark-next.parameters"></a><h4>Parameters</h4>
|
216
214
|
<div class="informaltable"><table width="100%" border="0">
|
217
215
|
<colgroup>
|
218
216
|
<col width="150px" class="parameters_name">
|
@@ -227,31 +225,31 @@ was not added to a buffer. If there is no next mark, <a href="/home/vagrant/ruby
|
|
227
225
|
</tr>
|
228
226
|
<tr>
|
229
227
|
<td class="parameter_name"><p>category</p></td>
|
230
|
-
<td class="parameter_description"><p> a string specifying the mark category, or <a href="/
|
228
|
+
<td class="parameter_description"><p> a string specifying the mark category, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
231
229
|
<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>
|
232
230
|
</tr>
|
233
231
|
</tbody>
|
234
232
|
</table></div>
|
235
233
|
</div>
|
236
234
|
<div class="refsect3">
|
237
|
-
<a name="
|
238
|
-
<p> the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, or <a href="/
|
235
|
+
<a name="gtk-source-mark-next.returns"></a><h4>Returns</h4>
|
236
|
+
<p> the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
239
237
|
<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>
|
240
238
|
</div>
|
241
|
-
<p class="since">Since 2.2</p>
|
239
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
242
240
|
</div>
|
243
241
|
<hr>
|
244
242
|
<div class="refsect2">
|
245
243
|
<a name="gtk-source-mark-prev"></a><h3>gtk_source_mark_prev ()</h3>
|
246
244
|
<pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> *
|
247
245
|
gtk_source_mark_prev (<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>,
|
248
|
-
<em class="parameter"><code>const <a href="/
|
249
|
-
<p>Returns the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> in the buffer or <a href="/
|
250
|
-
was not added to a buffer. If there is no previous mark, <a href="/
|
246
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
|
247
|
+
<p>Returns the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> in the buffer or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the mark
|
248
|
+
was not added to a buffer. If there is no previous mark, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
|
251
249
|
<p>If <em class="parameter"><code>category</code></em>
|
252
|
-
is <a href="/
|
250
|
+
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, looks for marks of any category</p>
|
253
251
|
<div class="refsect3">
|
254
|
-
<a name="
|
252
|
+
<a name="gtk-source-mark-prev.parameters"></a><h4>Parameters</h4>
|
255
253
|
<div class="informaltable"><table width="100%" border="0">
|
256
254
|
<colgroup>
|
257
255
|
<col width="150px" class="parameters_name">
|
@@ -266,18 +264,18 @@ was not added to a buffer. If there is no previous mark, <a href="/home/vagrant/
|
|
266
264
|
</tr>
|
267
265
|
<tr>
|
268
266
|
<td class="parameter_name"><p>category</p></td>
|
269
|
-
<td class="parameter_description"><p>a string specifying the mark category, or <a href="/
|
267
|
+
<td class="parameter_description"><p>a string specifying the mark category, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
270
268
|
<td class="parameter_annotations"> </td>
|
271
269
|
</tr>
|
272
270
|
</tbody>
|
273
271
|
</table></div>
|
274
272
|
</div>
|
275
273
|
<div class="refsect3">
|
276
|
-
<a name="
|
277
|
-
<p> the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, or <a href="/
|
274
|
+
<a name="gtk-source-mark-prev.returns"></a><h4>Returns</h4>
|
275
|
+
<p> the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
278
276
|
<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>
|
279
277
|
</div>
|
280
|
-
<p class="since">Since 2.2</p>
|
278
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
281
279
|
</div>
|
282
280
|
</div>
|
283
281
|
<div class="refsect1">
|
@@ -291,7 +289,7 @@ was not added to a buffer. If there is no previous mark, <a href="/home/vagrant/
|
|
291
289
|
<a name="GtkSourceMark.property-details"></a><h2>Property Details</h2>
|
292
290
|
<div class="refsect2">
|
293
291
|
<a name="GtkSourceMark--category"></a><h3>The <code class="literal">“category”</code> property</h3>
|
294
|
-
<pre class="programlisting"> “category” <a href="/
|
292
|
+
<pre class="programlisting"> “category” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
295
293
|
<p>The category of the <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, classifies the mark and controls
|
296
294
|
which pixbuf is used and with which priority it is drawn.</p>
|
297
295
|
<p>Flags: Read / Write / Construct Only</p>
|
@@ -304,7 +302,6 @@ which pixbuf is used and with which priority it is drawn.</p>
|
|
304
302
|
</div>
|
305
303
|
</div>
|
306
304
|
<div class="footer">
|
307
|
-
<hr>
|
308
|
-
Generated by GTK-Doc V1.21.1</div>
|
305
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
309
306
|
</body>
|
310
307
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="ch05.html" title="Gutter and Marks">
|
9
9
|
<link rel="prev" href="GtkSourceMark.html" title="GtkSourceMark">
|
10
10
|
<link rel="next" href="ch06.html" title="Printing">
|
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">
|
@@ -60,7 +60,7 @@
|
|
60
60
|
</tr>
|
61
61
|
<tr>
|
62
62
|
<td class="function_type">
|
63
|
-
<a href="/
|
63
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
64
64
|
</td>
|
65
65
|
<td class="function_name">
|
66
66
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-background" title="gtk_source_mark_attributes_get_background ()">gtk_source_mark_attributes_get_background</a> <span class="c_punctuation">()</span>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</td>
|
76
76
|
</tr>
|
77
77
|
<tr>
|
78
|
-
<td class="function_type">const <a href="/
|
78
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
79
79
|
</td>
|
80
80
|
<td class="function_name">
|
81
81
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-stock-id" title="gtk_source_mark_attributes_get_stock_id ()">gtk_source_mark_attributes_get_stock_id</a> <span class="c_punctuation">()</span>
|
@@ -90,7 +90,7 @@
|
|
90
90
|
</td>
|
91
91
|
</tr>
|
92
92
|
<tr>
|
93
|
-
<td class="function_type">const <a href="/
|
93
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
94
94
|
</td>
|
95
95
|
<td class="function_name">
|
96
96
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-icon-name" title="gtk_source_mark_attributes_get_icon_name ()">gtk_source_mark_attributes_get_icon_name</a> <span class="c_punctuation">()</span>
|
@@ -106,7 +106,7 @@
|
|
106
106
|
</tr>
|
107
107
|
<tr>
|
108
108
|
<td class="function_type">
|
109
|
-
<a href="/
|
109
|
+
<a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
|
110
110
|
</td>
|
111
111
|
<td class="function_name">
|
112
112
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-gicon" title="gtk_source_mark_attributes_get_gicon ()">gtk_source_mark_attributes_get_gicon</a> <span class="c_punctuation">()</span>
|
@@ -121,14 +121,14 @@
|
|
121
121
|
</td>
|
122
122
|
</tr>
|
123
123
|
<tr>
|
124
|
-
<td class="function_type">const <a href="
|
124
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
125
125
|
</td>
|
126
126
|
<td class="function_name">
|
127
127
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-pixbuf" title="gtk_source_mark_attributes_get_pixbuf ()">gtk_source_mark_attributes_get_pixbuf</a> <span class="c_punctuation">()</span>
|
128
128
|
</td>
|
129
129
|
</tr>
|
130
130
|
<tr>
|
131
|
-
<td class="function_type">const <a href="
|
131
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
132
132
|
</td>
|
133
133
|
<td class="function_name">
|
134
134
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-render-icon" title="gtk_source_mark_attributes_render_icon ()">gtk_source_mark_attributes_render_icon</a> <span class="c_punctuation">()</span>
|
@@ -136,7 +136,7 @@
|
|
136
136
|
</tr>
|
137
137
|
<tr>
|
138
138
|
<td class="function_type">
|
139
|
-
<a href="/
|
139
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
140
140
|
</td>
|
141
141
|
<td class="function_name">
|
142
142
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-text" title="gtk_source_mark_attributes_get_tooltip_text ()">gtk_source_mark_attributes_get_tooltip_text</a> <span class="c_punctuation">()</span>
|
@@ -144,7 +144,7 @@
|
|
144
144
|
</tr>
|
145
145
|
<tr>
|
146
146
|
<td class="function_type">
|
147
|
-
<a href="/
|
147
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
148
148
|
</td>
|
149
149
|
<td class="function_name">
|
150
150
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-markup" title="gtk_source_mark_attributes_get_tooltip_markup ()">gtk_source_mark_attributes_get_tooltip_markup</a> <span class="c_punctuation">()</span>
|
@@ -164,31 +164,31 @@
|
|
164
164
|
<tbody>
|
165
165
|
<tr>
|
166
166
|
<td class="property_type">
|
167
|
-
<a href="
|
167
|
+
<a href="/usr/share/gtk-doc/html/gdk3gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</td>
|
168
168
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--background" title="The “background” property">background</a></td>
|
169
169
|
<td class="property_flags">Read / Write</td>
|
170
170
|
</tr>
|
171
171
|
<tr>
|
172
172
|
<td class="property_type">
|
173
|
-
<a href="/
|
173
|
+
<a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
|
174
174
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--gicon" title="The “gicon” property">gicon</a></td>
|
175
175
|
<td class="property_flags">Read / Write</td>
|
176
176
|
</tr>
|
177
177
|
<tr>
|
178
178
|
<td class="property_type">
|
179
|
-
<a href="/
|
179
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
180
180
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--icon-name" title="The “icon-name” property">icon-name</a></td>
|
181
181
|
<td class="property_flags">Read / Write</td>
|
182
182
|
</tr>
|
183
183
|
<tr>
|
184
184
|
<td class="property_type">
|
185
|
-
<a href="
|
185
|
+
<a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</td>
|
186
186
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--pixbuf" title="The “pixbuf” property">pixbuf</a></td>
|
187
187
|
<td class="property_flags">Read / Write</td>
|
188
188
|
</tr>
|
189
189
|
<tr>
|
190
190
|
<td class="property_type">
|
191
|
-
<a href="/
|
191
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
192
192
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--stock-id" title="The “stock-id” property">stock-id</a></td>
|
193
193
|
<td class="property_flags">Read / Write</td>
|
194
194
|
</tr>
|
@@ -206,15 +206,15 @@
|
|
206
206
|
<tbody>
|
207
207
|
<tr>
|
208
208
|
<td class="signal_type">
|
209
|
-
<a href="/
|
209
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*</td>
|
210
210
|
<td class="signal_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title="The “query-tooltip-markup” signal">query-tooltip-markup</a></td>
|
211
|
-
<td class="signal_flags"><a href="/
|
211
|
+
<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
212
212
|
</tr>
|
213
213
|
<tr>
|
214
214
|
<td class="signal_type">
|
215
|
-
<a href="/
|
215
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*</td>
|
216
216
|
<td class="signal_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title="The “query-tooltip-text” signal">query-tooltip-text</a></td>
|
217
|
-
<td class="signal_flags"><a href="/
|
217
|
+
<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
218
218
|
</tr>
|
219
219
|
</tbody>
|
220
220
|
</table></div>
|
@@ -234,7 +234,7 @@
|
|
234
234
|
</div>
|
235
235
|
<div class="refsect1">
|
236
236
|
<a name="GtkSourceMarkAttributes.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
237
|
-
<pre class="screen"> <a href="/
|
237
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
238
238
|
<span class="lineart">╰──</span> GtkSourceMarkAttributes
|
239
239
|
</pre>
|
240
240
|
</div>
|
@@ -289,7 +289,7 @@ takes precedence.</p>
|
|
289
289
|
gtk_source_mark_attributes_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
290
290
|
<p>Creates a new source mark attributes.</p>
|
291
291
|
<div class="refsect3">
|
292
|
-
<a name="
|
292
|
+
<a name="gtk-source-mark-attributes-new.returns"></a><h4>Returns</h4>
|
293
293
|
<p> a new source mark attributes. </p>
|
294
294
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
295
295
|
</div>
|
@@ -300,11 +300,11 @@ gtk_source_mark_attributes_new (<em class="parameter"><code><span class="type">v
|
|
300
300
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
301
301
|
gtk_source_mark_attributes_set_background
|
302
302
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
303
|
-
<em class="parameter"><code>const <a href="
|
303
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gdk3gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
|
304
304
|
<p>Sets background color to the one given in <em class="parameter"><code>background</code></em>
|
305
305
|
.</p>
|
306
306
|
<div class="refsect3">
|
307
|
-
<a name="
|
307
|
+
<a name="gtk-source-mark-attributes-set-background.parameters"></a><h4>Parameters</h4>
|
308
308
|
<div class="informaltable"><table width="100%" border="0">
|
309
309
|
<colgroup>
|
310
310
|
<col width="150px" class="parameters_name">
|
@@ -319,7 +319,7 @@ gtk_source_mark_attributes_set_background
|
|
319
319
|
</tr>
|
320
320
|
<tr>
|
321
321
|
<td class="parameter_name"><p>background</p></td>
|
322
|
-
<td class="parameter_description"><p>a <a href="
|
322
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gdk3gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p></td>
|
323
323
|
<td class="parameter_annotations"> </td>
|
324
324
|
</tr>
|
325
325
|
</tbody>
|
@@ -329,14 +329,14 @@ gtk_source_mark_attributes_set_background
|
|
329
329
|
<hr>
|
330
330
|
<div class="refsect2">
|
331
331
|
<a name="gtk-source-mark-attributes-get-background"></a><h3>gtk_source_mark_attributes_get_background ()</h3>
|
332
|
-
<pre class="programlisting"><a href="/
|
332
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
333
333
|
gtk_source_mark_attributes_get_background
|
334
334
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
335
|
-
<em class="parameter"><code><a href="
|
335
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gdk3gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
|
336
336
|
<p>Stores background color in <em class="parameter"><code>background</code></em>
|
337
337
|
.</p>
|
338
338
|
<div class="refsect3">
|
339
|
-
<a name="
|
339
|
+
<a name="gtk-source-mark-attributes-get-background.parameters"></a><h4>Parameters</h4>
|
340
340
|
<div class="informaltable"><table width="100%" border="0">
|
341
341
|
<colgroup>
|
342
342
|
<col width="150px" class="parameters_name">
|
@@ -351,17 +351,16 @@ gtk_source_mark_attributes_get_background
|
|
351
351
|
</tr>
|
352
352
|
<tr>
|
353
353
|
<td class="parameter_name"><p>background</p></td>
|
354
|
-
<td class="parameter_description"><p> a <a href="
|
354
|
+
<td class="parameter_description"><p> a <a href="/usr/share/gtk-doc/html/gdk3gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. </p></td>
|
355
355
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
356
356
|
</tr>
|
357
357
|
</tbody>
|
358
358
|
</table></div>
|
359
359
|
</div>
|
360
360
|
<div class="refsect3">
|
361
|
-
<a name="
|
361
|
+
<a name="gtk-source-mark-attributes-get-background.returns"></a><h4>Returns</h4>
|
362
362
|
<p> whether background color for <em class="parameter"><code>attributes</code></em>
|
363
363
|
was set.</p>
|
364
|
-
<p></p>
|
365
364
|
</div>
|
366
365
|
</div>
|
367
366
|
<hr>
|
@@ -370,14 +369,14 @@ was set.</p>
|
|
370
369
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
371
370
|
gtk_source_mark_attributes_set_stock_id
|
372
371
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
373
|
-
<em class="parameter"><code>const <a href="/
|
372
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
|
374
373
|
<div class="warning">
|
375
374
|
<p><code class="literal">gtk_source_mark_attributes_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
376
375
|
<p>Don't use this function.</p>
|
377
376
|
</div>
|
378
377
|
<p>Sets stock id to be used as a base for rendered icon.</p>
|
379
378
|
<div class="refsect3">
|
380
|
-
<a name="id
|
379
|
+
<a name="gtk-source-mark-attributes-set-stock-id.parameters"></a><h4>Parameters</h4>
|
381
380
|
<div class="informaltable"><table width="100%" border="0">
|
382
381
|
<colgroup>
|
383
382
|
<col width="150px" class="parameters_name">
|
@@ -402,7 +401,7 @@ gtk_source_mark_attributes_set_stock_id
|
|
402
401
|
<hr>
|
403
402
|
<div class="refsect2">
|
404
403
|
<a name="gtk-source-mark-attributes-get-stock-id"></a><h3>gtk_source_mark_attributes_get_stock_id ()</h3>
|
405
|
-
<pre class="programlisting">const <a href="/
|
404
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
406
405
|
gtk_source_mark_attributes_get_stock_id
|
407
406
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
|
408
407
|
<div class="warning">
|
@@ -410,9 +409,9 @@ gtk_source_mark_attributes_get_stock_id
|
|
410
409
|
<p>Don't use this function.</p>
|
411
410
|
</div>
|
412
411
|
<p>Gets a stock id of an icon used by this attributes. Note that the stock id can
|
413
|
-
be <a href="/
|
412
|
+
be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
|
414
413
|
<div class="refsect3">
|
415
|
-
<a name="id
|
414
|
+
<a name="gtk-source-mark-attributes-get-stock-id.parameters"></a><h4>Parameters</h4>
|
416
415
|
<div class="informaltable"><table width="100%" border="0">
|
417
416
|
<colgroup>
|
418
417
|
<col width="150px" class="parameters_name">
|
@@ -427,7 +426,7 @@ be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
427
426
|
</table></div>
|
428
427
|
</div>
|
429
428
|
<div class="refsect3">
|
430
|
-
<a name="id
|
429
|
+
<a name="gtk-source-mark-attributes-get-stock-id.returns"></a><h4>Returns</h4>
|
431
430
|
<p> Stock id. Returned string is owned by <em class="parameter"><code>attributes</code></em>
|
432
431
|
and
|
433
432
|
shouldn't be freed. </p>
|
@@ -440,10 +439,10 @@ shouldn't be freed. </p>
|
|
440
439
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
441
440
|
gtk_source_mark_attributes_set_icon_name
|
442
441
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
443
|
-
<em class="parameter"><code>const <a href="/
|
442
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);</pre>
|
444
443
|
<p>Sets a name of an icon to be used as a base for rendered icon.</p>
|
445
444
|
<div class="refsect3">
|
446
|
-
<a name="
|
445
|
+
<a name="gtk-source-mark-attributes-set-icon-name.parameters"></a><h4>Parameters</h4>
|
447
446
|
<div class="informaltable"><table width="100%" border="0">
|
448
447
|
<colgroup>
|
449
448
|
<col width="150px" class="parameters_name">
|
@@ -468,13 +467,13 @@ gtk_source_mark_attributes_set_icon_name
|
|
468
467
|
<hr>
|
469
468
|
<div class="refsect2">
|
470
469
|
<a name="gtk-source-mark-attributes-get-icon-name"></a><h3>gtk_source_mark_attributes_get_icon_name ()</h3>
|
471
|
-
<pre class="programlisting">const <a href="/
|
470
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
472
471
|
gtk_source_mark_attributes_get_icon_name
|
473
472
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
|
474
473
|
<p>Gets a name of an icon to be used as a base for rendered icon. Note that the
|
475
|
-
icon name can be <a href="/
|
474
|
+
icon name can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
|
476
475
|
<div class="refsect3">
|
477
|
-
<a name="
|
476
|
+
<a name="gtk-source-mark-attributes-get-icon-name.parameters"></a><h4>Parameters</h4>
|
478
477
|
<div class="informaltable"><table width="100%" border="0">
|
479
478
|
<colgroup>
|
480
479
|
<col width="150px" class="parameters_name">
|
@@ -489,7 +488,7 @@ icon name can be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/sha
|
|
489
488
|
</table></div>
|
490
489
|
</div>
|
491
490
|
<div class="refsect3">
|
492
|
-
<a name="
|
491
|
+
<a name="gtk-source-mark-attributes-get-icon-name.returns"></a><h4>Returns</h4>
|
493
492
|
<p> An icon name. The string belongs to <em class="parameter"><code>attributes</code></em>
|
494
493
|
and
|
495
494
|
should not be freed. </p>
|
@@ -501,10 +500,10 @@ should not be freed. </p>
|
|
501
500
|
<a name="gtk-source-mark-attributes-set-gicon"></a><h3>gtk_source_mark_attributes_set_gicon ()</h3>
|
502
501
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
503
502
|
gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
504
|
-
<em class="parameter"><code><a href="/
|
503
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *gicon</code></em>);</pre>
|
505
504
|
<p>Sets an icon to be used as a base for rendered icon.</p>
|
506
505
|
<div class="refsect3">
|
507
|
-
<a name="
|
506
|
+
<a name="gtk-source-mark-attributes-set-gicon.parameters"></a><h4>Parameters</h4>
|
508
507
|
<div class="informaltable"><table width="100%" border="0">
|
509
508
|
<colgroup>
|
510
509
|
<col width="150px" class="parameters_name">
|
@@ -519,7 +518,7 @@ gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link
|
|
519
518
|
</tr>
|
520
519
|
<tr>
|
521
520
|
<td class="parameter_name"><p>gicon</p></td>
|
522
|
-
<td class="parameter_description"><p>a <a href="/
|
521
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to be used.</p></td>
|
523
522
|
<td class="parameter_annotations"> </td>
|
524
523
|
</tr>
|
525
524
|
</tbody>
|
@@ -529,12 +528,12 @@ gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link
|
|
529
528
|
<hr>
|
530
529
|
<div class="refsect2">
|
531
530
|
<a name="gtk-source-mark-attributes-get-gicon"></a><h3>gtk_source_mark_attributes_get_gicon ()</h3>
|
532
|
-
<pre class="programlisting"><a href="/
|
531
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
|
533
532
|
gtk_source_mark_attributes_get_gicon (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
|
534
|
-
<p>Gets a <a href="/
|
535
|
-
be <a href="/
|
533
|
+
<p>Gets a <a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to be used as a base for rendered icon. Note that the icon can
|
534
|
+
be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
|
536
535
|
<div class="refsect3">
|
537
|
-
<a name="
|
536
|
+
<a name="gtk-source-mark-attributes-get-gicon.parameters"></a><h4>Parameters</h4>
|
538
537
|
<div class="informaltable"><table width="100%" border="0">
|
539
538
|
<colgroup>
|
540
539
|
<col width="150px" class="parameters_name">
|
@@ -549,7 +548,7 @@ be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
|
|
549
548
|
</table></div>
|
550
549
|
</div>
|
551
550
|
<div class="refsect3">
|
552
|
-
<a name="
|
551
|
+
<a name="gtk-source-mark-attributes-get-gicon.returns"></a><h4>Returns</h4>
|
553
552
|
<p> An icon. The icon belongs to <em class="parameter"><code>attributes</code></em>
|
554
553
|
and should
|
555
554
|
not be unreffed. </p>
|
@@ -561,10 +560,10 @@ not be unreffed. </p>
|
|
561
560
|
<a name="gtk-source-mark-attributes-set-pixbuf"></a><h3>gtk_source_mark_attributes_set_pixbuf ()</h3>
|
562
561
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
563
562
|
gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
564
|
-
<em class="parameter"><code>const <a href="
|
563
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
565
564
|
<p>Sets a pixbuf to be used as a base for rendered icon.</p>
|
566
565
|
<div class="refsect3">
|
567
|
-
<a name="
|
566
|
+
<a name="gtk-source-mark-attributes-set-pixbuf.parameters"></a><h4>Parameters</h4>
|
568
567
|
<div class="informaltable"><table width="100%" border="0">
|
569
568
|
<colgroup>
|
570
569
|
<col width="150px" class="parameters_name">
|
@@ -579,7 +578,7 @@ gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="lin
|
|
579
578
|
</tr>
|
580
579
|
<tr>
|
581
580
|
<td class="parameter_name"><p>pixbuf</p></td>
|
582
|
-
<td class="parameter_description"><p>a <a href="
|
581
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> to be used.</p></td>
|
583
582
|
<td class="parameter_annotations"> </td>
|
584
583
|
</tr>
|
585
584
|
</tbody>
|
@@ -589,12 +588,12 @@ gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="lin
|
|
589
588
|
<hr>
|
590
589
|
<div class="refsect2">
|
591
590
|
<a name="gtk-source-mark-attributes-get-pixbuf"></a><h3>gtk_source_mark_attributes_get_pixbuf ()</h3>
|
592
|
-
<pre class="programlisting">const <a href="
|
591
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
593
592
|
gtk_source_mark_attributes_get_pixbuf (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
|
594
|
-
<p>Gets a <a href="
|
595
|
-
pixbuf can be <a href="/
|
593
|
+
<p>Gets a <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> to be used as a base for rendered icon. Note that the
|
594
|
+
pixbuf can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
|
596
595
|
<div class="refsect3">
|
597
|
-
<a name="
|
596
|
+
<a name="gtk-source-mark-attributes-get-pixbuf.parameters"></a><h4>Parameters</h4>
|
598
597
|
<div class="informaltable"><table width="100%" border="0">
|
599
598
|
<colgroup>
|
600
599
|
<col width="150px" class="parameters_name">
|
@@ -609,7 +608,7 @@ pixbuf can be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/
|
|
609
608
|
</table></div>
|
610
609
|
</div>
|
611
610
|
<div class="refsect3">
|
612
|
-
<a name="
|
611
|
+
<a name="gtk-source-mark-attributes-get-pixbuf.returns"></a><h4>Returns</h4>
|
613
612
|
<p> A pixbuf. The pixbuf belongs to <em class="parameter"><code>attributes</code></em>
|
614
613
|
and
|
615
614
|
should not be unreffed. </p>
|
@@ -619,11 +618,11 @@ should not be unreffed. </p>
|
|
619
618
|
<hr>
|
620
619
|
<div class="refsect2">
|
621
620
|
<a name="gtk-source-mark-attributes-render-icon"></a><h3>gtk_source_mark_attributes_render_icon ()</h3>
|
622
|
-
<pre class="programlisting">const <a href="
|
621
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
623
622
|
gtk_source_mark_attributes_render_icon
|
624
623
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
625
|
-
<em class="parameter"><code><a href="
|
626
|
-
<em class="parameter"><code><a href="/
|
624
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
625
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
|
627
626
|
<p>Renders an icon of given size. The base of the icon is set by the last call
|
628
627
|
to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-pixbuf" title="gtk_source_mark_attributes_set_pixbuf ()"><code class="function">gtk_source_mark_attributes_set_pixbuf()</code></a>,
|
629
628
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()"><code class="function">gtk_source_mark_attributes_set_gicon()</code></a>,
|
@@ -631,7 +630,7 @@ to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-at
|
|
631
630
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-stock-id" title="gtk_source_mark_attributes_set_stock_id ()"><code class="function">gtk_source_mark_attributes_set_stock_id()</code></a>. <em class="parameter"><code>size</code></em>
|
632
631
|
cannot be lower than 1.</p>
|
633
632
|
<div class="refsect3">
|
634
|
-
<a name="
|
633
|
+
<a name="gtk-source-mark-attributes-render-icon.parameters"></a><h4>Parameters</h4>
|
635
634
|
<div class="informaltable"><table width="100%" border="0">
|
636
635
|
<colgroup>
|
637
636
|
<col width="150px" class="parameters_name">
|
@@ -658,7 +657,7 @@ to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-at
|
|
658
657
|
</table></div>
|
659
658
|
</div>
|
660
659
|
<div class="refsect3">
|
661
|
-
<a name="
|
660
|
+
<a name="gtk-source-mark-attributes-render-icon.returns"></a><h4>Returns</h4>
|
662
661
|
<p> A rendered pixbuf. The pixbuf belongs to <em class="parameter"><code>attributes</code></em>
|
663
662
|
and should not be unreffed. </p>
|
664
663
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -667,7 +666,7 @@ and should not be unreffed. </p>
|
|
667
666
|
<hr>
|
668
667
|
<div class="refsect2">
|
669
668
|
<a name="gtk-source-mark-attributes-get-tooltip-text"></a><h3>gtk_source_mark_attributes_get_tooltip_text ()</h3>
|
670
|
-
<pre class="programlisting"><a href="/
|
669
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
671
670
|
gtk_source_mark_attributes_get_tooltip_text
|
672
671
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
673
672
|
<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
|
@@ -675,7 +674,7 @@ gtk_source_mark_attributes_get_tooltip_text
|
|
675
674
|
a <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title="The “query-tooltip-text” signal"><span class="type">“query-tooltip-text”</span></a> signal. The tooltip is a plain
|
676
675
|
text.</p>
|
677
676
|
<div class="refsect3">
|
678
|
-
<a name="
|
677
|
+
<a name="gtk-source-mark-attributes-get-tooltip-text.parameters"></a><h4>Parameters</h4>
|
679
678
|
<div class="informaltable"><table width="100%" border="0">
|
680
679
|
<colgroup>
|
681
680
|
<col width="150px" class="parameters_name">
|
@@ -697,16 +696,16 @@ text.</p>
|
|
697
696
|
</table></div>
|
698
697
|
</div>
|
699
698
|
<div class="refsect3">
|
700
|
-
<a name="
|
699
|
+
<a name="gtk-source-mark-attributes-get-tooltip-text.returns"></a><h4>Returns</h4>
|
701
700
|
<p> A tooltip. The returned string should be freed by
|
702
|
-
using <a href="/
|
701
|
+
using <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
|
703
702
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
704
703
|
</div>
|
705
704
|
</div>
|
706
705
|
<hr>
|
707
706
|
<div class="refsect2">
|
708
707
|
<a name="gtk-source-mark-attributes-get-tooltip-markup"></a><h3>gtk_source_mark_attributes_get_tooltip_markup ()</h3>
|
709
|
-
<pre class="programlisting"><a href="/
|
708
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
710
709
|
gtk_source_mark_attributes_get_tooltip_markup
|
711
710
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
712
711
|
<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
|
@@ -714,7 +713,7 @@ gtk_source_mark_attributes_get_tooltip_markup
|
|
714
713
|
a <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title="The “query-tooltip-markup” signal"><span class="type">“query-tooltip-markup”</span></a> signal. The tooltip may contain
|
715
714
|
a markup.</p>
|
716
715
|
<div class="refsect3">
|
717
|
-
<a name="
|
716
|
+
<a name="gtk-source-mark-attributes-get-tooltip-markup.parameters"></a><h4>Parameters</h4>
|
718
717
|
<div class="informaltable"><table width="100%" border="0">
|
719
718
|
<colgroup>
|
720
719
|
<col width="150px" class="parameters_name">
|
@@ -736,9 +735,9 @@ a markup.</p>
|
|
736
735
|
</table></div>
|
737
736
|
</div>
|
738
737
|
<div class="refsect3">
|
739
|
-
<a name="
|
738
|
+
<a name="gtk-source-mark-attributes-get-tooltip-markup.returns"></a><h4>Returns</h4>
|
740
739
|
<p> A tooltip. The returned string should be freed by
|
741
|
-
using <a href="/
|
740
|
+
using <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
|
742
741
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
743
742
|
</div>
|
744
743
|
</div>
|
@@ -754,21 +753,21 @@ using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/
|
|
754
753
|
<a name="GtkSourceMarkAttributes.property-details"></a><h2>Property Details</h2>
|
755
754
|
<div class="refsect2">
|
756
755
|
<a name="GtkSourceMarkAttributes--background"></a><h3>The <code class="literal">“background”</code> property</h3>
|
757
|
-
<pre class="programlisting"> “background” <a href="
|
756
|
+
<pre class="programlisting"> “background” <a href="/usr/share/gtk-doc/html/gdk3gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</pre>
|
758
757
|
<p>A color used for background of a line.</p>
|
759
758
|
<p>Flags: Read / Write</p>
|
760
759
|
</div>
|
761
760
|
<hr>
|
762
761
|
<div class="refsect2">
|
763
762
|
<a name="GtkSourceMarkAttributes--gicon"></a><h3>The <code class="literal">“gicon”</code> property</h3>
|
764
|
-
<pre class="programlisting"> “gicon” <a href="/
|
765
|
-
<p>A <a href="/
|
763
|
+
<pre class="programlisting"> “gicon” <a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
|
764
|
+
<p>A <a href="/usr/share/gtk-doc/html/gioGIcon.html#GIcon-struct"><span class="type">GIcon</span></a> that may be a base of a rendered icon.</p>
|
766
765
|
<p>Flags: Read / Write</p>
|
767
766
|
</div>
|
768
767
|
<hr>
|
769
768
|
<div class="refsect2">
|
770
769
|
<a name="GtkSourceMarkAttributes--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
|
771
|
-
<pre class="programlisting"> “icon-name” <a href="/
|
770
|
+
<pre class="programlisting"> “icon-name” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
772
771
|
<p>An icon name that may be a base of a rendered icon.</p>
|
773
772
|
<p>Flags: Read / Write</p>
|
774
773
|
<p>Default value: NULL</p>
|
@@ -776,14 +775,14 @@ using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/
|
|
776
775
|
<hr>
|
777
776
|
<div class="refsect2">
|
778
777
|
<a name="GtkSourceMarkAttributes--pixbuf"></a><h3>The <code class="literal">“pixbuf”</code> property</h3>
|
779
|
-
<pre class="programlisting"> “pixbuf” <a href="
|
780
|
-
<p>A <a href="
|
778
|
+
<pre class="programlisting"> “pixbuf” <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</pre>
|
779
|
+
<p>A <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> that may be a base of a rendered icon.</p>
|
781
780
|
<p>Flags: Read / Write</p>
|
782
781
|
</div>
|
783
782
|
<hr>
|
784
783
|
<div class="refsect2">
|
785
784
|
<a name="GtkSourceMarkAttributes--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3>
|
786
|
-
<pre class="programlisting"> “stock-id” <a href="/
|
785
|
+
<pre class="programlisting"> “stock-id” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
787
786
|
<p>A stock id that may be a base of a rendered icon.</p>
|
788
787
|
<div class="warning">
|
789
788
|
<p><code class="literal">GtkSourceMarkAttributes:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
@@ -797,15 +796,15 @@ using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/
|
|
797
796
|
<a name="GtkSourceMarkAttributes.signal-details"></a><h2>Signal Details</h2>
|
798
797
|
<div class="refsect2">
|
799
798
|
<a name="GtkSourceMarkAttributes-query-tooltip-markup"></a><h3>The <code class="literal">“query-tooltip-markup”</code> signal</h3>
|
800
|
-
<pre class="programlisting"><a href="/
|
799
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*
|
801
800
|
user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
|
802
801
|
<a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
|
803
|
-
<a href="/
|
802
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
804
803
|
<p>The code should connect to this signal to provide a tooltip for given
|
805
804
|
<em class="parameter"><code>mark</code></em>
|
806
805
|
. The tooltip can contain a markup.</p>
|
807
806
|
<div class="refsect3">
|
808
|
-
<a name="
|
807
|
+
<a name="GtkSourceMarkAttributes-query-tooltip-markup.parameters"></a><h4>Parameters</h4>
|
809
808
|
<div class="informaltable"><table width="100%" border="0">
|
810
809
|
<colgroup>
|
811
810
|
<col width="150px" class="parameters_name">
|
@@ -832,25 +831,25 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
|
|
832
831
|
</table></div>
|
833
832
|
</div>
|
834
833
|
<div class="refsect3">
|
835
|
-
<a name="
|
834
|
+
<a name="GtkSourceMarkAttributes-query-tooltip-markup.returns"></a><h4>Returns</h4>
|
836
835
|
<p> A tooltip. The string should be freed with
|
837
|
-
<a href="/
|
836
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
|
838
837
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
839
838
|
</div>
|
840
|
-
<p>Flags: <a href="/
|
839
|
+
<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
841
840
|
</div>
|
842
841
|
<hr>
|
843
842
|
<div class="refsect2">
|
844
843
|
<a name="GtkSourceMarkAttributes-query-tooltip-text"></a><h3>The <code class="literal">“query-tooltip-text”</code> signal</h3>
|
845
|
-
<pre class="programlisting"><a href="/
|
844
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*
|
846
845
|
user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
|
847
846
|
<a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
|
848
|
-
<a href="/
|
847
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
849
848
|
<p>The code should connect to this signal to provide a tooltip for given
|
850
849
|
<em class="parameter"><code>mark</code></em>
|
851
850
|
. The tooltip should be just a plain text.</p>
|
852
851
|
<div class="refsect3">
|
853
|
-
<a name="
|
852
|
+
<a name="GtkSourceMarkAttributes-query-tooltip-text.parameters"></a><h4>Parameters</h4>
|
854
853
|
<div class="informaltable"><table width="100%" border="0">
|
855
854
|
<colgroup>
|
856
855
|
<col width="150px" class="parameters_name">
|
@@ -877,12 +876,12 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
|
|
877
876
|
</table></div>
|
878
877
|
</div>
|
879
878
|
<div class="refsect3">
|
880
|
-
<a name="
|
879
|
+
<a name="GtkSourceMarkAttributes-query-tooltip-text.returns"></a><h4>Returns</h4>
|
881
880
|
<p> A tooltip. The string should be freed with
|
882
|
-
<a href="/
|
881
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
|
883
882
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
884
883
|
</div>
|
885
|
-
<p>Flags: <a href="/
|
884
|
+
<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
886
885
|
</div>
|
887
886
|
</div>
|
888
887
|
<div class="refsect1">
|
@@ -891,7 +890,6 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
|
|
891
890
|
</div>
|
892
891
|
</div>
|
893
892
|
<div class="footer">
|
894
|
-
<hr>
|
895
|
-
Generated by GTK-Doc V1.21.1</div>
|
893
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
896
894
|
</body>
|
897
895
|
</html>
|