gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- 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 +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- metadata +13 -7
@@ -3,11 +3,11 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceLanguageManager: GtkSourceView 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="ch02.html" title="Syntax Highlighting">
|
9
9
|
<link rel="prev" href="GtkSourceLanguage.html" title="GtkSourceLanguage">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="ch03.html" title="Styling">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
23
|
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="GtkSourceLanguage.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
-
<td><a accesskey="n" href="
|
25
|
+
<td><a accesskey="n" href="ch03.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
28
28
|
<a name="GtkSourceLanguageManager"></a><div class="titlepage"></div>
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</tr></table></div>
|
36
36
|
<div class="refsect1">
|
37
37
|
<a name="GtkSourceLanguageManager.functions"></a><h2>Functions</h2>
|
38
|
-
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
39
39
|
<colgroup>
|
40
40
|
<col width="150px" class="functions_return">
|
41
41
|
<col class="functions_name">
|
@@ -66,14 +66,14 @@
|
|
66
66
|
</td>
|
67
67
|
</tr>
|
68
68
|
<tr>
|
69
|
-
<td class="function_type">const <a href="
|
69
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
|
70
70
|
</td>
|
71
71
|
<td class="function_name">
|
72
72
|
<a class="link" href="GtkSourceLanguageManager.html#gtk-source-language-manager-get-search-path" title="gtk_source_language_manager_get_search_path ()">gtk_source_language_manager_get_search_path</a> <span class="c_punctuation">()</span>
|
73
73
|
</td>
|
74
74
|
</tr>
|
75
75
|
<tr>
|
76
|
-
<td class="function_type">const <a href="
|
76
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
|
77
77
|
</td>
|
78
78
|
<td class="function_name">
|
79
79
|
<a class="link" href="GtkSourceLanguageManager.html#gtk-source-language-manager-get-language-ids" title="gtk_source_language_manager_get_language_ids ()">gtk_source_language_manager_get_language_ids</a> <span class="c_punctuation">()</span>
|
@@ -100,7 +100,7 @@
|
|
100
100
|
</div>
|
101
101
|
<div class="refsect1">
|
102
102
|
<a name="GtkSourceLanguageManager.properties"></a><h2>Properties</h2>
|
103
|
-
<div class="informaltable"><table border="0">
|
103
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
104
104
|
<colgroup>
|
105
105
|
<col width="150px" class="properties_type">
|
106
106
|
<col width="300px" class="properties_name">
|
@@ -108,12 +108,12 @@
|
|
108
108
|
</colgroup>
|
109
109
|
<tbody>
|
110
110
|
<tr>
|
111
|
-
<td class="property_type"><a href="
|
111
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
|
112
112
|
<td class="property_name"><a class="link" href="GtkSourceLanguageManager.html#GtkSourceLanguageManager--language-ids" title="The “language-ids” property">language-ids</a></td>
|
113
113
|
<td class="property_flags">Read</td>
|
114
114
|
</tr>
|
115
115
|
<tr>
|
116
|
-
<td class="property_type"><a href="
|
116
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
|
117
117
|
<td class="property_name"><a class="link" href="GtkSourceLanguageManager.html#GtkSourceLanguageManager--search-path" title="The “search-path” property">search-path</a></td>
|
118
118
|
<td class="property_flags">Read / Write</td>
|
119
119
|
</tr>
|
@@ -122,7 +122,7 @@
|
|
122
122
|
</div>
|
123
123
|
<div class="refsect1">
|
124
124
|
<a name="GtkSourceLanguageManager.other"></a><h2>Types and Values</h2>
|
125
|
-
<div class="informaltable"><table width="100%" border="0">
|
125
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
126
126
|
<colgroup>
|
127
127
|
<col width="150px" class="name">
|
128
128
|
<col class="description">
|
@@ -135,7 +135,7 @@
|
|
135
135
|
</div>
|
136
136
|
<div class="refsect1">
|
137
137
|
<a name="GtkSourceLanguageManager.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
138
|
-
<pre class="screen"> <a href="
|
138
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
139
139
|
<span class="lineart">╰──</span> GtkSourceLanguageManager
|
140
140
|
</pre>
|
141
141
|
</div>
|
@@ -188,12 +188,12 @@ Return value is owned by GtkSourceView library and must not be unref'ed. </p>
|
|
188
188
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
189
189
|
gtk_source_language_manager_set_search_path
|
190
190
|
(<em class="parameter"><code><a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a> *lm</code></em>,
|
191
|
-
<em class="parameter"><code><a href="
|
191
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **dirs</code></em>);</pre>
|
192
192
|
<p>Sets the list of directories where the <em class="parameter"><code>lm</code></em>
|
193
193
|
looks for
|
194
194
|
language files.
|
195
195
|
If <em class="parameter"><code>dirs</code></em>
|
196
|
-
is <a href="
|
196
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the search path is reset to default.</p>
|
197
197
|
<div class="note"><p>
|
198
198
|
At the moment this function can be called only before the
|
199
199
|
language files are loaded for the first time. In practice
|
@@ -202,7 +202,7 @@ If <em class="parameter"><code>dirs</code></em>
|
|
202
202
|
</p></div>
|
203
203
|
<div class="refsect3">
|
204
204
|
<a name="gtk-source-language-manager-set-search-path.parameters"></a><h4>Parameters</h4>
|
205
|
-
<div class="informaltable"><table width="100%" border="0">
|
205
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
206
206
|
<colgroup>
|
207
207
|
<col width="150px" class="parameters_name">
|
208
208
|
<col class="parameters_description">
|
@@ -216,8 +216,8 @@ If <em class="parameter"><code>dirs</code></em>
|
|
216
216
|
</tr>
|
217
217
|
<tr>
|
218
218
|
<td class="parameter_name"><p>dirs</p></td>
|
219
|
-
<td class="parameter_description"><p>a <a href="
|
220
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
219
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
220
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td>
|
221
221
|
</tr>
|
222
222
|
</tbody>
|
223
223
|
</table></div>
|
@@ -226,14 +226,14 @@ If <em class="parameter"><code>dirs</code></em>
|
|
226
226
|
<hr>
|
227
227
|
<div class="refsect2">
|
228
228
|
<a name="gtk-source-language-manager-get-search-path"></a><h3>gtk_source_language_manager_get_search_path ()</h3>
|
229
|
-
<pre class="programlisting">const <a href="
|
229
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
|
230
230
|
gtk_source_language_manager_get_search_path
|
231
231
|
(<em class="parameter"><code><a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a> *lm</code></em>);</pre>
|
232
232
|
<p>Gets the list directories where <em class="parameter"><code>lm</code></em>
|
233
233
|
looks for language files.</p>
|
234
234
|
<div class="refsect3">
|
235
235
|
<a name="gtk-source-language-manager-get-search-path.parameters"></a><h4>Parameters</h4>
|
236
|
-
<div class="informaltable"><table width="100%" border="0">
|
236
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
237
237
|
<colgroup>
|
238
238
|
<col width="150px" class="parameters_name">
|
239
239
|
<col class="parameters_description">
|
@@ -248,7 +248,7 @@ gtk_source_language_manager_get_search_path
|
|
248
248
|
</div>
|
249
249
|
<div class="refsect3">
|
250
250
|
<a name="gtk-source-language-manager-get-search-path.returns"></a><h4>Returns</h4>
|
251
|
-
<p> <a href="
|
251
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
|
252
252
|
containg a list of language files directories.
|
253
253
|
The array is owned by <em class="parameter"><code>lm</code></em>
|
254
254
|
and must not be modified. </p>
|
@@ -258,13 +258,13 @@ and must not be modified. </p>
|
|
258
258
|
<hr>
|
259
259
|
<div class="refsect2">
|
260
260
|
<a name="gtk-source-language-manager-get-language-ids"></a><h3>gtk_source_language_manager_get_language_ids ()</h3>
|
261
|
-
<pre class="programlisting">const <a href="
|
261
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
|
262
262
|
gtk_source_language_manager_get_language_ids
|
263
263
|
(<em class="parameter"><code><a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a> *lm</code></em>);</pre>
|
264
264
|
<p>Returns the ids of the available languages.</p>
|
265
265
|
<div class="refsect3">
|
266
266
|
<a name="gtk-source-language-manager-get-language-ids.parameters"></a><h4>Parameters</h4>
|
267
|
-
<div class="informaltable"><table width="100%" border="0">
|
267
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
268
268
|
<colgroup>
|
269
269
|
<col width="150px" class="parameters_name">
|
270
270
|
<col class="parameters_description">
|
@@ -279,8 +279,8 @@ gtk_source_language_manager_get_language_ids
|
|
279
279
|
</div>
|
280
280
|
<div class="refsect3">
|
281
281
|
<a name="gtk-source-language-manager-get-language-ids.returns"></a><h4>Returns</h4>
|
282
|
-
<p>a <a href="
|
283
|
-
languages or <a href="
|
282
|
+
<p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings containing the ids of the available
|
283
|
+
languages or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no language is available.
|
284
284
|
The array is sorted alphabetically according to the language name.
|
285
285
|
The array is owned by <em class="parameter"><code>lm</code></em>
|
286
286
|
and must not be modified. </p>
|
@@ -293,13 +293,13 @@ and must not be modified. </p>
|
|
293
293
|
<pre class="programlisting"><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="returnvalue">GtkSourceLanguage</span></a> *
|
294
294
|
gtk_source_language_manager_get_language
|
295
295
|
(<em class="parameter"><code><a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a> *lm</code></em>,
|
296
|
-
<em class="parameter"><code>const <a href="
|
296
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);</pre>
|
297
297
|
<p>Gets the <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> identified by the given <em class="parameter"><code>id</code></em>
|
298
298
|
in the language
|
299
299
|
manager.</p>
|
300
300
|
<div class="refsect3">
|
301
301
|
<a name="gtk-source-language-manager-get-language.parameters"></a><h4>Parameters</h4>
|
302
|
-
<div class="informaltable"><table width="100%" border="0">
|
302
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
303
303
|
<colgroup>
|
304
304
|
<col width="150px" class="parameters_name">
|
305
305
|
<col class="parameters_description">
|
@@ -321,7 +321,7 @@ manager.</p>
|
|
321
321
|
</div>
|
322
322
|
<div class="refsect3">
|
323
323
|
<a name="gtk-source-language-manager-get-language.returns"></a><h4>Returns</h4>
|
324
|
-
<p> a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a>, or <a href="
|
324
|
+
<p> a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
325
325
|
if there is no language identified by the given <em class="parameter"><code>id</code></em>
|
326
326
|
. Return value is
|
327
327
|
owned by <em class="parameter"><code>lm</code></em>
|
@@ -335,13 +335,13 @@ and should not be freed. </p>
|
|
335
335
|
<pre class="programlisting"><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="returnvalue">GtkSourceLanguage</span></a> *
|
336
336
|
gtk_source_language_manager_guess_language
|
337
337
|
(<em class="parameter"><code><a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a> *lm</code></em>,
|
338
|
-
<em class="parameter"><code>const <a href="
|
339
|
-
<em class="parameter"><code>const <a href="
|
338
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>,
|
339
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *content_type</code></em>);</pre>
|
340
340
|
<p>Picks a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> for given file name and content type,
|
341
341
|
according to the information in lang files. Either <em class="parameter"><code>filename</code></em>
|
342
342
|
or
|
343
343
|
<em class="parameter"><code>content_type</code></em>
|
344
|
-
may be <a href="
|
344
|
+
may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. This function can be used as follows:</p>
|
345
345
|
<div class="informalexample">
|
346
346
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
347
347
|
<tbody>
|
@@ -350,7 +350,7 @@ according to the information in lang files. Either <em class="parameter"><code>f
|
|
350
350
|
2
|
351
351
|
3</pre></td>
|
352
352
|
<td class="listing_code"><pre class="programlisting"><span class="usertype">GtkSourceLanguage</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">lang</span><span class="symbol">;</span>
|
353
|
-
<span class="normal">lang </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourceLanguageManager.html#gtk-source-language-manager-guess-language">gtk_source_language_manager_guess_language</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">filename</span><span class="symbol">,</span><span class="normal"> <a href="
|
353
|
+
<span class="normal">lang </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourceLanguageManager.html#gtk-source-language-manager-guess-language">gtk_source_language_manager_guess_language</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">filename</span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
|
354
354
|
<span class="function"><a href="GtkSourceBuffer.html#gtk-source-buffer-set-language">gtk_source_buffer_set_language</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">buffer</span><span class="symbol">,</span><span class="normal"> lang</span><span class="symbol">);</span></pre></td>
|
355
355
|
</tr>
|
356
356
|
</tbody>
|
@@ -377,21 +377,21 @@ according to the information in lang files. Either <em class="parameter"><code>f
|
|
377
377
|
13
|
378
378
|
14
|
379
379
|
15</pre></td>
|
380
|
-
<td class="listing_code"><pre class="programlisting"><span class="usertype">GtkSourceLanguage</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">lang </span><span class="symbol">=</span><span class="normal"> <a href="
|
380
|
+
<td class="listing_code"><pre class="programlisting"><span class="usertype">GtkSourceLanguage</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">lang </span><span class="symbol">=</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">;</span>
|
381
381
|
<span class="usertype">gboolean</span><span class="normal"> result_uncertain</span><span class="symbol">;</span>
|
382
382
|
<span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">content_type</span><span class="symbol">;</span>
|
383
383
|
|
384
|
-
<span class="normal">content_type </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="
|
384
|
+
<span class="normal">content_type </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html#g-content-type-guess">g_content_type_guess</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">filename</span><span class="symbol">,</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">result_uncertain</span><span class="symbol">);</span>
|
385
385
|
<span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">result_uncertain</span><span class="symbol">)</span>
|
386
386
|
<span class="normal"> </span><span class="cbracket">{</span>
|
387
|
-
<span class="normal"> </span><span class="function"><a href="
|
388
|
-
<span class="normal"> content_type </span><span class="symbol">=</span><span class="normal"> <a href="
|
387
|
+
<span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">content_type</span><span class="symbol">);</span>
|
388
|
+
<span class="normal"> content_type </span><span class="symbol">=</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">;</span>
|
389
389
|
<span class="normal"> </span><span class="cbracket">}</span>
|
390
390
|
|
391
391
|
<span class="normal">lang </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourceLanguageManager.html#gtk-source-language-manager-guess-language">gtk_source_language_manager_guess_language</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">manager</span><span class="symbol">,</span><span class="normal"> filename</span><span class="symbol">,</span><span class="normal"> content_type</span><span class="symbol">);</span>
|
392
392
|
<span class="function"><a href="GtkSourceBuffer.html#gtk-source-buffer-set-language">gtk_source_buffer_set_language</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">buffer</span><span class="symbol">,</span><span class="normal"> lang</span><span class="symbol">);</span>
|
393
393
|
|
394
|
-
<span class="function"><a href="
|
394
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">content_type</span><span class="symbol">);</span></pre></td>
|
395
395
|
</tr>
|
396
396
|
</tbody>
|
397
397
|
</table>
|
@@ -401,7 +401,7 @@ according to the information in lang files. Either <em class="parameter"><code>f
|
|
401
401
|
if you need full control over file -> language mapping.</p>
|
402
402
|
<div class="refsect3">
|
403
403
|
<a name="gtk-source-language-manager-guess-language.parameters"></a><h4>Parameters</h4>
|
404
|
-
<div class="informaltable"><table width="100%" border="0">
|
404
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
405
405
|
<colgroup>
|
406
406
|
<col width="150px" class="parameters_name">
|
407
407
|
<col class="parameters_description">
|
@@ -415,20 +415,20 @@ if you need full control over file -> language mapping.</p>
|
|
415
415
|
</tr>
|
416
416
|
<tr>
|
417
417
|
<td class="parameter_name"><p>filename</p></td>
|
418
|
-
<td class="parameter_description"><p> a filename in Glib filename encoding, or <a href="
|
419
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
418
|
+
<td class="parameter_description"><p> a filename in Glib filename encoding, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
419
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
420
420
|
</tr>
|
421
421
|
<tr>
|
422
422
|
<td class="parameter_name"><p>content_type</p></td>
|
423
|
-
<td class="parameter_description"><p> a content type (as in GIO API), or <a href="
|
424
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
423
|
+
<td class="parameter_description"><p> a content type (as in GIO API), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
424
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
425
425
|
</tr>
|
426
426
|
</tbody>
|
427
427
|
</table></div>
|
428
428
|
</div>
|
429
429
|
<div class="refsect3">
|
430
430
|
<a name="gtk-source-language-manager-guess-language.returns"></a><h4>Returns</h4>
|
431
|
-
<p> a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a>, or <a href="
|
431
|
+
<p> a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there
|
432
432
|
is no suitable language for given <em class="parameter"><code>filename</code></em>
|
433
433
|
and/or <em class="parameter"><code>content_type</code></em>
|
434
434
|
. Return
|
@@ -450,14 +450,14 @@ and should not be freed. </p>
|
|
450
450
|
<a name="GtkSourceLanguageManager.property-details"></a><h2>Property Details</h2>
|
451
451
|
<div class="refsect2">
|
452
452
|
<a name="GtkSourceLanguageManager--language-ids"></a><h3>The <code class="literal">“language-ids”</code> property</h3>
|
453
|
-
<pre class="programlisting"> “language-ids” <a href="
|
453
|
+
<pre class="programlisting"> “language-ids” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
|
454
454
|
<p>List of the ids of the available languages.</p>
|
455
455
|
<p>Flags: Read</p>
|
456
456
|
</div>
|
457
457
|
<hr>
|
458
458
|
<div class="refsect2">
|
459
459
|
<a name="GtkSourceLanguageManager--search-path"></a><h3>The <code class="literal">“search-path”</code> property</h3>
|
460
|
-
<pre class="programlisting"> “search-path” <a href="
|
460
|
+
<pre class="programlisting"> “search-path” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
|
461
461
|
<p>List of directories where the language specification files (.lang) are located.</p>
|
462
462
|
<p>Flags: Read / Write</p>
|
463
463
|
</div>
|
@@ -3,11 +3,11 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceMap: GtkSourceView 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="
|
10
|
-
<link rel="next" href="
|
8
|
+
<link rel="up" href="ch09.html" title="Other">
|
9
|
+
<link rel="prev" href="ch09.html" title="Other">
|
10
|
+
<link rel="next" href="GtkSourceRegion.html" title="GtkSourceRegion">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -21,9 +21,9 @@
|
|
21
21
|
<a href="#GtkSourceMap.properties" class="shortcut">Properties</a></span>
|
22
22
|
</td>
|
23
23
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
|
-
<td><a accesskey="u" href="
|
25
|
-
<td><a accesskey="p" href="
|
26
|
-
<td><a accesskey="n" href="
|
24
|
+
<td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
25
|
+
<td><a accesskey="p" href="ch09.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
|
+
<td><a accesskey="n" href="GtkSourceRegion.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
27
27
|
</tr></table>
|
28
28
|
<div class="refentry">
|
29
29
|
<a name="GtkSourceMap"></a><div class="titlepage"></div>
|
@@ -36,7 +36,7 @@
|
|
36
36
|
</tr></table></div>
|
37
37
|
<div class="refsect1">
|
38
38
|
<a name="GtkSourceMap.functions"></a><h2>Functions</h2>
|
39
|
-
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
40
40
|
<colgroup>
|
41
41
|
<col width="150px" class="functions_return">
|
42
42
|
<col class="functions_name">
|
@@ -44,7 +44,7 @@
|
|
44
44
|
<tbody>
|
45
45
|
<tr>
|
46
46
|
<td class="function_type">
|
47
|
-
<a href="http://developer.gnome.org/
|
47
|
+
<a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
|
48
48
|
</td>
|
49
49
|
<td class="function_name">
|
50
50
|
<a class="link" href="GtkSourceMap.html#gtk-source-map-new" title="gtk_source_map_new ()">gtk_source_map_new</a> <span class="c_punctuation">()</span>
|
@@ -71,7 +71,7 @@
|
|
71
71
|
</div>
|
72
72
|
<div class="refsect1">
|
73
73
|
<a name="GtkSourceMap.properties"></a><h2>Properties</h2>
|
74
|
-
<div class="informaltable"><table border="0">
|
74
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
75
75
|
<colgroup>
|
76
76
|
<col width="150px" class="properties_type">
|
77
77
|
<col width="300px" class="properties_name">
|
@@ -95,7 +95,7 @@
|
|
95
95
|
</div>
|
96
96
|
<div class="refsect1">
|
97
97
|
<a name="GtkSourceMap.other"></a><h2>Types and Values</h2>
|
98
|
-
<div class="informaltable"><table width="100%" border="0">
|
98
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
99
99
|
<colgroup>
|
100
100
|
<col width="150px" class="name">
|
101
101
|
<col class="description">
|
@@ -108,11 +108,11 @@
|
|
108
108
|
</div>
|
109
109
|
<div class="refsect1">
|
110
110
|
<a name="GtkSourceMap.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
111
|
-
<pre class="screen"> <a href="
|
112
|
-
<span class="lineart">╰──</span> <a href="
|
113
|
-
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/
|
114
|
-
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/
|
115
|
-
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/
|
111
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
112
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
113
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
|
114
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
|
115
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct">GtkTextView</a>
|
116
116
|
<span class="lineart">╰──</span> <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
117
117
|
<span class="lineart">╰──</span> GtkSourceMap
|
118
118
|
</pre>
|
@@ -121,7 +121,7 @@
|
|
121
121
|
<a name="GtkSourceMap.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
122
122
|
<p>
|
123
123
|
GtkSourceMap implements
|
124
|
-
AtkImplementorIface, <a href="http://developer.gnome.org/
|
124
|
+
AtkImplementorIface, <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollable-struct">GtkScrollable</a>.</p>
|
125
125
|
</div>
|
126
126
|
<div class="refsect1">
|
127
127
|
<a name="GtkSourceMap.includes"></a><h2>Includes</h2>
|
@@ -150,7 +150,7 @@ appropriate font size. "Monospace 1" is the default. See
|
|
150
150
|
<a name="GtkSourceMap.functions_details"></a><h2>Functions</h2>
|
151
151
|
<div class="refsect2">
|
152
152
|
<a name="gtk-source-map-new"></a><h3>gtk_source_map_new ()</h3>
|
153
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
153
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
|
154
154
|
gtk_source_map_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
155
155
|
<p>Creates a new <a class="link" href="GtkSourceMap.html" title="GtkSourceMap"><span class="type">GtkSourceMap</span></a>.</p>
|
156
156
|
<div class="refsect3">
|
@@ -169,7 +169,7 @@ gtk_source_map_set_view (<em class="parameter"><code><a class="link" href="GtkSo
|
|
169
169
|
will be doing the mapping to.</p>
|
170
170
|
<div class="refsect3">
|
171
171
|
<a name="gtk-source-map-set-view.parameters"></a><h4>Parameters</h4>
|
172
|
-
<div class="informaltable"><table width="100%" border="0">
|
172
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
173
173
|
<colgroup>
|
174
174
|
<col width="150px" class="parameters_name">
|
175
175
|
<col class="parameters_description">
|
@@ -199,7 +199,7 @@ gtk_source_map_get_view (<em class="parameter"><code><a class="link" href="GtkSo
|
|
199
199
|
<p>Gets the <a class="link" href="GtkSourceMap.html#GtkSourceMap--view" title="The “view” property"><span class="type">“view”</span></a> property, which is the view this widget is mapping.</p>
|
200
200
|
<div class="refsect3">
|
201
201
|
<a name="gtk-source-map-get-view.parameters"></a><h4>Parameters</h4>
|
202
|
-
<div class="informaltable"><table width="100%" border="0">
|
202
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
203
203
|
<colgroup>
|
204
204
|
<col width="150px" class="parameters_name">
|
205
205
|
<col class="parameters_description">
|
@@ -214,7 +214,7 @@ gtk_source_map_get_view (<em class="parameter"><code><a class="link" href="GtkSo
|
|
214
214
|
</div>
|
215
215
|
<div class="refsect3">
|
216
216
|
<a name="gtk-source-map-get-view.returns"></a><h4>Returns</h4>
|
217
|
-
<p> a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> or <a href="
|
217
|
+
<p> a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
218
218
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
219
219
|
</div>
|
220
220
|
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|