gtksourceview3 3.0.9-x64-mingw32 → 3.1.0-x64-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>GtkSourceSearchSettings: 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="ch08.html" title="Search and Replace">
|
9
9
|
<link rel="prev" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="ch09.html" title="Other">
|
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>
|
@@ -20,9 +20,9 @@
|
|
20
20
|
<a href="#GtkSourceSearchSettings.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="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="GtkSourceSearchContext.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="ch09.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="GtkSourceSearchSettings"></a><div class="titlepage"></div>
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</tr></table></div>
|
36
36
|
<div class="refsect1">
|
37
37
|
<a name="GtkSourceSearchSettings.functions"></a><h2>Functions</h2>
|
38
|
-
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
39
39
|
<colgroup>
|
40
40
|
<col width="150px" class="functions_return">
|
41
41
|
<col class="functions_name">
|
@@ -50,7 +50,7 @@
|
|
50
50
|
</td>
|
51
51
|
</tr>
|
52
52
|
<tr>
|
53
|
-
<td class="function_type">const <a href="
|
53
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
54
54
|
</td>
|
55
55
|
<td class="function_name">
|
56
56
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-search-text" title="gtk_source_search_settings_get_search_text ()">gtk_source_search_settings_get_search_text</a> <span class="c_punctuation">()</span>
|
@@ -66,7 +66,7 @@
|
|
66
66
|
</tr>
|
67
67
|
<tr>
|
68
68
|
<td class="function_type">
|
69
|
-
<a href="
|
69
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
70
70
|
</td>
|
71
71
|
<td class="function_name">
|
72
72
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-case-sensitive" title="gtk_source_search_settings_get_case_sensitive ()">gtk_source_search_settings_get_case_sensitive</a> <span class="c_punctuation">()</span>
|
@@ -82,7 +82,7 @@
|
|
82
82
|
</tr>
|
83
83
|
<tr>
|
84
84
|
<td class="function_type">
|
85
|
-
<a href="
|
85
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
86
86
|
</td>
|
87
87
|
<td class="function_name">
|
88
88
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-at-word-boundaries" title="gtk_source_search_settings_get_at_word_boundaries ()">gtk_source_search_settings_get_at_word_boundaries</a> <span class="c_punctuation">()</span>
|
@@ -98,7 +98,7 @@
|
|
98
98
|
</tr>
|
99
99
|
<tr>
|
100
100
|
<td class="function_type">
|
101
|
-
<a href="
|
101
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
102
102
|
</td>
|
103
103
|
<td class="function_name">
|
104
104
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-wrap-around" title="gtk_source_search_settings_get_wrap_around ()">gtk_source_search_settings_get_wrap_around</a> <span class="c_punctuation">()</span>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</tr>
|
115
115
|
<tr>
|
116
116
|
<td class="function_type">
|
117
|
-
<a href="
|
117
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
118
118
|
</td>
|
119
119
|
<td class="function_name">
|
120
120
|
<a class="link" href="GtkSourceSearchSettings.html#gtk-source-search-settings-get-regex-enabled" title="gtk_source_search_settings_get_regex_enabled ()">gtk_source_search_settings_get_regex_enabled</a> <span class="c_punctuation">()</span>
|
@@ -133,7 +133,7 @@
|
|
133
133
|
</div>
|
134
134
|
<div class="refsect1">
|
135
135
|
<a name="GtkSourceSearchSettings.properties"></a><h2>Properties</h2>
|
136
|
-
<div class="informaltable"><table border="0">
|
136
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
137
137
|
<colgroup>
|
138
138
|
<col width="150px" class="properties_type">
|
139
139
|
<col width="300px" class="properties_name">
|
@@ -141,28 +141,28 @@
|
|
141
141
|
</colgroup>
|
142
142
|
<tbody>
|
143
143
|
<tr>
|
144
|
-
<td class="property_type"><a href="
|
144
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
145
145
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--at-word-boundaries" title="The “at-word-boundaries” property">at-word-boundaries</a></td>
|
146
146
|
<td class="property_flags">Read / Write / Construct</td>
|
147
147
|
</tr>
|
148
148
|
<tr>
|
149
|
-
<td class="property_type"><a href="
|
149
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
150
150
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--case-sensitive" title="The “case-sensitive” property">case-sensitive</a></td>
|
151
151
|
<td class="property_flags">Read / Write / Construct</td>
|
152
152
|
</tr>
|
153
153
|
<tr>
|
154
|
-
<td class="property_type"><a href="
|
154
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
155
155
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--regex-enabled" title="The “regex-enabled” property">regex-enabled</a></td>
|
156
156
|
<td class="property_flags">Read / Write / Construct</td>
|
157
157
|
</tr>
|
158
158
|
<tr>
|
159
159
|
<td class="property_type">
|
160
|
-
<a href="
|
160
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
161
161
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property">search-text</a></td>
|
162
162
|
<td class="property_flags">Read / Write / Construct</td>
|
163
163
|
</tr>
|
164
164
|
<tr>
|
165
|
-
<td class="property_type"><a href="
|
165
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
166
166
|
<td class="property_name"><a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around" title="The “wrap-around” property">wrap-around</a></td>
|
167
167
|
<td class="property_flags">Read / Write / Construct</td>
|
168
168
|
</tr>
|
@@ -171,7 +171,7 @@
|
|
171
171
|
</div>
|
172
172
|
<div class="refsect1">
|
173
173
|
<a name="GtkSourceSearchSettings.other"></a><h2>Types and Values</h2>
|
174
|
-
<div class="informaltable"><table width="100%" border="0">
|
174
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
175
175
|
<colgroup>
|
176
176
|
<col width="150px" class="name">
|
177
177
|
<col class="description">
|
@@ -184,7 +184,7 @@
|
|
184
184
|
</div>
|
185
185
|
<div class="refsect1">
|
186
186
|
<a name="GtkSourceSearchSettings.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
187
|
-
<pre class="screen"> <a href="
|
187
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
188
188
|
<span class="lineart">╰──</span> GtkSourceSearchSettings
|
189
189
|
</pre>
|
190
190
|
</div>
|
@@ -215,7 +215,7 @@ gtk_source_search_settings_new (<em class="parameter"><code><span class="type">v
|
|
215
215
|
<hr>
|
216
216
|
<div class="refsect2">
|
217
217
|
<a name="gtk-source-search-settings-get-search-text"></a><h3>gtk_source_search_settings_get_search_text ()</h3>
|
218
|
-
<pre class="programlisting">const <a href="
|
218
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
219
219
|
gtk_source_search_settings_get_search_text
|
220
220
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
221
221
|
<p>Gets the text to search. The return value must not be freed.</p>
|
@@ -223,7 +223,7 @@ gtk_source_search_settings_get_search_text
|
|
223
223
|
this function.</p>
|
224
224
|
<div class="refsect3">
|
225
225
|
<a name="gtk-source-search-settings-get-search-text.parameters"></a><h4>Parameters</h4>
|
226
|
-
<div class="informaltable"><table width="100%" border="0">
|
226
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
227
227
|
<colgroup>
|
228
228
|
<col width="150px" class="parameters_name">
|
229
229
|
<col class="parameters_description">
|
@@ -238,7 +238,7 @@ this function.</p>
|
|
238
238
|
</div>
|
239
239
|
<div class="refsect3">
|
240
240
|
<a name="gtk-source-search-settings-get-search-text.returns"></a><h4>Returns</h4>
|
241
|
-
<p> the text to search, or <a href="
|
241
|
+
<p> the text to search, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the search is disabled. </p>
|
242
242
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
243
243
|
</div>
|
244
244
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
@@ -249,9 +249,9 @@ this function.</p>
|
|
249
249
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
250
250
|
gtk_source_search_settings_set_search_text
|
251
251
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
252
|
-
<em class="parameter"><code>const <a href="
|
252
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *search_text</code></em>);</pre>
|
253
253
|
<p>Sets the text to search. If <em class="parameter"><code>text</code></em>
|
254
|
-
is <a href="
|
254
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or is empty, the search will be
|
255
255
|
disabled. A copy of <em class="parameter"><code>text</code></em>
|
256
256
|
will be made, so you can safely free <em class="parameter"><code>text</code></em>
|
257
257
|
after
|
@@ -260,7 +260,7 @@ a call to this function.</p>
|
|
260
260
|
this function.</p>
|
261
261
|
<div class="refsect3">
|
262
262
|
<a name="gtk-source-search-settings-set-search-text.parameters"></a><h4>Parameters</h4>
|
263
|
-
<div class="informaltable"><table width="100%" border="0">
|
263
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
264
264
|
<colgroup>
|
265
265
|
<col width="150px" class="parameters_name">
|
266
266
|
<col class="parameters_description">
|
@@ -274,8 +274,8 @@ this function.</p>
|
|
274
274
|
</tr>
|
275
275
|
<tr>
|
276
276
|
<td class="parameter_name"><p>search_text</p></td>
|
277
|
-
<td class="parameter_description"><p> the nul-terminated text to search, or <a href="
|
278
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
277
|
+
<td class="parameter_description"><p> the nul-terminated text to search, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to disable the search. </p></td>
|
278
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
279
279
|
</tr>
|
280
280
|
</tbody>
|
281
281
|
</table></div>
|
@@ -285,12 +285,12 @@ this function.</p>
|
|
285
285
|
<hr>
|
286
286
|
<div class="refsect2">
|
287
287
|
<a name="gtk-source-search-settings-get-case-sensitive"></a><h3>gtk_source_search_settings_get_case_sensitive ()</h3>
|
288
|
-
<pre class="programlisting"><a href="
|
288
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
289
289
|
gtk_source_search_settings_get_case_sensitive
|
290
290
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
291
291
|
<div class="refsect3">
|
292
292
|
<a name="gtk-source-search-settings-get-case-sensitive.parameters"></a><h4>Parameters</h4>
|
293
|
-
<div class="informaltable"><table width="100%" border="0">
|
293
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
294
294
|
<colgroup>
|
295
295
|
<col width="150px" class="parameters_name">
|
296
296
|
<col class="parameters_description">
|
@@ -315,11 +315,11 @@ gtk_source_search_settings_get_case_sensitive
|
|
315
315
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
316
316
|
gtk_source_search_settings_set_case_sensitive
|
317
317
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
318
|
-
<em class="parameter"><code><a href="
|
318
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> case_sensitive</code></em>);</pre>
|
319
319
|
<p>Enables or disables the case sensitivity for the search.</p>
|
320
320
|
<div class="refsect3">
|
321
321
|
<a name="gtk-source-search-settings-set-case-sensitive.parameters"></a><h4>Parameters</h4>
|
322
|
-
<div class="informaltable"><table width="100%" border="0">
|
322
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
323
323
|
<colgroup>
|
324
324
|
<col width="150px" class="parameters_name">
|
325
325
|
<col class="parameters_description">
|
@@ -344,12 +344,12 @@ gtk_source_search_settings_set_case_sensitive
|
|
344
344
|
<hr>
|
345
345
|
<div class="refsect2">
|
346
346
|
<a name="gtk-source-search-settings-get-at-word-boundaries"></a><h3>gtk_source_search_settings_get_at_word_boundaries ()</h3>
|
347
|
-
<pre class="programlisting"><a href="
|
347
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
348
348
|
gtk_source_search_settings_get_at_word_boundaries
|
349
349
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
350
350
|
<div class="refsect3">
|
351
351
|
<a name="gtk-source-search-settings-get-at-word-boundaries.parameters"></a><h4>Parameters</h4>
|
352
|
-
<div class="informaltable"><table width="100%" border="0">
|
352
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
353
353
|
<colgroup>
|
354
354
|
<col width="150px" class="parameters_name">
|
355
355
|
<col class="parameters_description">
|
@@ -374,15 +374,15 @@ gtk_source_search_settings_get_at_word_boundaries
|
|
374
374
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
375
375
|
gtk_source_search_settings_set_at_word_boundaries
|
376
376
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
377
|
-
<em class="parameter"><code><a href="
|
377
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> at_word_boundaries</code></em>);</pre>
|
378
378
|
<p>Change whether the search is done at word boundaries. If <em class="parameter"><code>at_word_boundaries</code></em>
|
379
379
|
|
380
|
-
is <a href="
|
381
|
-
multiple words. See also <a href="http://developer.gnome.org/
|
382
|
-
<a href="http://developer.gnome.org/
|
380
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a search match must start and end a word. The match can span
|
381
|
+
multiple words. See also <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#gtk-text-iter-starts-word"><code class="function">gtk_text_iter_starts_word()</code></a> and
|
382
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextIter.html#gtk-text-iter-ends-word"><code class="function">gtk_text_iter_ends_word()</code></a>.</p>
|
383
383
|
<div class="refsect3">
|
384
384
|
<a name="gtk-source-search-settings-set-at-word-boundaries.parameters"></a><h4>Parameters</h4>
|
385
|
-
<div class="informaltable"><table width="100%" border="0">
|
385
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
386
386
|
<colgroup>
|
387
387
|
<col width="150px" class="parameters_name">
|
388
388
|
<col class="parameters_description">
|
@@ -407,12 +407,12 @@ multiple words. See also <a href="http://developer.gnome.org/gtk3/GtkTextIter.ht
|
|
407
407
|
<hr>
|
408
408
|
<div class="refsect2">
|
409
409
|
<a name="gtk-source-search-settings-get-wrap-around"></a><h3>gtk_source_search_settings_get_wrap_around ()</h3>
|
410
|
-
<pre class="programlisting"><a href="
|
410
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
411
411
|
gtk_source_search_settings_get_wrap_around
|
412
412
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
413
413
|
<div class="refsect3">
|
414
414
|
<a name="gtk-source-search-settings-get-wrap-around.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">
|
@@ -437,15 +437,15 @@ gtk_source_search_settings_get_wrap_around
|
|
437
437
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
438
438
|
gtk_source_search_settings_set_wrap_around
|
439
439
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
440
|
-
<em class="parameter"><code><a href="
|
440
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap_around</code></em>);</pre>
|
441
441
|
<p>Enables or disables the wrap around search. If <em class="parameter"><code>wrap_around</code></em>
|
442
|
-
is <a href="
|
442
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the
|
443
443
|
forward search continues at the beginning of the buffer if no search
|
444
444
|
occurrences are found. Similarly, the backward search continues to search at
|
445
445
|
the end of the buffer.</p>
|
446
446
|
<div class="refsect3">
|
447
447
|
<a name="gtk-source-search-settings-set-wrap-around.parameters"></a><h4>Parameters</h4>
|
448
|
-
<div class="informaltable"><table width="100%" border="0">
|
448
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
449
449
|
<colgroup>
|
450
450
|
<col width="150px" class="parameters_name">
|
451
451
|
<col class="parameters_description">
|
@@ -470,12 +470,12 @@ the end of the buffer.</p>
|
|
470
470
|
<hr>
|
471
471
|
<div class="refsect2">
|
472
472
|
<a name="gtk-source-search-settings-get-regex-enabled"></a><h3>gtk_source_search_settings_get_regex_enabled ()</h3>
|
473
|
-
<pre class="programlisting"><a href="
|
473
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
474
474
|
gtk_source_search_settings_get_regex_enabled
|
475
475
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
476
476
|
<div class="refsect3">
|
477
477
|
<a name="gtk-source-search-settings-get-regex-enabled.parameters"></a><h4>Parameters</h4>
|
478
|
-
<div class="informaltable"><table width="100%" border="0">
|
478
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
479
479
|
<colgroup>
|
480
480
|
<col width="150px" class="parameters_name">
|
481
481
|
<col class="parameters_description">
|
@@ -500,13 +500,16 @@ gtk_source_search_settings_get_regex_enabled
|
|
500
500
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
501
501
|
gtk_source_search_settings_set_regex_enabled
|
502
502
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>,
|
503
|
-
<em class="parameter"><code><a href="
|
503
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> regex_enabled</code></em>);</pre>
|
504
504
|
<p>Enables or disables whether to search by regular expressions.
|
505
505
|
If enabled, the <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property"><span class="type">“search-text”</span></a> property contains the
|
506
506
|
pattern of the regular expression.</p>
|
507
|
+
<p><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> uses <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#GRegex"><span class="type">GRegex</span></a> when regex search is enabled. See the
|
508
|
+
<a class="ulink" href="https://developer.gnome.org/glib/stable/glib-regex-syntax.html" target="_top">Regular expression syntax</a>
|
509
|
+
page in the GLib reference manual.</p>
|
507
510
|
<div class="refsect3">
|
508
511
|
<a name="gtk-source-search-settings-set-regex-enabled.parameters"></a><h4>Parameters</h4>
|
509
|
-
<div class="informaltable"><table width="100%" border="0">
|
512
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
510
513
|
<colgroup>
|
511
514
|
<col width="150px" class="parameters_name">
|
512
515
|
<col class="parameters_description">
|
@@ -540,8 +543,8 @@ pattern of the regular expression.</p>
|
|
540
543
|
<a name="GtkSourceSearchSettings.property-details"></a><h2>Property Details</h2>
|
541
544
|
<div class="refsect2">
|
542
545
|
<a name="GtkSourceSearchSettings--at-word-boundaries"></a><h3>The <code class="literal">“at-word-boundaries”</code> property</h3>
|
543
|
-
<pre class="programlisting"> “at-word-boundaries” <a href="
|
544
|
-
<p>If <a href="
|
546
|
+
<pre class="programlisting"> “at-word-boundaries” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
547
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a search match must start and end a word. The match can
|
545
548
|
span multiple words.</p>
|
546
549
|
<p>Flags: Read / Write / Construct</p>
|
547
550
|
<p>Default value: FALSE</p>
|
@@ -550,7 +553,7 @@ span multiple words.</p>
|
|
550
553
|
<hr>
|
551
554
|
<div class="refsect2">
|
552
555
|
<a name="GtkSourceSearchSettings--case-sensitive"></a><h3>The <code class="literal">“case-sensitive”</code> property</h3>
|
553
|
-
<pre class="programlisting"> “case-sensitive” <a href="
|
556
|
+
<pre class="programlisting"> “case-sensitive” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
554
557
|
<p>Whether the search is case sensitive.</p>
|
555
558
|
<p>Flags: Read / Write / Construct</p>
|
556
559
|
<p>Default value: FALSE</p>
|
@@ -559,7 +562,7 @@ span multiple words.</p>
|
|
559
562
|
<hr>
|
560
563
|
<div class="refsect2">
|
561
564
|
<a name="GtkSourceSearchSettings--regex-enabled"></a><h3>The <code class="literal">“regex-enabled”</code> property</h3>
|
562
|
-
<pre class="programlisting"> “regex-enabled” <a href="
|
565
|
+
<pre class="programlisting"> “regex-enabled” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
563
566
|
<p>Search by regular expressions with
|
564
567
|
<a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property"><span class="type">“search-text”</span></a> as the pattern.</p>
|
565
568
|
<p>Flags: Read / Write / Construct</p>
|
@@ -569,8 +572,8 @@ span multiple words.</p>
|
|
569
572
|
<hr>
|
570
573
|
<div class="refsect2">
|
571
574
|
<a name="GtkSourceSearchSettings--search-text"></a><h3>The <code class="literal">“search-text”</code> property</h3>
|
572
|
-
<pre class="programlisting"> “search-text” <a href="
|
573
|
-
<p>A search string, or <a href="
|
575
|
+
<pre class="programlisting"> “search-text” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
576
|
+
<p>A search string, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the search is disabled. If the regular
|
574
577
|
expression search is enabled, <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property"><span class="type">“search-text”</span></a> is
|
575
578
|
the pattern.</p>
|
576
579
|
<p>Flags: Read / Write / Construct</p>
|
@@ -580,7 +583,7 @@ the pattern.</p>
|
|
580
583
|
<hr>
|
581
584
|
<div class="refsect2">
|
582
585
|
<a name="GtkSourceSearchSettings--wrap-around"></a><h3>The <code class="literal">“wrap-around”</code> property</h3>
|
583
|
-
<pre class="programlisting"> “wrap-around” <a href="
|
586
|
+
<pre class="programlisting"> “wrap-around” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
584
587
|
<p>For a forward search, continue at the beginning of the buffer if no
|
585
588
|
search occurrence is found. For a backward search, continue at the
|
586
589
|
end of the buffer.</p>
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceStyle: GtkSourceView 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="
|
8
|
+
<link rel="up" href="ch03.html" title="Styling">
|
9
|
+
<link rel="prev" href="ch03.html" title="Styling">
|
10
10
|
<link rel="next" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -20,8 +20,8 @@
|
|
20
20
|
<a href="#GtkSourceStyle.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="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="ch03.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="GtkSourceStyleScheme.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
@@ -35,24 +35,34 @@
|
|
35
35
|
</tr></table></div>
|
36
36
|
<div class="refsect1">
|
37
37
|
<a name="GtkSourceStyle.functions"></a><h2>Functions</h2>
|
38
|
-
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
39
39
|
<colgroup>
|
40
40
|
<col width="150px" class="functions_return">
|
41
41
|
<col class="functions_name">
|
42
42
|
</colgroup>
|
43
|
-
<tbody
|
43
|
+
<tbody>
|
44
|
+
<tr>
|
44
45
|
<td class="function_type">
|
45
46
|
<a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="returnvalue">GtkSourceStyle</span></a> *
|
46
47
|
</td>
|
47
48
|
<td class="function_name">
|
48
49
|
<a class="link" href="GtkSourceStyle.html#gtk-source-style-copy" title="gtk_source_style_copy ()">gtk_source_style_copy</a> <span class="c_punctuation">()</span>
|
49
50
|
</td>
|
50
|
-
</tr
|
51
|
+
</tr>
|
52
|
+
<tr>
|
53
|
+
<td class="function_type">
|
54
|
+
<span class="returnvalue">void</span>
|
55
|
+
</td>
|
56
|
+
<td class="function_name">
|
57
|
+
<a class="link" href="GtkSourceStyle.html#gtk-source-style-apply" title="gtk_source_style_apply ()">gtk_source_style_apply</a> <span class="c_punctuation">()</span>
|
58
|
+
</td>
|
59
|
+
</tr>
|
60
|
+
</tbody>
|
51
61
|
</table></div>
|
52
62
|
</div>
|
53
63
|
<div class="refsect1">
|
54
64
|
<a name="GtkSourceStyle.properties"></a><h2>Properties</h2>
|
55
|
-
<div class="informaltable"><table border="0">
|
65
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
56
66
|
<colgroup>
|
57
67
|
<col width="150px" class="properties_type">
|
58
68
|
<col width="300px" class="properties_name">
|
@@ -61,54 +71,54 @@
|
|
61
71
|
<tbody>
|
62
72
|
<tr>
|
63
73
|
<td class="property_type">
|
64
|
-
<a href="
|
74
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
65
75
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--background" title="The “background” property">background</a></td>
|
66
76
|
<td class="property_flags">Read / Write / Construct Only</td>
|
67
77
|
</tr>
|
68
78
|
<tr>
|
69
|
-
<td class="property_type"><a href="
|
79
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
70
80
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--background-set" title="The “background-set” property">background-set</a></td>
|
71
81
|
<td class="property_flags">Read / Write / Construct Only</td>
|
72
82
|
</tr>
|
73
83
|
<tr>
|
74
|
-
<td class="property_type"><a href="
|
84
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
75
85
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--bold" title="The “bold” property">bold</a></td>
|
76
86
|
<td class="property_flags">Read / Write / Construct Only</td>
|
77
87
|
</tr>
|
78
88
|
<tr>
|
79
|
-
<td class="property_type"><a href="
|
89
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
80
90
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--bold-set" title="The “bold-set” property">bold-set</a></td>
|
81
91
|
<td class="property_flags">Read / Write / Construct Only</td>
|
82
92
|
</tr>
|
83
93
|
<tr>
|
84
94
|
<td class="property_type">
|
85
|
-
<a href="
|
95
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
86
96
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--foreground" title="The “foreground” property">foreground</a></td>
|
87
97
|
<td class="property_flags">Read / Write / Construct Only</td>
|
88
98
|
</tr>
|
89
99
|
<tr>
|
90
|
-
<td class="property_type"><a href="
|
100
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
91
101
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--foreground-set" title="The “foreground-set” property">foreground-set</a></td>
|
92
102
|
<td class="property_flags">Read / Write / Construct Only</td>
|
93
103
|
</tr>
|
94
104
|
<tr>
|
95
|
-
<td class="property_type"><a href="
|
105
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
96
106
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--italic" title="The “italic” property">italic</a></td>
|
97
107
|
<td class="property_flags">Read / Write / Construct Only</td>
|
98
108
|
</tr>
|
99
109
|
<tr>
|
100
|
-
<td class="property_type"><a href="
|
110
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
101
111
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--italic-set" title="The “italic-set” property">italic-set</a></td>
|
102
112
|
<td class="property_flags">Read / Write / Construct Only</td>
|
103
113
|
</tr>
|
104
114
|
<tr>
|
105
115
|
<td class="property_type">
|
106
|
-
<a href="
|
116
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
107
117
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--line-background" title="The “line-background” property">line-background</a></td>
|
108
118
|
<td class="property_flags">Read / Write / Construct Only</td>
|
109
119
|
</tr>
|
110
120
|
<tr>
|
111
|
-
<td class="property_type"><a href="
|
121
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
112
122
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--line-background-set" title="The “line-background-set” property">line-background-set</a></td>
|
113
123
|
<td class="property_flags">Read / Write / Construct Only</td>
|
114
124
|
</tr>
|
@@ -119,43 +129,43 @@
|
|
119
129
|
</tr>
|
120
130
|
<tr>
|
121
131
|
<td class="property_type">
|
122
|
-
<a href="
|
132
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
123
133
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--scale" title="The “scale” property">scale</a></td>
|
124
134
|
<td class="property_flags">Read / Write / Construct Only</td>
|
125
135
|
</tr>
|
126
136
|
<tr>
|
127
|
-
<td class="property_type"><a href="
|
137
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
128
138
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--scale-set" title="The “scale-set” property">scale-set</a></td>
|
129
139
|
<td class="property_flags">Read / Write / Construct Only</td>
|
130
140
|
</tr>
|
131
141
|
<tr>
|
132
|
-
<td class="property_type"><a href="
|
142
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
133
143
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--strikethrough" title="The “strikethrough” property">strikethrough</a></td>
|
134
144
|
<td class="property_flags">Read / Write / Construct Only</td>
|
135
145
|
</tr>
|
136
146
|
<tr>
|
137
|
-
<td class="property_type"><a href="
|
147
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
138
148
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--strikethrough-set" title="The “strikethrough-set” property">strikethrough-set</a></td>
|
139
149
|
<td class="property_flags">Read / Write / Construct Only</td>
|
140
150
|
</tr>
|
141
151
|
<tr>
|
142
|
-
<td class="property_type"><a href="
|
152
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
143
153
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--underline" title="The “underline” property">underline</a></td>
|
144
154
|
<td class="property_flags">Read / Write / Construct Only</td>
|
145
155
|
</tr>
|
146
156
|
<tr>
|
147
157
|
<td class="property_type">
|
148
|
-
<a href="
|
158
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
149
159
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--underline-color" title="The “underline-color” property">underline-color</a></td>
|
150
160
|
<td class="property_flags">Read / Write / Construct Only</td>
|
151
161
|
</tr>
|
152
162
|
<tr>
|
153
|
-
<td class="property_type"><a href="
|
163
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
154
164
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--underline-color-set" title="The “underline-color-set” property">underline-color-set</a></td>
|
155
165
|
<td class="property_flags">Read / Write / Construct Only</td>
|
156
166
|
</tr>
|
157
167
|
<tr>
|
158
|
-
<td class="property_type"><a href="
|
168
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
159
169
|
<td class="property_name"><a class="link" href="GtkSourceStyle.html#GtkSourceStyle--underline-set" title="The “underline-set” property">underline-set</a></td>
|
160
170
|
<td class="property_flags">Read / Write / Construct Only</td>
|
161
171
|
</tr>
|
@@ -164,7 +174,7 @@
|
|
164
174
|
</div>
|
165
175
|
<div class="refsect1">
|
166
176
|
<a name="GtkSourceStyle.other"></a><h2>Types and Values</h2>
|
167
|
-
<div class="informaltable"><table width="100%" border="0">
|
177
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
168
178
|
<colgroup>
|
169
179
|
<col width="150px" class="name">
|
170
180
|
<col class="description">
|
@@ -177,7 +187,7 @@
|
|
177
187
|
</div>
|
178
188
|
<div class="refsect1">
|
179
189
|
<a name="GtkSourceStyle.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
180
|
-
<pre class="screen"> <a href="
|
190
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
181
191
|
<span class="lineart">╰──</span> GtkSourceStyle
|
182
192
|
</pre>
|
183
193
|
</div>
|
@@ -202,7 +212,7 @@ gtk_source_style_copy (<em class="parameter"><code>const <a class="link" href="G
|
|
202
212
|
has the same attributes set.</p>
|
203
213
|
<div class="refsect3">
|
204
214
|
<a name="gtk-source-style-copy.parameters"></a><h4>Parameters</h4>
|
205
|
-
<div class="informaltable"><table width="100%" border="0">
|
215
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
206
216
|
<colgroup>
|
207
217
|
<col width="150px" class="parameters_name">
|
208
218
|
<col class="parameters_description">
|
@@ -218,12 +228,51 @@ has the same attributes set.</p>
|
|
218
228
|
<div class="refsect3">
|
219
229
|
<a name="gtk-source-style-copy.returns"></a><h4>Returns</h4>
|
220
230
|
<p> copy of <em class="parameter"><code>style</code></em>
|
221
|
-
, call <a href="
|
231
|
+
, call <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>
|
222
232
|
when you are done with it. </p>
|
223
233
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
224
234
|
</div>
|
225
235
|
<p class="since">Since: <a class="link" href="api-index-2-0.html#api-index-2.0">2.0</a></p>
|
226
236
|
</div>
|
237
|
+
<hr>
|
238
|
+
<div class="refsect2">
|
239
|
+
<a name="gtk-source-style-apply"></a><h3>gtk_source_style_apply ()</h3>
|
240
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
241
|
+
gtk_source_style_apply (<em class="parameter"><code>const <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a> *style</code></em>,
|
242
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
243
|
+
<p>This function modifies the <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a> properties that are related to the
|
244
|
+
<a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a> properties. Other <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a> properties are left untouched.</p>
|
245
|
+
<p>If <em class="parameter"><code>style</code></em>
|
246
|
+
is non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, applies <em class="parameter"><code>style</code></em>
|
247
|
+
to <em class="parameter"><code>tag</code></em>
|
248
|
+
.</p>
|
249
|
+
<p>If <em class="parameter"><code>style</code></em>
|
250
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the related *-set properties of <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a> are set to
|
251
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
252
|
+
<div class="refsect3">
|
253
|
+
<a name="gtk-source-style-apply.parameters"></a><h4>Parameters</h4>
|
254
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
255
|
+
<colgroup>
|
256
|
+
<col width="150px" class="parameters_name">
|
257
|
+
<col class="parameters_description">
|
258
|
+
<col width="200px" class="parameters_annotations">
|
259
|
+
</colgroup>
|
260
|
+
<tbody>
|
261
|
+
<tr>
|
262
|
+
<td class="parameter_name"><p>style</p></td>
|
263
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a> to apply, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
264
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
265
|
+
</tr>
|
266
|
+
<tr>
|
267
|
+
<td class="parameter_name"><p>tag</p></td>
|
268
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a> to apply styles to.</p></td>
|
269
|
+
<td class="parameter_annotations"> </td>
|
270
|
+
</tr>
|
271
|
+
</tbody>
|
272
|
+
</table></div>
|
273
|
+
</div>
|
274
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
275
|
+
</div>
|
227
276
|
</div>
|
228
277
|
<div class="refsect1">
|
229
278
|
<a name="GtkSourceStyle.other_details"></a><h2>Types and Values</h2>
|
@@ -236,7 +285,7 @@ when you are done with it. </p>
|
|
236
285
|
<a name="GtkSourceStyle.property-details"></a><h2>Property Details</h2>
|
237
286
|
<div class="refsect2">
|
238
287
|
<a name="GtkSourceStyle--background"></a><h3>The <code class="literal">“background”</code> property</h3>
|
239
|
-
<pre class="programlisting"> “background” <a href="
|
288
|
+
<pre class="programlisting"> “background” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
240
289
|
<p>Background color.</p>
|
241
290
|
<p>Flags: Read / Write / Construct Only</p>
|
242
291
|
<p>Default value: NULL</p>
|
@@ -244,7 +293,7 @@ when you are done with it. </p>
|
|
244
293
|
<hr>
|
245
294
|
<div class="refsect2">
|
246
295
|
<a name="GtkSourceStyle--background-set"></a><h3>The <code class="literal">“background-set”</code> property</h3>
|
247
|
-
<pre class="programlisting"> “background-set” <a href="
|
296
|
+
<pre class="programlisting"> “background-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
248
297
|
<p>Whether background color is set.</p>
|
249
298
|
<p>Flags: Read / Write / Construct Only</p>
|
250
299
|
<p>Default value: FALSE</p>
|
@@ -252,7 +301,7 @@ when you are done with it. </p>
|
|
252
301
|
<hr>
|
253
302
|
<div class="refsect2">
|
254
303
|
<a name="GtkSourceStyle--bold"></a><h3>The <code class="literal">“bold”</code> property</h3>
|
255
|
-
<pre class="programlisting"> “bold” <a href="
|
304
|
+
<pre class="programlisting"> “bold” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
256
305
|
<p>Bold.</p>
|
257
306
|
<p>Flags: Read / Write / Construct Only</p>
|
258
307
|
<p>Default value: FALSE</p>
|
@@ -260,7 +309,7 @@ when you are done with it. </p>
|
|
260
309
|
<hr>
|
261
310
|
<div class="refsect2">
|
262
311
|
<a name="GtkSourceStyle--bold-set"></a><h3>The <code class="literal">“bold-set”</code> property</h3>
|
263
|
-
<pre class="programlisting"> “bold-set” <a href="
|
312
|
+
<pre class="programlisting"> “bold-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
264
313
|
<p>Whether bold attribute is set.</p>
|
265
314
|
<p>Flags: Read / Write / Construct Only</p>
|
266
315
|
<p>Default value: FALSE</p>
|
@@ -268,7 +317,7 @@ when you are done with it. </p>
|
|
268
317
|
<hr>
|
269
318
|
<div class="refsect2">
|
270
319
|
<a name="GtkSourceStyle--foreground"></a><h3>The <code class="literal">“foreground”</code> property</h3>
|
271
|
-
<pre class="programlisting"> “foreground” <a href="
|
320
|
+
<pre class="programlisting"> “foreground” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
272
321
|
<p>Foreground color.</p>
|
273
322
|
<p>Flags: Read / Write / Construct Only</p>
|
274
323
|
<p>Default value: NULL</p>
|
@@ -276,7 +325,7 @@ when you are done with it. </p>
|
|
276
325
|
<hr>
|
277
326
|
<div class="refsect2">
|
278
327
|
<a name="GtkSourceStyle--foreground-set"></a><h3>The <code class="literal">“foreground-set”</code> property</h3>
|
279
|
-
<pre class="programlisting"> “foreground-set” <a href="
|
328
|
+
<pre class="programlisting"> “foreground-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
280
329
|
<p>Whether foreground color is set.</p>
|
281
330
|
<p>Flags: Read / Write / Construct Only</p>
|
282
331
|
<p>Default value: FALSE</p>
|
@@ -284,7 +333,7 @@ when you are done with it. </p>
|
|
284
333
|
<hr>
|
285
334
|
<div class="refsect2">
|
286
335
|
<a name="GtkSourceStyle--italic"></a><h3>The <code class="literal">“italic”</code> property</h3>
|
287
|
-
<pre class="programlisting"> “italic” <a href="
|
336
|
+
<pre class="programlisting"> “italic” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
288
337
|
<p>Italic.</p>
|
289
338
|
<p>Flags: Read / Write / Construct Only</p>
|
290
339
|
<p>Default value: FALSE</p>
|
@@ -292,7 +341,7 @@ when you are done with it. </p>
|
|
292
341
|
<hr>
|
293
342
|
<div class="refsect2">
|
294
343
|
<a name="GtkSourceStyle--italic-set"></a><h3>The <code class="literal">“italic-set”</code> property</h3>
|
295
|
-
<pre class="programlisting"> “italic-set” <a href="
|
344
|
+
<pre class="programlisting"> “italic-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
296
345
|
<p>Whether italic attribute is set.</p>
|
297
346
|
<p>Flags: Read / Write / Construct Only</p>
|
298
347
|
<p>Default value: FALSE</p>
|
@@ -300,7 +349,7 @@ when you are done with it. </p>
|
|
300
349
|
<hr>
|
301
350
|
<div class="refsect2">
|
302
351
|
<a name="GtkSourceStyle--line-background"></a><h3>The <code class="literal">“line-background”</code> property</h3>
|
303
|
-
<pre class="programlisting"> “line-background” <a href="
|
352
|
+
<pre class="programlisting"> “line-background” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
304
353
|
<p>Line background color.</p>
|
305
354
|
<p>Flags: Read / Write / Construct Only</p>
|
306
355
|
<p>Default value: NULL</p>
|
@@ -308,7 +357,7 @@ when you are done with it. </p>
|
|
308
357
|
<hr>
|
309
358
|
<div class="refsect2">
|
310
359
|
<a name="GtkSourceStyle--line-background-set"></a><h3>The <code class="literal">“line-background-set”</code> property</h3>
|
311
|
-
<pre class="programlisting"> “line-background-set” <a href="
|
360
|
+
<pre class="programlisting"> “line-background-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
312
361
|
<p>Whether line background color is set.</p>
|
313
362
|
<p>Flags: Read / Write / Construct Only</p>
|
314
363
|
<p>Default value: FALSE</p>
|
@@ -324,7 +373,7 @@ when you are done with it. </p>
|
|
324
373
|
<hr>
|
325
374
|
<div class="refsect2">
|
326
375
|
<a name="GtkSourceStyle--scale"></a><h3>The <code class="literal">“scale”</code> property</h3>
|
327
|
-
<pre class="programlisting"> “scale” <a href="
|
376
|
+
<pre class="programlisting"> “scale” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
328
377
|
<p>Text scale factor.</p>
|
329
378
|
<p>Flags: Read / Write / Construct Only</p>
|
330
379
|
<p>Default value: NULL</p>
|
@@ -332,7 +381,7 @@ when you are done with it. </p>
|
|
332
381
|
<hr>
|
333
382
|
<div class="refsect2">
|
334
383
|
<a name="GtkSourceStyle--scale-set"></a><h3>The <code class="literal">“scale-set”</code> property</h3>
|
335
|
-
<pre class="programlisting"> “scale-set” <a href="
|
384
|
+
<pre class="programlisting"> “scale-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
336
385
|
<p>Whether scale attribute is set.</p>
|
337
386
|
<p>Flags: Read / Write / Construct Only</p>
|
338
387
|
<p>Default value: FALSE</p>
|
@@ -340,7 +389,7 @@ when you are done with it. </p>
|
|
340
389
|
<hr>
|
341
390
|
<div class="refsect2">
|
342
391
|
<a name="GtkSourceStyle--strikethrough"></a><h3>The <code class="literal">“strikethrough”</code> property</h3>
|
343
|
-
<pre class="programlisting"> “strikethrough” <a href="
|
392
|
+
<pre class="programlisting"> “strikethrough” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
344
393
|
<p>Strikethrough.</p>
|
345
394
|
<p>Flags: Read / Write / Construct Only</p>
|
346
395
|
<p>Default value: FALSE</p>
|
@@ -348,7 +397,7 @@ when you are done with it. </p>
|
|
348
397
|
<hr>
|
349
398
|
<div class="refsect2">
|
350
399
|
<a name="GtkSourceStyle--strikethrough-set"></a><h3>The <code class="literal">“strikethrough-set”</code> property</h3>
|
351
|
-
<pre class="programlisting"> “strikethrough-set” <a href="
|
400
|
+
<pre class="programlisting"> “strikethrough-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
352
401
|
<p>Whether strikethrough attribute is set.</p>
|
353
402
|
<p>Flags: Read / Write / Construct Only</p>
|
354
403
|
<p>Default value: FALSE</p>
|
@@ -356,7 +405,7 @@ when you are done with it. </p>
|
|
356
405
|
<hr>
|
357
406
|
<div class="refsect2">
|
358
407
|
<a name="GtkSourceStyle--underline"></a><h3>The <code class="literal">“underline”</code> property</h3>
|
359
|
-
<pre class="programlisting"> “underline” <a href="
|
408
|
+
<pre class="programlisting"> “underline” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
360
409
|
<p>Underline.</p>
|
361
410
|
<div class="warning">
|
362
411
|
<p><code class="literal">GtkSourceStyle:underline</code> has been deprecated since version 3.18 and should not be used in newly-written code.</p>
|
@@ -368,7 +417,7 @@ when you are done with it. </p>
|
|
368
417
|
<hr>
|
369
418
|
<div class="refsect2">
|
370
419
|
<a name="GtkSourceStyle--underline-color"></a><h3>The <code class="literal">“underline-color”</code> property</h3>
|
371
|
-
<pre class="programlisting"> “underline-color” <a href="
|
420
|
+
<pre class="programlisting"> “underline-color” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
372
421
|
<p>Underline color.</p>
|
373
422
|
<p>Flags: Read / Write / Construct Only</p>
|
374
423
|
<p>Default value: NULL</p>
|
@@ -376,7 +425,7 @@ when you are done with it. </p>
|
|
376
425
|
<hr>
|
377
426
|
<div class="refsect2">
|
378
427
|
<a name="GtkSourceStyle--underline-color-set"></a><h3>The <code class="literal">“underline-color-set”</code> property</h3>
|
379
|
-
<pre class="programlisting"> “underline-color-set” <a href="
|
428
|
+
<pre class="programlisting"> “underline-color-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
380
429
|
<p>Whether underline color attribute is set.</p>
|
381
430
|
<p>Flags: Read / Write / Construct Only</p>
|
382
431
|
<p>Default value: FALSE</p>
|
@@ -384,7 +433,7 @@ when you are done with it. </p>
|
|
384
433
|
<hr>
|
385
434
|
<div class="refsect2">
|
386
435
|
<a name="GtkSourceStyle--underline-set"></a><h3>The <code class="literal">“underline-set”</code> property</h3>
|
387
|
-
<pre class="programlisting"> “underline-set” <a href="
|
436
|
+
<pre class="programlisting"> “underline-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
388
437
|
<p>Whether underline attribute is set.</p>
|
389
438
|
<p>Flags: Read / Write / Construct Only</p>
|
390
439
|
<p>Default value: FALSE</p>
|