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,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceSearchContext: 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="ch08.html" title="Search and Replace">
|
9
|
+
<link rel="prev" href="ch08.html" title="Search and Replace">
|
10
10
|
<link rel="next" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings">
|
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="#GtkSourceSearchContext.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="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="ch08.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="GtkSourceSearchSettings.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,7 +35,7 @@
|
|
35
35
|
</tr></table></div>
|
36
36
|
<div class="refsect1">
|
37
37
|
<a name="GtkSourceSearchContext.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">
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</tr>
|
76
76
|
<tr>
|
77
77
|
<td class="function_type">
|
78
|
-
<a href="
|
78
|
+
<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>
|
79
79
|
</td>
|
80
80
|
<td class="function_name">
|
81
81
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-get-highlight" title="gtk_source_search_context_get_highlight ()">gtk_source_search_context_get_highlight</a> <span class="c_punctuation">()</span>
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</tr>
|
108
108
|
<tr>
|
109
109
|
<td class="function_type">
|
110
|
-
<a href="
|
110
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
111
111
|
</td>
|
112
112
|
<td class="function_name">
|
113
113
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-get-occurrences-count" title="gtk_source_search_context_get_occurrences_count ()">gtk_source_search_context_get_occurrences_count</a> <span class="c_punctuation">()</span>
|
@@ -115,7 +115,7 @@
|
|
115
115
|
</tr>
|
116
116
|
<tr>
|
117
117
|
<td class="function_type">
|
118
|
-
<a href="
|
118
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
119
119
|
</td>
|
120
120
|
<td class="function_name">
|
121
121
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-get-occurrence-position" title="gtk_source_search_context_get_occurrence_position ()">gtk_source_search_context_get_occurrence_position</a> <span class="c_punctuation">()</span>
|
@@ -123,7 +123,7 @@
|
|
123
123
|
</tr>
|
124
124
|
<tr>
|
125
125
|
<td class="function_type">
|
126
|
-
<a href="
|
126
|
+
<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>
|
127
127
|
</td>
|
128
128
|
<td class="function_name">
|
129
129
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward" title="gtk_source_search_context_forward ()">gtk_source_search_context_forward</a> <span class="c_punctuation">()</span>
|
@@ -131,6 +131,14 @@
|
|
131
131
|
</tr>
|
132
132
|
<tr>
|
133
133
|
<td class="function_type">
|
134
|
+
<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>
|
135
|
+
</td>
|
136
|
+
<td class="function_name">
|
137
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward2" title="gtk_source_search_context_forward2 ()">gtk_source_search_context_forward2</a> <span class="c_punctuation">()</span>
|
138
|
+
</td>
|
139
|
+
</tr>
|
140
|
+
<tr>
|
141
|
+
<td class="function_type">
|
134
142
|
<span class="returnvalue">void</span>
|
135
143
|
</td>
|
136
144
|
<td class="function_name">
|
@@ -139,7 +147,7 @@
|
|
139
147
|
</tr>
|
140
148
|
<tr>
|
141
149
|
<td class="function_type">
|
142
|
-
<a href="
|
150
|
+
<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>
|
143
151
|
</td>
|
144
152
|
<td class="function_name">
|
145
153
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward-finish" title="gtk_source_search_context_forward_finish ()">gtk_source_search_context_forward_finish</a> <span class="c_punctuation">()</span>
|
@@ -147,7 +155,15 @@
|
|
147
155
|
</tr>
|
148
156
|
<tr>
|
149
157
|
<td class="function_type">
|
150
|
-
<a href="
|
158
|
+
<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>
|
159
|
+
</td>
|
160
|
+
<td class="function_name">
|
161
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward-finish2" title="gtk_source_search_context_forward_finish2 ()">gtk_source_search_context_forward_finish2</a> <span class="c_punctuation">()</span>
|
162
|
+
</td>
|
163
|
+
</tr>
|
164
|
+
<tr>
|
165
|
+
<td class="function_type">
|
166
|
+
<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>
|
151
167
|
</td>
|
152
168
|
<td class="function_name">
|
153
169
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward" title="gtk_source_search_context_backward ()">gtk_source_search_context_backward</a> <span class="c_punctuation">()</span>
|
@@ -155,6 +171,14 @@
|
|
155
171
|
</tr>
|
156
172
|
<tr>
|
157
173
|
<td class="function_type">
|
174
|
+
<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>
|
175
|
+
</td>
|
176
|
+
<td class="function_name">
|
177
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward2" title="gtk_source_search_context_backward2 ()">gtk_source_search_context_backward2</a> <span class="c_punctuation">()</span>
|
178
|
+
</td>
|
179
|
+
</tr>
|
180
|
+
<tr>
|
181
|
+
<td class="function_type">
|
158
182
|
<span class="returnvalue">void</span>
|
159
183
|
</td>
|
160
184
|
<td class="function_name">
|
@@ -163,7 +187,7 @@
|
|
163
187
|
</tr>
|
164
188
|
<tr>
|
165
189
|
<td class="function_type">
|
166
|
-
<a href="
|
190
|
+
<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>
|
167
191
|
</td>
|
168
192
|
<td class="function_name">
|
169
193
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward-finish" title="gtk_source_search_context_backward_finish ()">gtk_source_search_context_backward_finish</a> <span class="c_punctuation">()</span>
|
@@ -171,7 +195,15 @@
|
|
171
195
|
</tr>
|
172
196
|
<tr>
|
173
197
|
<td class="function_type">
|
174
|
-
<a href="
|
198
|
+
<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>
|
199
|
+
</td>
|
200
|
+
<td class="function_name">
|
201
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward-finish2" title="gtk_source_search_context_backward_finish2 ()">gtk_source_search_context_backward_finish2</a> <span class="c_punctuation">()</span>
|
202
|
+
</td>
|
203
|
+
</tr>
|
204
|
+
<tr>
|
205
|
+
<td class="function_type">
|
206
|
+
<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>
|
175
207
|
</td>
|
176
208
|
<td class="function_name">
|
177
209
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-replace" title="gtk_source_search_context_replace ()">gtk_source_search_context_replace</a> <span class="c_punctuation">()</span>
|
@@ -179,7 +211,15 @@
|
|
179
211
|
</tr>
|
180
212
|
<tr>
|
181
213
|
<td class="function_type">
|
182
|
-
<a href="
|
214
|
+
<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>
|
215
|
+
</td>
|
216
|
+
<td class="function_name">
|
217
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-replace2" title="gtk_source_search_context_replace2 ()">gtk_source_search_context_replace2</a> <span class="c_punctuation">()</span>
|
218
|
+
</td>
|
219
|
+
</tr>
|
220
|
+
<tr>
|
221
|
+
<td class="function_type">
|
222
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
183
223
|
</td>
|
184
224
|
<td class="function_name">
|
185
225
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-replace-all" title="gtk_source_search_context_replace_all ()">gtk_source_search_context_replace_all</a> <span class="c_punctuation">()</span>
|
@@ -187,7 +227,7 @@
|
|
187
227
|
</tr>
|
188
228
|
<tr>
|
189
229
|
<td class="function_type">
|
190
|
-
<a href="
|
230
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="returnvalue">GError</span></a> *
|
191
231
|
</td>
|
192
232
|
<td class="function_name">
|
193
233
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-get-regex-error" title="gtk_source_search_context_get_regex_error ()">gtk_source_search_context_get_regex_error</a> <span class="c_punctuation">()</span>
|
@@ -198,7 +238,7 @@
|
|
198
238
|
</div>
|
199
239
|
<div class="refsect1">
|
200
240
|
<a name="GtkSourceSearchContext.properties"></a><h2>Properties</h2>
|
201
|
-
<div class="informaltable"><table border="0">
|
241
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
202
242
|
<colgroup>
|
203
243
|
<col width="150px" class="properties_type">
|
204
244
|
<col width="300px" class="properties_name">
|
@@ -212,7 +252,7 @@
|
|
212
252
|
<td class="property_flags">Read / Write / Construct Only</td>
|
213
253
|
</tr>
|
214
254
|
<tr>
|
215
|
-
<td class="property_type"><a href="
|
255
|
+
<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>
|
216
256
|
<td class="property_name"><a class="link" href="GtkSourceSearchContext.html#GtkSourceSearchContext--highlight" title="The “highlight” property">highlight</a></td>
|
217
257
|
<td class="property_flags">Read / Write / Construct</td>
|
218
258
|
</tr>
|
@@ -223,12 +263,12 @@
|
|
223
263
|
<td class="property_flags">Read / Write / Construct</td>
|
224
264
|
</tr>
|
225
265
|
<tr>
|
226
|
-
<td class="property_type"><a href="
|
266
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
227
267
|
<td class="property_name"><a class="link" href="GtkSourceSearchContext.html#GtkSourceSearchContext--occurrences-count" title="The “occurrences-count” property">occurrences-count</a></td>
|
228
268
|
<td class="property_flags">Read</td>
|
229
269
|
</tr>
|
230
270
|
<tr>
|
231
|
-
<td class="property_type"><a href="
|
271
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
|
232
272
|
<td class="property_name"><a class="link" href="GtkSourceSearchContext.html#GtkSourceSearchContext--regex-error" title="The “regex-error” property">regex-error</a></td>
|
233
273
|
<td class="property_flags">Read</td>
|
234
274
|
</tr>
|
@@ -243,7 +283,7 @@
|
|
243
283
|
</div>
|
244
284
|
<div class="refsect1">
|
245
285
|
<a name="GtkSourceSearchContext.other"></a><h2>Types and Values</h2>
|
246
|
-
<div class="informaltable"><table width="100%" border="0">
|
286
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
247
287
|
<colgroup>
|
248
288
|
<col width="150px" class="name">
|
249
289
|
<col class="description">
|
@@ -256,7 +296,7 @@
|
|
256
296
|
</div>
|
257
297
|
<div class="refsect1">
|
258
298
|
<a name="GtkSourceSearchContext.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
259
|
-
<pre class="screen"> <a href="
|
299
|
+
<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>
|
260
300
|
<span class="lineart">╰──</span> GtkSourceSearchContext
|
261
301
|
</pre>
|
262
302
|
</div>
|
@@ -322,12 +362,12 @@ gtk_source_search_context_new (<em class="parameter"><code><a class="link" href=
|
|
322
362
|
, and customized with
|
323
363
|
<em class="parameter"><code>settings</code></em>
|
324
364
|
. If <em class="parameter"><code>settings</code></em>
|
325
|
-
is <a href="
|
365
|
+
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>, a new <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> object will
|
326
366
|
be created, that you can retrieve with
|
327
367
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-get-settings" title="gtk_source_search_context_get_settings ()"><code class="function">gtk_source_search_context_get_settings()</code></a>.</p>
|
328
368
|
<div class="refsect3">
|
329
369
|
<a name="gtk-source-search-context-new.parameters"></a><h4>Parameters</h4>
|
330
|
-
<div class="informaltable"><table width="100%" border="0">
|
370
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
331
371
|
<colgroup>
|
332
372
|
<col width="150px" class="parameters_name">
|
333
373
|
<col class="parameters_description">
|
@@ -341,8 +381,8 @@ be created, that you can retrieve with
|
|
341
381
|
</tr>
|
342
382
|
<tr>
|
343
383
|
<td class="parameter_name"><p>settings</p></td>
|
344
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a>, or <a href="
|
345
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
384
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a>, 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>
|
385
|
+
<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>
|
346
386
|
</tr>
|
347
387
|
</tbody>
|
348
388
|
</table></div>
|
@@ -360,7 +400,7 @@ be created, that you can retrieve with
|
|
360
400
|
gtk_source_search_context_get_buffer (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>);</pre>
|
361
401
|
<div class="refsect3">
|
362
402
|
<a name="gtk-source-search-context-get-buffer.parameters"></a><h4>Parameters</h4>
|
363
|
-
<div class="informaltable"><table width="100%" border="0">
|
403
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
364
404
|
<colgroup>
|
365
405
|
<col width="150px" class="parameters_name">
|
366
406
|
<col class="parameters_description">
|
@@ -388,7 +428,7 @@ gtk_source_search_context_get_settings
|
|
388
428
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>);</pre>
|
389
429
|
<div class="refsect3">
|
390
430
|
<a name="gtk-source-search-context-get-settings.parameters"></a><h4>Parameters</h4>
|
391
|
-
<div class="informaltable"><table width="100%" border="0">
|
431
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
392
432
|
<colgroup>
|
393
433
|
<col width="150px" class="parameters_name">
|
394
434
|
<col class="parameters_description">
|
@@ -417,12 +457,12 @@ gtk_source_search_context_set_settings
|
|
417
457
|
<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
418
458
|
<p>Associate a <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> with the search context. If <em class="parameter"><code>settings</code></em>
|
419
459
|
is
|
420
|
-
<a href="
|
460
|
+
<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>, a new one will be created.</p>
|
421
461
|
<p>The search context holds a reference to <em class="parameter"><code>settings</code></em>
|
422
462
|
.</p>
|
423
463
|
<div class="refsect3">
|
424
464
|
<a name="gtk-source-search-context-set-settings.parameters"></a><h4>Parameters</h4>
|
425
|
-
<div class="informaltable"><table width="100%" border="0">
|
465
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
426
466
|
<colgroup>
|
427
467
|
<col width="150px" class="parameters_name">
|
428
468
|
<col class="parameters_description">
|
@@ -436,8 +476,8 @@ gtk_source_search_context_set_settings
|
|
436
476
|
</tr>
|
437
477
|
<tr>
|
438
478
|
<td class="parameter_name"><p>settings</p></td>
|
439
|
-
<td class="parameter_description"><p> the new <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a>, or <a href="
|
440
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
479
|
+
<td class="parameter_description"><p> the new <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a>, 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>
|
480
|
+
<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>
|
441
481
|
</tr>
|
442
482
|
</tbody>
|
443
483
|
</table></div>
|
@@ -447,12 +487,12 @@ gtk_source_search_context_set_settings
|
|
447
487
|
<hr>
|
448
488
|
<div class="refsect2">
|
449
489
|
<a name="gtk-source-search-context-get-highlight"></a><h3>gtk_source_search_context_get_highlight ()</h3>
|
450
|
-
<pre class="programlisting"><a href="
|
490
|
+
<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>
|
451
491
|
gtk_source_search_context_get_highlight
|
452
492
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>);</pre>
|
453
493
|
<div class="refsect3">
|
454
494
|
<a name="gtk-source-search-context-get-highlight.parameters"></a><h4>Parameters</h4>
|
455
|
-
<div class="informaltable"><table width="100%" border="0">
|
495
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
456
496
|
<colgroup>
|
457
497
|
<col width="150px" class="parameters_name">
|
458
498
|
<col class="parameters_description">
|
@@ -477,11 +517,11 @@ gtk_source_search_context_get_highlight
|
|
477
517
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
478
518
|
gtk_source_search_context_set_highlight
|
479
519
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
480
|
-
<em class="parameter"><code><a href="
|
520
|
+
<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> highlight</code></em>);</pre>
|
481
521
|
<p>Enables or disables the search occurrences highlighting.</p>
|
482
522
|
<div class="refsect3">
|
483
523
|
<a name="gtk-source-search-context-set-highlight.parameters"></a><h4>Parameters</h4>
|
484
|
-
<div class="informaltable"><table width="100%" border="0">
|
524
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
485
525
|
<colgroup>
|
486
526
|
<col width="150px" class="parameters_name">
|
487
527
|
<col class="parameters_description">
|
@@ -511,7 +551,7 @@ gtk_source_search_context_get_match_style
|
|
511
551
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>);</pre>
|
512
552
|
<div class="refsect3">
|
513
553
|
<a name="gtk-source-search-context-get-match-style.parameters"></a><h4>Parameters</h4>
|
514
|
-
<div class="informaltable"><table width="100%" border="0">
|
554
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
515
555
|
<colgroup>
|
516
556
|
<col width="150px" class="parameters_name">
|
517
557
|
<col class="parameters_description">
|
@@ -539,13 +579,13 @@ gtk_source_search_context_set_match_style
|
|
539
579
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
540
580
|
<em class="parameter"><code><a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a> *match_style</code></em>);</pre>
|
541
581
|
<p>Set the style to apply on search matches. If <em class="parameter"><code>match_style</code></em>
|
542
|
-
is <a href="
|
582
|
+
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>, default
|
543
583
|
theme's scheme 'match-style' will be used.
|
544
584
|
To enable or disable the search highlighting, use
|
545
585
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-set-highlight" title="gtk_source_search_context_set_highlight ()"><code class="function">gtk_source_search_context_set_highlight()</code></a>.</p>
|
546
586
|
<div class="refsect3">
|
547
587
|
<a name="gtk-source-search-context-set-match-style.parameters"></a><h4>Parameters</h4>
|
548
|
-
<div class="informaltable"><table width="100%" border="0">
|
588
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
549
589
|
<colgroup>
|
550
590
|
<col width="150px" class="parameters_name">
|
551
591
|
<col class="parameters_description">
|
@@ -559,8 +599,8 @@ To enable or disable the search highlighting, use
|
|
559
599
|
</tr>
|
560
600
|
<tr>
|
561
601
|
<td class="parameter_name"><p>match_style</p></td>
|
562
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a>. </p></td>
|
563
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
602
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a>, 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>
|
603
|
+
<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>
|
564
604
|
</tr>
|
565
605
|
</tbody>
|
566
606
|
</table></div>
|
@@ -570,7 +610,7 @@ To enable or disable the search highlighting, use
|
|
570
610
|
<hr>
|
571
611
|
<div class="refsect2">
|
572
612
|
<a name="gtk-source-search-context-get-occurrences-count"></a><h3>gtk_source_search_context_get_occurrences_count ()</h3>
|
573
|
-
<pre class="programlisting"><a href="
|
613
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
574
614
|
gtk_source_search_context_get_occurrences_count
|
575
615
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>);</pre>
|
576
616
|
<p>Gets the total number of search occurrences. If the buffer is not already
|
@@ -578,7 +618,7 @@ fully scanned, the total number of occurrences is unknown, and -1 is
|
|
578
618
|
returned.</p>
|
579
619
|
<div class="refsect3">
|
580
620
|
<a name="gtk-source-search-context-get-occurrences-count.parameters"></a><h4>Parameters</h4>
|
581
|
-
<div class="informaltable"><table width="100%" border="0">
|
621
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
582
622
|
<colgroup>
|
583
623
|
<col width="150px" class="parameters_name">
|
584
624
|
<col class="parameters_description">
|
@@ -600,11 +640,11 @@ returned.</p>
|
|
600
640
|
<hr>
|
601
641
|
<div class="refsect2">
|
602
642
|
<a name="gtk-source-search-context-get-occurrence-position"></a><h3>gtk_source_search_context_get_occurrence_position ()</h3>
|
603
|
-
<pre class="programlisting"><a href="
|
643
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
604
644
|
gtk_source_search_context_get_occurrence_position
|
605
645
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
606
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
607
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
646
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
647
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>);</pre>
|
608
648
|
<p>Gets the position of a search occurrence. If the buffer is not already fully
|
609
649
|
scanned, the position may be unknown, and -1 is returned. If 0 is returned,
|
610
650
|
it means that this part of the buffer has already been scanned, and that
|
@@ -613,7 +653,7 @@ it means that this part of the buffer has already been scanned, and that
|
|
613
653
|
don't delimit an occurrence.</p>
|
614
654
|
<div class="refsect3">
|
615
655
|
<a name="gtk-source-search-context-get-occurrence-position.parameters"></a><h4>Parameters</h4>
|
616
|
-
<div class="informaltable"><table width="100%" border="0">
|
656
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
617
657
|
<colgroup>
|
618
658
|
<col width="150px" class="parameters_name">
|
619
659
|
<col class="parameters_description">
|
@@ -651,18 +691,22 @@ an occurrence. Returns -1 if the position is not yet known.</p>
|
|
651
691
|
<hr>
|
652
692
|
<div class="refsect2">
|
653
693
|
<a name="gtk-source-search-context-forward"></a><h3>gtk_source_search_context_forward ()</h3>
|
654
|
-
<pre class="programlisting"><a href="
|
694
|
+
<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>
|
655
695
|
gtk_source_search_context_forward (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
656
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
657
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
658
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
696
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
697
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
698
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>);</pre>
|
699
|
+
<div class="warning">
|
700
|
+
<p><code class="literal">gtk_source_search_context_forward</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
701
|
+
<p>Use <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward2" title="gtk_source_search_context_forward2 ()"><code class="function">gtk_source_search_context_forward2()</code></a> instead.</p>
|
702
|
+
</div>
|
659
703
|
<p>Synchronous forward search. It is recommended to use the asynchronous
|
660
704
|
functions instead, to not block the user interface. However, if you are sure
|
661
705
|
that the <em class="parameter"><code>buffer</code></em>
|
662
706
|
is small, this function is more convenient to use.</p>
|
663
707
|
<div class="refsect3">
|
664
708
|
<a name="gtk-source-search-context-forward.parameters"></a><h4>Parameters</h4>
|
665
|
-
<div class="informaltable"><table width="100%" border="0">
|
709
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
666
710
|
<colgroup>
|
667
711
|
<col width="150px" class="parameters_name">
|
668
712
|
<col class="parameters_description">
|
@@ -681,13 +725,13 @@ that the <em class="parameter"><code>buffer</code></em>
|
|
681
725
|
</tr>
|
682
726
|
<tr>
|
683
727
|
<td class="parameter_name"><p>match_start</p></td>
|
684
|
-
<td class="parameter_description"><p> return location for start of match, or <a href="
|
685
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
728
|
+
<td class="parameter_description"><p> return location for start of match, 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>
|
729
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
686
730
|
</tr>
|
687
731
|
<tr>
|
688
732
|
<td class="parameter_name"><p>match_end</p></td>
|
689
|
-
<td class="parameter_description"><p> return location for end of match, or <a href="
|
690
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
733
|
+
<td class="parameter_description"><p> return location for end of match, 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>
|
734
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
691
735
|
</tr>
|
692
736
|
</tbody>
|
693
737
|
</table></div>
|
@@ -700,25 +744,94 @@ that the <em class="parameter"><code>buffer</code></em>
|
|
700
744
|
</div>
|
701
745
|
<hr>
|
702
746
|
<div class="refsect2">
|
747
|
+
<a name="gtk-source-search-context-forward2"></a><h3>gtk_source_search_context_forward2 ()</h3>
|
748
|
+
<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>
|
749
|
+
gtk_source_search_context_forward2 (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
750
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
751
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
752
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
753
|
+
<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> *has_wrapped_around</code></em>);</pre>
|
754
|
+
<p>Synchronous forward search. It is recommended to use the asynchronous
|
755
|
+
functions instead, to not block the user interface. However, if you are sure
|
756
|
+
that the <em class="parameter"><code>buffer</code></em>
|
757
|
+
is small, this function is more convenient to use.</p>
|
758
|
+
<p>The difference with <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward" title="gtk_source_search_context_forward ()"><code class="function">gtk_source_search_context_forward()</code></a> is that the
|
759
|
+
<em class="parameter"><code>has_wrapped_around</code></em>
|
760
|
+
out parameter has been added for convenience.</p>
|
761
|
+
<p>If the <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around" title="The “wrap-around” property"><span class="type">“wrap-around”</span></a> property is <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>, this function
|
762
|
+
doesn't try to wrap around.</p>
|
763
|
+
<p>The <em class="parameter"><code>has_wrapped_around</code></em>
|
764
|
+
out parameter is set independently of whether a match
|
765
|
+
is found. So if this function returns <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>, <em class="parameter"><code>has_wrapped_around</code></em>
|
766
|
+
will have
|
767
|
+
the same value as the <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around" title="The “wrap-around” property"><span class="type">“wrap-around”</span></a> property.</p>
|
768
|
+
<div class="refsect3">
|
769
|
+
<a name="gtk-source-search-context-forward2.parameters"></a><h4>Parameters</h4>
|
770
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
771
|
+
<colgroup>
|
772
|
+
<col width="150px" class="parameters_name">
|
773
|
+
<col class="parameters_description">
|
774
|
+
<col width="200px" class="parameters_annotations">
|
775
|
+
</colgroup>
|
776
|
+
<tbody>
|
777
|
+
<tr>
|
778
|
+
<td class="parameter_name"><p>search</p></td>
|
779
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a>.</p></td>
|
780
|
+
<td class="parameter_annotations"> </td>
|
781
|
+
</tr>
|
782
|
+
<tr>
|
783
|
+
<td class="parameter_name"><p>iter</p></td>
|
784
|
+
<td class="parameter_description"><p>start of search.</p></td>
|
785
|
+
<td class="parameter_annotations"> </td>
|
786
|
+
</tr>
|
787
|
+
<tr>
|
788
|
+
<td class="parameter_name"><p>match_start</p></td>
|
789
|
+
<td class="parameter_description"><p> return location for start of match, 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>
|
790
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
791
|
+
</tr>
|
792
|
+
<tr>
|
793
|
+
<td class="parameter_name"><p>match_end</p></td>
|
794
|
+
<td class="parameter_description"><p> return location for end of match, 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>
|
795
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
796
|
+
</tr>
|
797
|
+
<tr>
|
798
|
+
<td class="parameter_name"><p>has_wrapped_around</p></td>
|
799
|
+
<td class="parameter_description"><p> return location to know whether the
|
800
|
+
search has wrapped around, 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>
|
801
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
802
|
+
</tr>
|
803
|
+
</tbody>
|
804
|
+
</table></div>
|
805
|
+
</div>
|
806
|
+
<div class="refsect3">
|
807
|
+
<a name="gtk-source-search-context-forward2.returns"></a><h4>Returns</h4>
|
808
|
+
<p> whether a match was found.</p>
|
809
|
+
</div>
|
810
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
811
|
+
</div>
|
812
|
+
<hr>
|
813
|
+
<div class="refsect2">
|
703
814
|
<a name="gtk-source-search-context-forward-async"></a><h3>gtk_source_search_context_forward_async ()</h3>
|
704
815
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
705
816
|
gtk_source_search_context_forward_async
|
706
817
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
707
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
708
|
-
<em class="parameter"><code><a href="
|
709
|
-
<em class="parameter"><code><a href="
|
710
|
-
<em class="parameter"><code><a href="
|
711
|
-
<p>
|
712
|
-
|
818
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
819
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
820
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
821
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
822
|
+
<p>The asynchronous version of <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward2" title="gtk_source_search_context_forward2 ()"><code class="function">gtk_source_search_context_forward2()</code></a>.</p>
|
823
|
+
<p>See the documentation of <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward2" title="gtk_source_search_context_forward2 ()"><code class="function">gtk_source_search_context_forward2()</code></a> for more
|
824
|
+
details.</p>
|
825
|
+
<p>See the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> documentation to know how to use this function.</p>
|
713
826
|
<p>If the operation is cancelled, the <em class="parameter"><code>callback</code></em>
|
714
827
|
will only be called if
|
715
828
|
<em class="parameter"><code>cancellable</code></em>
|
716
|
-
was not <a href="
|
829
|
+
was not <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>. <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward-async" title="gtk_source_search_context_forward_async ()"><code class="function">gtk_source_search_context_forward_async()</code></a> takes
|
717
830
|
ownership of <em class="parameter"><code>cancellable</code></em>
|
718
831
|
, so you can unref it after calling this function.</p>
|
719
832
|
<div class="refsect3">
|
720
833
|
<a name="gtk-source-search-context-forward-async.parameters"></a><h4>Parameters</h4>
|
721
|
-
<div class="informaltable"><table width="100%" border="0">
|
834
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
722
835
|
<colgroup>
|
723
836
|
<col width="150px" class="parameters_name">
|
724
837
|
<col class="parameters_description">
|
@@ -737,12 +850,12 @@ ownership of <em class="parameter"><code>cancellable</code></em>
|
|
737
850
|
</tr>
|
738
851
|
<tr>
|
739
852
|
<td class="parameter_name"><p>cancellable</p></td>
|
740
|
-
<td class="parameter_description"><p> a <a href="
|
741
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
853
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a>, 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>
|
854
|
+
<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>
|
742
855
|
</tr>
|
743
856
|
<tr>
|
744
857
|
<td class="parameter_name"><p>callback</p></td>
|
745
|
-
<td class="parameter_description"><p>a <a href="
|
858
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the operation is finished.</p></td>
|
746
859
|
<td class="parameter_annotations"> </td>
|
747
860
|
</tr>
|
748
861
|
<tr>
|
@@ -759,18 +872,22 @@ function.</p></td>
|
|
759
872
|
<hr>
|
760
873
|
<div class="refsect2">
|
761
874
|
<a name="gtk-source-search-context-forward-finish"></a><h3>gtk_source_search_context_forward_finish ()</h3>
|
762
|
-
<pre class="programlisting"><a href="
|
875
|
+
<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>
|
763
876
|
gtk_source_search_context_forward_finish
|
764
877
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
765
|
-
<em class="parameter"><code><a href="
|
766
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
767
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
768
|
-
<em class="parameter"><code><a href="
|
878
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
879
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
880
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
881
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
882
|
+
<div class="warning">
|
883
|
+
<p><code class="literal">gtk_source_search_context_forward_finish</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
884
|
+
<p>Use <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward-finish2" title="gtk_source_search_context_forward_finish2 ()"><code class="function">gtk_source_search_context_forward_finish2()</code></a> instead.</p>
|
885
|
+
</div>
|
769
886
|
<p>Finishes a forward search started with
|
770
887
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward-async" title="gtk_source_search_context_forward_async ()"><code class="function">gtk_source_search_context_forward_async()</code></a>.</p>
|
771
888
|
<div class="refsect3">
|
772
889
|
<a name="gtk-source-search-context-forward-finish.parameters"></a><h4>Parameters</h4>
|
773
|
-
<div class="informaltable"><table width="100%" border="0">
|
890
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
774
891
|
<colgroup>
|
775
892
|
<col width="150px" class="parameters_name">
|
776
893
|
<col class="parameters_description">
|
@@ -784,22 +901,22 @@ gtk_source_search_context_forward_finish
|
|
784
901
|
</tr>
|
785
902
|
<tr>
|
786
903
|
<td class="parameter_name"><p>result</p></td>
|
787
|
-
<td class="parameter_description"><p>a <a href="
|
904
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>.</p></td>
|
788
905
|
<td class="parameter_annotations"> </td>
|
789
906
|
</tr>
|
790
907
|
<tr>
|
791
908
|
<td class="parameter_name"><p>match_start</p></td>
|
792
|
-
<td class="parameter_description"><p> return location for start of match, or <a href="
|
793
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
909
|
+
<td class="parameter_description"><p> return location for start of match, 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>
|
910
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
794
911
|
</tr>
|
795
912
|
<tr>
|
796
913
|
<td class="parameter_name"><p>match_end</p></td>
|
797
|
-
<td class="parameter_description"><p> return location for end of match, or <a href="
|
798
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
914
|
+
<td class="parameter_description"><p> return location for end of match, 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>
|
915
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
799
916
|
</tr>
|
800
917
|
<tr>
|
801
918
|
<td class="parameter_name"><p>error</p></td>
|
802
|
-
<td class="parameter_description"><p>a <a href="
|
919
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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>
|
803
920
|
<td class="parameter_annotations"> </td>
|
804
921
|
</tr>
|
805
922
|
</tbody>
|
@@ -813,19 +930,87 @@ gtk_source_search_context_forward_finish
|
|
813
930
|
</div>
|
814
931
|
<hr>
|
815
932
|
<div class="refsect2">
|
933
|
+
<a name="gtk-source-search-context-forward-finish2"></a><h3>gtk_source_search_context_forward_finish2 ()</h3>
|
934
|
+
<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>
|
935
|
+
gtk_source_search_context_forward_finish2
|
936
|
+
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
937
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
938
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
939
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
940
|
+
<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> *has_wrapped_around</code></em>,
|
941
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
942
|
+
<p>Finishes a forward search started with
|
943
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward-async" title="gtk_source_search_context_forward_async ()"><code class="function">gtk_source_search_context_forward_async()</code></a>.</p>
|
944
|
+
<p>See the documentation of <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-forward2" title="gtk_source_search_context_forward2 ()"><code class="function">gtk_source_search_context_forward2()</code></a> for more
|
945
|
+
details.</p>
|
946
|
+
<div class="refsect3">
|
947
|
+
<a name="gtk-source-search-context-forward-finish2.parameters"></a><h4>Parameters</h4>
|
948
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
949
|
+
<colgroup>
|
950
|
+
<col width="150px" class="parameters_name">
|
951
|
+
<col class="parameters_description">
|
952
|
+
<col width="200px" class="parameters_annotations">
|
953
|
+
</colgroup>
|
954
|
+
<tbody>
|
955
|
+
<tr>
|
956
|
+
<td class="parameter_name"><p>search</p></td>
|
957
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a>.</p></td>
|
958
|
+
<td class="parameter_annotations"> </td>
|
959
|
+
</tr>
|
960
|
+
<tr>
|
961
|
+
<td class="parameter_name"><p>result</p></td>
|
962
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>.</p></td>
|
963
|
+
<td class="parameter_annotations"> </td>
|
964
|
+
</tr>
|
965
|
+
<tr>
|
966
|
+
<td class="parameter_name"><p>match_start</p></td>
|
967
|
+
<td class="parameter_description"><p> return location for start of match, 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>
|
968
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
969
|
+
</tr>
|
970
|
+
<tr>
|
971
|
+
<td class="parameter_name"><p>match_end</p></td>
|
972
|
+
<td class="parameter_description"><p> return location for end of match, 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>
|
973
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
974
|
+
</tr>
|
975
|
+
<tr>
|
976
|
+
<td class="parameter_name"><p>has_wrapped_around</p></td>
|
977
|
+
<td class="parameter_description"><p> return location to know whether the
|
978
|
+
search has wrapped around, 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>
|
979
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
980
|
+
</tr>
|
981
|
+
<tr>
|
982
|
+
<td class="parameter_name"><p>error</p></td>
|
983
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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>
|
984
|
+
<td class="parameter_annotations"> </td>
|
985
|
+
</tr>
|
986
|
+
</tbody>
|
987
|
+
</table></div>
|
988
|
+
</div>
|
989
|
+
<div class="refsect3">
|
990
|
+
<a name="gtk-source-search-context-forward-finish2.returns"></a><h4>Returns</h4>
|
991
|
+
<p> whether a match was found.</p>
|
992
|
+
</div>
|
993
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
994
|
+
</div>
|
995
|
+
<hr>
|
996
|
+
<div class="refsect2">
|
816
997
|
<a name="gtk-source-search-context-backward"></a><h3>gtk_source_search_context_backward ()</h3>
|
817
|
-
<pre class="programlisting"><a href="
|
998
|
+
<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>
|
818
999
|
gtk_source_search_context_backward (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
819
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
820
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
821
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1000
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1001
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
1002
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>);</pre>
|
1003
|
+
<div class="warning">
|
1004
|
+
<p><code class="literal">gtk_source_search_context_backward</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
1005
|
+
<p>Use <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward2" title="gtk_source_search_context_backward2 ()"><code class="function">gtk_source_search_context_backward2()</code></a> instead.</p>
|
1006
|
+
</div>
|
822
1007
|
<p>Synchronous backward search. It is recommended to use the asynchronous
|
823
1008
|
functions instead, to not block the user interface. However, if you are sure
|
824
1009
|
that the <em class="parameter"><code>buffer</code></em>
|
825
1010
|
is small, this function is more convenient to use.</p>
|
826
1011
|
<div class="refsect3">
|
827
1012
|
<a name="gtk-source-search-context-backward.parameters"></a><h4>Parameters</h4>
|
828
|
-
<div class="informaltable"><table width="100%" border="0">
|
1013
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
829
1014
|
<colgroup>
|
830
1015
|
<col width="150px" class="parameters_name">
|
831
1016
|
<col class="parameters_description">
|
@@ -844,13 +1029,13 @@ that the <em class="parameter"><code>buffer</code></em>
|
|
844
1029
|
</tr>
|
845
1030
|
<tr>
|
846
1031
|
<td class="parameter_name"><p>match_start</p></td>
|
847
|
-
<td class="parameter_description"><p> return location for start of match, or <a href="
|
848
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1032
|
+
<td class="parameter_description"><p> return location for start of match, 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>
|
1033
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
849
1034
|
</tr>
|
850
1035
|
<tr>
|
851
1036
|
<td class="parameter_name"><p>match_end</p></td>
|
852
|
-
<td class="parameter_description"><p> return location for end of match, or <a href="
|
853
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1037
|
+
<td class="parameter_description"><p> return location for end of match, 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>
|
1038
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
854
1039
|
</tr>
|
855
1040
|
</tbody>
|
856
1041
|
</table></div>
|
@@ -863,25 +1048,94 @@ that the <em class="parameter"><code>buffer</code></em>
|
|
863
1048
|
</div>
|
864
1049
|
<hr>
|
865
1050
|
<div class="refsect2">
|
1051
|
+
<a name="gtk-source-search-context-backward2"></a><h3>gtk_source_search_context_backward2 ()</h3>
|
1052
|
+
<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>
|
1053
|
+
gtk_source_search_context_backward2 (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
1054
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1055
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
1056
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
1057
|
+
<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> *has_wrapped_around</code></em>);</pre>
|
1058
|
+
<p>Synchronous backward search. It is recommended to use the asynchronous
|
1059
|
+
functions instead, to not block the user interface. However, if you are sure
|
1060
|
+
that the <em class="parameter"><code>buffer</code></em>
|
1061
|
+
is small, this function is more convenient to use.</p>
|
1062
|
+
<p>The difference with <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward" title="gtk_source_search_context_backward ()"><code class="function">gtk_source_search_context_backward()</code></a> is that the
|
1063
|
+
<em class="parameter"><code>has_wrapped_around</code></em>
|
1064
|
+
out parameter has been added for convenience.</p>
|
1065
|
+
<p>If the <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around" title="The “wrap-around” property"><span class="type">“wrap-around”</span></a> property is <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>, this function
|
1066
|
+
doesn't try to wrap around.</p>
|
1067
|
+
<p>The <em class="parameter"><code>has_wrapped_around</code></em>
|
1068
|
+
out parameter is set independently of whether a match
|
1069
|
+
is found. So if this function returns <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>, <em class="parameter"><code>has_wrapped_around</code></em>
|
1070
|
+
will have
|
1071
|
+
the same value as the <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around" title="The “wrap-around” property"><span class="type">“wrap-around”</span></a> property.</p>
|
1072
|
+
<div class="refsect3">
|
1073
|
+
<a name="gtk-source-search-context-backward2.parameters"></a><h4>Parameters</h4>
|
1074
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1075
|
+
<colgroup>
|
1076
|
+
<col width="150px" class="parameters_name">
|
1077
|
+
<col class="parameters_description">
|
1078
|
+
<col width="200px" class="parameters_annotations">
|
1079
|
+
</colgroup>
|
1080
|
+
<tbody>
|
1081
|
+
<tr>
|
1082
|
+
<td class="parameter_name"><p>search</p></td>
|
1083
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a>.</p></td>
|
1084
|
+
<td class="parameter_annotations"> </td>
|
1085
|
+
</tr>
|
1086
|
+
<tr>
|
1087
|
+
<td class="parameter_name"><p>iter</p></td>
|
1088
|
+
<td class="parameter_description"><p>start of search.</p></td>
|
1089
|
+
<td class="parameter_annotations"> </td>
|
1090
|
+
</tr>
|
1091
|
+
<tr>
|
1092
|
+
<td class="parameter_name"><p>match_start</p></td>
|
1093
|
+
<td class="parameter_description"><p> return location for start of match, 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>
|
1094
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1095
|
+
</tr>
|
1096
|
+
<tr>
|
1097
|
+
<td class="parameter_name"><p>match_end</p></td>
|
1098
|
+
<td class="parameter_description"><p> return location for end of match, 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>
|
1099
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1100
|
+
</tr>
|
1101
|
+
<tr>
|
1102
|
+
<td class="parameter_name"><p>has_wrapped_around</p></td>
|
1103
|
+
<td class="parameter_description"><p> return location to know whether the
|
1104
|
+
search has wrapped around, 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>
|
1105
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1106
|
+
</tr>
|
1107
|
+
</tbody>
|
1108
|
+
</table></div>
|
1109
|
+
</div>
|
1110
|
+
<div class="refsect3">
|
1111
|
+
<a name="gtk-source-search-context-backward2.returns"></a><h4>Returns</h4>
|
1112
|
+
<p> whether a match was found.</p>
|
1113
|
+
</div>
|
1114
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
1115
|
+
</div>
|
1116
|
+
<hr>
|
1117
|
+
<div class="refsect2">
|
866
1118
|
<a name="gtk-source-search-context-backward-async"></a><h3>gtk_source_search_context_backward_async ()</h3>
|
867
1119
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
868
1120
|
gtk_source_search_context_backward_async
|
869
1121
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
870
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
871
|
-
<em class="parameter"><code><a href="
|
872
|
-
<em class="parameter"><code><a href="
|
873
|
-
<em class="parameter"><code><a href="
|
874
|
-
<p>
|
875
|
-
|
1122
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1123
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1124
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
1125
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1126
|
+
<p>The asynchronous version of <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward2" title="gtk_source_search_context_backward2 ()"><code class="function">gtk_source_search_context_backward2()</code></a>.</p>
|
1127
|
+
<p>See the documentation of <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward2" title="gtk_source_search_context_backward2 ()"><code class="function">gtk_source_search_context_backward2()</code></a> for more
|
1128
|
+
details.</p>
|
1129
|
+
<p>See the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> documentation to know how to use this function.</p>
|
876
1130
|
<p>If the operation is cancelled, the <em class="parameter"><code>callback</code></em>
|
877
1131
|
will only be called if
|
878
1132
|
<em class="parameter"><code>cancellable</code></em>
|
879
|
-
was not <a href="
|
1133
|
+
was not <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>. <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward-async" title="gtk_source_search_context_backward_async ()"><code class="function">gtk_source_search_context_backward_async()</code></a> takes
|
880
1134
|
ownership of <em class="parameter"><code>cancellable</code></em>
|
881
1135
|
, so you can unref it after calling this function.</p>
|
882
1136
|
<div class="refsect3">
|
883
1137
|
<a name="gtk-source-search-context-backward-async.parameters"></a><h4>Parameters</h4>
|
884
|
-
<div class="informaltable"><table width="100%" border="0">
|
1138
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
885
1139
|
<colgroup>
|
886
1140
|
<col width="150px" class="parameters_name">
|
887
1141
|
<col class="parameters_description">
|
@@ -900,12 +1154,12 @@ ownership of <em class="parameter"><code>cancellable</code></em>
|
|
900
1154
|
</tr>
|
901
1155
|
<tr>
|
902
1156
|
<td class="parameter_name"><p>cancellable</p></td>
|
903
|
-
<td class="parameter_description"><p> a <a href="
|
904
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1157
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a>, 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>
|
1158
|
+
<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>
|
905
1159
|
</tr>
|
906
1160
|
<tr>
|
907
1161
|
<td class="parameter_name"><p>callback</p></td>
|
908
|
-
<td class="parameter_description"><p>a <a href="
|
1162
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the operation is finished.</p></td>
|
909
1163
|
<td class="parameter_annotations"> </td>
|
910
1164
|
</tr>
|
911
1165
|
<tr>
|
@@ -922,18 +1176,22 @@ function.</p></td>
|
|
922
1176
|
<hr>
|
923
1177
|
<div class="refsect2">
|
924
1178
|
<a name="gtk-source-search-context-backward-finish"></a><h3>gtk_source_search_context_backward_finish ()</h3>
|
925
|
-
<pre class="programlisting"><a href="
|
1179
|
+
<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>
|
926
1180
|
gtk_source_search_context_backward_finish
|
927
1181
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
928
|
-
<em class="parameter"><code><a href="
|
929
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
930
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
931
|
-
<em class="parameter"><code><a href="
|
1182
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
1183
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
1184
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
1185
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1186
|
+
<div class="warning">
|
1187
|
+
<p><code class="literal">gtk_source_search_context_backward_finish</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
1188
|
+
<p>Use <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward-finish2" title="gtk_source_search_context_backward_finish2 ()"><code class="function">gtk_source_search_context_backward_finish2()</code></a> instead.</p>
|
1189
|
+
</div>
|
932
1190
|
<p>Finishes a backward search started with
|
933
1191
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward-async" title="gtk_source_search_context_backward_async ()"><code class="function">gtk_source_search_context_backward_async()</code></a>.</p>
|
934
1192
|
<div class="refsect3">
|
935
1193
|
<a name="gtk-source-search-context-backward-finish.parameters"></a><h4>Parameters</h4>
|
936
|
-
<div class="informaltable"><table width="100%" border="0">
|
1194
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
937
1195
|
<colgroup>
|
938
1196
|
<col width="150px" class="parameters_name">
|
939
1197
|
<col class="parameters_description">
|
@@ -947,22 +1205,22 @@ gtk_source_search_context_backward_finish
|
|
947
1205
|
</tr>
|
948
1206
|
<tr>
|
949
1207
|
<td class="parameter_name"><p>result</p></td>
|
950
|
-
<td class="parameter_description"><p>a <a href="
|
1208
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>.</p></td>
|
951
1209
|
<td class="parameter_annotations"> </td>
|
952
1210
|
</tr>
|
953
1211
|
<tr>
|
954
1212
|
<td class="parameter_name"><p>match_start</p></td>
|
955
|
-
<td class="parameter_description"><p> return location for start of match, or <a href="
|
956
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1213
|
+
<td class="parameter_description"><p> return location for start of match, 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>
|
1214
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
957
1215
|
</tr>
|
958
1216
|
<tr>
|
959
1217
|
<td class="parameter_name"><p>match_end</p></td>
|
960
|
-
<td class="parameter_description"><p> return location for end of match, or <a href="
|
961
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
1218
|
+
<td class="parameter_description"><p> return location for end of match, 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>
|
1219
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
962
1220
|
</tr>
|
963
1221
|
<tr>
|
964
1222
|
<td class="parameter_name"><p>error</p></td>
|
965
|
-
<td class="parameter_description"><p>a <a href="
|
1223
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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>
|
966
1224
|
<td class="parameter_annotations"> </td>
|
967
1225
|
</tr>
|
968
1226
|
</tbody>
|
@@ -976,26 +1234,94 @@ gtk_source_search_context_backward_finish
|
|
976
1234
|
</div>
|
977
1235
|
<hr>
|
978
1236
|
<div class="refsect2">
|
1237
|
+
<a name="gtk-source-search-context-backward-finish2"></a><h3>gtk_source_search_context_backward_finish2 ()</h3>
|
1238
|
+
<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>
|
1239
|
+
gtk_source_search_context_backward_finish2
|
1240
|
+
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
1241
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
1242
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
1243
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
1244
|
+
<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> *has_wrapped_around</code></em>,
|
1245
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1246
|
+
<p>Finishes a backward search started with
|
1247
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward-async" title="gtk_source_search_context_backward_async ()"><code class="function">gtk_source_search_context_backward_async()</code></a>.</p>
|
1248
|
+
<p>See the documentation of <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-backward2" title="gtk_source_search_context_backward2 ()"><code class="function">gtk_source_search_context_backward2()</code></a> for more
|
1249
|
+
details.</p>
|
1250
|
+
<div class="refsect3">
|
1251
|
+
<a name="gtk-source-search-context-backward-finish2.parameters"></a><h4>Parameters</h4>
|
1252
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1253
|
+
<colgroup>
|
1254
|
+
<col width="150px" class="parameters_name">
|
1255
|
+
<col class="parameters_description">
|
1256
|
+
<col width="200px" class="parameters_annotations">
|
1257
|
+
</colgroup>
|
1258
|
+
<tbody>
|
1259
|
+
<tr>
|
1260
|
+
<td class="parameter_name"><p>search</p></td>
|
1261
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a>.</p></td>
|
1262
|
+
<td class="parameter_annotations"> </td>
|
1263
|
+
</tr>
|
1264
|
+
<tr>
|
1265
|
+
<td class="parameter_name"><p>result</p></td>
|
1266
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>.</p></td>
|
1267
|
+
<td class="parameter_annotations"> </td>
|
1268
|
+
</tr>
|
1269
|
+
<tr>
|
1270
|
+
<td class="parameter_name"><p>match_start</p></td>
|
1271
|
+
<td class="parameter_description"><p> return location for start of match, 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>
|
1272
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1273
|
+
</tr>
|
1274
|
+
<tr>
|
1275
|
+
<td class="parameter_name"><p>match_end</p></td>
|
1276
|
+
<td class="parameter_description"><p> return location for end of match, 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>
|
1277
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1278
|
+
</tr>
|
1279
|
+
<tr>
|
1280
|
+
<td class="parameter_name"><p>has_wrapped_around</p></td>
|
1281
|
+
<td class="parameter_description"><p> return location to know whether the
|
1282
|
+
search has wrapped around, 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>
|
1283
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1284
|
+
</tr>
|
1285
|
+
<tr>
|
1286
|
+
<td class="parameter_name"><p>error</p></td>
|
1287
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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>
|
1288
|
+
<td class="parameter_annotations"> </td>
|
1289
|
+
</tr>
|
1290
|
+
</tbody>
|
1291
|
+
</table></div>
|
1292
|
+
</div>
|
1293
|
+
<div class="refsect3">
|
1294
|
+
<a name="gtk-source-search-context-backward-finish2.returns"></a><h4>Returns</h4>
|
1295
|
+
<p> whether a match was found.</p>
|
1296
|
+
</div>
|
1297
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
1298
|
+
</div>
|
1299
|
+
<hr>
|
1300
|
+
<div class="refsect2">
|
979
1301
|
<a name="gtk-source-search-context-replace"></a><h3>gtk_source_search_context_replace ()</h3>
|
980
|
-
<pre class="programlisting"><a href="
|
1302
|
+
<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>
|
981
1303
|
gtk_source_search_context_replace (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
982
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
983
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
984
|
-
<em class="parameter"><code>const <a href="
|
985
|
-
<em class="parameter"><code><a href="
|
986
|
-
<em class="parameter"><code><a href="
|
1304
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
1305
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
1306
|
+
<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> *replace</code></em>,
|
1307
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> replace_length</code></em>,
|
1308
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1309
|
+
<div class="warning">
|
1310
|
+
<p><code class="literal">gtk_source_search_context_replace</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
1311
|
+
<p>Use <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-replace2" title="gtk_source_search_context_replace2 ()"><code class="function">gtk_source_search_context_replace2()</code></a> instead.</p>
|
1312
|
+
</div>
|
987
1313
|
<p>Replaces a search match by another text. If <em class="parameter"><code>match_start</code></em>
|
988
1314
|
and <em class="parameter"><code>match_end</code></em>
|
989
1315
|
|
990
|
-
doesn't correspond to a search match, <a href="
|
1316
|
+
doesn't correspond to a search match, <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> is returned.</p>
|
991
1317
|
<p>For a regular expression replacement, you can check if <em class="parameter"><code>replace</code></em>
|
992
1318
|
is valid by
|
993
|
-
calling <a href="
|
1319
|
+
calling <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#g-regex-check-replacement"><code class="function">g_regex_check_replacement()</code></a>. The <em class="parameter"><code>replace</code></em>
|
994
1320
|
text can contain
|
995
|
-
backreferences; read the <a href="
|
1321
|
+
backreferences; read the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#g-regex-replace"><code class="function">g_regex_replace()</code></a> documentation for more details.</p>
|
996
1322
|
<div class="refsect3">
|
997
1323
|
<a name="gtk-source-search-context-replace.parameters"></a><h4>Parameters</h4>
|
998
|
-
<div class="informaltable"><table width="100%" border="0">
|
1324
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
999
1325
|
<colgroup>
|
1000
1326
|
<col width="150px" class="parameters_name">
|
1001
1327
|
<col class="parameters_description">
|
@@ -1030,7 +1356,7 @@ in bytes, or -1.</p></td>
|
|
1030
1356
|
</tr>
|
1031
1357
|
<tr>
|
1032
1358
|
<td class="parameter_name"><p>error</p></td>
|
1033
|
-
<td class="parameter_description"><p>location to a <a href="
|
1359
|
+
<td class="parameter_description"><p>location to a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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 ignore errors.</p></td>
|
1034
1360
|
<td class="parameter_annotations"> </td>
|
1035
1361
|
</tr>
|
1036
1362
|
</tbody>
|
@@ -1044,22 +1370,94 @@ in bytes, or -1.</p></td>
|
|
1044
1370
|
</div>
|
1045
1371
|
<hr>
|
1046
1372
|
<div class="refsect2">
|
1373
|
+
<a name="gtk-source-search-context-replace2"></a><h3>gtk_source_search_context_replace2 ()</h3>
|
1374
|
+
<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>
|
1375
|
+
gtk_source_search_context_replace2 (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
1376
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
1377
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
1378
|
+
<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> *replace</code></em>,
|
1379
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> replace_length</code></em>,
|
1380
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1381
|
+
<p>Replaces a search match by another text. If <em class="parameter"><code>match_start</code></em>
|
1382
|
+
and <em class="parameter"><code>match_end</code></em>
|
1383
|
+
|
1384
|
+
doesn't correspond to a search match, <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> is returned.</p>
|
1385
|
+
<p>Unlike with <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-replace" title="gtk_source_search_context_replace ()"><code class="function">gtk_source_search_context_replace()</code></a>, the <em class="parameter"><code>match_start</code></em>
|
1386
|
+
and
|
1387
|
+
<em class="parameter"><code>match_end</code></em>
|
1388
|
+
iters are revalidated to point to the replacement text boundaries.</p>
|
1389
|
+
<p>For a regular expression replacement, you can check if <em class="parameter"><code>replace</code></em>
|
1390
|
+
is valid by
|
1391
|
+
calling <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#g-regex-check-replacement"><code class="function">g_regex_check_replacement()</code></a>. The <em class="parameter"><code>replace</code></em>
|
1392
|
+
text can contain
|
1393
|
+
backreferences; read the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#g-regex-replace"><code class="function">g_regex_replace()</code></a> documentation for more details.</p>
|
1394
|
+
<div class="refsect3">
|
1395
|
+
<a name="gtk-source-search-context-replace2.parameters"></a><h4>Parameters</h4>
|
1396
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1397
|
+
<colgroup>
|
1398
|
+
<col width="150px" class="parameters_name">
|
1399
|
+
<col class="parameters_description">
|
1400
|
+
<col width="200px" class="parameters_annotations">
|
1401
|
+
</colgroup>
|
1402
|
+
<tbody>
|
1403
|
+
<tr>
|
1404
|
+
<td class="parameter_name"><p>search</p></td>
|
1405
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a>.</p></td>
|
1406
|
+
<td class="parameter_annotations"> </td>
|
1407
|
+
</tr>
|
1408
|
+
<tr>
|
1409
|
+
<td class="parameter_name"><p>match_start</p></td>
|
1410
|
+
<td class="parameter_description"><p>the start of the match to replace.</p></td>
|
1411
|
+
<td class="parameter_annotations"> </td>
|
1412
|
+
</tr>
|
1413
|
+
<tr>
|
1414
|
+
<td class="parameter_name"><p>match_end</p></td>
|
1415
|
+
<td class="parameter_description"><p>the end of the match to replace.</p></td>
|
1416
|
+
<td class="parameter_annotations"> </td>
|
1417
|
+
</tr>
|
1418
|
+
<tr>
|
1419
|
+
<td class="parameter_name"><p>replace</p></td>
|
1420
|
+
<td class="parameter_description"><p>the replacement text.</p></td>
|
1421
|
+
<td class="parameter_annotations"> </td>
|
1422
|
+
</tr>
|
1423
|
+
<tr>
|
1424
|
+
<td class="parameter_name"><p>replace_length</p></td>
|
1425
|
+
<td class="parameter_description"><p>the length of <em class="parameter"><code>replace</code></em>
|
1426
|
+
in bytes, or -1.</p></td>
|
1427
|
+
<td class="parameter_annotations"> </td>
|
1428
|
+
</tr>
|
1429
|
+
<tr>
|
1430
|
+
<td class="parameter_name"><p>error</p></td>
|
1431
|
+
<td class="parameter_description"><p>location to a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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 ignore errors.</p></td>
|
1432
|
+
<td class="parameter_annotations"> </td>
|
1433
|
+
</tr>
|
1434
|
+
</tbody>
|
1435
|
+
</table></div>
|
1436
|
+
</div>
|
1437
|
+
<div class="refsect3">
|
1438
|
+
<a name="gtk-source-search-context-replace2.returns"></a><h4>Returns</h4>
|
1439
|
+
<p> whether the match has been replaced.</p>
|
1440
|
+
</div>
|
1441
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
1442
|
+
</div>
|
1443
|
+
<hr>
|
1444
|
+
<div class="refsect2">
|
1047
1445
|
<a name="gtk-source-search-context-replace-all"></a><h3>gtk_source_search_context_replace_all ()</h3>
|
1048
|
-
<pre class="programlisting"><a href="
|
1446
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1049
1447
|
gtk_source_search_context_replace_all (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
|
1050
|
-
<em class="parameter"><code>const <a href="
|
1051
|
-
<em class="parameter"><code><a href="
|
1052
|
-
<em class="parameter"><code><a href="
|
1448
|
+
<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> *replace</code></em>,
|
1449
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> replace_length</code></em>,
|
1450
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
1053
1451
|
<p>Replaces all search matches by another text. It is a synchronous function, so
|
1054
1452
|
it can block the user interface.</p>
|
1055
1453
|
<p>For a regular expression replacement, you can check if <em class="parameter"><code>replace</code></em>
|
1056
1454
|
is valid by
|
1057
|
-
calling <a href="
|
1455
|
+
calling <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#g-regex-check-replacement"><code class="function">g_regex_check_replacement()</code></a>. The <em class="parameter"><code>replace</code></em>
|
1058
1456
|
text can contain
|
1059
|
-
backreferences; read the <a href="
|
1457
|
+
backreferences; read the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#g-regex-replace"><code class="function">g_regex_replace()</code></a> documentation for more details.</p>
|
1060
1458
|
<div class="refsect3">
|
1061
1459
|
<a name="gtk-source-search-context-replace-all.parameters"></a><h4>Parameters</h4>
|
1062
|
-
<div class="informaltable"><table width="100%" border="0">
|
1460
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1063
1461
|
<colgroup>
|
1064
1462
|
<col width="150px" class="parameters_name">
|
1065
1463
|
<col class="parameters_description">
|
@@ -1084,7 +1482,7 @@ in bytes, or -1.</p></td>
|
|
1084
1482
|
</tr>
|
1085
1483
|
<tr>
|
1086
1484
|
<td class="parameter_name"><p>error</p></td>
|
1087
|
-
<td class="parameter_description"><p>location to a <a href="
|
1485
|
+
<td class="parameter_description"><p>location to a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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 ignore errors.</p></td>
|
1088
1486
|
<td class="parameter_annotations"> </td>
|
1089
1487
|
</tr>
|
1090
1488
|
</tbody>
|
@@ -1099,16 +1497,16 @@ in bytes, or -1.</p></td>
|
|
1099
1497
|
<hr>
|
1100
1498
|
<div class="refsect2">
|
1101
1499
|
<a name="gtk-source-search-context-get-regex-error"></a><h3>gtk_source_search_context_get_regex_error ()</h3>
|
1102
|
-
<pre class="programlisting"><a href="
|
1500
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="returnvalue">GError</span></a> *
|
1103
1501
|
gtk_source_search_context_get_regex_error
|
1104
1502
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>);</pre>
|
1105
1503
|
<p>Regular expression patterns must follow certain rules. If
|
1106
1504
|
<a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property"><span class="type">“search-text”</span></a> breaks a rule, the error can be retrieved
|
1107
|
-
with this function. The error domain is <a href="
|
1108
|
-
<p>Free the return value with <a href="
|
1505
|
+
with this function. The error domain is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR:CAPS"><span class="type">G_REGEX_ERROR</span></a>.</p>
|
1506
|
+
<p>Free the return value with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#g-error-free"><code class="function">g_error_free()</code></a>.</p>
|
1109
1507
|
<div class="refsect3">
|
1110
1508
|
<a name="gtk-source-search-context-get-regex-error.parameters"></a><h4>Parameters</h4>
|
1111
|
-
<div class="informaltable"><table width="100%" border="0">
|
1509
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1112
1510
|
<colgroup>
|
1113
1511
|
<col width="150px" class="parameters_name">
|
1114
1512
|
<col class="parameters_description">
|
@@ -1123,7 +1521,7 @@ with this function. The error domain is <a href="https://developer.gnome.org/gli
|
|
1123
1521
|
</div>
|
1124
1522
|
<div class="refsect3">
|
1125
1523
|
<a name="gtk-source-search-context-get-regex-error.returns"></a><h4>Returns</h4>
|
1126
|
-
<p> the <a href="
|
1524
|
+
<p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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 pattern is valid. </p>
|
1127
1525
|
<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>
|
1128
1526
|
</div>
|
1129
1527
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
@@ -1148,7 +1546,7 @@ with this function. The error domain is <a href="https://developer.gnome.org/gli
|
|
1148
1546
|
<hr>
|
1149
1547
|
<div class="refsect2">
|
1150
1548
|
<a name="GtkSourceSearchContext--highlight"></a><h3>The <code class="literal">“highlight”</code> property</h3>
|
1151
|
-
<pre class="programlisting"> “highlight” <a href="
|
1549
|
+
<pre class="programlisting"> “highlight” <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>
|
1152
1550
|
<p>Highlight the search occurrences.</p>
|
1153
1551
|
<p>Flags: Read / Write / Construct</p>
|
1154
1552
|
<p>Default value: TRUE</p>
|
@@ -1158,14 +1556,14 @@ with this function. The error domain is <a href="https://developer.gnome.org/gli
|
|
1158
1556
|
<div class="refsect2">
|
1159
1557
|
<a name="GtkSourceSearchContext--match-style"></a><h3>The <code class="literal">“match-style”</code> property</h3>
|
1160
1558
|
<pre class="programlisting"> “match-style” <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a> *</pre>
|
1161
|
-
<p>A <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a>, or <a href="
|
1559
|
+
<p>A <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a>, 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> for theme's scheme default style.</p>
|
1162
1560
|
<p>Flags: Read / Write / Construct</p>
|
1163
1561
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
1164
1562
|
</div>
|
1165
1563
|
<hr>
|
1166
1564
|
<div class="refsect2">
|
1167
1565
|
<a name="GtkSourceSearchContext--occurrences-count"></a><h3>The <code class="literal">“occurrences-count”</code> property</h3>
|
1168
|
-
<pre class="programlisting"> “occurrences-count” <a href="
|
1566
|
+
<pre class="programlisting"> “occurrences-count” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
1169
1567
|
<p>The total number of search occurrences. If the search is disabled,
|
1170
1568
|
the value is 0. If the buffer is not already fully scanned, the value
|
1171
1569
|
is -1.</p>
|
@@ -1177,10 +1575,10 @@ is -1.</p>
|
|
1177
1575
|
<hr>
|
1178
1576
|
<div class="refsect2">
|
1179
1577
|
<a name="GtkSourceSearchContext--regex-error"></a><h3>The <code class="literal">“regex-error”</code> property</h3>
|
1180
|
-
<pre class="programlisting"> “regex-error” <a href="
|
1578
|
+
<pre class="programlisting"> “regex-error” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre>
|
1181
1579
|
<p>If the regex search pattern doesn't follow all the rules, this
|
1182
|
-
property will be set. If the pattern is valid, the value is <a href="
|
1183
|
-
<p>Free with <a href="
|
1580
|
+
property will be set. If the pattern is valid, the value 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>.</p>
|
1581
|
+
<p>Free with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#g-error-free"><code class="function">g_error_free()</code></a>.</p>
|
1184
1582
|
<p>Flags: Read</p>
|
1185
1583
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1186
1584
|
</div>
|