gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- metadata +13 -7
@@ -3,11 +3,11 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceMarkAttributes: GtkSourceView 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch06.html" title="Gutter and Marks">
|
9
9
|
<link rel="prev" href="GtkSourceMark.html" title="GtkSourceMark">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="ch07.html" title="Printing">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -21,9 +21,9 @@
|
|
21
21
|
<a href="#GtkSourceMarkAttributes.signals" class="shortcut">Signals</a></span>
|
22
22
|
</td>
|
23
23
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
|
-
<td><a accesskey="u" href="
|
24
|
+
<td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
25
25
|
<td><a accesskey="p" href="GtkSourceMark.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
|
-
<td><a accesskey="n" href="
|
26
|
+
<td><a accesskey="n" href="ch07.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
27
27
|
</tr></table>
|
28
28
|
<div class="refentry">
|
29
29
|
<a name="GtkSourceMarkAttributes"></a><div class="titlepage"></div>
|
@@ -36,7 +36,7 @@
|
|
36
36
|
</tr></table></div>
|
37
37
|
<div class="refsect1">
|
38
38
|
<a name="GtkSourceMarkAttributes.functions"></a><h2>Functions</h2>
|
39
|
-
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
40
40
|
<colgroup>
|
41
41
|
<col width="150px" class="functions_return">
|
42
42
|
<col class="functions_name">
|
@@ -60,7 +60,7 @@
|
|
60
60
|
</tr>
|
61
61
|
<tr>
|
62
62
|
<td class="function_type">
|
63
|
-
<a href="
|
63
|
+
<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>
|
64
64
|
</td>
|
65
65
|
<td class="function_name">
|
66
66
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-background" title="gtk_source_mark_attributes_get_background ()">gtk_source_mark_attributes_get_background</a> <span class="c_punctuation">()</span>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</td>
|
76
76
|
</tr>
|
77
77
|
<tr>
|
78
|
-
<td class="function_type">const <a href="
|
78
|
+
<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> *
|
79
79
|
</td>
|
80
80
|
<td class="function_name">
|
81
81
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-stock-id" title="gtk_source_mark_attributes_get_stock_id ()">gtk_source_mark_attributes_get_stock_id</a> <span class="c_punctuation">()</span>
|
@@ -90,7 +90,7 @@
|
|
90
90
|
</td>
|
91
91
|
</tr>
|
92
92
|
<tr>
|
93
|
-
<td class="function_type">const <a href="
|
93
|
+
<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> *
|
94
94
|
</td>
|
95
95
|
<td class="function_name">
|
96
96
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-icon-name" title="gtk_source_mark_attributes_get_icon_name ()">gtk_source_mark_attributes_get_icon_name</a> <span class="c_punctuation">()</span>
|
@@ -106,7 +106,7 @@
|
|
106
106
|
</tr>
|
107
107
|
<tr>
|
108
108
|
<td class="function_type">
|
109
|
-
<a href="
|
109
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
|
110
110
|
</td>
|
111
111
|
<td class="function_name">
|
112
112
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-gicon" title="gtk_source_mark_attributes_get_gicon ()">gtk_source_mark_attributes_get_gicon</a> <span class="c_punctuation">()</span>
|
@@ -136,7 +136,7 @@
|
|
136
136
|
</tr>
|
137
137
|
<tr>
|
138
138
|
<td class="function_type">
|
139
|
-
<a href="
|
139
|
+
<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> *
|
140
140
|
</td>
|
141
141
|
<td class="function_name">
|
142
142
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-text" title="gtk_source_mark_attributes_get_tooltip_text ()">gtk_source_mark_attributes_get_tooltip_text</a> <span class="c_punctuation">()</span>
|
@@ -144,7 +144,7 @@
|
|
144
144
|
</tr>
|
145
145
|
<tr>
|
146
146
|
<td class="function_type">
|
147
|
-
<a href="
|
147
|
+
<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> *
|
148
148
|
</td>
|
149
149
|
<td class="function_name">
|
150
150
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-markup" title="gtk_source_mark_attributes_get_tooltip_markup ()">gtk_source_mark_attributes_get_tooltip_markup</a> <span class="c_punctuation">()</span>
|
@@ -155,7 +155,7 @@
|
|
155
155
|
</div>
|
156
156
|
<div class="refsect1">
|
157
157
|
<a name="GtkSourceMarkAttributes.properties"></a><h2>Properties</h2>
|
158
|
-
<div class="informaltable"><table border="0">
|
158
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
159
159
|
<colgroup>
|
160
160
|
<col width="150px" class="properties_type">
|
161
161
|
<col width="300px" class="properties_name">
|
@@ -164,19 +164,19 @@
|
|
164
164
|
<tbody>
|
165
165
|
<tr>
|
166
166
|
<td class="property_type">
|
167
|
-
<a href="http://developer.gnome.org/gdk3/
|
167
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</td>
|
168
168
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--background" title="The “background” property">background</a></td>
|
169
169
|
<td class="property_flags">Read / Write</td>
|
170
170
|
</tr>
|
171
171
|
<tr>
|
172
172
|
<td class="property_type">
|
173
|
-
<a href="
|
173
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
|
174
174
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--gicon" title="The “gicon” property">gicon</a></td>
|
175
175
|
<td class="property_flags">Read / Write</td>
|
176
176
|
</tr>
|
177
177
|
<tr>
|
178
178
|
<td class="property_type">
|
179
|
-
<a href="
|
179
|
+
<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>
|
180
180
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--icon-name" title="The “icon-name” property">icon-name</a></td>
|
181
181
|
<td class="property_flags">Read / Write</td>
|
182
182
|
</tr>
|
@@ -188,7 +188,7 @@
|
|
188
188
|
</tr>
|
189
189
|
<tr>
|
190
190
|
<td class="property_type">
|
191
|
-
<a href="
|
191
|
+
<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>
|
192
192
|
<td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--stock-id" title="The “stock-id” property">stock-id</a></td>
|
193
193
|
<td class="property_flags">Read / Write</td>
|
194
194
|
</tr>
|
@@ -197,7 +197,7 @@
|
|
197
197
|
</div>
|
198
198
|
<div class="refsect1">
|
199
199
|
<a name="GtkSourceMarkAttributes.signals"></a><h2>Signals</h2>
|
200
|
-
<div class="informaltable"><table border="0">
|
200
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
201
201
|
<colgroup>
|
202
202
|
<col width="150px" class="signals_return">
|
203
203
|
<col width="300px" class="signals_name">
|
@@ -206,22 +206,22 @@
|
|
206
206
|
<tbody>
|
207
207
|
<tr>
|
208
208
|
<td class="signal_type">
|
209
|
-
<a href="
|
209
|
+
<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>*</td>
|
210
210
|
<td class="signal_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title="The “query-tooltip-markup” signal">query-tooltip-markup</a></td>
|
211
|
-
<td class="signal_flags"><a href="
|
211
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
212
212
|
</tr>
|
213
213
|
<tr>
|
214
214
|
<td class="signal_type">
|
215
|
-
<a href="
|
215
|
+
<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>*</td>
|
216
216
|
<td class="signal_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title="The “query-tooltip-text” signal">query-tooltip-text</a></td>
|
217
|
-
<td class="signal_flags"><a href="
|
217
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
218
218
|
</tr>
|
219
219
|
</tbody>
|
220
220
|
</table></div>
|
221
221
|
</div>
|
222
222
|
<div class="refsect1">
|
223
223
|
<a name="GtkSourceMarkAttributes.other"></a><h2>Types and Values</h2>
|
224
|
-
<div class="informaltable"><table width="100%" border="0">
|
224
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
225
225
|
<colgroup>
|
226
226
|
<col width="150px" class="name">
|
227
227
|
<col class="description">
|
@@ -234,7 +234,7 @@
|
|
234
234
|
</div>
|
235
235
|
<div class="refsect1">
|
236
236
|
<a name="GtkSourceMarkAttributes.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
237
|
-
<pre class="screen"> <a href="
|
237
|
+
<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>
|
238
238
|
<span class="lineart">╰──</span> GtkSourceMarkAttributes
|
239
239
|
</pre>
|
240
240
|
</div>
|
@@ -300,12 +300,12 @@ gtk_source_mark_attributes_new (<em class="parameter"><code><span class="type">v
|
|
300
300
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
301
301
|
gtk_source_mark_attributes_set_background
|
302
302
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
303
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/
|
303
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
|
304
304
|
<p>Sets background color to the one given in <em class="parameter"><code>background</code></em>
|
305
305
|
.</p>
|
306
306
|
<div class="refsect3">
|
307
307
|
<a name="gtk-source-mark-attributes-set-background.parameters"></a><h4>Parameters</h4>
|
308
|
-
<div class="informaltable"><table width="100%" border="0">
|
308
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
309
309
|
<colgroup>
|
310
310
|
<col width="150px" class="parameters_name">
|
311
311
|
<col class="parameters_description">
|
@@ -319,7 +319,7 @@ gtk_source_mark_attributes_set_background
|
|
319
319
|
</tr>
|
320
320
|
<tr>
|
321
321
|
<td class="parameter_name"><p>background</p></td>
|
322
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/
|
322
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p></td>
|
323
323
|
<td class="parameter_annotations"> </td>
|
324
324
|
</tr>
|
325
325
|
</tbody>
|
@@ -329,15 +329,15 @@ gtk_source_mark_attributes_set_background
|
|
329
329
|
<hr>
|
330
330
|
<div class="refsect2">
|
331
331
|
<a name="gtk-source-mark-attributes-get-background"></a><h3>gtk_source_mark_attributes_get_background ()</h3>
|
332
|
-
<pre class="programlisting"><a href="
|
332
|
+
<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>
|
333
333
|
gtk_source_mark_attributes_get_background
|
334
334
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
335
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
335
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
|
336
336
|
<p>Stores background color in <em class="parameter"><code>background</code></em>
|
337
337
|
.</p>
|
338
338
|
<div class="refsect3">
|
339
339
|
<a name="gtk-source-mark-attributes-get-background.parameters"></a><h4>Parameters</h4>
|
340
|
-
<div class="informaltable"><table width="100%" border="0">
|
340
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
341
341
|
<colgroup>
|
342
342
|
<col width="150px" class="parameters_name">
|
343
343
|
<col class="parameters_description">
|
@@ -351,7 +351,7 @@ gtk_source_mark_attributes_get_background
|
|
351
351
|
</tr>
|
352
352
|
<tr>
|
353
353
|
<td class="parameter_name"><p>background</p></td>
|
354
|
-
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk3/
|
354
|
+
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. </p></td>
|
355
355
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
|
356
356
|
</tr>
|
357
357
|
</tbody>
|
@@ -369,7 +369,7 @@ was set.</p>
|
|
369
369
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
370
370
|
gtk_source_mark_attributes_set_stock_id
|
371
371
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
372
|
-
<em class="parameter"><code>const <a href="
|
372
|
+
<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> *stock_id</code></em>);</pre>
|
373
373
|
<div class="warning">
|
374
374
|
<p><code class="literal">gtk_source_mark_attributes_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
375
375
|
<p>Don't use this function.</p>
|
@@ -377,7 +377,7 @@ gtk_source_mark_attributes_set_stock_id
|
|
377
377
|
<p>Sets stock id to be used as a base for rendered icon.</p>
|
378
378
|
<div class="refsect3">
|
379
379
|
<a name="gtk-source-mark-attributes-set-stock-id.parameters"></a><h4>Parameters</h4>
|
380
|
-
<div class="informaltable"><table width="100%" border="0">
|
380
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
381
381
|
<colgroup>
|
382
382
|
<col width="150px" class="parameters_name">
|
383
383
|
<col class="parameters_description">
|
@@ -401,7 +401,7 @@ gtk_source_mark_attributes_set_stock_id
|
|
401
401
|
<hr>
|
402
402
|
<div class="refsect2">
|
403
403
|
<a name="gtk-source-mark-attributes-get-stock-id"></a><h3>gtk_source_mark_attributes_get_stock_id ()</h3>
|
404
|
-
<pre class="programlisting">const <a href="
|
404
|
+
<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> *
|
405
405
|
gtk_source_mark_attributes_get_stock_id
|
406
406
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
|
407
407
|
<div class="warning">
|
@@ -409,10 +409,10 @@ gtk_source_mark_attributes_get_stock_id
|
|
409
409
|
<p>Don't use this function.</p>
|
410
410
|
</div>
|
411
411
|
<p>Gets a stock id of an icon used by this attributes. Note that the stock id can
|
412
|
-
be <a href="
|
412
|
+
be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
|
413
413
|
<div class="refsect3">
|
414
414
|
<a name="gtk-source-mark-attributes-get-stock-id.parameters"></a><h4>Parameters</h4>
|
415
|
-
<div class="informaltable"><table width="100%" border="0">
|
415
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
416
416
|
<colgroup>
|
417
417
|
<col width="150px" class="parameters_name">
|
418
418
|
<col class="parameters_description">
|
@@ -439,11 +439,11 @@ shouldn't be freed. </p>
|
|
439
439
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
440
440
|
gtk_source_mark_attributes_set_icon_name
|
441
441
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
442
|
-
<em class="parameter"><code>const <a href="
|
442
|
+
<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>
|
443
443
|
<p>Sets a name of an icon to be used as a base for rendered icon.</p>
|
444
444
|
<div class="refsect3">
|
445
445
|
<a name="gtk-source-mark-attributes-set-icon-name.parameters"></a><h4>Parameters</h4>
|
446
|
-
<div class="informaltable"><table width="100%" border="0">
|
446
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
447
447
|
<colgroup>
|
448
448
|
<col width="150px" class="parameters_name">
|
449
449
|
<col class="parameters_description">
|
@@ -467,14 +467,14 @@ gtk_source_mark_attributes_set_icon_name
|
|
467
467
|
<hr>
|
468
468
|
<div class="refsect2">
|
469
469
|
<a name="gtk-source-mark-attributes-get-icon-name"></a><h3>gtk_source_mark_attributes_get_icon_name ()</h3>
|
470
|
-
<pre class="programlisting">const <a href="
|
470
|
+
<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> *
|
471
471
|
gtk_source_mark_attributes_get_icon_name
|
472
472
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
|
473
473
|
<p>Gets a name of an icon to be used as a base for rendered icon. Note that the
|
474
|
-
icon name can be <a href="
|
474
|
+
icon name can be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
|
475
475
|
<div class="refsect3">
|
476
476
|
<a name="gtk-source-mark-attributes-get-icon-name.parameters"></a><h4>Parameters</h4>
|
477
|
-
<div class="informaltable"><table width="100%" border="0">
|
477
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
478
478
|
<colgroup>
|
479
479
|
<col width="150px" class="parameters_name">
|
480
480
|
<col class="parameters_description">
|
@@ -500,11 +500,11 @@ should not be freed. </p>
|
|
500
500
|
<a name="gtk-source-mark-attributes-set-gicon"></a><h3>gtk_source_mark_attributes_set_gicon ()</h3>
|
501
501
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
502
502
|
gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
503
|
-
<em class="parameter"><code><a href="
|
503
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *gicon</code></em>);</pre>
|
504
504
|
<p>Sets an icon to be used as a base for rendered icon.</p>
|
505
505
|
<div class="refsect3">
|
506
506
|
<a name="gtk-source-mark-attributes-set-gicon.parameters"></a><h4>Parameters</h4>
|
507
|
-
<div class="informaltable"><table width="100%" border="0">
|
507
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
508
508
|
<colgroup>
|
509
509
|
<col width="150px" class="parameters_name">
|
510
510
|
<col class="parameters_description">
|
@@ -518,7 +518,7 @@ gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link
|
|
518
518
|
</tr>
|
519
519
|
<tr>
|
520
520
|
<td class="parameter_name"><p>gicon</p></td>
|
521
|
-
<td class="parameter_description"><p>a <a href="
|
521
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to be used.</p></td>
|
522
522
|
<td class="parameter_annotations"> </td>
|
523
523
|
</tr>
|
524
524
|
</tbody>
|
@@ -528,13 +528,13 @@ gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link
|
|
528
528
|
<hr>
|
529
529
|
<div class="refsect2">
|
530
530
|
<a name="gtk-source-mark-attributes-get-gicon"></a><h3>gtk_source_mark_attributes_get_gicon ()</h3>
|
531
|
-
<pre class="programlisting"><a href="
|
531
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
|
532
532
|
gtk_source_mark_attributes_get_gicon (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
|
533
|
-
<p>Gets a <a href="
|
534
|
-
be <a href="
|
533
|
+
<p>Gets a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to be used as a base for rendered icon. Note that the icon can
|
534
|
+
be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
|
535
535
|
<div class="refsect3">
|
536
536
|
<a name="gtk-source-mark-attributes-get-gicon.parameters"></a><h4>Parameters</h4>
|
537
|
-
<div class="informaltable"><table width="100%" border="0">
|
537
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
538
538
|
<colgroup>
|
539
539
|
<col width="150px" class="parameters_name">
|
540
540
|
<col class="parameters_description">
|
@@ -564,7 +564,7 @@ gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="lin
|
|
564
564
|
<p>Sets a pixbuf to be used as a base for rendered icon.</p>
|
565
565
|
<div class="refsect3">
|
566
566
|
<a name="gtk-source-mark-attributes-set-pixbuf.parameters"></a><h4>Parameters</h4>
|
567
|
-
<div class="informaltable"><table width="100%" border="0">
|
567
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
568
568
|
<colgroup>
|
569
569
|
<col width="150px" class="parameters_name">
|
570
570
|
<col class="parameters_description">
|
@@ -591,10 +591,10 @@ gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="lin
|
|
591
591
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
592
592
|
gtk_source_mark_attributes_get_pixbuf (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
|
593
593
|
<p>Gets a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> to be used as a base for rendered icon. Note that the
|
594
|
-
pixbuf can be <a href="
|
594
|
+
pixbuf can be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
|
595
595
|
<div class="refsect3">
|
596
596
|
<a name="gtk-source-mark-attributes-get-pixbuf.parameters"></a><h4>Parameters</h4>
|
597
|
-
<div class="informaltable"><table width="100%" border="0">
|
597
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
598
598
|
<colgroup>
|
599
599
|
<col width="150px" class="parameters_name">
|
600
600
|
<col class="parameters_description">
|
@@ -621,8 +621,8 @@ should not be unreffed. </p>
|
|
621
621
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
622
622
|
gtk_source_mark_attributes_render_icon
|
623
623
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
624
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
625
|
-
<em class="parameter"><code><a href="
|
624
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
625
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
|
626
626
|
<p>Renders an icon of given size. The base of the icon is set by the last call
|
627
627
|
to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-pixbuf" title="gtk_source_mark_attributes_set_pixbuf ()"><code class="function">gtk_source_mark_attributes_set_pixbuf()</code></a>,
|
628
628
|
<a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()"><code class="function">gtk_source_mark_attributes_set_gicon()</code></a>,
|
@@ -631,7 +631,7 @@ to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-at
|
|
631
631
|
cannot be lower than 1.</p>
|
632
632
|
<div class="refsect3">
|
633
633
|
<a name="gtk-source-mark-attributes-render-icon.parameters"></a><h4>Parameters</h4>
|
634
|
-
<div class="informaltable"><table width="100%" border="0">
|
634
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
635
635
|
<colgroup>
|
636
636
|
<col width="150px" class="parameters_name">
|
637
637
|
<col class="parameters_description">
|
@@ -666,7 +666,7 @@ and should not be unreffed. </p>
|
|
666
666
|
<hr>
|
667
667
|
<div class="refsect2">
|
668
668
|
<a name="gtk-source-mark-attributes-get-tooltip-text"></a><h3>gtk_source_mark_attributes_get_tooltip_text ()</h3>
|
669
|
-
<pre class="programlisting"><a href="
|
669
|
+
<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> *
|
670
670
|
gtk_source_mark_attributes_get_tooltip_text
|
671
671
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
672
672
|
<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
|
@@ -675,7 +675,7 @@ a <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-que
|
|
675
675
|
text.</p>
|
676
676
|
<div class="refsect3">
|
677
677
|
<a name="gtk-source-mark-attributes-get-tooltip-text.parameters"></a><h4>Parameters</h4>
|
678
|
-
<div class="informaltable"><table width="100%" border="0">
|
678
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
679
679
|
<colgroup>
|
680
680
|
<col width="150px" class="parameters_name">
|
681
681
|
<col class="parameters_description">
|
@@ -698,14 +698,14 @@ text.</p>
|
|
698
698
|
<div class="refsect3">
|
699
699
|
<a name="gtk-source-mark-attributes-get-tooltip-text.returns"></a><h4>Returns</h4>
|
700
700
|
<p> A tooltip. The returned string should be freed by
|
701
|
-
using <a href="
|
701
|
+
using <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
|
702
702
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
703
703
|
</div>
|
704
704
|
</div>
|
705
705
|
<hr>
|
706
706
|
<div class="refsect2">
|
707
707
|
<a name="gtk-source-mark-attributes-get-tooltip-markup"></a><h3>gtk_source_mark_attributes_get_tooltip_markup ()</h3>
|
708
|
-
<pre class="programlisting"><a href="
|
708
|
+
<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> *
|
709
709
|
gtk_source_mark_attributes_get_tooltip_markup
|
710
710
|
(<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
711
711
|
<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
|
@@ -714,7 +714,7 @@ a <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-que
|
|
714
714
|
a markup.</p>
|
715
715
|
<div class="refsect3">
|
716
716
|
<a name="gtk-source-mark-attributes-get-tooltip-markup.parameters"></a><h4>Parameters</h4>
|
717
|
-
<div class="informaltable"><table width="100%" border="0">
|
717
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
718
718
|
<colgroup>
|
719
719
|
<col width="150px" class="parameters_name">
|
720
720
|
<col class="parameters_description">
|
@@ -737,7 +737,7 @@ a markup.</p>
|
|
737
737
|
<div class="refsect3">
|
738
738
|
<a name="gtk-source-mark-attributes-get-tooltip-markup.returns"></a><h4>Returns</h4>
|
739
739
|
<p> A tooltip. The returned string should be freed by
|
740
|
-
using <a href="
|
740
|
+
using <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
|
741
741
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
742
742
|
</div>
|
743
743
|
</div>
|
@@ -753,21 +753,21 @@ using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.
|
|
753
753
|
<a name="GtkSourceMarkAttributes.property-details"></a><h2>Property Details</h2>
|
754
754
|
<div class="refsect2">
|
755
755
|
<a name="GtkSourceMarkAttributes--background"></a><h3>The <code class="literal">“background”</code> property</h3>
|
756
|
-
<pre class="programlisting"> “background” <a href="http://developer.gnome.org/gdk3/
|
756
|
+
<pre class="programlisting"> “background” <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</pre>
|
757
757
|
<p>A color used for background of a line.</p>
|
758
758
|
<p>Flags: Read / Write</p>
|
759
759
|
</div>
|
760
760
|
<hr>
|
761
761
|
<div class="refsect2">
|
762
762
|
<a name="GtkSourceMarkAttributes--gicon"></a><h3>The <code class="literal">“gicon”</code> property</h3>
|
763
|
-
<pre class="programlisting"> “gicon” <a href="
|
764
|
-
<p>A <a href="
|
763
|
+
<pre class="programlisting"> “gicon” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
|
764
|
+
<p>A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> that may be a base of a rendered icon.</p>
|
765
765
|
<p>Flags: Read / Write</p>
|
766
766
|
</div>
|
767
767
|
<hr>
|
768
768
|
<div class="refsect2">
|
769
769
|
<a name="GtkSourceMarkAttributes--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
|
770
|
-
<pre class="programlisting"> “icon-name” <a href="
|
770
|
+
<pre class="programlisting"> “icon-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>
|
771
771
|
<p>An icon name that may be a base of a rendered icon.</p>
|
772
772
|
<p>Flags: Read / Write</p>
|
773
773
|
<p>Default value: NULL</p>
|
@@ -782,7 +782,7 @@ using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.
|
|
782
782
|
<hr>
|
783
783
|
<div class="refsect2">
|
784
784
|
<a name="GtkSourceMarkAttributes--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3>
|
785
|
-
<pre class="programlisting"> “stock-id” <a href="
|
785
|
+
<pre class="programlisting"> “stock-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>
|
786
786
|
<p>A stock id that may be a base of a rendered icon.</p>
|
787
787
|
<div class="warning">
|
788
788
|
<p><code class="literal">GtkSourceMarkAttributes:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
@@ -796,16 +796,16 @@ using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.
|
|
796
796
|
<a name="GtkSourceMarkAttributes.signal-details"></a><h2>Signal Details</h2>
|
797
797
|
<div class="refsect2">
|
798
798
|
<a name="GtkSourceMarkAttributes-query-tooltip-markup"></a><h3>The <code class="literal">“query-tooltip-markup”</code> signal</h3>
|
799
|
-
<pre class="programlisting"><a href="
|
799
|
+
<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>*
|
800
800
|
user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
|
801
801
|
<a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
|
802
|
-
<a href="
|
802
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
803
803
|
<p>The code should connect to this signal to provide a tooltip for given
|
804
804
|
<em class="parameter"><code>mark</code></em>
|
805
805
|
. The tooltip can contain a markup.</p>
|
806
806
|
<div class="refsect3">
|
807
807
|
<a name="GtkSourceMarkAttributes-query-tooltip-markup.parameters"></a><h4>Parameters</h4>
|
808
|
-
<div class="informaltable"><table width="100%" border="0">
|
808
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
809
809
|
<colgroup>
|
810
810
|
<col width="150px" class="parameters_name">
|
811
811
|
<col class="parameters_description">
|
@@ -833,24 +833,24 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
|
|
833
833
|
<div class="refsect3">
|
834
834
|
<a name="GtkSourceMarkAttributes-query-tooltip-markup.returns"></a><h4>Returns</h4>
|
835
835
|
<p> A tooltip. The string should be freed with
|
836
|
-
<a href="
|
836
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
|
837
837
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
838
838
|
</div>
|
839
|
-
<p>Flags: <a href="
|
839
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
840
840
|
</div>
|
841
841
|
<hr>
|
842
842
|
<div class="refsect2">
|
843
843
|
<a name="GtkSourceMarkAttributes-query-tooltip-text"></a><h3>The <code class="literal">“query-tooltip-text”</code> signal</h3>
|
844
|
-
<pre class="programlisting"><a href="
|
844
|
+
<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>*
|
845
845
|
user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
|
846
846
|
<a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
|
847
|
-
<a href="
|
847
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
848
848
|
<p>The code should connect to this signal to provide a tooltip for given
|
849
849
|
<em class="parameter"><code>mark</code></em>
|
850
850
|
. The tooltip should be just a plain text.</p>
|
851
851
|
<div class="refsect3">
|
852
852
|
<a name="GtkSourceMarkAttributes-query-tooltip-text.parameters"></a><h4>Parameters</h4>
|
853
|
-
<div class="informaltable"><table width="100%" border="0">
|
853
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
854
854
|
<colgroup>
|
855
855
|
<col width="150px" class="parameters_name">
|
856
856
|
<col class="parameters_description">
|
@@ -878,10 +878,10 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
|
|
878
878
|
<div class="refsect3">
|
879
879
|
<a name="GtkSourceMarkAttributes-query-tooltip-text.returns"></a><h4>Returns</h4>
|
880
880
|
<p> A tooltip. The string should be freed with
|
881
|
-
<a href="
|
881
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
|
882
882
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
883
883
|
</div>
|
884
|
-
<p>Flags: <a href="
|
884
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
885
885
|
</div>
|
886
886
|
</div>
|
887
887
|
<div class="refsect1">
|