gtksourceview3 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +15 -2
- data/ext/gtksourceview3/extconf.rb +7 -2
- data/lib/1.9/gtksourceview3.so +0 -0
- data/lib/2.0/gtksourceview3.so +0 -0
- 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 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +80 -90
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +2 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +9 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +133 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +85 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +8 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +52 -35
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +2 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +34 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +6 -6
- 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/locale/as/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/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/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/es/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/he/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/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/nb/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/ru/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/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/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/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +9479 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +311 -252
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +26 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +16 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +24 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +895 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +465 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +43 -40
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +195 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +35 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +42 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +182 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +26 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +140 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +155 -105
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +23 -12
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +213 -150
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +18 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +202 -196
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +11 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/up.png +0 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/changelog.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cpp.lang +6 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/julia.lang +378 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/mediawiki.lang +323 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/perl.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/scala.lang +384 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xml.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +2 -1
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -2
- metadata +26 -293
- data/README +0 -29
- data/vendor/local/bin/libgtksourceview-3.0-0.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
- data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
- data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/local/include/libxml2/libxml/dict.h +0 -80
- data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
- data/vendor/local/include/libxml2/libxml/entities.h +0 -150
- data/vendor/local/include/libxml2/libxml/globals.h +0 -502
- data/vendor/local/include/libxml2/libxml/hash.h +0 -233
- data/vendor/local/include/libxml2/libxml/list.h +0 -137
- data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
- data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
- data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
- data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
- data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
- data/vendor/local/include/libxml2/libxml/threads.h +0 -84
- data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
- data/vendor/local/include/libxml2/libxml/uri.h +0 -94
- data/vendor/local/include/libxml2/libxml/valid.h +0 -458
- data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
- data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
- data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
- data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
- data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
- data/vendor/local/lib/libxml2.def +0 -1659
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
- data/vendor/local/share/aclocal/libxml.m4 +0 -188
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRenderer.html +0 -956
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererPixbuf.html +0 -199
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererText.html +0 -137
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/rn01.html +0 -101
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/rn02.html +0 -53
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/check-language.sh +0 -32
- data/vendor/local/share/gtksourceview-3.0/styles/check-style.sh +0 -20
- data/vendor/local/share/man/man1/xml2-config.1 +0 -30
- data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
- data/vendor/local/share/man/man1/xmllint.1 +0 -427
- data/vendor/local/share/man/man3/libxml.3 +0 -71
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
Binary file
|
@@ -2,11 +2,11 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual</title>
|
5
|
+
<title>GtkSourceView 3 Reference Manual: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="next" href="ch01.html" title="API reference">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -14,7 +14,7 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GtkSourceView 3 Reference Manual</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for GtkSourceView 3.
|
17
|
+
<div><p class="releaseinfo">for GtkSourceView 3.10.1
|
18
18
|
</p></div>
|
19
19
|
</div>
|
20
20
|
<hr>
|
@@ -53,34 +53,37 @@
|
|
53
53
|
<span class="refentrytitle"><a href="GtkSourceGutterRenderer.html">GtkSourceGutterRenderer</a></span><span class="refpurpose"></span>
|
54
54
|
</dt>
|
55
55
|
<dt>
|
56
|
+
<span class="refentrytitle"><a href="GtkSourceGutterRendererPixbuf.html">GtkSourceGutterRendererPixbuf</a></span><span class="refpurpose"></span>
|
57
|
+
</dt>
|
58
|
+
<dt>
|
56
59
|
<span class="refentrytitle"><a href="GtkSourceGutterRendererText.html">GtkSourceGutterRendererText</a></span><span class="refpurpose"></span>
|
57
60
|
</dt>
|
58
61
|
<dt>
|
59
|
-
<span class="refentrytitle"><a href="
|
62
|
+
<span class="refentrytitle"><a href="GtkSourceLanguage.html">GtkSourceLanguage</a></span><span class="refpurpose"> — Object representing a syntax highlighted language</span>
|
60
63
|
</dt>
|
61
64
|
<dt>
|
62
|
-
<span class="refentrytitle"><a href="
|
65
|
+
<span class="refentrytitle"><a href="GtkSourceLanguageManager.html">GtkSourceLanguageManager</a></span><span class="refpurpose">Object which provides access to <span class="type">GtkSourceLanguage</span>s</span>
|
63
66
|
</dt>
|
64
67
|
<dt>
|
65
|
-
<span class="refentrytitle"><a href="
|
68
|
+
<span class="refentrytitle"><a href="GtkSourceMark.html">GtkSourceMark</a></span><span class="refpurpose">mark object for <span class="type">GtkSourceBuffer</span></span>
|
66
69
|
</dt>
|
67
70
|
<dt>
|
68
|
-
<span class="refentrytitle"><a href="
|
71
|
+
<span class="refentrytitle"><a href="GtkSourceMarkAttributes.html">GtkSourceMarkAttributes</a></span><span class="refpurpose"> — The source mark attributes object</span>
|
69
72
|
</dt>
|
70
73
|
<dt>
|
71
|
-
<span class="refentrytitle"><a href="
|
74
|
+
<span class="refentrytitle"><a href="GtkSourcePrintCompositor.html">GtkSourcePrintCompositor</a></span><span class="refpurpose">Compose a <span class="type">GtkSourceBuffer</span> for printing</span>
|
72
75
|
</dt>
|
73
76
|
<dt>
|
74
|
-
<span class="refentrytitle"><a href="
|
77
|
+
<span class="refentrytitle"><a href="GtkSourceSearchContext.html">GtkSourceSearchContext</a></span><span class="refpurpose"> — The context of a search</span>
|
75
78
|
</dt>
|
76
79
|
<dt>
|
77
|
-
<span class="refentrytitle"><a href="
|
80
|
+
<span class="refentrytitle"><a href="GtkSourceSearchSettings.html">GtkSourceSearchSettings</a></span><span class="refpurpose"> — The settings of a search</span>
|
78
81
|
</dt>
|
79
82
|
<dt>
|
80
83
|
<span class="refentrytitle"><a href="GtkSourceStyle.html">GtkSourceStyle</a></span><span class="refpurpose"> — Object representyng a style</span>
|
81
84
|
</dt>
|
82
85
|
<dt>
|
83
|
-
<span class="refentrytitle"><a href="GtkSourceStyleScheme.html">GtkSourceStyleScheme</a></span><span class="refpurpose">Object controlling
|
86
|
+
<span class="refentrytitle"><a href="GtkSourceStyleScheme.html">GtkSourceStyleScheme</a></span><span class="refpurpose">Object controlling the appearance of <span class="type">GtkSourceView</span></span>
|
84
87
|
</dt>
|
85
88
|
<dt>
|
86
89
|
<span class="refentrytitle"><a href="GtkSourceStyleSchemeManager.html">GtkSourceStyleSchemeManager</a></span><span class="refpurpose">Object which provides access to <span class="type">GtkSourceStyleScheme</span>s</span>
|
@@ -88,6 +91,12 @@
|
|
88
91
|
<dt>
|
89
92
|
<span class="refentrytitle"><a href="GtkSourceUndoManager.html">GtkSourceUndoManager</a></span><span class="refpurpose">Undo manager interface for <span class="type">GtkSourceView</span></span>
|
90
93
|
</dt>
|
94
|
+
<dt>
|
95
|
+
<span class="refentrytitle"><a href="gtksourceview-3.0-GtkSourceUtils.html">GtkSourceUtils</a></span><span class="refpurpose"> — Utilities functions</span>
|
96
|
+
</dt>
|
97
|
+
<dt>
|
98
|
+
<span class="refentrytitle"><a href="GtkSourceView.html">GtkSourceView</a></span><span class="refpurpose"> — The view object</span>
|
99
|
+
</dt>
|
91
100
|
</dl></dd>
|
92
101
|
<dt><span class="chapter"><a href="ch02.html">Syntax highlighting reference</a></span></dt>
|
93
102
|
<dd><dl>
|
@@ -111,11 +120,13 @@ Reference to the GtkSourceView style scheme definition file format
|
|
111
120
|
<dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
|
112
121
|
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
|
113
122
|
<dt><span class="index"><a href="api-index-3-0.html">Index of new symbols in 3.0</a></span></dt>
|
123
|
+
<dt><span class="index"><a href="api-index-3-4.html">Index of new symbols in 3.4</a></span></dt>
|
124
|
+
<dt><span class="index"><a href="api-index-3-10.html">Index of new symbols in 3.10</a></span></dt>
|
114
125
|
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
|
115
126
|
</dl></div>
|
116
127
|
</div>
|
117
128
|
<div class="footer">
|
118
129
|
<hr>
|
119
|
-
Generated by GTK-Doc V1.
|
130
|
+
Generated by GTK-Doc V1.19.1</div>
|
120
131
|
</body>
|
121
132
|
</html>
|
@@ -21,14 +21,6 @@
|
|
21
21
|
<ANCHOR id="gtk-source-buffer-get-highlight-matching-brackets" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-get-highlight-matching-brackets">
|
22
22
|
<ANCHOR id="gtk-source-buffer-set-style-scheme" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-set-style-scheme">
|
23
23
|
<ANCHOR id="gtk-source-buffer-get-style-scheme" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-get-style-scheme">
|
24
|
-
<ANCHOR id="gtk-source-buffer-get-max-undo-levels" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-get-max-undo-levels">
|
25
|
-
<ANCHOR id="gtk-source-buffer-set-max-undo-levels" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-set-max-undo-levels">
|
26
|
-
<ANCHOR id="gtk-source-buffer-redo" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-redo">
|
27
|
-
<ANCHOR id="gtk-source-buffer-undo" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-undo">
|
28
|
-
<ANCHOR id="gtk-source-buffer-can-redo" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-can-redo">
|
29
|
-
<ANCHOR id="gtk-source-buffer-can-undo" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-can-undo">
|
30
|
-
<ANCHOR id="gtk-source-buffer-begin-not-undoable-action" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-begin-not-undoable-action">
|
31
|
-
<ANCHOR id="gtk-source-buffer-end-not-undoable-action" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-end-not-undoable-action">
|
32
24
|
<ANCHOR id="gtk-source-buffer-ensure-highlight" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-ensure-highlight">
|
33
25
|
<ANCHOR id="gtk-source-buffer-create-source-mark" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-create-source-mark">
|
34
26
|
<ANCHOR id="gtk-source-buffer-forward-iter-to-source-mark" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-forward-iter-to-source-mark">
|
@@ -40,6 +32,14 @@
|
|
40
32
|
<ANCHOR id="gtk-source-buffer-get-context-classes-at-iter" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-get-context-classes-at-iter">
|
41
33
|
<ANCHOR id="gtk-source-buffer-iter-forward-to-context-class-toggle" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-iter-forward-to-context-class-toggle">
|
42
34
|
<ANCHOR id="gtk-source-buffer-iter-backward-to-context-class-toggle" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-iter-backward-to-context-class-toggle">
|
35
|
+
<ANCHOR id="gtk-source-buffer-get-max-undo-levels" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-get-max-undo-levels">
|
36
|
+
<ANCHOR id="gtk-source-buffer-set-max-undo-levels" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-set-max-undo-levels">
|
37
|
+
<ANCHOR id="gtk-source-buffer-redo" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-redo">
|
38
|
+
<ANCHOR id="gtk-source-buffer-undo" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-undo">
|
39
|
+
<ANCHOR id="gtk-source-buffer-can-redo" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-can-redo">
|
40
|
+
<ANCHOR id="gtk-source-buffer-can-undo" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-can-undo">
|
41
|
+
<ANCHOR id="gtk-source-buffer-begin-not-undoable-action" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-begin-not-undoable-action">
|
42
|
+
<ANCHOR id="gtk-source-buffer-end-not-undoable-action" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-end-not-undoable-action">
|
43
43
|
<ANCHOR id="gtk-source-buffer-get-undo-manager" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-get-undo-manager">
|
44
44
|
<ANCHOR id="gtk-source-buffer-set-undo-manager" href="gtksourceview-3.0/GtkSourceBuffer.html#gtk-source-buffer-set-undo-manager">
|
45
45
|
<ANCHOR id="GtkSourceBuffer.property-details" href="gtksourceview-3.0/GtkSourceBuffer.html#GtkSourceBuffer.property-details">
|
@@ -202,6 +202,7 @@
|
|
202
202
|
<ANCHOR id="gtk-source-completion-words-register" href="gtksourceview-3.0/GtkSourceCompletionWords.html#gtk-source-completion-words-register">
|
203
203
|
<ANCHOR id="gtk-source-completion-words-unregister" href="gtksourceview-3.0/GtkSourceCompletionWords.html#gtk-source-completion-words-unregister">
|
204
204
|
<ANCHOR id="GtkSourceCompletionWords.property-details" href="gtksourceview-3.0/GtkSourceCompletionWords.html#GtkSourceCompletionWords.property-details">
|
205
|
+
<ANCHOR id="GtkSourceCompletionWords--activation" href="gtksourceview-3.0/GtkSourceCompletionWords.html#GtkSourceCompletionWords--activation">
|
205
206
|
<ANCHOR id="GtkSourceCompletionWords--icon" href="gtksourceview-3.0/GtkSourceCompletionWords.html#GtkSourceCompletionWords--icon">
|
206
207
|
<ANCHOR id="GtkSourceCompletionWords--interactive-delay" href="gtksourceview-3.0/GtkSourceCompletionWords.html#GtkSourceCompletionWords--interactive-delay">
|
207
208
|
<ANCHOR id="GtkSourceCompletionWords--minimum-word-size" href="gtksourceview-3.0/GtkSourceCompletionWords.html#GtkSourceCompletionWords--minimum-word-size">
|
@@ -287,21 +288,6 @@
|
|
287
288
|
<ANCHOR id="GtkSourceGutterRenderer-query-data" href="gtksourceview-3.0/GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-query-data">
|
288
289
|
<ANCHOR id="GtkSourceGutterRenderer-query-tooltip" href="gtksourceview-3.0/GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-query-tooltip">
|
289
290
|
<ANCHOR id="GtkSourceGutterRenderer-queue-draw" href="gtksourceview-3.0/GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-queue-draw">
|
290
|
-
<ANCHOR id="GtkSourceGutterRendererText" href="gtksourceview-3.0/GtkSourceGutterRendererText.html">
|
291
|
-
<ANCHOR id="GtkSourceGutterRendererText.synopsis" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.synopsis">
|
292
|
-
<ANCHOR id="GtkSourceGutterRendererText.object-hierarchy" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.object-hierarchy">
|
293
|
-
<ANCHOR id="GtkSourceGutterRendererText.properties" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.properties">
|
294
|
-
<ANCHOR id="GtkSourceGutterRendererText.description" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.description">
|
295
|
-
<ANCHOR id="GtkSourceGutterRendererText.details" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.details">
|
296
|
-
<ANCHOR id="GtkSourceGutterRendererText-struct" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText-struct">
|
297
|
-
<ANCHOR id="gtk-source-gutter-renderer-text-new" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-new">
|
298
|
-
<ANCHOR id="gtk-source-gutter-renderer-text-set-markup" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-set-markup">
|
299
|
-
<ANCHOR id="gtk-source-gutter-renderer-text-set-text" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-set-text">
|
300
|
-
<ANCHOR id="gtk-source-gutter-renderer-text-measure" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-measure">
|
301
|
-
<ANCHOR id="gtk-source-gutter-renderer-text-measure-markup" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-measure-markup">
|
302
|
-
<ANCHOR id="GtkSourceGutterRendererText.property-details" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.property-details">
|
303
|
-
<ANCHOR id="GtkSourceGutterRendererText--markup" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText--markup">
|
304
|
-
<ANCHOR id="GtkSourceGutterRendererText--text" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText--text">
|
305
291
|
<ANCHOR id="GtkSourceGutterRendererPixbuf" href="gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html">
|
306
292
|
<ANCHOR id="GtkSourceGutterRendererPixbuf.synopsis" href="gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf.synopsis">
|
307
293
|
<ANCHOR id="GtkSourceGutterRendererPixbuf.object-hierarchy" href="gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf.object-hierarchy">
|
@@ -323,6 +309,62 @@
|
|
323
309
|
<ANCHOR id="GtkSourceGutterRendererPixbuf--icon-name" href="gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf--icon-name">
|
324
310
|
<ANCHOR id="GtkSourceGutterRendererPixbuf--pixbuf" href="gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf--pixbuf">
|
325
311
|
<ANCHOR id="GtkSourceGutterRendererPixbuf--stock-id" href="gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf--stock-id">
|
312
|
+
<ANCHOR id="GtkSourceGutterRendererText" href="gtksourceview-3.0/GtkSourceGutterRendererText.html">
|
313
|
+
<ANCHOR id="GtkSourceGutterRendererText.synopsis" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.synopsis">
|
314
|
+
<ANCHOR id="GtkSourceGutterRendererText.object-hierarchy" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.object-hierarchy">
|
315
|
+
<ANCHOR id="GtkSourceGutterRendererText.properties" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.properties">
|
316
|
+
<ANCHOR id="GtkSourceGutterRendererText.description" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.description">
|
317
|
+
<ANCHOR id="GtkSourceGutterRendererText.details" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.details">
|
318
|
+
<ANCHOR id="GtkSourceGutterRendererText-struct" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText-struct">
|
319
|
+
<ANCHOR id="gtk-source-gutter-renderer-text-new" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-new">
|
320
|
+
<ANCHOR id="gtk-source-gutter-renderer-text-set-markup" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-set-markup">
|
321
|
+
<ANCHOR id="gtk-source-gutter-renderer-text-set-text" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-set-text">
|
322
|
+
<ANCHOR id="gtk-source-gutter-renderer-text-measure" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-measure">
|
323
|
+
<ANCHOR id="gtk-source-gutter-renderer-text-measure-markup" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-measure-markup">
|
324
|
+
<ANCHOR id="GtkSourceGutterRendererText.property-details" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText.property-details">
|
325
|
+
<ANCHOR id="GtkSourceGutterRendererText--markup" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText--markup">
|
326
|
+
<ANCHOR id="GtkSourceGutterRendererText--text" href="gtksourceview-3.0/GtkSourceGutterRendererText.html#GtkSourceGutterRendererText--text">
|
327
|
+
<ANCHOR id="GtkSourceLanguage" href="gtksourceview-3.0/GtkSourceLanguage.html">
|
328
|
+
<ANCHOR id="GtkSourceLanguage.synopsis" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.synopsis">
|
329
|
+
<ANCHOR id="GtkSourceLanguage.object-hierarchy" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.object-hierarchy">
|
330
|
+
<ANCHOR id="GtkSourceLanguage.properties" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.properties">
|
331
|
+
<ANCHOR id="GtkSourceLanguage.description" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.description">
|
332
|
+
<ANCHOR id="GtkSourceLanguage.details" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.details">
|
333
|
+
<ANCHOR id="GtkSourceLanguage-struct" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage-struct">
|
334
|
+
<ANCHOR id="gtk-source-language-get-id" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-id">
|
335
|
+
<ANCHOR id="gtk-source-language-get-name" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-name">
|
336
|
+
<ANCHOR id="gtk-source-language-get-section" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-section">
|
337
|
+
<ANCHOR id="gtk-source-language-get-hidden" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-hidden">
|
338
|
+
<ANCHOR id="gtk-source-language-get-metadata" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-metadata">
|
339
|
+
<ANCHOR id="gtk-source-language-get-mime-types" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-mime-types">
|
340
|
+
<ANCHOR id="gtk-source-language-get-globs" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-globs">
|
341
|
+
<ANCHOR id="gtk-source-language-get-style-name" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-style-name">
|
342
|
+
<ANCHOR id="gtk-source-language-get-style-ids" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-style-ids">
|
343
|
+
<ANCHOR id="gtk-source-language-get-style-fallback" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-style-fallback">
|
344
|
+
<ANCHOR id="GtkSourceLanguage.property-details" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.property-details">
|
345
|
+
<ANCHOR id="GtkSourceLanguage--hidden" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage--hidden">
|
346
|
+
<ANCHOR id="GtkSourceLanguage--id" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage--id">
|
347
|
+
<ANCHOR id="GtkSourceLanguage--name" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage--name">
|
348
|
+
<ANCHOR id="GtkSourceLanguage--section" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage--section">
|
349
|
+
<ANCHOR id="GtkSourceLanguage.see-also" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.see-also">
|
350
|
+
<ANCHOR id="GtkSourceLanguageManager" href="gtksourceview-3.0/GtkSourceLanguageManager.html">
|
351
|
+
<ANCHOR id="GtkSourceLanguageManager.synopsis" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.synopsis">
|
352
|
+
<ANCHOR id="GtkSourceLanguageManager.object-hierarchy" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.object-hierarchy">
|
353
|
+
<ANCHOR id="GtkSourceLanguageManager.properties" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.properties">
|
354
|
+
<ANCHOR id="GtkSourceLanguageManager.description" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.description">
|
355
|
+
<ANCHOR id="GtkSourceLanguageManager.details" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.details">
|
356
|
+
<ANCHOR id="GtkSourceLanguageManager-struct" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager-struct">
|
357
|
+
<ANCHOR id="gtk-source-language-manager-new" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-new">
|
358
|
+
<ANCHOR id="gtk-source-language-manager-get-default" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-get-default">
|
359
|
+
<ANCHOR id="gtk-source-language-manager-set-search-path" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-set-search-path">
|
360
|
+
<ANCHOR id="gtk-source-language-manager-get-search-path" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-get-search-path">
|
361
|
+
<ANCHOR id="gtk-source-language-manager-get-language-ids" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-get-language-ids">
|
362
|
+
<ANCHOR id="gtk-source-language-manager-get-language" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-get-language">
|
363
|
+
<ANCHOR id="gtk-source-language-manager-guess-language" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-guess-language">
|
364
|
+
<ANCHOR id="GtkSourceLanguageManager.property-details" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.property-details">
|
365
|
+
<ANCHOR id="GtkSourceLanguageManager--language-ids" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager--language-ids">
|
366
|
+
<ANCHOR id="GtkSourceLanguageManager--search-path" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager--search-path">
|
367
|
+
<ANCHOR id="GtkSourceLanguageManager.see-also" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.see-also">
|
326
368
|
<ANCHOR id="GtkSourceMark" href="gtksourceview-3.0/GtkSourceMark.html">
|
327
369
|
<ANCHOR id="GtkSourceMark.synopsis" href="gtksourceview-3.0/GtkSourceMark.html#GtkSourceMark.synopsis">
|
328
370
|
<ANCHOR id="GtkSourceMark.object-hierarchy" href="gtksourceview-3.0/GtkSourceMark.html#GtkSourceMark.object-hierarchy">
|
@@ -369,127 +411,6 @@
|
|
369
411
|
<ANCHOR id="GtkSourceMarkAttributes-query-tooltip-markup" href="gtksourceview-3.0/GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup">
|
370
412
|
<ANCHOR id="GtkSourceMarkAttributes-query-tooltip-text" href="gtksourceview-3.0/GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text">
|
371
413
|
<ANCHOR id="GtkSourceMarkAttributes.see-also" href="gtksourceview-3.0/GtkSourceMarkAttributes.html#GtkSourceMarkAttributes.see-also">
|
372
|
-
<ANCHOR id="GtkSourceView" href="gtksourceview-3.0/GtkSourceView.html">
|
373
|
-
<ANCHOR id="GtkSourceView.synopsis" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.synopsis">
|
374
|
-
<ANCHOR id="GtkSourceView.object-hierarchy" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.object-hierarchy">
|
375
|
-
<ANCHOR id="GtkSourceView.implemented-interfaces" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.implemented-interfaces">
|
376
|
-
<ANCHOR id="GtkSourceView.properties" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.properties">
|
377
|
-
<ANCHOR id="GtkSourceView.signals" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.signals">
|
378
|
-
<ANCHOR id="GtkSourceView.description" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.description">
|
379
|
-
<ANCHOR id="GtkSourceView.details" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.details">
|
380
|
-
<ANCHOR id="GtkSourceView-struct" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-struct">
|
381
|
-
<ANCHOR id="GtkSourceSmartHomeEndType" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceSmartHomeEndType">
|
382
|
-
<ANCHOR id="GTK-SOURCE-SMART-HOME-END-DISABLED:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-DISABLED:CAPS">
|
383
|
-
<ANCHOR id="GTK-SOURCE-SMART-HOME-END-BEFORE:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-BEFORE:CAPS">
|
384
|
-
<ANCHOR id="GTK-SOURCE-SMART-HOME-END-AFTER:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-AFTER:CAPS">
|
385
|
-
<ANCHOR id="GTK-SOURCE-SMART-HOME-END-ALWAYS:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-ALWAYS:CAPS">
|
386
|
-
<ANCHOR id="GtkSourceDrawSpacesFlags" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceDrawSpacesFlags">
|
387
|
-
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-SPACE:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-SPACE:CAPS">
|
388
|
-
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-TAB:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TAB:CAPS">
|
389
|
-
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-NEWLINE:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-NEWLINE:CAPS">
|
390
|
-
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-NBSP:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-NBSP:CAPS">
|
391
|
-
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-LEADING:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-LEADING:CAPS">
|
392
|
-
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-TEXT:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TEXT:CAPS">
|
393
|
-
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-TRAILING:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TRAILING:CAPS">
|
394
|
-
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-ALL:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-ALL:CAPS">
|
395
|
-
<ANCHOR id="GtkSourceViewGutterPosition" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceViewGutterPosition">
|
396
|
-
<ANCHOR id="GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS">
|
397
|
-
<ANCHOR id="GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS">
|
398
|
-
<ANCHOR id="gtk-source-view-new" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-new">
|
399
|
-
<ANCHOR id="gtk-source-view-new-with-buffer" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-new-with-buffer">
|
400
|
-
<ANCHOR id="gtk-source-view-set-auto-indent" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-auto-indent">
|
401
|
-
<ANCHOR id="gtk-source-view-get-auto-indent" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-auto-indent">
|
402
|
-
<ANCHOR id="gtk-source-view-set-indent-on-tab" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-indent-on-tab">
|
403
|
-
<ANCHOR id="gtk-source-view-get-indent-on-tab" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-indent-on-tab">
|
404
|
-
<ANCHOR id="gtk-source-view-set-indent-width" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-indent-width">
|
405
|
-
<ANCHOR id="gtk-source-view-get-indent-width" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-indent-width">
|
406
|
-
<ANCHOR id="gtk-source-view-set-insert-spaces-instead-of-tabs" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-insert-spaces-instead-of-tabs">
|
407
|
-
<ANCHOR id="gtk-source-view-get-insert-spaces-instead-of-tabs" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-insert-spaces-instead-of-tabs">
|
408
|
-
<ANCHOR id="gtk-source-view-set-smart-home-end" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-smart-home-end">
|
409
|
-
<ANCHOR id="gtk-source-view-get-smart-home-end" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-smart-home-end">
|
410
|
-
<ANCHOR id="gtk-source-view-set-mark-attributes" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-mark-attributes">
|
411
|
-
<ANCHOR id="gtk-source-view-get-mark-attributes" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-mark-attributes">
|
412
|
-
<ANCHOR id="gtk-source-view-set-highlight-current-line" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-highlight-current-line">
|
413
|
-
<ANCHOR id="gtk-source-view-get-highlight-current-line" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-highlight-current-line">
|
414
|
-
<ANCHOR id="gtk-source-view-set-show-line-marks" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-show-line-marks">
|
415
|
-
<ANCHOR id="gtk-source-view-get-show-line-marks" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-show-line-marks">
|
416
|
-
<ANCHOR id="gtk-source-view-set-show-line-numbers" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-show-line-numbers">
|
417
|
-
<ANCHOR id="gtk-source-view-get-show-line-numbers" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-show-line-numbers">
|
418
|
-
<ANCHOR id="gtk-source-view-set-show-right-margin" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-show-right-margin">
|
419
|
-
<ANCHOR id="gtk-source-view-get-show-right-margin" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-show-right-margin">
|
420
|
-
<ANCHOR id="gtk-source-view-set-right-margin-position" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-right-margin-position">
|
421
|
-
<ANCHOR id="gtk-source-view-get-right-margin-position" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-right-margin-position">
|
422
|
-
<ANCHOR id="gtk-source-view-set-tab-width" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-tab-width">
|
423
|
-
<ANCHOR id="gtk-source-view-get-tab-width" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-tab-width">
|
424
|
-
<ANCHOR id="gtk-source-view-set-draw-spaces" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-draw-spaces">
|
425
|
-
<ANCHOR id="gtk-source-view-get-draw-spaces" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-draw-spaces">
|
426
|
-
<ANCHOR id="gtk-source-view-get-completion" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-completion">
|
427
|
-
<ANCHOR id="gtk-source-view-get-gutter" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-gutter">
|
428
|
-
<ANCHOR id="gtk-source-view-get-visual-column" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-visual-column">
|
429
|
-
<ANCHOR id="GtkSourceView.property-details" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.property-details">
|
430
|
-
<ANCHOR id="GtkSourceView--auto-indent" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--auto-indent">
|
431
|
-
<ANCHOR id="GtkSourceView--completion" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--completion">
|
432
|
-
<ANCHOR id="GtkSourceView--draw-spaces" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--draw-spaces">
|
433
|
-
<ANCHOR id="GtkSourceView--highlight-current-line" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--highlight-current-line">
|
434
|
-
<ANCHOR id="GtkSourceView--indent-on-tab" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--indent-on-tab">
|
435
|
-
<ANCHOR id="GtkSourceView--indent-width" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--indent-width">
|
436
|
-
<ANCHOR id="GtkSourceView--insert-spaces-instead-of-tabs" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--insert-spaces-instead-of-tabs">
|
437
|
-
<ANCHOR id="GtkSourceView--right-margin-position" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--right-margin-position">
|
438
|
-
<ANCHOR id="GtkSourceView--show-line-marks" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--show-line-marks">
|
439
|
-
<ANCHOR id="GtkSourceView--show-line-numbers" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--show-line-numbers">
|
440
|
-
<ANCHOR id="GtkSourceView--show-right-margin" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--show-right-margin">
|
441
|
-
<ANCHOR id="GtkSourceView--smart-home-end" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--smart-home-end">
|
442
|
-
<ANCHOR id="GtkSourceView--tab-width" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--tab-width">
|
443
|
-
<ANCHOR id="GtkSourceView.signal-details" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.signal-details">
|
444
|
-
<ANCHOR id="GtkSourceView-line-mark-activated" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-line-mark-activated">
|
445
|
-
<ANCHOR id="GtkSourceView-move-lines" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-move-lines">
|
446
|
-
<ANCHOR id="GtkSourceView-move-words" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-move-words">
|
447
|
-
<ANCHOR id="GtkSourceView-redo" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-redo">
|
448
|
-
<ANCHOR id="GtkSourceView-show-completion" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-show-completion">
|
449
|
-
<ANCHOR id="GtkSourceView-smart-home-end" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-smart-home-end">
|
450
|
-
<ANCHOR id="GtkSourceView-undo" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-undo">
|
451
|
-
<ANCHOR id="GtkSourceView.see-also" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.see-also">
|
452
|
-
<ANCHOR id="GtkSourceLanguage" href="gtksourceview-3.0/GtkSourceLanguage.html">
|
453
|
-
<ANCHOR id="GtkSourceLanguage.synopsis" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.synopsis">
|
454
|
-
<ANCHOR id="GtkSourceLanguage.object-hierarchy" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.object-hierarchy">
|
455
|
-
<ANCHOR id="GtkSourceLanguage.properties" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.properties">
|
456
|
-
<ANCHOR id="GtkSourceLanguage.description" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.description">
|
457
|
-
<ANCHOR id="GtkSourceLanguage.details" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.details">
|
458
|
-
<ANCHOR id="GtkSourceLanguage-struct" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage-struct">
|
459
|
-
<ANCHOR id="gtk-source-language-get-id" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-id">
|
460
|
-
<ANCHOR id="gtk-source-language-get-name" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-name">
|
461
|
-
<ANCHOR id="gtk-source-language-get-section" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-section">
|
462
|
-
<ANCHOR id="gtk-source-language-get-hidden" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-hidden">
|
463
|
-
<ANCHOR id="gtk-source-language-get-metadata" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-metadata">
|
464
|
-
<ANCHOR id="gtk-source-language-get-mime-types" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-mime-types">
|
465
|
-
<ANCHOR id="gtk-source-language-get-globs" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-globs">
|
466
|
-
<ANCHOR id="gtk-source-language-get-style-name" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-style-name">
|
467
|
-
<ANCHOR id="gtk-source-language-get-style-ids" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-style-ids">
|
468
|
-
<ANCHOR id="gtk-source-language-get-style-fallback" href="gtksourceview-3.0/GtkSourceLanguage.html#gtk-source-language-get-style-fallback">
|
469
|
-
<ANCHOR id="GtkSourceLanguage.property-details" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.property-details">
|
470
|
-
<ANCHOR id="GtkSourceLanguage--hidden" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage--hidden">
|
471
|
-
<ANCHOR id="GtkSourceLanguage--id" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage--id">
|
472
|
-
<ANCHOR id="GtkSourceLanguage--name" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage--name">
|
473
|
-
<ANCHOR id="GtkSourceLanguage--section" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage--section">
|
474
|
-
<ANCHOR id="GtkSourceLanguage.see-also" href="gtksourceview-3.0/GtkSourceLanguage.html#GtkSourceLanguage.see-also">
|
475
|
-
<ANCHOR id="GtkSourceLanguageManager" href="gtksourceview-3.0/GtkSourceLanguageManager.html">
|
476
|
-
<ANCHOR id="GtkSourceLanguageManager.synopsis" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.synopsis">
|
477
|
-
<ANCHOR id="GtkSourceLanguageManager.object-hierarchy" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.object-hierarchy">
|
478
|
-
<ANCHOR id="GtkSourceLanguageManager.properties" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.properties">
|
479
|
-
<ANCHOR id="GtkSourceLanguageManager.description" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.description">
|
480
|
-
<ANCHOR id="GtkSourceLanguageManager.details" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.details">
|
481
|
-
<ANCHOR id="GtkSourceLanguageManager-struct" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager-struct">
|
482
|
-
<ANCHOR id="gtk-source-language-manager-new" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-new">
|
483
|
-
<ANCHOR id="gtk-source-language-manager-get-default" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-get-default">
|
484
|
-
<ANCHOR id="gtk-source-language-manager-set-search-path" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-set-search-path">
|
485
|
-
<ANCHOR id="gtk-source-language-manager-get-search-path" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-get-search-path">
|
486
|
-
<ANCHOR id="gtk-source-language-manager-get-language-ids" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-get-language-ids">
|
487
|
-
<ANCHOR id="gtk-source-language-manager-get-language" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-get-language">
|
488
|
-
<ANCHOR id="gtk-source-language-manager-guess-language" href="gtksourceview-3.0/GtkSourceLanguageManager.html#gtk-source-language-manager-guess-language">
|
489
|
-
<ANCHOR id="GtkSourceLanguageManager.property-details" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.property-details">
|
490
|
-
<ANCHOR id="GtkSourceLanguageManager--language-ids" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager--language-ids">
|
491
|
-
<ANCHOR id="GtkSourceLanguageManager--search-path" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager--search-path">
|
492
|
-
<ANCHOR id="GtkSourceLanguageManager.see-also" href="gtksourceview-3.0/GtkSourceLanguageManager.html#GtkSourceLanguageManager.see-also">
|
493
414
|
<ANCHOR id="GtkSourcePrintCompositor" href="gtksourceview-3.0/GtkSourcePrintCompositor.html">
|
494
415
|
<ANCHOR id="GtkSourcePrintCompositor.synopsis" href="gtksourceview-3.0/GtkSourcePrintCompositor.html#GtkSourcePrintCompositor.synopsis">
|
495
416
|
<ANCHOR id="GtkSourcePrintCompositor.object-hierarchy" href="gtksourceview-3.0/GtkSourcePrintCompositor.html#GtkSourcePrintCompositor.object-hierarchy">
|
@@ -547,6 +468,62 @@
|
|
547
468
|
<ANCHOR id="GtkSourcePrintCompositor--print-line-numbers" href="gtksourceview-3.0/GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-line-numbers">
|
548
469
|
<ANCHOR id="GtkSourcePrintCompositor--tab-width" href="gtksourceview-3.0/GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--tab-width">
|
549
470
|
<ANCHOR id="GtkSourcePrintCompositor--wrap-mode" href="gtksourceview-3.0/GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--wrap-mode">
|
471
|
+
<ANCHOR id="GtkSourceSearchContext" href="gtksourceview-3.0/GtkSourceSearchContext.html">
|
472
|
+
<ANCHOR id="GtkSourceSearchContext.synopsis" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext.synopsis">
|
473
|
+
<ANCHOR id="GtkSourceSearchContext.object-hierarchy" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext.object-hierarchy">
|
474
|
+
<ANCHOR id="GtkSourceSearchContext.properties" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext.properties">
|
475
|
+
<ANCHOR id="GtkSourceSearchContext.description" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext.description">
|
476
|
+
<ANCHOR id="GtkSourceSearchContext.details" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext.details">
|
477
|
+
<ANCHOR id="GtkSourceSearchContext-struct" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext-struct">
|
478
|
+
<ANCHOR id="gtk-source-search-context-new" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-new">
|
479
|
+
<ANCHOR id="gtk-source-search-context-get-buffer" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-get-buffer">
|
480
|
+
<ANCHOR id="gtk-source-search-context-get-settings" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-get-settings">
|
481
|
+
<ANCHOR id="gtk-source-search-context-set-settings" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-set-settings">
|
482
|
+
<ANCHOR id="gtk-source-search-context-get-highlight" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-get-highlight">
|
483
|
+
<ANCHOR id="gtk-source-search-context-set-highlight" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-set-highlight">
|
484
|
+
<ANCHOR id="gtk-source-search-context-get-occurrences-count" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-get-occurrences-count">
|
485
|
+
<ANCHOR id="gtk-source-search-context-get-occurrence-position" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-get-occurrence-position">
|
486
|
+
<ANCHOR id="gtk-source-search-context-forward" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-forward">
|
487
|
+
<ANCHOR id="gtk-source-search-context-forward-async" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-forward-async">
|
488
|
+
<ANCHOR id="gtk-source-search-context-forward-finish" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-forward-finish">
|
489
|
+
<ANCHOR id="gtk-source-search-context-backward" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-backward">
|
490
|
+
<ANCHOR id="gtk-source-search-context-backward-async" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-backward-async">
|
491
|
+
<ANCHOR id="gtk-source-search-context-backward-finish" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-backward-finish">
|
492
|
+
<ANCHOR id="gtk-source-search-context-replace" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-replace">
|
493
|
+
<ANCHOR id="gtk-source-search-context-replace-all" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-replace-all">
|
494
|
+
<ANCHOR id="gtk-source-search-context-get-regex-error" href="gtksourceview-3.0/GtkSourceSearchContext.html#gtk-source-search-context-get-regex-error">
|
495
|
+
<ANCHOR id="GtkSourceSearchContext.property-details" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext.property-details">
|
496
|
+
<ANCHOR id="GtkSourceSearchContext--buffer" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext--buffer">
|
497
|
+
<ANCHOR id="GtkSourceSearchContext--highlight" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext--highlight">
|
498
|
+
<ANCHOR id="GtkSourceSearchContext--occurrences-count" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext--occurrences-count">
|
499
|
+
<ANCHOR id="GtkSourceSearchContext--regex-error" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext--regex-error">
|
500
|
+
<ANCHOR id="GtkSourceSearchContext--settings" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext--settings">
|
501
|
+
<ANCHOR id="GtkSourceSearchContext.see-also" href="gtksourceview-3.0/GtkSourceSearchContext.html#GtkSourceSearchContext.see-also">
|
502
|
+
<ANCHOR id="GtkSourceSearchSettings" href="gtksourceview-3.0/GtkSourceSearchSettings.html">
|
503
|
+
<ANCHOR id="GtkSourceSearchSettings.synopsis" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings.synopsis">
|
504
|
+
<ANCHOR id="GtkSourceSearchSettings.object-hierarchy" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings.object-hierarchy">
|
505
|
+
<ANCHOR id="GtkSourceSearchSettings.properties" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings.properties">
|
506
|
+
<ANCHOR id="GtkSourceSearchSettings.description" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings.description">
|
507
|
+
<ANCHOR id="GtkSourceSearchSettings.details" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings.details">
|
508
|
+
<ANCHOR id="GtkSourceSearchSettings-struct" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings-struct">
|
509
|
+
<ANCHOR id="gtk-source-search-settings-new" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-new">
|
510
|
+
<ANCHOR id="gtk-source-search-settings-get-search-text" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-get-search-text">
|
511
|
+
<ANCHOR id="gtk-source-search-settings-set-search-text" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-set-search-text">
|
512
|
+
<ANCHOR id="gtk-source-search-settings-get-case-sensitive" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-get-case-sensitive">
|
513
|
+
<ANCHOR id="gtk-source-search-settings-set-case-sensitive" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-set-case-sensitive">
|
514
|
+
<ANCHOR id="gtk-source-search-settings-get-at-word-boundaries" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-get-at-word-boundaries">
|
515
|
+
<ANCHOR id="gtk-source-search-settings-set-at-word-boundaries" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-set-at-word-boundaries">
|
516
|
+
<ANCHOR id="gtk-source-search-settings-get-wrap-around" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-get-wrap-around">
|
517
|
+
<ANCHOR id="gtk-source-search-settings-set-wrap-around" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-set-wrap-around">
|
518
|
+
<ANCHOR id="gtk-source-search-settings-get-regex-enabled" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-get-regex-enabled">
|
519
|
+
<ANCHOR id="gtk-source-search-settings-set-regex-enabled" href="gtksourceview-3.0/GtkSourceSearchSettings.html#gtk-source-search-settings-set-regex-enabled">
|
520
|
+
<ANCHOR id="GtkSourceSearchSettings.property-details" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings.property-details">
|
521
|
+
<ANCHOR id="GtkSourceSearchSettings--at-word-boundaries" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings--at-word-boundaries">
|
522
|
+
<ANCHOR id="GtkSourceSearchSettings--case-sensitive" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings--case-sensitive">
|
523
|
+
<ANCHOR id="GtkSourceSearchSettings--regex-enabled" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings--regex-enabled">
|
524
|
+
<ANCHOR id="GtkSourceSearchSettings--search-text" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text">
|
525
|
+
<ANCHOR id="GtkSourceSearchSettings--wrap-around" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around">
|
526
|
+
<ANCHOR id="GtkSourceSearchSettings.see-also" href="gtksourceview-3.0/GtkSourceSearchSettings.html#GtkSourceSearchSettings.see-also">
|
550
527
|
<ANCHOR id="GtkSourceStyle" href="gtksourceview-3.0/GtkSourceStyle.html">
|
551
528
|
<ANCHOR id="GtkSourceStyle.synopsis" href="gtksourceview-3.0/GtkSourceStyle.html#GtkSourceStyle.synopsis">
|
552
529
|
<ANCHOR id="GtkSourceStyle.object-hierarchy" href="gtksourceview-3.0/GtkSourceStyle.html#GtkSourceStyle.object-hierarchy">
|
@@ -630,17 +607,103 @@
|
|
630
607
|
<ANCHOR id="GtkSourceUndoManager-can-redo-changed" href="gtksourceview-3.0/GtkSourceUndoManager.html#GtkSourceUndoManager-can-redo-changed">
|
631
608
|
<ANCHOR id="GtkSourceUndoManager-can-undo-changed" href="gtksourceview-3.0/GtkSourceUndoManager.html#GtkSourceUndoManager-can-undo-changed">
|
632
609
|
<ANCHOR id="GtkSourceUndoManager.see-also" href="gtksourceview-3.0/GtkSourceUndoManager.html#GtkSourceUndoManager.see-also">
|
610
|
+
<ANCHOR id="gtksourceview-3.0-GtkSourceUtils" href="gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html">
|
611
|
+
<ANCHOR id="gtksourceview-3.0-GtkSourceUtils.synopsis" href="gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html#gtksourceview-3.0-GtkSourceUtils.synopsis">
|
612
|
+
<ANCHOR id="gtksourceview-3.0-GtkSourceUtils.description" href="gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html#gtksourceview-3.0-GtkSourceUtils.description">
|
613
|
+
<ANCHOR id="gtksourceview-3.0-GtkSourceUtils.details" href="gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html#gtksourceview-3.0-GtkSourceUtils.details">
|
614
|
+
<ANCHOR id="gtk-source-utils-unescape-search-text" href="gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-unescape-search-text">
|
615
|
+
<ANCHOR id="gtk-source-utils-escape-search-text" href="gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-escape-search-text">
|
616
|
+
<ANCHOR id="GtkSourceView" href="gtksourceview-3.0/GtkSourceView.html">
|
617
|
+
<ANCHOR id="GtkSourceView.synopsis" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.synopsis">
|
618
|
+
<ANCHOR id="GtkSourceView.object-hierarchy" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.object-hierarchy">
|
619
|
+
<ANCHOR id="GtkSourceView.implemented-interfaces" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.implemented-interfaces">
|
620
|
+
<ANCHOR id="GtkSourceView.properties" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.properties">
|
621
|
+
<ANCHOR id="GtkSourceView.signals" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.signals">
|
622
|
+
<ANCHOR id="GtkSourceView.description" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.description">
|
623
|
+
<ANCHOR id="GtkSourceView.details" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.details">
|
624
|
+
<ANCHOR id="GtkSourceView-struct" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-struct">
|
625
|
+
<ANCHOR id="GtkSourceSmartHomeEndType" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceSmartHomeEndType">
|
626
|
+
<ANCHOR id="GTK-SOURCE-SMART-HOME-END-DISABLED:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-DISABLED:CAPS">
|
627
|
+
<ANCHOR id="GTK-SOURCE-SMART-HOME-END-BEFORE:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-BEFORE:CAPS">
|
628
|
+
<ANCHOR id="GTK-SOURCE-SMART-HOME-END-AFTER:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-AFTER:CAPS">
|
629
|
+
<ANCHOR id="GTK-SOURCE-SMART-HOME-END-ALWAYS:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-ALWAYS:CAPS">
|
630
|
+
<ANCHOR id="GtkSourceDrawSpacesFlags" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceDrawSpacesFlags">
|
631
|
+
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-SPACE:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-SPACE:CAPS">
|
632
|
+
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-TAB:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TAB:CAPS">
|
633
|
+
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-NEWLINE:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-NEWLINE:CAPS">
|
634
|
+
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-NBSP:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-NBSP:CAPS">
|
635
|
+
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-LEADING:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-LEADING:CAPS">
|
636
|
+
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-TEXT:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TEXT:CAPS">
|
637
|
+
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-TRAILING:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TRAILING:CAPS">
|
638
|
+
<ANCHOR id="GTK-SOURCE-DRAW-SPACES-ALL:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-ALL:CAPS">
|
639
|
+
<ANCHOR id="GtkSourceViewGutterPosition" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceViewGutterPosition">
|
640
|
+
<ANCHOR id="GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS">
|
641
|
+
<ANCHOR id="GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS" href="gtksourceview-3.0/GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS">
|
642
|
+
<ANCHOR id="gtk-source-view-new" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-new">
|
643
|
+
<ANCHOR id="gtk-source-view-new-with-buffer" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-new-with-buffer">
|
644
|
+
<ANCHOR id="gtk-source-view-set-auto-indent" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-auto-indent">
|
645
|
+
<ANCHOR id="gtk-source-view-get-auto-indent" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-auto-indent">
|
646
|
+
<ANCHOR id="gtk-source-view-set-indent-on-tab" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-indent-on-tab">
|
647
|
+
<ANCHOR id="gtk-source-view-get-indent-on-tab" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-indent-on-tab">
|
648
|
+
<ANCHOR id="gtk-source-view-set-indent-width" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-indent-width">
|
649
|
+
<ANCHOR id="gtk-source-view-get-indent-width" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-indent-width">
|
650
|
+
<ANCHOR id="gtk-source-view-set-insert-spaces-instead-of-tabs" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-insert-spaces-instead-of-tabs">
|
651
|
+
<ANCHOR id="gtk-source-view-get-insert-spaces-instead-of-tabs" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-insert-spaces-instead-of-tabs">
|
652
|
+
<ANCHOR id="gtk-source-view-set-smart-home-end" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-smart-home-end">
|
653
|
+
<ANCHOR id="gtk-source-view-get-smart-home-end" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-smart-home-end">
|
654
|
+
<ANCHOR id="gtk-source-view-set-mark-attributes" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-mark-attributes">
|
655
|
+
<ANCHOR id="gtk-source-view-get-mark-attributes" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-mark-attributes">
|
656
|
+
<ANCHOR id="gtk-source-view-set-highlight-current-line" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-highlight-current-line">
|
657
|
+
<ANCHOR id="gtk-source-view-get-highlight-current-line" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-highlight-current-line">
|
658
|
+
<ANCHOR id="gtk-source-view-set-show-line-marks" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-show-line-marks">
|
659
|
+
<ANCHOR id="gtk-source-view-get-show-line-marks" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-show-line-marks">
|
660
|
+
<ANCHOR id="gtk-source-view-set-show-line-numbers" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-show-line-numbers">
|
661
|
+
<ANCHOR id="gtk-source-view-get-show-line-numbers" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-show-line-numbers">
|
662
|
+
<ANCHOR id="gtk-source-view-set-show-right-margin" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-show-right-margin">
|
663
|
+
<ANCHOR id="gtk-source-view-get-show-right-margin" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-show-right-margin">
|
664
|
+
<ANCHOR id="gtk-source-view-set-right-margin-position" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-right-margin-position">
|
665
|
+
<ANCHOR id="gtk-source-view-get-right-margin-position" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-right-margin-position">
|
666
|
+
<ANCHOR id="gtk-source-view-set-tab-width" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-tab-width">
|
667
|
+
<ANCHOR id="gtk-source-view-get-tab-width" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-tab-width">
|
668
|
+
<ANCHOR id="gtk-source-view-set-draw-spaces" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-set-draw-spaces">
|
669
|
+
<ANCHOR id="gtk-source-view-get-draw-spaces" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-draw-spaces">
|
670
|
+
<ANCHOR id="gtk-source-view-get-completion" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-completion">
|
671
|
+
<ANCHOR id="gtk-source-view-get-gutter" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-gutter">
|
672
|
+
<ANCHOR id="gtk-source-view-get-visual-column" href="gtksourceview-3.0/GtkSourceView.html#gtk-source-view-get-visual-column">
|
673
|
+
<ANCHOR id="GtkSourceView.property-details" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.property-details">
|
674
|
+
<ANCHOR id="GtkSourceView--auto-indent" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--auto-indent">
|
675
|
+
<ANCHOR id="GtkSourceView--completion" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--completion">
|
676
|
+
<ANCHOR id="GtkSourceView--draw-spaces" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--draw-spaces">
|
677
|
+
<ANCHOR id="GtkSourceView--highlight-current-line" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--highlight-current-line">
|
678
|
+
<ANCHOR id="GtkSourceView--indent-on-tab" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--indent-on-tab">
|
679
|
+
<ANCHOR id="GtkSourceView--indent-width" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--indent-width">
|
680
|
+
<ANCHOR id="GtkSourceView--insert-spaces-instead-of-tabs" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--insert-spaces-instead-of-tabs">
|
681
|
+
<ANCHOR id="GtkSourceView--right-margin-position" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--right-margin-position">
|
682
|
+
<ANCHOR id="GtkSourceView--show-line-marks" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--show-line-marks">
|
683
|
+
<ANCHOR id="GtkSourceView--show-line-numbers" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--show-line-numbers">
|
684
|
+
<ANCHOR id="GtkSourceView--show-right-margin" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--show-right-margin">
|
685
|
+
<ANCHOR id="GtkSourceView--smart-home-end" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--smart-home-end">
|
686
|
+
<ANCHOR id="GtkSourceView--tab-width" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView--tab-width">
|
687
|
+
<ANCHOR id="GtkSourceView.signal-details" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.signal-details">
|
688
|
+
<ANCHOR id="GtkSourceView-line-mark-activated" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-line-mark-activated">
|
689
|
+
<ANCHOR id="GtkSourceView-move-lines" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-move-lines">
|
690
|
+
<ANCHOR id="GtkSourceView-move-words" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-move-words">
|
691
|
+
<ANCHOR id="GtkSourceView-redo" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-redo">
|
692
|
+
<ANCHOR id="GtkSourceView-show-completion" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-show-completion">
|
693
|
+
<ANCHOR id="GtkSourceView-smart-home-end" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-smart-home-end">
|
694
|
+
<ANCHOR id="GtkSourceView-undo" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView-undo">
|
695
|
+
<ANCHOR id="GtkSourceView.see-also" href="gtksourceview-3.0/GtkSourceView.html#GtkSourceView.see-also">
|
633
696
|
<ANCHOR id="lang-tutorial" href="gtksourceview-3.0/lang-tutorial.html">
|
634
697
|
<ANCHOR id="tutorial" href="gtksourceview-3.0/lang-tutorial.html#tutorial">
|
635
698
|
<ANCHOR id="lang-reference" href="gtksourceview-3.0/lang-reference.html">
|
636
699
|
<ANCHOR id="style-reference" href="gtksourceview-3.0/style-reference.html">
|
637
|
-
<ANCHOR id="annotation-glossterm-out" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-out">
|
638
|
-
<ANCHOR id="annotation-glossterm-out caller-allocates" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-out caller-allocates">
|
639
|
-
<ANCHOR id="annotation-glossterm-allow-none" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-allow-none">
|
640
|
-
<ANCHOR id="annotation-glossterm-transfer floating" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-transfer floating">
|
641
|
-
<ANCHOR id="annotation-glossterm-transfer none" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-transfer none">
|
642
|
-
<ANCHOR id="annotation-glossterm-array" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-array">
|
643
700
|
<ANCHOR id="annotation-glossterm-element-type" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-element-type">
|
701
|
+
<ANCHOR id="annotation-glossterm-out caller-allocates" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-out caller-allocates">
|
644
702
|
<ANCHOR id="annotation-glossterm-transfer container" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-transfer container">
|
703
|
+
<ANCHOR id="annotation-glossterm-array" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-array">
|
704
|
+
<ANCHOR id="annotation-glossterm-out" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-out">
|
705
|
+
<ANCHOR id="annotation-glossterm-transfer none" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-transfer none">
|
645
706
|
<ANCHOR id="annotation-glossterm-transfer full" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-transfer full">
|
646
707
|
<ANCHOR id="annotation-glossterm-type" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-type">
|
708
|
+
<ANCHOR id="annotation-glossterm-allow-none" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-allow-none">
|
709
|
+
<ANCHOR id="annotation-glossterm-transfer floating" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-transfer floating">
|