gtksourceview3 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/lib/gtksourceview3/loader.rb +46 -0
- data/lib/gtksourceview3/mark-attributes.rb +29 -0
- data/lib/gtksourceview3.rb +47 -12
- data/test/run-test.rb +2 -0
- data/test/{test_mark_attributes.rb → test-mark-attributes.rb} +1 -1
- data/test/{test_source_gutter_renderer.rb → test-source-gutter-renderer.rb} +0 -0
- data/test/{test_source_language_manager.rb → test-source-language-manager.rb} +6 -6
- data/test/{test_source_view.rb → test-source-view.rb} +1 -1
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +4 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +1 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +0 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +5 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +60 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +41 -14
- 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 +3 -3
- data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +501 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +186 -132
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +29 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +141 -133
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +155 -56
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +27 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +751 -327
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +107 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +89 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +9 -90
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +44 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +253 -161
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +57 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +295 -190
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +73 -30
- 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 +13 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +153 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +3 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +4 -4
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +234 -125
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +247 -257
- data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/genie.lang +238 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +4 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +3 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +150 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +1008 -172
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +283 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/thrift.lang +267 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang +13 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +2 -0
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -0
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +7 -5
- metadata +43 -35
- data/ext/gtksourceview3/depend +0 -6
- data/ext/gtksourceview3/extconf.rb +0 -67
- data/ext/gtksourceview3/gtksourceview3.def +0 -2
- data/ext/gtksourceview3/rbgtksource.c +0 -53
- data/ext/gtksourceview3/rbgtksourcebuffer.c +0 -318
- data/ext/gtksourceview3/rbgtksourcegutter.c +0 -82
- data/ext/gtksourceview3/rbgtksourcegutterrenderer.c +0 -143
- data/ext/gtksourceview3/rbgtksourcegutterrendererpixbuf.c +0 -42
- data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +0 -40
- data/ext/gtksourceview3/rbgtksourcelanguage.c +0 -124
- data/ext/gtksourceview3/rbgtksourcelanguagemanager.c +0 -114
- data/ext/gtksourceview3/rbgtksourcemark.c +0 -85
- data/ext/gtksourceview3/rbgtksourcemarkattributes.c +0 -77
- data/ext/gtksourceview3/rbgtksourceprintcompositor.c +0 -171
- data/ext/gtksourceview3/rbgtksourcestyle.c +0 -42
- data/ext/gtksourceview3/rbgtksourcestylescheme.c +0 -72
- data/ext/gtksourceview3/rbgtksourcestyleschememanager.c +0 -140
- data/ext/gtksourceview3/rbgtksourceundomanager.c +0 -83
- data/ext/gtksourceview3/rbgtksourceview.c +0 -94
- data/ext/gtksourceview3/rbgtksourceview3conversions.h +0 -50
- data/ext/gtksourceview3/rbgtksourceview3private.h +0 -53
- data/extconf.rb +0 -49
- data/lib/2.0/gtksourceview3.so +0 -0
- data/lib/2.1/gtksourceview3.so +0 -0
- data/lib/2.2/gtksourceview3.so +0 -0
- data/sample/sourcelanguagemanager.rb +0 -21
- data/sample/test.rb +0 -32
@@ -2,10 +2,10 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>GtkSourceGutterRendererPixbuf: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch05.html" title="Gutter and Marks">
|
9
9
|
<link rel="prev" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">
|
10
10
|
<link rel="next" href="GtkSourceGutterRendererText.html" title="GtkSourceGutterRendererText">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<a href="#GtkSourceGutterRendererPixbuf.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="GtkSourceGutterRenderer.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="GtkSourceGutterRendererText.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
@@ -189,7 +189,7 @@
|
|
189
189
|
gtk_source_gutter_renderer_pixbuf_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
190
190
|
<p>Create a new <a class="link" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf"><span class="type">GtkSourceGutterRendererPixbuf</span></a>.</p>
|
191
191
|
<div class="refsect3">
|
192
|
-
<a name="id-1.2.
|
192
|
+
<a name="id-1.2.6.4.9.2.5"></a><h4>Returns</h4>
|
193
193
|
<p> A <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a>. </p>
|
194
194
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
195
195
|
</div>
|
@@ -202,7 +202,7 @@ gtk_source_gutter_renderer_pixbuf_set_pixbuf
|
|
202
202
|
(<em class="parameter"><code><a class="link" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf"><span class="type">GtkSourceGutterRendererPixbuf</span></a> *renderer</code></em>,
|
203
203
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
204
204
|
<div class="refsect3">
|
205
|
-
<a name="id-1.2.
|
205
|
+
<a name="id-1.2.6.4.9.3.4"></a><h4>Parameters</h4>
|
206
206
|
<div class="informaltable"><table width="100%" border="0">
|
207
207
|
<colgroup>
|
208
208
|
<col width="150px" class="parameters_name">
|
@@ -232,7 +232,7 @@ gtk_source_gutter_renderer_pixbuf_get_pixbuf
|
|
232
232
|
(<em class="parameter"><code><a class="link" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf"><span class="type">GtkSourceGutterRendererPixbuf</span></a> *renderer</code></em>);</pre>
|
233
233
|
<p>Get the pixbuf of the renderer.</p>
|
234
234
|
<div class="refsect3">
|
235
|
-
<a name="id-1.2.
|
235
|
+
<a name="id-1.2.6.4.9.4.5"></a><h4>Parameters</h4>
|
236
236
|
<div class="informaltable"><table width="100%" border="0">
|
237
237
|
<colgroup>
|
238
238
|
<col width="150px" class="parameters_name">
|
@@ -247,7 +247,7 @@ gtk_source_gutter_renderer_pixbuf_get_pixbuf
|
|
247
247
|
</table></div>
|
248
248
|
</div>
|
249
249
|
<div class="refsect3">
|
250
|
-
<a name="id-1.2.
|
250
|
+
<a name="id-1.2.6.4.9.4.6"></a><h4>Returns</h4>
|
251
251
|
<p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>. </p>
|
252
252
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
253
253
|
</div>
|
@@ -264,7 +264,7 @@ gtk_source_gutter_renderer_pixbuf_set_stock_id
|
|
264
264
|
<p>Don't use this function.</p>
|
265
265
|
</div>
|
266
266
|
<div class="refsect3">
|
267
|
-
<a name="id-1.2.
|
267
|
+
<a name="id-1.2.6.4.9.5.5"></a><h4>Parameters</h4>
|
268
268
|
<div class="informaltable"><table width="100%" border="0">
|
269
269
|
<colgroup>
|
270
270
|
<col width="150px" class="parameters_name">
|
@@ -297,7 +297,7 @@ gtk_source_gutter_renderer_pixbuf_get_stock_id
|
|
297
297
|
<p>Don't use this function.</p>
|
298
298
|
</div>
|
299
299
|
<div class="refsect3">
|
300
|
-
<a name="id-1.2.
|
300
|
+
<a name="id-1.2.6.4.9.6.5"></a><h4>Parameters</h4>
|
301
301
|
<div class="informaltable"><table width="100%" border="0">
|
302
302
|
<colgroup>
|
303
303
|
<col width="150px" class="parameters_name">
|
@@ -312,7 +312,7 @@ gtk_source_gutter_renderer_pixbuf_get_stock_id
|
|
312
312
|
</table></div>
|
313
313
|
</div>
|
314
314
|
<div class="refsect3">
|
315
|
-
<a name="id-1.2.
|
315
|
+
<a name="id-1.2.6.4.9.6.6"></a><h4>Returns</h4>
|
316
316
|
<p> the stock id.</p>
|
317
317
|
<p></p>
|
318
318
|
</div>
|
@@ -325,7 +325,7 @@ gtk_source_gutter_renderer_pixbuf_set_gicon
|
|
325
325
|
(<em class="parameter"><code><a class="link" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf"><span class="type">GtkSourceGutterRendererPixbuf</span></a> *renderer</code></em>,
|
326
326
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
|
327
327
|
<div class="refsect3">
|
328
|
-
<a name="id-1.2.
|
328
|
+
<a name="id-1.2.6.4.9.7.4"></a><h4>Parameters</h4>
|
329
329
|
<div class="informaltable"><table width="100%" border="0">
|
330
330
|
<colgroup>
|
331
331
|
<col width="150px" class="parameters_name">
|
@@ -355,7 +355,7 @@ gtk_source_gutter_renderer_pixbuf_get_gicon
|
|
355
355
|
(<em class="parameter"><code><a class="link" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf"><span class="type">GtkSourceGutterRendererPixbuf</span></a> *renderer</code></em>);</pre>
|
356
356
|
<p>Get the gicon of the renderer</p>
|
357
357
|
<div class="refsect3">
|
358
|
-
<a name="id-1.2.
|
358
|
+
<a name="id-1.2.6.4.9.8.5"></a><h4>Parameters</h4>
|
359
359
|
<div class="informaltable"><table width="100%" border="0">
|
360
360
|
<colgroup>
|
361
361
|
<col width="150px" class="parameters_name">
|
@@ -370,7 +370,7 @@ gtk_source_gutter_renderer_pixbuf_get_gicon
|
|
370
370
|
</table></div>
|
371
371
|
</div>
|
372
372
|
<div class="refsect3">
|
373
|
-
<a name="id-1.2.
|
373
|
+
<a name="id-1.2.6.4.9.8.6"></a><h4>Returns</h4>
|
374
374
|
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>. </p>
|
375
375
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
376
376
|
</div>
|
@@ -383,7 +383,7 @@ gtk_source_gutter_renderer_pixbuf_set_icon_name
|
|
383
383
|
(<em class="parameter"><code><a class="link" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf"><span class="type">GtkSourceGutterRendererPixbuf</span></a> *renderer</code></em>,
|
384
384
|
<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> *icon_name</code></em>);</pre>
|
385
385
|
<div class="refsect3">
|
386
|
-
<a name="id-1.2.
|
386
|
+
<a name="id-1.2.6.4.9.9.4"></a><h4>Parameters</h4>
|
387
387
|
<div class="informaltable"><table width="100%" border="0">
|
388
388
|
<colgroup>
|
389
389
|
<col width="150px" class="parameters_name">
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>GtkSourceGutterRendererText: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch05.html" title="Gutter and Marks">
|
9
9
|
<link rel="prev" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="GtkSourceMark.html" title="GtkSourceMark">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -20,9 +20,9 @@
|
|
20
20
|
<a href="#GtkSourceGutterRendererText.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="GtkSourceGutterRendererPixbuf.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="GtkSourceMark.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="GtkSourceGutterRendererText"></a><div class="titlepage"></div>
|
@@ -147,7 +147,7 @@
|
|
147
147
|
gtk_source_gutter_renderer_text_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
148
148
|
<p>Create a new <a class="link" href="GtkSourceGutterRendererText.html" title="GtkSourceGutterRendererText"><span class="type">GtkSourceGutterRendererText</span></a>.</p>
|
149
149
|
<div class="refsect3">
|
150
|
-
<a name="id-1.2.
|
150
|
+
<a name="id-1.2.6.5.9.2.5"></a><h4>Returns</h4>
|
151
151
|
<p> A <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a>. </p>
|
152
152
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
153
153
|
</div>
|
@@ -2,11 +2,11 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>GtkSourceLanguage: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="
|
8
|
+
<link rel="up" href="ch02.html" title="Syntax Highlighting">
|
9
|
+
<link rel="prev" href="ch02.html" title="Syntax Highlighting">
|
10
10
|
<link rel="next" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -20,8 +20,8 @@
|
|
20
20
|
<a href="#GtkSourceLanguage.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
24
|
-
<td><a accesskey="p" href="
|
23
|
+
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="ch02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="GtkSourceLanguageManager.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="GtkSourceLanguage.top_of_page"></a>GtkSourceLanguage</span></h2>
|
32
|
-
<p>GtkSourceLanguage —
|
32
|
+
<p>GtkSourceLanguage — Represents a syntax highlighted language</p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -195,7 +195,7 @@ The returned string is owned by <em class="parameter"><code>language</code></em>
|
|
195
195
|
and should not be freed
|
196
196
|
or modified.</p>
|
197
197
|
<div class="refsect3">
|
198
|
-
<a name="id-1.2.
|
198
|
+
<a name="id-1.2.3.2.9.2.5"></a><h4>Parameters</h4>
|
199
199
|
<div class="informaltable"><table width="100%" border="0">
|
200
200
|
<colgroup>
|
201
201
|
<col width="150px" class="parameters_name">
|
@@ -210,7 +210,7 @@ or modified.</p>
|
|
210
210
|
</table></div>
|
211
211
|
</div>
|
212
212
|
<div class="refsect3">
|
213
|
-
<a name="id-1.2.
|
213
|
+
<a name="id-1.2.3.2.9.2.6"></a><h4>Returns</h4>
|
214
214
|
<p> the ID of <em class="parameter"><code>language</code></em>
|
215
215
|
.</p>
|
216
216
|
<p></p>
|
@@ -226,7 +226,7 @@ The returned string is owned by <em class="parameter"><code>language</code></em>
|
|
226
226
|
and should not be freed
|
227
227
|
or modified.</p>
|
228
228
|
<div class="refsect3">
|
229
|
-
<a name="id-1.2.
|
229
|
+
<a name="id-1.2.3.2.9.3.5"></a><h4>Parameters</h4>
|
230
230
|
<div class="informaltable"><table width="100%" border="0">
|
231
231
|
<colgroup>
|
232
232
|
<col width="150px" class="parameters_name">
|
@@ -241,7 +241,7 @@ or modified.</p>
|
|
241
241
|
</table></div>
|
242
242
|
</div>
|
243
243
|
<div class="refsect3">
|
244
|
-
<a name="id-1.2.
|
244
|
+
<a name="id-1.2.3.2.9.3.6"></a><h4>Returns</h4>
|
245
245
|
<p> the name of <em class="parameter"><code>language</code></em>
|
246
246
|
.</p>
|
247
247
|
<p></p>
|
@@ -259,7 +259,7 @@ The returned string is owned by <em class="parameter"><code>language</code></em>
|
|
259
259
|
and should not be freed
|
260
260
|
or modified.</p>
|
261
261
|
<div class="refsect3">
|
262
|
-
<a name="id-1.2.
|
262
|
+
<a name="id-1.2.3.2.9.4.5"></a><h4>Parameters</h4>
|
263
263
|
<div class="informaltable"><table width="100%" border="0">
|
264
264
|
<colgroup>
|
265
265
|
<col width="150px" class="parameters_name">
|
@@ -274,7 +274,7 @@ or modified.</p>
|
|
274
274
|
</table></div>
|
275
275
|
</div>
|
276
276
|
<div class="refsect3">
|
277
|
-
<a name="id-1.2.
|
277
|
+
<a name="id-1.2.3.2.9.4.6"></a><h4>Returns</h4>
|
278
278
|
<p> the section of <em class="parameter"><code>language</code></em>
|
279
279
|
.</p>
|
280
280
|
<p></p>
|
@@ -287,7 +287,7 @@ or modified.</p>
|
|
287
287
|
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>
|
288
288
|
<p>Returns whether the language should be hidden from the user.</p>
|
289
289
|
<div class="refsect3">
|
290
|
-
<a name="id-1.2.
|
290
|
+
<a name="id-1.2.3.2.9.5.5"></a><h4>Parameters</h4>
|
291
291
|
<div class="informaltable"><table width="100%" border="0">
|
292
292
|
<colgroup>
|
293
293
|
<col width="150px" class="parameters_name">
|
@@ -302,7 +302,7 @@ gtk_source_language_get_hidden (<em class="parameter"><code><a class="link" href
|
|
302
302
|
</table></div>
|
303
303
|
</div>
|
304
304
|
<div class="refsect3">
|
305
|
-
<a name="id-1.2.
|
305
|
+
<a name="id-1.2.3.2.9.5.6"></a><h4>Returns</h4>
|
306
306
|
<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>
|
307
307
|
<p></p>
|
308
308
|
</div>
|
@@ -314,7 +314,7 @@ gtk_source_language_get_hidden (<em class="parameter"><code><a class="link" href
|
|
314
314
|
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>,
|
315
315
|
<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>
|
316
316
|
<div class="refsect3">
|
317
|
-
<a name="id-1.2.
|
317
|
+
<a name="id-1.2.3.2.9.6.4"></a><h4>Parameters</h4>
|
318
318
|
<div class="informaltable"><table width="100%" border="0">
|
319
319
|
<colgroup>
|
320
320
|
<col width="150px" class="parameters_name">
|
@@ -336,7 +336,7 @@ gtk_source_language_get_metadata (<em class="parameter"><code><a class="link" hr
|
|
336
336
|
</table></div>
|
337
337
|
</div>
|
338
338
|
<div class="refsect3">
|
339
|
-
<a name="id-1.2.
|
339
|
+
<a name="id-1.2.3.2.9.6.5"></a><h4>Returns</h4>
|
340
340
|
<p> value of property <em class="parameter"><code>name</code></em>
|
341
341
|
stored in the metadata of <em class="parameter"><code>language</code></em>
|
342
342
|
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 doesn't contain that metadata property.
|
@@ -356,7 +356,7 @@ an utility wrapper around <a class="link" href="GtkSourceLanguage.html#gtk-sourc
|
|
356
356
|
retrieve the "mimetypes" metadata property and split it into an
|
357
357
|
array.</p>
|
358
358
|
<div class="refsect3">
|
359
|
-
<a name="id-1.2.
|
359
|
+
<a name="id-1.2.3.2.9.7.5"></a><h4>Parameters</h4>
|
360
360
|
<div class="informaltable"><table width="100%" border="0">
|
361
361
|
<colgroup>
|
362
362
|
<col width="150px" class="parameters_name">
|
@@ -371,7 +371,7 @@ array.</p>
|
|
371
371
|
</table></div>
|
372
372
|
</div>
|
373
373
|
<div class="refsect3">
|
374
|
-
<a name="id-1.2.
|
374
|
+
<a name="id-1.2.3.2.9.7.6"></a><h4>Returns</h4>
|
375
375
|
<p> a newly-allocated
|
376
376
|
<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 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
|
377
377
|
mime types are found.
|
@@ -388,7 +388,7 @@ gtk_source_language_get_globs (<em class="parameter"><code><a class="link" href=
|
|
388
388
|
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
|
389
389
|
retrieve the "globs" metadata property and split it into an array.</p>
|
390
390
|
<div class="refsect3">
|
391
|
-
<a name="id-1.2.
|
391
|
+
<a name="id-1.2.3.2.9.8.5"></a><h4>Parameters</h4>
|
392
392
|
<div class="informaltable"><table width="100%" border="0">
|
393
393
|
<colgroup>
|
394
394
|
<col width="150px" class="parameters_name">
|
@@ -403,7 +403,7 @@ retrieve the "globs" metadata property and split it into an array.</p>
|
|
403
403
|
</table></div>
|
404
404
|
</div>
|
405
405
|
<div class="refsect3">
|
406
|
-
<a name="id-1.2.
|
406
|
+
<a name="id-1.2.3.2.9.8.6"></a><h4>Returns</h4>
|
407
407
|
<p> a newly-allocated
|
408
408
|
<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> if no globs are found.
|
409
409
|
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>
|
@@ -420,7 +420,7 @@ gtk_source_language_get_style_name (<em class="parameter"><code><a class="link"
|
|
420
420
|
defined by this <em class="parameter"><code>language</code></em>
|
421
421
|
.</p>
|
422
422
|
<div class="refsect3">
|
423
|
-
<a name="id-1.2.
|
423
|
+
<a name="id-1.2.3.2.9.9.5"></a><h4>Parameters</h4>
|
424
424
|
<div class="informaltable"><table width="100%" border="0">
|
425
425
|
<colgroup>
|
426
426
|
<col width="150px" class="parameters_name">
|
@@ -442,7 +442,7 @@ gtk_source_language_get_style_name (<em class="parameter"><code><a class="link"
|
|
442
442
|
</table></div>
|
443
443
|
</div>
|
444
444
|
<div class="refsect3">
|
445
|
-
<a name="id-1.2.
|
445
|
+
<a name="id-1.2.3.2.9.9.6"></a><h4>Returns</h4>
|
446
446
|
<p> the name of the 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
|
or
|
@@ -463,7 +463,7 @@ gtk_source_language_get_style_ids (<em class="parameter"><code><a class="link" h
|
|
463
463
|
<p>Returns the ids of the styles defined by this <em class="parameter"><code>language</code></em>
|
464
464
|
.</p>
|
465
465
|
<div class="refsect3">
|
466
|
-
<a name="id-1.2.
|
466
|
+
<a name="id-1.2.3.2.9.10.5"></a><h4>Parameters</h4>
|
467
467
|
<div class="informaltable"><table width="100%" border="0">
|
468
468
|
<colgroup>
|
469
469
|
<col width="150px" class="parameters_name">
|
@@ -478,7 +478,7 @@ gtk_source_language_get_style_ids (<em class="parameter"><code><a class="link" h
|
|
478
478
|
</table></div>
|
479
479
|
</div>
|
480
480
|
<div class="refsect3">
|
481
|
-
<a name="id-1.2.
|
481
|
+
<a name="id-1.2.3.2.9.10.6"></a><h4>Returns</h4>
|
482
482
|
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated
|
483
483
|
array containing ids of the styles defined by this <em class="parameter"><code>language</code></em>
|
484
484
|
or
|
@@ -498,7 +498,7 @@ gtk_source_language_get_style_fallback
|
|
498
498
|
|
499
499
|
is not present in the current style scheme.</p>
|
500
500
|
<div class="refsect3">
|
501
|
-
<a name="id-1.2.
|
501
|
+
<a name="id-1.2.3.2.9.11.5"></a><h4>Parameters</h4>
|
502
502
|
<div class="informaltable"><table width="100%" border="0">
|
503
503
|
<colgroup>
|
504
504
|
<col width="150px" class="parameters_name">
|
@@ -520,7 +520,7 @@ is not present in the current style scheme.</p>
|
|
520
520
|
</table></div>
|
521
521
|
</div>
|
522
522
|
<div class="refsect3">
|
523
|
-
<a name="id-1.2.
|
523
|
+
<a name="id-1.2.3.2.9.11.6"></a><h4>Returns</h4>
|
524
524
|
<p> the ID of the style to use if the specified <em class="parameter"><code>style_id</code></em>
|
525
525
|
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> if the style has
|
526
526
|
no fallback defined.
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>GtkSourceLanguageManager: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
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="GtkSourceStyle.html" title="GtkSourceStyle">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -20,16 +20,16 @@
|
|
20
20
|
<a href="#GtkSourceLanguageManager.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
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="GtkSourceStyle.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>
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="GtkSourceLanguageManager.top_of_page"></a>GtkSourceLanguageManager</span></h2>
|
32
|
-
<p>GtkSourceLanguageManager —
|
32
|
+
<p>GtkSourceLanguageManager — Provides access to GtkSourceLanguages</p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -164,7 +164,7 @@ gtk_source_language_manager_new (<em class="parameter"><code><span class="type">
|
|
164
164
|
manager or a private language manager instance then use
|
165
165
|
<a class="link" href="GtkSourceLanguageManager.html#gtk-source-language-manager-get-default" title="gtk_source_language_manager_get_default ()"><code class="function">gtk_source_language_manager_get_default()</code></a> instead.</p>
|
166
166
|
<div class="refsect3">
|
167
|
-
<a name="id-1.2.
|
167
|
+
<a name="id-1.2.3.3.9.2.5"></a><h4>Returns</h4>
|
168
168
|
<p> a new <a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a>.</p>
|
169
169
|
<p></p>
|
170
170
|
</div>
|
@@ -177,7 +177,7 @@ gtk_source_language_manager_get_default
|
|
177
177
|
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
178
178
|
<p>Returns the default <a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a> instance.</p>
|
179
179
|
<div class="refsect3">
|
180
|
-
<a name="id-1.2.
|
180
|
+
<a name="id-1.2.3.3.9.3.5"></a><h4>Returns</h4>
|
181
181
|
<p> a <a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a>.
|
182
182
|
Return value is owned by GtkSourceView library and must not be unref'ed. </p>
|
183
183
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -202,7 +202,7 @@ If <em class="parameter"><code>dirs</code></em>
|
|
202
202
|
you have to call this function right after creating it.
|
203
203
|
</p></div>
|
204
204
|
<div class="refsect3">
|
205
|
-
<a name="id-1.2.
|
205
|
+
<a name="id-1.2.3.3.9.4.6"></a><h4>Parameters</h4>
|
206
206
|
<div class="informaltable"><table width="100%" border="0">
|
207
207
|
<colgroup>
|
208
208
|
<col width="150px" class="parameters_name">
|
@@ -233,7 +233,7 @@ gtk_source_language_manager_get_search_path
|
|
233
233
|
<p>Gets the list directories where <em class="parameter"><code>lm</code></em>
|
234
234
|
looks for language files.</p>
|
235
235
|
<div class="refsect3">
|
236
|
-
<a name="id-1.2.
|
236
|
+
<a name="id-1.2.3.3.9.5.5"></a><h4>Parameters</h4>
|
237
237
|
<div class="informaltable"><table width="100%" border="0">
|
238
238
|
<colgroup>
|
239
239
|
<col width="150px" class="parameters_name">
|
@@ -248,7 +248,7 @@ gtk_source_language_manager_get_search_path
|
|
248
248
|
</table></div>
|
249
249
|
</div>
|
250
250
|
<div class="refsect3">
|
251
|
-
<a name="id-1.2.
|
251
|
+
<a name="id-1.2.3.3.9.5.6"></a><h4>Returns</h4>
|
252
252
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
|
253
253
|
containg a list of language files directories.
|
254
254
|
The array is owned by <em class="parameter"><code>lm</code></em>
|
@@ -264,7 +264,7 @@ gtk_source_language_manager_get_language_ids
|
|
264
264
|
(<em class="parameter"><code><a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager"><span class="type">GtkSourceLanguageManager</span></a> *lm</code></em>);</pre>
|
265
265
|
<p>Returns the ids of the available languages.</p>
|
266
266
|
<div class="refsect3">
|
267
|
-
<a name="id-1.2.
|
267
|
+
<a name="id-1.2.3.3.9.6.5"></a><h4>Parameters</h4>
|
268
268
|
<div class="informaltable"><table width="100%" border="0">
|
269
269
|
<colgroup>
|
270
270
|
<col width="150px" class="parameters_name">
|
@@ -279,7 +279,7 @@ gtk_source_language_manager_get_language_ids
|
|
279
279
|
</table></div>
|
280
280
|
</div>
|
281
281
|
<div class="refsect3">
|
282
|
-
<a name="id-1.2.
|
282
|
+
<a name="id-1.2.3.3.9.6.6"></a><h4>Returns</h4>
|
283
283
|
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of
|
284
284
|
string containing the ids of the available languages or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no
|
285
285
|
language is available. The array is sorted alphabetically
|
@@ -300,7 +300,7 @@ gtk_source_language_manager_get_language
|
|
300
300
|
in the language
|
301
301
|
manager.</p>
|
302
302
|
<div class="refsect3">
|
303
|
-
<a name="id-1.2.
|
303
|
+
<a name="id-1.2.3.3.9.7.5"></a><h4>Parameters</h4>
|
304
304
|
<div class="informaltable"><table width="100%" border="0">
|
305
305
|
<colgroup>
|
306
306
|
<col width="150px" class="parameters_name">
|
@@ -322,7 +322,7 @@ manager.</p>
|
|
322
322
|
</table></div>
|
323
323
|
</div>
|
324
324
|
<div class="refsect3">
|
325
|
-
<a name="id-1.2.
|
325
|
+
<a name="id-1.2.3.3.9.7.6"></a><h4>Returns</h4>
|
326
326
|
<p> a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
327
327
|
if there is no language identified by the given <em class="parameter"><code>id</code></em>
|
328
328
|
. Return value is
|
@@ -402,7 +402,7 @@ according to the information in lang files. Either <em class="parameter"><code>f
|
|
402
402
|
<p>etc. Use <a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-mime-types" title="gtk_source_language_get_mime_types ()"><code class="function">gtk_source_language_get_mime_types()</code></a> and <a class="link" href="GtkSourceLanguage.html#gtk-source-language-get-globs" title="gtk_source_language_get_globs ()"><code class="function">gtk_source_language_get_globs()</code></a>
|
403
403
|
if you need full control over file -> language mapping.</p>
|
404
404
|
<div class="refsect3">
|
405
|
-
<a name="id-1.2.
|
405
|
+
<a name="id-1.2.3.3.9.8.9"></a><h4>Parameters</h4>
|
406
406
|
<div class="informaltable"><table width="100%" border="0">
|
407
407
|
<colgroup>
|
408
408
|
<col width="150px" class="parameters_name">
|
@@ -429,7 +429,7 @@ if you need full control over file -> language mapping.</p>
|
|
429
429
|
</table></div>
|
430
430
|
</div>
|
431
431
|
<div class="refsect3">
|
432
|
-
<a name="id-1.2.
|
432
|
+
<a name="id-1.2.3.3.9.8.10"></a><h4>Returns</h4>
|
433
433
|
<p> a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there
|
434
434
|
is no suitable language for given <em class="parameter"><code>filename</code></em>
|
435
435
|
and/or <em class="parameter"><code>content_type</code></em>
|