gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- metadata +13 -7
@@ -3,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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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.win32/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>
|