gtksourceview3 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +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,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceLanguage: 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="ch02.html" title="Syntax Highlighting">
|
@@ -35,28 +35,28 @@
|
|
35
35
|
</tr></table></div>
|
36
36
|
<div class="refsect1">
|
37
37
|
<a name="GtkSourceLanguage.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">
|
42
42
|
</colgroup>
|
43
43
|
<tbody>
|
44
44
|
<tr>
|
45
|
-
<td class="function_type">const <a href="
|
45
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
46
46
|
</td>
|
47
47
|
<td class="function_name">
|
48
48
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-id" title="gtk_source_language_get_id ()">gtk_source_language_get_id</a> <span class="c_punctuation">()</span>
|
49
49
|
</td>
|
50
50
|
</tr>
|
51
51
|
<tr>
|
52
|
-
<td class="function_type">const <a href="
|
52
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
53
53
|
</td>
|
54
54
|
<td class="function_name">
|
55
55
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-name" title="gtk_source_language_get_name ()">gtk_source_language_get_name</a> <span class="c_punctuation">()</span>
|
56
56
|
</td>
|
57
57
|
</tr>
|
58
58
|
<tr>
|
59
|
-
<td class="function_type">const <a href="
|
59
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
60
60
|
</td>
|
61
61
|
<td class="function_name">
|
62
62
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-section" title="gtk_source_language_get_section ()">gtk_source_language_get_section</a> <span class="c_punctuation">()</span>
|
@@ -64,14 +64,14 @@
|
|
64
64
|
</tr>
|
65
65
|
<tr>
|
66
66
|
<td class="function_type">
|
67
|
-
<a href="
|
67
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
68
68
|
</td>
|
69
69
|
<td class="function_name">
|
70
70
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-hidden" title="gtk_source_language_get_hidden ()">gtk_source_language_get_hidden</a> <span class="c_punctuation">()</span>
|
71
71
|
</td>
|
72
72
|
</tr>
|
73
73
|
<tr>
|
74
|
-
<td class="function_type">const <a href="
|
74
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
75
75
|
</td>
|
76
76
|
<td class="function_name">
|
77
77
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-metadata" title="gtk_source_language_get_metadata ()">gtk_source_language_get_metadata</a> <span class="c_punctuation">()</span>
|
@@ -79,7 +79,7 @@
|
|
79
79
|
</tr>
|
80
80
|
<tr>
|
81
81
|
<td class="function_type">
|
82
|
-
<a href="
|
82
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
83
83
|
</td>
|
84
84
|
<td class="function_name">
|
85
85
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-mime-types" title="gtk_source_language_get_mime_types ()">gtk_source_language_get_mime_types</a> <span class="c_punctuation">()</span>
|
@@ -87,14 +87,14 @@
|
|
87
87
|
</tr>
|
88
88
|
<tr>
|
89
89
|
<td class="function_type">
|
90
|
-
<a href="
|
90
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
91
91
|
</td>
|
92
92
|
<td class="function_name">
|
93
93
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-globs" title="gtk_source_language_get_globs ()">gtk_source_language_get_globs</a> <span class="c_punctuation">()</span>
|
94
94
|
</td>
|
95
95
|
</tr>
|
96
96
|
<tr>
|
97
|
-
<td class="function_type">const <a href="
|
97
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
98
98
|
</td>
|
99
99
|
<td class="function_name">
|
100
100
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-style-name" title="gtk_source_language_get_style_name ()">gtk_source_language_get_style_name</a> <span class="c_punctuation">()</span>
|
@@ -102,14 +102,14 @@
|
|
102
102
|
</tr>
|
103
103
|
<tr>
|
104
104
|
<td class="function_type">
|
105
|
-
<a href="
|
105
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
106
106
|
</td>
|
107
107
|
<td class="function_name">
|
108
108
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-style-ids" title="gtk_source_language_get_style_ids ()">gtk_source_language_get_style_ids</a> <span class="c_punctuation">()</span>
|
109
109
|
</td>
|
110
110
|
</tr>
|
111
111
|
<tr>
|
112
|
-
<td class="function_type">const <a href="
|
112
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
113
113
|
</td>
|
114
114
|
<td class="function_name">
|
115
115
|
<a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-style-fallback" title="gtk_source_language_get_style_fallback ()">gtk_source_language_get_style_fallback</a> <span class="c_punctuation">()</span>
|
@@ -120,7 +120,7 @@
|
|
120
120
|
</div>
|
121
121
|
<div class="refsect1">
|
122
122
|
<a name="GtkSourceLanguage.properties"></a><h2>Properties</h2>
|
123
|
-
<div class="informaltable"><table border="0">
|
123
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
124
124
|
<colgroup>
|
125
125
|
<col width="150px" class="properties_type">
|
126
126
|
<col width="300px" class="properties_name">
|
@@ -128,25 +128,25 @@
|
|
128
128
|
</colgroup>
|
129
129
|
<tbody>
|
130
130
|
<tr>
|
131
|
-
<td class="property_type"><a href="
|
131
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
132
132
|
<td class="property_name"><a class="link" href="GtkSourceLanguage.html#GtkSourceLanguage--hidden" title="The “hidden” property">hidden</a></td>
|
133
133
|
<td class="property_flags">Read</td>
|
134
134
|
</tr>
|
135
135
|
<tr>
|
136
136
|
<td class="property_type">
|
137
|
-
<a href="
|
137
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
138
138
|
<td class="property_name"><a class="link" href="GtkSourceLanguage.html#GtkSourceLanguage--id" title="The “id” property">id</a></td>
|
139
139
|
<td class="property_flags">Read</td>
|
140
140
|
</tr>
|
141
141
|
<tr>
|
142
142
|
<td class="property_type">
|
143
|
-
<a href="
|
143
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
144
144
|
<td class="property_name"><a class="link" href="GtkSourceLanguage.html#GtkSourceLanguage--name" title="The “name” property">name</a></td>
|
145
145
|
<td class="property_flags">Read</td>
|
146
146
|
</tr>
|
147
147
|
<tr>
|
148
148
|
<td class="property_type">
|
149
|
-
<a href="
|
149
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
150
150
|
<td class="property_name"><a class="link" href="GtkSourceLanguage.html#GtkSourceLanguage--section" title="The “section” property">section</a></td>
|
151
151
|
<td class="property_flags">Read</td>
|
152
152
|
</tr>
|
@@ -155,7 +155,7 @@
|
|
155
155
|
</div>
|
156
156
|
<div class="refsect1">
|
157
157
|
<a name="GtkSourceLanguage.other"></a><h2>Types and Values</h2>
|
158
|
-
<div class="informaltable"><table width="100%" border="0">
|
158
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
159
159
|
<colgroup>
|
160
160
|
<col width="150px" class="name">
|
161
161
|
<col class="description">
|
@@ -168,7 +168,7 @@
|
|
168
168
|
</div>
|
169
169
|
<div class="refsect1">
|
170
170
|
<a name="GtkSourceLanguage.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
171
|
-
<pre class="screen"> <a href="
|
171
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
172
172
|
<span class="lineart">╰──</span> GtkSourceLanguage
|
173
173
|
</pre>
|
174
174
|
</div>
|
@@ -179,16 +179,16 @@
|
|
179
179
|
</div>
|
180
180
|
<div class="refsect1">
|
181
181
|
<a name="GtkSourceLanguage.description"></a><h2>Description</h2>
|
182
|
-
<p
|
183
|
-
|
184
|
-
<a class="link" href="
|
185
|
-
to a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>.</p>
|
182
|
+
<p>A <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> represents a programming or markup language, affecting
|
183
|
+
syntax highlighting and <a class="link" href="GtkSourceBuffer.html#context-classes" title="Context Classes">context classes</a>.</p>
|
184
|
+
<p>Use <a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a> to obtain a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> instance, and
|
185
|
+
<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-language" title="gtk_source_buffer_set_language ()"><code class="function">gtk_source_buffer_set_language()</code></a> to apply it to a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>.</p>
|
186
186
|
</div>
|
187
187
|
<div class="refsect1">
|
188
188
|
<a name="GtkSourceLanguage.functions_details"></a><h2>Functions</h2>
|
189
189
|
<div class="refsect2">
|
190
190
|
<a name="gtk-source-language-get-id"></a><h3>gtk_source_language_get_id ()</h3>
|
191
|
-
<pre class="programlisting">const <a href="
|
191
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
192
192
|
gtk_source_language_get_id (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);</pre>
|
193
193
|
<p>Returns the ID of the language. The ID is not locale-dependent.
|
194
194
|
The returned string is owned by <em class="parameter"><code>language</code></em>
|
@@ -196,7 +196,7 @@ The returned string is owned by <em class="parameter"><code>language</code></em>
|
|
196
196
|
or modified.</p>
|
197
197
|
<div class="refsect3">
|
198
198
|
<a name="gtk-source-language-get-id.parameters"></a><h4>Parameters</h4>
|
199
|
-
<div class="informaltable"><table width="100%" border="0">
|
199
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
200
200
|
<colgroup>
|
201
201
|
<col width="150px" class="parameters_name">
|
202
202
|
<col class="parameters_description">
|
@@ -218,7 +218,7 @@ or modified.</p>
|
|
218
218
|
<hr>
|
219
219
|
<div class="refsect2">
|
220
220
|
<a name="gtk-source-language-get-name"></a><h3>gtk_source_language_get_name ()</h3>
|
221
|
-
<pre class="programlisting">const <a href="
|
221
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
222
222
|
gtk_source_language_get_name (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);</pre>
|
223
223
|
<p>Returns the localized name of the language.
|
224
224
|
The returned string is owned by <em class="parameter"><code>language</code></em>
|
@@ -226,7 +226,7 @@ The returned string is owned by <em class="parameter"><code>language</code></em>
|
|
226
226
|
or modified.</p>
|
227
227
|
<div class="refsect3">
|
228
228
|
<a name="gtk-source-language-get-name.parameters"></a><h4>Parameters</h4>
|
229
|
-
<div class="informaltable"><table width="100%" border="0">
|
229
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
230
230
|
<colgroup>
|
231
231
|
<col width="150px" class="parameters_name">
|
232
232
|
<col class="parameters_description">
|
@@ -248,7 +248,7 @@ or modified.</p>
|
|
248
248
|
<hr>
|
249
249
|
<div class="refsect2">
|
250
250
|
<a name="gtk-source-language-get-section"></a><h3>gtk_source_language_get_section ()</h3>
|
251
|
-
<pre class="programlisting">const <a href="
|
251
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
252
252
|
gtk_source_language_get_section (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);</pre>
|
253
253
|
<p>Returns the localized section of the language.
|
254
254
|
Each language belong to a section (ex. HTML belogs to the
|
@@ -258,7 +258,7 @@ The returned string is owned by <em class="parameter"><code>language</code></em>
|
|
258
258
|
or modified.</p>
|
259
259
|
<div class="refsect3">
|
260
260
|
<a name="gtk-source-language-get-section.parameters"></a><h4>Parameters</h4>
|
261
|
-
<div class="informaltable"><table width="100%" border="0">
|
261
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
262
262
|
<colgroup>
|
263
263
|
<col width="150px" class="parameters_name">
|
264
264
|
<col class="parameters_description">
|
@@ -280,12 +280,12 @@ or modified.</p>
|
|
280
280
|
<hr>
|
281
281
|
<div class="refsect2">
|
282
282
|
<a name="gtk-source-language-get-hidden"></a><h3>gtk_source_language_get_hidden ()</h3>
|
283
|
-
<pre class="programlisting"><a href="
|
283
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
284
284
|
gtk_source_language_get_hidden (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);</pre>
|
285
285
|
<p>Returns whether the language should be hidden from the user.</p>
|
286
286
|
<div class="refsect3">
|
287
287
|
<a name="gtk-source-language-get-hidden.parameters"></a><h4>Parameters</h4>
|
288
|
-
<div class="informaltable"><table width="100%" border="0">
|
288
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
289
289
|
<colgroup>
|
290
290
|
<col width="150px" class="parameters_name">
|
291
291
|
<col class="parameters_description">
|
@@ -300,18 +300,18 @@ gtk_source_language_get_hidden (<em class="parameter"><code><a class="link" href
|
|
300
300
|
</div>
|
301
301
|
<div class="refsect3">
|
302
302
|
<a name="gtk-source-language-get-hidden.returns"></a><h4>Returns</h4>
|
303
|
-
<p> <a href="
|
303
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the language should be hidden, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
304
304
|
</div>
|
305
305
|
</div>
|
306
306
|
<hr>
|
307
307
|
<div class="refsect2">
|
308
308
|
<a name="gtk-source-language-get-metadata"></a><h3>gtk_source_language_get_metadata ()</h3>
|
309
|
-
<pre class="programlisting">const <a href="
|
309
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
310
310
|
gtk_source_language_get_metadata (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>,
|
311
|
-
<em class="parameter"><code>const <a href="
|
311
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
312
312
|
<div class="refsect3">
|
313
313
|
<a name="gtk-source-language-get-metadata.parameters"></a><h4>Parameters</h4>
|
314
|
-
<div class="informaltable"><table width="100%" border="0">
|
314
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
315
315
|
<colgroup>
|
316
316
|
<col width="150px" class="parameters_name">
|
317
317
|
<col class="parameters_description">
|
@@ -336,7 +336,7 @@ gtk_source_language_get_metadata (<em class="parameter"><code><a class="link" hr
|
|
336
336
|
<p> value of property <em class="parameter"><code>name</code></em>
|
337
337
|
stored in
|
338
338
|
the metadata of <em class="parameter"><code>language</code></em>
|
339
|
-
or <a href="
|
339
|
+
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if language does not contain the
|
340
340
|
specified metadata property.
|
341
341
|
The returned string is owned by <em class="parameter"><code>language</code></em>
|
342
342
|
and should not be freed
|
@@ -347,7 +347,7 @@ or modified. </p>
|
|
347
347
|
<hr>
|
348
348
|
<div class="refsect2">
|
349
349
|
<a name="gtk-source-language-get-mime-types"></a><h3>gtk_source_language_get_mime_types ()</h3>
|
350
|
-
<pre class="programlisting"><a href="
|
350
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
351
351
|
gtk_source_language_get_mime_types (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);</pre>
|
352
352
|
<p>Returns the mime types associated to this language. This is just
|
353
353
|
an utility wrapper around <a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-metadata" title="gtk_source_language_get_metadata ()"><code class="function">gtk_source_language_get_metadata()</code></a> to
|
@@ -355,7 +355,7 @@ retrieve the "mimetypes" metadata property and split it into an
|
|
355
355
|
array.</p>
|
356
356
|
<div class="refsect3">
|
357
357
|
<a name="gtk-source-language-get-mime-types.parameters"></a><h4>Parameters</h4>
|
358
|
-
<div class="informaltable"><table width="100%" border="0">
|
358
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
359
359
|
<colgroup>
|
360
360
|
<col width="150px" class="parameters_name">
|
361
361
|
<col class="parameters_description">
|
@@ -370,23 +370,23 @@ array.</p>
|
|
370
370
|
</div>
|
371
371
|
<div class="refsect3">
|
372
372
|
<a name="gtk-source-language-get-mime-types.returns"></a><h4>Returns</h4>
|
373
|
-
<p>a newly-allocated <a href="
|
374
|
-
or <a href="
|
375
|
-
The returned array must be freed with <a href="
|
373
|
+
<p>a newly-allocated <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array containing the mime types
|
374
|
+
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no mime types are found.
|
375
|
+
The returned array must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. </p>
|
376
376
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
377
377
|
</div>
|
378
378
|
</div>
|
379
379
|
<hr>
|
380
380
|
<div class="refsect2">
|
381
381
|
<a name="gtk-source-language-get-globs"></a><h3>gtk_source_language_get_globs ()</h3>
|
382
|
-
<pre class="programlisting"><a href="
|
382
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
383
383
|
gtk_source_language_get_globs (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);</pre>
|
384
384
|
<p>Returns the globs associated to this language. This is just
|
385
385
|
an utility wrapper around <a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-metadata" title="gtk_source_language_get_metadata ()"><code class="function">gtk_source_language_get_metadata()</code></a> to
|
386
386
|
retrieve the "globs" metadata property and split it into an array.</p>
|
387
387
|
<div class="refsect3">
|
388
388
|
<a name="gtk-source-language-get-globs.parameters"></a><h4>Parameters</h4>
|
389
|
-
<div class="informaltable"><table width="100%" border="0">
|
389
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
390
390
|
<colgroup>
|
391
391
|
<col width="150px" class="parameters_name">
|
392
392
|
<col class="parameters_description">
|
@@ -401,24 +401,24 @@ retrieve the "globs" metadata property and split it into an array.</p>
|
|
401
401
|
</div>
|
402
402
|
<div class="refsect3">
|
403
403
|
<a name="gtk-source-language-get-globs.returns"></a><h4>Returns</h4>
|
404
|
-
<p>a newly-allocated <a href="
|
404
|
+
<p>a newly-allocated <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array containing the globs or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
405
405
|
if no globs are found.
|
406
|
-
The returned array must be freed with <a href="
|
406
|
+
The returned array must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. </p>
|
407
407
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
408
408
|
</div>
|
409
409
|
</div>
|
410
410
|
<hr>
|
411
411
|
<div class="refsect2">
|
412
412
|
<a name="gtk-source-language-get-style-name"></a><h3>gtk_source_language_get_style_name ()</h3>
|
413
|
-
<pre class="programlisting">const <a href="
|
413
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
414
414
|
gtk_source_language_get_style_name (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>,
|
415
|
-
<em class="parameter"><code>const <a href="
|
415
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *style_id</code></em>);</pre>
|
416
416
|
<p>Returns the name of the style with ID <em class="parameter"><code>style_id</code></em>
|
417
417
|
defined by this <em class="parameter"><code>language</code></em>
|
418
418
|
.</p>
|
419
419
|
<div class="refsect3">
|
420
420
|
<a name="gtk-source-language-get-style-name.parameters"></a><h4>Parameters</h4>
|
421
|
-
<div class="informaltable"><table width="100%" border="0">
|
421
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
422
422
|
<colgroup>
|
423
423
|
<col width="150px" class="parameters_name">
|
424
424
|
<col class="parameters_description">
|
@@ -442,7 +442,7 @@ gtk_source_language_get_style_name (<em class="parameter"><code><a class="link"
|
|
442
442
|
<a name="gtk-source-language-get-style-name.returns"></a><h4>Returns</h4>
|
443
443
|
<p> the name of the style with ID <em class="parameter"><code>style_id</code></em>
|
444
444
|
defined by this <em class="parameter"><code>language</code></em>
|
445
|
-
or <a href="
|
445
|
+
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the style has no name or there is no
|
446
446
|
style with ID <em class="parameter"><code>style_id</code></em>
|
447
447
|
defined by this <em class="parameter"><code>language</code></em>
|
448
448
|
.
|
@@ -454,13 +454,13 @@ and must not be modified. </p>
|
|
454
454
|
<hr>
|
455
455
|
<div class="refsect2">
|
456
456
|
<a name="gtk-source-language-get-style-ids"></a><h3>gtk_source_language_get_style_ids ()</h3>
|
457
|
-
<pre class="programlisting"><a href="
|
457
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
458
458
|
gtk_source_language_get_style_ids (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);</pre>
|
459
459
|
<p>Returns the ids of the styles defined by this <em class="parameter"><code>language</code></em>
|
460
460
|
.</p>
|
461
461
|
<div class="refsect3">
|
462
462
|
<a name="gtk-source-language-get-style-ids.parameters"></a><h4>Parameters</h4>
|
463
|
-
<div class="informaltable"><table width="100%" border="0">
|
463
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
464
464
|
<colgroup>
|
465
465
|
<col width="150px" class="parameters_name">
|
466
466
|
<col class="parameters_description">
|
@@ -475,26 +475,26 @@ gtk_source_language_get_style_ids (<em class="parameter"><code><a class="link" h
|
|
475
475
|
</div>
|
476
476
|
<div class="refsect3">
|
477
477
|
<a name="gtk-source-language-get-style-ids.returns"></a><h4>Returns</h4>
|
478
|
-
<p>a newly-allocated <a href="
|
478
|
+
<p>a newly-allocated <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array containing ids of the
|
479
479
|
styles defined by this <em class="parameter"><code>language</code></em>
|
480
|
-
or <a href="
|
481
|
-
The returned array must be freed with <a href="
|
480
|
+
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no style is defined.
|
481
|
+
The returned array must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. </p>
|
482
482
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
483
483
|
</div>
|
484
484
|
</div>
|
485
485
|
<hr>
|
486
486
|
<div class="refsect2">
|
487
487
|
<a name="gtk-source-language-get-style-fallback"></a><h3>gtk_source_language_get_style_fallback ()</h3>
|
488
|
-
<pre class="programlisting">const <a href="
|
488
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
489
489
|
gtk_source_language_get_style_fallback
|
490
490
|
(<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>,
|
491
|
-
<em class="parameter"><code>const <a href="
|
491
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *style_id</code></em>);</pre>
|
492
492
|
<p>Returns the ID of the style to use if the specified <em class="parameter"><code>style_id</code></em>
|
493
493
|
|
494
494
|
is not present in the current style scheme.</p>
|
495
495
|
<div class="refsect3">
|
496
496
|
<a name="gtk-source-language-get-style-fallback.parameters"></a><h4>Parameters</h4>
|
497
|
-
<div class="informaltable"><table width="100%" border="0">
|
497
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
498
498
|
<colgroup>
|
499
499
|
<col width="150px" class="parameters_name">
|
500
500
|
<col class="parameters_description">
|
@@ -518,7 +518,7 @@ is not present in the current style scheme.</p>
|
|
518
518
|
<a name="gtk-source-language-get-style-fallback.returns"></a><h4>Returns</h4>
|
519
519
|
<p> the ID of the style to use if the
|
520
520
|
specified <em class="parameter"><code>style_id</code></em>
|
521
|
-
is not present in the current style scheme or <a href="
|
521
|
+
is not present in the current style scheme or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
522
522
|
if the style has no fallback defined.
|
523
523
|
The returned string is owned by the <em class="parameter"><code>language</code></em>
|
524
524
|
and must not be modified. </p>
|
@@ -538,7 +538,7 @@ and must not be modified. </p>
|
|
538
538
|
<a name="GtkSourceLanguage.property-details"></a><h2>Property Details</h2>
|
539
539
|
<div class="refsect2">
|
540
540
|
<a name="GtkSourceLanguage--hidden"></a><h3>The <code class="literal">“hidden”</code> property</h3>
|
541
|
-
<pre class="programlisting"> “hidden” <a href="
|
541
|
+
<pre class="programlisting"> “hidden” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
542
542
|
<p>Whether the language should be hidden from the user.</p>
|
543
543
|
<p>Flags: Read</p>
|
544
544
|
<p>Default value: FALSE</p>
|
@@ -546,7 +546,7 @@ and must not be modified. </p>
|
|
546
546
|
<hr>
|
547
547
|
<div class="refsect2">
|
548
548
|
<a name="GtkSourceLanguage--id"></a><h3>The <code class="literal">“id”</code> property</h3>
|
549
|
-
<pre class="programlisting"> “id” <a href="
|
549
|
+
<pre class="programlisting"> “id” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
550
550
|
<p>Language id.</p>
|
551
551
|
<p>Flags: Read</p>
|
552
552
|
<p>Default value: NULL</p>
|
@@ -554,7 +554,7 @@ and must not be modified. </p>
|
|
554
554
|
<hr>
|
555
555
|
<div class="refsect2">
|
556
556
|
<a name="GtkSourceLanguage--name"></a><h3>The <code class="literal">“name”</code> property</h3>
|
557
|
-
<pre class="programlisting"> “name” <a href="
|
557
|
+
<pre class="programlisting"> “name” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
558
558
|
<p>Language name.</p>
|
559
559
|
<p>Flags: Read</p>
|
560
560
|
<p>Default value: NULL</p>
|
@@ -562,7 +562,7 @@ and must not be modified. </p>
|
|
562
562
|
<hr>
|
563
563
|
<div class="refsect2">
|
564
564
|
<a name="GtkSourceLanguage--section"></a><h3>The <code class="literal">“section”</code> property</h3>
|
565
|
-
<pre class="programlisting"> “section” <a href="
|
565
|
+
<pre class="programlisting"> “section” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
566
566
|
<p>Language section.</p>
|
567
567
|
<p>Flags: Read</p>
|
568
568
|
<p>Default value: NULL</p>
|
@@ -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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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.win64/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>
|