gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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>
|