gtksourceview3 2.2.5-x64-mingw32 → 3.0.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 +3 -4
- data/lib/gtksourceview3/loader.rb +46 -0
- data/lib/gtksourceview3/mark-attributes.rb +29 -0
- data/lib/gtksourceview3.rb +47 -12
- data/test/run-test.rb +2 -0
- data/test/{test_mark_attributes.rb → test-mark-attributes.rb} +1 -1
- data/test/{test_source_gutter_renderer.rb → test-source-gutter-renderer.rb} +0 -0
- data/test/{test_source_language_manager.rb → test-source-language-manager.rb} +6 -6
- data/test/{test_source_view.rb → test-source-view.rb} +1 -1
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +4 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +1 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +0 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +5 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +60 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +41 -14
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +3 -3
- data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +501 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +186 -132
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +29 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +141 -133
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +155 -56
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +27 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +751 -327
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +107 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +89 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +9 -90
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +44 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +253 -161
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +57 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +295 -190
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +73 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +13 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +153 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +3 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +4 -4
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +234 -125
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +247 -257
- data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/genie.lang +238 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +4 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +3 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +150 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +1008 -172
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +283 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/thrift.lang +267 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang +13 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +2 -0
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -0
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +7 -5
- metadata +43 -35
- data/ext/gtksourceview3/depend +0 -6
- data/ext/gtksourceview3/extconf.rb +0 -67
- data/ext/gtksourceview3/gtksourceview3.def +0 -2
- data/ext/gtksourceview3/rbgtksource.c +0 -53
- data/ext/gtksourceview3/rbgtksourcebuffer.c +0 -318
- data/ext/gtksourceview3/rbgtksourcegutter.c +0 -82
- data/ext/gtksourceview3/rbgtksourcegutterrenderer.c +0 -143
- data/ext/gtksourceview3/rbgtksourcegutterrendererpixbuf.c +0 -42
- data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +0 -40
- data/ext/gtksourceview3/rbgtksourcelanguage.c +0 -124
- data/ext/gtksourceview3/rbgtksourcelanguagemanager.c +0 -114
- data/ext/gtksourceview3/rbgtksourcemark.c +0 -85
- data/ext/gtksourceview3/rbgtksourcemarkattributes.c +0 -77
- data/ext/gtksourceview3/rbgtksourceprintcompositor.c +0 -171
- data/ext/gtksourceview3/rbgtksourcestyle.c +0 -42
- data/ext/gtksourceview3/rbgtksourcestylescheme.c +0 -72
- data/ext/gtksourceview3/rbgtksourcestyleschememanager.c +0 -140
- data/ext/gtksourceview3/rbgtksourceundomanager.c +0 -83
- data/ext/gtksourceview3/rbgtksourceview.c +0 -94
- data/ext/gtksourceview3/rbgtksourceview3conversions.h +0 -50
- data/ext/gtksourceview3/rbgtksourceview3private.h +0 -53
- data/extconf.rb +0 -49
- data/lib/2.0/gtksourceview3.so +0 -0
- data/lib/2.1/gtksourceview3.so +0 -0
- data/lib/2.2/gtksourceview3.so +0 -0
- data/sample/sourcelanguagemanager.rb +0 -21
- data/sample/test.rb +0 -32
@@ -2,11 +2,11 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>GtkSourceCompletion: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="
|
8
|
+
<link rel="up" href="ch03.html" title="Completion">
|
9
|
+
<link rel="prev" href="ch03.html" title="Completion">
|
10
10
|
<link rel="next" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -22,8 +22,8 @@
|
|
22
22
|
<a href="#GtkSourceCompletion.signals" class="shortcut">Signals</a></span>
|
23
23
|
</td>
|
24
24
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
25
|
-
<td><a accesskey="u" href="
|
26
|
-
<td><a accesskey="p" href="
|
25
|
+
<td><a accesskey="u" href="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
26
|
+
<td><a accesskey="p" href="ch03.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
27
27
|
<td><a accesskey="n" href="GtkSourceCompletionContext.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
28
28
|
</tr></table>
|
29
29
|
<div class="refentry">
|
@@ -204,32 +204,32 @@
|
|
204
204
|
<tr>
|
205
205
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
206
206
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-activate-proposal" title="The “activate-proposal” signal">activate-proposal</a></td>
|
207
|
-
<td class="signal_flags">Action</td>
|
207
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
208
208
|
</tr>
|
209
209
|
<tr>
|
210
210
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
211
211
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-hide" title="The “hide” signal">hide</a></td>
|
212
|
-
<td class="signal_flags">Action</td>
|
212
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
213
213
|
</tr>
|
214
214
|
<tr>
|
215
215
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
216
216
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-cursor" title="The “move-cursor” signal">move-cursor</a></td>
|
217
|
-
<td class="signal_flags">Action</td>
|
217
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
218
218
|
</tr>
|
219
219
|
<tr>
|
220
220
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
221
221
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-page" title="The “move-page” signal">move-page</a></td>
|
222
|
-
<td class="signal_flags">Action</td>
|
222
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
223
223
|
</tr>
|
224
224
|
<tr>
|
225
225
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
226
226
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-populate-context" title="The “populate-context” signal">populate-context</a></td>
|
227
|
-
<td class="signal_flags">Action</td>
|
227
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
228
228
|
</tr>
|
229
229
|
<tr>
|
230
230
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
231
231
|
<td class="signal_name"><a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-show" title="The “show” signal">show</a></td>
|
232
|
-
<td class="signal_flags">Action</td>
|
232
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
233
233
|
</tr>
|
234
234
|
</tbody>
|
235
235
|
</table></div>
|
@@ -267,7 +267,7 @@
|
|
267
267
|
<a name="GtkSourceCompletion.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
268
268
|
<p>
|
269
269
|
GtkSourceCompletion implements
|
270
|
-
<a href="
|
270
|
+
<a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a>.</p>
|
271
271
|
</div>
|
272
272
|
<div class="refsect1">
|
273
273
|
<a name="GtkSourceCompletion.includes"></a><h2>Includes</h2>
|
@@ -315,8 +315,8 @@ instance. This instance can be obtained with
|
|
315
315
|
<p>A same <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> object can be used for several
|
316
316
|
<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a>.</p>
|
317
317
|
<div class="refsect2">
|
318
|
-
<a name="id-1.2.
|
319
|
-
<p>The GtkSourceCompletion implementation of the <a href="
|
318
|
+
<a name="id-1.2.4.2.10.11"></a><h3>GtkSourceCompletion as GtkBuildable</h3>
|
319
|
+
<p>The GtkSourceCompletion implementation of the <a href="http://developer.gnome.org/gtk2/GtkBuildable.html"><span class="type">GtkBuildable</span></a> interface exposes
|
320
320
|
the info window object (see <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-get-info-window" title="gtk_source_completion_get_info_window ()"><code class="function">gtk_source_completion_get_info_window()</code></a>) with the
|
321
321
|
internal-child "info_window".</p>
|
322
322
|
<p>An example of a UI definition fragment with GtkSourceCompletion:</p>
|
@@ -361,7 +361,7 @@ add a reference <em class="parameter"><code>provider</code></em>
|
|
361
361
|
, so make sure to unref your own copy when you
|
362
362
|
no longer need it.</p>
|
363
363
|
<div class="refsect3">
|
364
|
-
<a name="id-1.2.
|
364
|
+
<a name="id-1.2.4.2.11.2.5"></a><h4>Parameters</h4>
|
365
365
|
<div class="informaltable"><table width="100%" border="0">
|
366
366
|
<colgroup>
|
367
367
|
<col width="150px" class="parameters_name">
|
@@ -388,7 +388,7 @@ no longer need it.</p>
|
|
388
388
|
</table></div>
|
389
389
|
</div>
|
390
390
|
<div class="refsect3">
|
391
|
-
<a name="id-1.2.
|
391
|
+
<a name="id-1.2.4.2.11.2.6"></a><h4>Returns</h4>
|
392
392
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>provider</code></em>
|
393
393
|
was successfully added, otherwise if <em class="parameter"><code>error</code></em>
|
394
394
|
is provided, it will be set with the error and <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>
|
@@ -405,7 +405,7 @@ gtk_source_completion_remove_provider (<em class="parameter"><code><a class="lin
|
|
405
405
|
<p>Remove <em class="parameter"><code>provider</code></em>
|
406
406
|
from the completion.</p>
|
407
407
|
<div class="refsect3">
|
408
|
-
<a name="id-1.2.
|
408
|
+
<a name="id-1.2.4.2.11.3.5"></a><h4>Parameters</h4>
|
409
409
|
<div class="informaltable"><table width="100%" border="0">
|
410
410
|
<colgroup>
|
411
411
|
<col width="150px" class="parameters_name">
|
@@ -432,7 +432,7 @@ gtk_source_completion_remove_provider (<em class="parameter"><code><a class="lin
|
|
432
432
|
</table></div>
|
433
433
|
</div>
|
434
434
|
<div class="refsect3">
|
435
|
-
<a name="id-1.2.
|
435
|
+
<a name="id-1.2.4.2.11.3.6"></a><h4>Returns</h4>
|
436
436
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>provider</code></em>
|
437
437
|
was successfully removed, otherwise if <em class="parameter"><code>error</code></em>
|
438
438
|
is provided, it will be set with the error and <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>
|
@@ -448,7 +448,7 @@ gtk_source_completion_get_providers (<em class="parameter"><code><a class="link"
|
|
448
448
|
. The returned list is owned
|
449
449
|
by the completion and should not be freed.</p>
|
450
450
|
<div class="refsect3">
|
451
|
-
<a name="id-1.2.
|
451
|
+
<a name="id-1.2.4.2.11.4.5"></a><h4>Parameters</h4>
|
452
452
|
<div class="informaltable"><table width="100%" border="0">
|
453
453
|
<colgroup>
|
454
454
|
<col width="150px" class="parameters_name">
|
@@ -463,7 +463,7 @@ by the completion and should not be freed.</p>
|
|
463
463
|
</table></div>
|
464
464
|
</div>
|
465
465
|
<div class="refsect3">
|
466
|
-
<a name="id-1.2.
|
466
|
+
<a name="id-1.2.4.2.11.4.6"></a><h4>Returns</h4>
|
467
467
|
<p>list of <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a>. </p>
|
468
468
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.CompletionProvider][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
469
469
|
</div>
|
@@ -483,7 +483,7 @@ add or remove providers to the <a class="link" href="GtkSourceCompletion.html" t
|
|
483
483
|
<a class="link" href="GtkSourceCompletion.html#gtk-source-completion-add-provider" title="gtk_source_completion_add_provider ()"><code class="function">gtk_source_completion_add_provider()</code></a>, and implement
|
484
484
|
<a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-match" title="gtk_source_completion_provider_match ()"><code class="function">gtk_source_completion_provider_match()</code></a> for each provider.</p>
|
485
485
|
<div class="refsect3">
|
486
|
-
<a name="id-1.2.
|
486
|
+
<a name="id-1.2.4.2.11.5.7"></a><h4>Parameters</h4>
|
487
487
|
<div class="informaltable"><table width="100%" border="0">
|
488
488
|
<colgroup>
|
489
489
|
<col width="150px" class="parameters_name">
|
@@ -511,7 +511,7 @@ with which to start the completion. </p></td>
|
|
511
511
|
</table></div>
|
512
512
|
</div>
|
513
513
|
<div class="refsect3">
|
514
|
-
<a name="id-1.2.
|
514
|
+
<a name="id-1.2.4.2.11.5.8"></a><h4>Returns</h4>
|
515
515
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it was possible to the show completion window.</p>
|
516
516
|
<p></p>
|
517
517
|
</div>
|
@@ -523,7 +523,7 @@ with which to start the completion. </p></td>
|
|
523
523
|
gtk_source_completion_hide (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);</pre>
|
524
524
|
<p>Hides the completion if it is active (visible).</p>
|
525
525
|
<div class="refsect3">
|
526
|
-
<a name="id-1.2.
|
526
|
+
<a name="id-1.2.4.2.11.6.5"></a><h4>Parameters</h4>
|
527
527
|
<div class="informaltable"><table width="100%" border="0">
|
528
528
|
<colgroup>
|
529
529
|
<col width="150px" class="parameters_name">
|
@@ -546,7 +546,7 @@ gtk_source_completion_get_info_window (<em class="parameter"><code><a class="lin
|
|
546
546
|
<p>The info widget is the window where the completion displays optional extra
|
547
547
|
information of the proposal.</p>
|
548
548
|
<div class="refsect3">
|
549
|
-
<a name="id-1.2.
|
549
|
+
<a name="id-1.2.4.2.11.7.5"></a><h4>Parameters</h4>
|
550
550
|
<div class="informaltable"><table width="100%" border="0">
|
551
551
|
<colgroup>
|
552
552
|
<col width="150px" class="parameters_name">
|
@@ -561,7 +561,7 @@ information of the proposal.</p>
|
|
561
561
|
</table></div>
|
562
562
|
</div>
|
563
563
|
<div class="refsect3">
|
564
|
-
<a name="id-1.2.
|
564
|
+
<a name="id-1.2.4.2.11.7.6"></a><h4>Returns</h4>
|
565
565
|
<p> The <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> window
|
566
566
|
associated with <em class="parameter"><code>completion</code></em>
|
567
567
|
. </p>
|
@@ -577,7 +577,7 @@ gtk_source_completion_get_view (<em class="parameter"><code><a class="link" href
|
|
577
577
|
, 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 view has been
|
578
578
|
destroyed.</p>
|
579
579
|
<div class="refsect3">
|
580
|
-
<a name="id-1.2.
|
580
|
+
<a name="id-1.2.4.2.11.8.5"></a><h4>Parameters</h4>
|
581
581
|
<div class="informaltable"><table width="100%" border="0">
|
582
582
|
<colgroup>
|
583
583
|
<col width="150px" class="parameters_name">
|
@@ -592,7 +592,7 @@ destroyed.</p>
|
|
592
592
|
</table></div>
|
593
593
|
</div>
|
594
594
|
<div class="refsect3">
|
595
|
-
<a name="id-1.2.
|
595
|
+
<a name="id-1.2.4.2.11.8.6"></a><h4>Returns</h4>
|
596
596
|
<p>The <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> associated with <em class="parameter"><code>completion</code></em>
|
597
597
|
, 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>
|
598
598
|
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkSource.View][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -603,7 +603,7 @@ destroyed.</p>
|
|
603
603
|
<a name="gtk-source-completion-create-context"></a><h3>gtk_source_completion_create_context ()</h3>
|
604
604
|
<pre class="programlisting"><a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="returnvalue">GtkSourceCompletionContext</span></a> *
|
605
605
|
gtk_source_completion_create_context (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
|
606
|
-
<em class="parameter"><code><a href="
|
606
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *position</code></em>);</pre>
|
607
607
|
<p>Create a new <a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> for <em class="parameter"><code>completion</code></em>
|
608
608
|
. The position where
|
609
609
|
the completion occurs can be specified by <em class="parameter"><code>position</code></em>
|
@@ -611,7 +611,7 @@ the completion occurs can be specified by <em class="parameter"><code>position</
|
|
611
611
|
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>,
|
612
612
|
the current cursor position will be used.</p>
|
613
613
|
<div class="refsect3">
|
614
|
-
<a name="id-1.2.
|
614
|
+
<a name="id-1.2.4.2.11.9.5"></a><h4>Parameters</h4>
|
615
615
|
<div class="informaltable"><table width="100%" border="0">
|
616
616
|
<colgroup>
|
617
617
|
<col width="150px" class="parameters_name">
|
@@ -626,14 +626,14 @@ the current cursor position will be used.</p>
|
|
626
626
|
</tr>
|
627
627
|
<tr>
|
628
628
|
<td class="parameter_name"><p>position</p></td>
|
629
|
-
<td class="parameter_description"><p> a <a href="
|
629
|
+
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</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>
|
630
630
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
631
631
|
</tr>
|
632
632
|
</tbody>
|
633
633
|
</table></div>
|
634
634
|
</div>
|
635
635
|
<div class="refsect3">
|
636
|
-
<a name="id-1.2.
|
636
|
+
<a name="id-1.2.4.2.11.9.6"></a><h4>Returns</h4>
|
637
637
|
<p> a new <a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a>.
|
638
638
|
The reference being returned is a 'floating' reference,
|
639
639
|
so if you invoke <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-show" title="gtk_source_completion_show ()"><code class="function">gtk_source_completion_show()</code></a> with this context
|
@@ -646,14 +646,14 @@ you don't need to unref it. </p>
|
|
646
646
|
<a name="gtk-source-completion-move-window"></a><h3>gtk_source_completion_move_window ()</h3>
|
647
647
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
648
648
|
gtk_source_completion_move_window (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
|
649
|
-
<em class="parameter"><code><a href="
|
649
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
650
650
|
<div class="warning">
|
651
651
|
<p><code class="literal">gtk_source_completion_move_window</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
652
652
|
<p>Use <a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-start-iter" title="gtk_source_completion_provider_get_start_iter ()"><code class="function">gtk_source_completion_provider_get_start_iter()</code></a> instead.</p>
|
653
653
|
</div>
|
654
654
|
<p>Move the completion window to a specific iter.</p>
|
655
655
|
<div class="refsect3">
|
656
|
-
<a name="id-1.2.
|
656
|
+
<a name="id-1.2.4.2.11.10.6"></a><h4>Parameters</h4>
|
657
657
|
<div class="informaltable"><table width="100%" border="0">
|
658
658
|
<colgroup>
|
659
659
|
<col width="150px" class="parameters_name">
|
@@ -668,7 +668,7 @@ gtk_source_completion_move_window (<em class="parameter"><code><a class="link" h
|
|
668
668
|
</tr>
|
669
669
|
<tr>
|
670
670
|
<td class="parameter_name"><p>iter</p></td>
|
671
|
-
<td class="parameter_description"><p>a <a href="
|
671
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
|
672
672
|
<td class="parameter_annotations"> </td>
|
673
673
|
</tr>
|
674
674
|
</tbody>
|
@@ -689,7 +689,7 @@ interactive completion again.</p>
|
|
689
689
|
interactive completion until <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-unblock-interactive" title="gtk_source_completion_unblock_interactive ()"><code class="function">gtk_source_completion_unblock_interactive()</code></a>
|
690
690
|
has been called the same number of times.</p>
|
691
691
|
<div class="refsect3">
|
692
|
-
<a name="id-1.2.
|
692
|
+
<a name="id-1.2.4.2.11.11.6"></a><h4>Parameters</h4>
|
693
693
|
<div class="informaltable"><table width="100%" border="0">
|
694
694
|
<colgroup>
|
695
695
|
<col width="150px" class="parameters_name">
|
@@ -714,7 +714,7 @@ gtk_source_completion_unblock_interactive
|
|
714
714
|
<a class="link" href="GtkSourceCompletion.html#gtk-source-completion-block-interactive" title="gtk_source_completion_block_interactive ()"><code class="function">gtk_source_completion_block_interactive()</code></a> to enable interactive completion
|
715
715
|
again.</p>
|
716
716
|
<div class="refsect3">
|
717
|
-
<a name="id-1.2.
|
717
|
+
<a name="id-1.2.4.2.11.12.5"></a><h4>Parameters</h4>
|
718
718
|
<div class="informaltable"><table width="100%" border="0">
|
719
719
|
<colgroup>
|
720
720
|
<col width="150px" class="parameters_name">
|
@@ -751,7 +751,7 @@ error domains.</p>
|
|
751
751
|
<p>An error code used with <a class="link" href="GtkSourceCompletion.html#GTK-SOURCE-COMPLETION-ERROR:CAPS" title="GTK_SOURCE_COMPLETION_ERROR"><code class="literal">GTK_SOURCE_COMPLETION_ERROR</code></a> in 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> returned
|
752
752
|
from a completion-related function.</p>
|
753
753
|
<div class="refsect3">
|
754
|
-
<a name="id-1.2.
|
754
|
+
<a name="id-1.2.4.2.12.4.4"></a><h4>Members</h4>
|
755
755
|
<div class="informaltable"><table width="100%" border="0">
|
756
756
|
<colgroup>
|
757
757
|
<col width="300px" class="enum_members_name">
|
@@ -884,7 +884,7 @@ a proposal activation.</p>
|
|
884
884
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the proposal
|
885
885
|
activation programmatically.</p>
|
886
886
|
<div class="refsect3">
|
887
|
-
<a name="id-1.2.
|
887
|
+
<a name="id-1.2.4.2.14.2.6"></a><h4>Parameters</h4>
|
888
888
|
<div class="informaltable"><table width="100%" border="0">
|
889
889
|
<colgroup>
|
890
890
|
<col width="150px" class="parameters_name">
|
@@ -905,7 +905,7 @@ activation programmatically.</p>
|
|
905
905
|
</tbody>
|
906
906
|
</table></div>
|
907
907
|
</div>
|
908
|
-
<p>Flags: Action</p>
|
908
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
909
909
|
</div>
|
910
910
|
<hr>
|
911
911
|
<div class="refsect2">
|
@@ -916,7 +916,7 @@ user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceC
|
|
916
916
|
<p>Emitted when the completion window is hidden. The default handler
|
917
917
|
will actually hide the window.</p>
|
918
918
|
<div class="refsect3">
|
919
|
-
<a name="id-1.2.
|
919
|
+
<a name="id-1.2.4.2.14.3.5"></a><h4>Parameters</h4>
|
920
920
|
<div class="informaltable"><table width="100%" border="0">
|
921
921
|
<colgroup>
|
922
922
|
<col width="150px" class="parameters_name">
|
@@ -937,14 +937,14 @@ will actually hide the window.</p>
|
|
937
937
|
</tbody>
|
938
938
|
</table></div>
|
939
939
|
</div>
|
940
|
-
<p>Flags: Action</p>
|
940
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
941
941
|
</div>
|
942
942
|
<hr>
|
943
943
|
<div class="refsect2">
|
944
944
|
<a name="GtkSourceCompletion-move-cursor"></a><h3>The <code class="literal">“move-cursor”</code> signal</h3>
|
945
945
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
946
946
|
user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
|
947
|
-
<a href="
|
947
|
+
<a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
|
948
948
|
<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> num,
|
949
949
|
<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)</pre>
|
950
950
|
<p>The <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-cursor" title="The “move-cursor” signal"><span class="type">“move-cursor”</span></a> signal is a keybinding
|
@@ -955,14 +955,14 @@ movement.</p>
|
|
955
955
|
<span class="keycap"><strong>Home</strong></span> and <span class="keycap"><strong>End</strong></span> keys are bound to the
|
956
956
|
<p>normal behavior expected by those keys.</p>
|
957
957
|
<p>When <em class="parameter"><code>step</code></em>
|
958
|
-
is equal to <code class="literal">GTK_SCROLL_PAGES</code>, the page size is defined by
|
958
|
+
is equal to <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGES:CAPS"><code class="literal">GTK_SCROLL_PAGES</code></a>, the page size is defined by
|
959
959
|
the <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--proposal-page-size" title="The “proposal-page-size” property"><span class="type">“proposal-page-size”</span></a> property. It is used for
|
960
960
|
the <span class="keycap"><strong>PageDown</strong></span> and <span class="keycap"><strong>PageUp</strong></span> keys.</p>
|
961
961
|
<p>Applications should not connect to it, but may emit it with
|
962
962
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
|
963
963
|
programmatically.</p>
|
964
964
|
<div class="refsect3">
|
965
|
-
<a name="id-1.2.
|
965
|
+
<a name="id-1.2.4.2.14.4.13"></a><h4>Parameters</h4>
|
966
966
|
<div class="informaltable"><table width="100%" border="0">
|
967
967
|
<colgroup>
|
968
968
|
<col width="150px" class="parameters_name">
|
@@ -977,7 +977,7 @@ programmatically.</p>
|
|
977
977
|
</tr>
|
978
978
|
<tr>
|
979
979
|
<td class="parameter_name"><p>step</p></td>
|
980
|
-
<td class="parameter_description"><p>The <a href="
|
980
|
+
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> by which to move the cursor</p></td>
|
981
981
|
<td class="parameter_annotations"> </td>
|
982
982
|
</tr>
|
983
983
|
<tr>
|
@@ -993,14 +993,14 @@ programmatically.</p>
|
|
993
993
|
</tbody>
|
994
994
|
</table></div>
|
995
995
|
</div>
|
996
|
-
<p>Flags: Action</p>
|
996
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
997
997
|
</div>
|
998
998
|
<hr>
|
999
999
|
<div class="refsect2">
|
1000
1000
|
<a name="GtkSourceCompletion-move-page"></a><h3>The <code class="literal">“move-page”</code> signal</h3>
|
1001
1001
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1002
1002
|
user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
|
1003
|
-
<a href="
|
1003
|
+
<a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
|
1004
1004
|
<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> num,
|
1005
1005
|
<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)</pre>
|
1006
1006
|
<p>The <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-move-page" title="The “move-page” signal"><span class="type">“move-page”</span></a> signal is a keybinding
|
@@ -1011,13 +1011,13 @@ movement (i.e. switches between provider pages).</p>
|
|
1011
1011
|
<span class="keycap"><strong>Control</strong></span>+<span class="keycap"><strong>Home</strong></span><p>is for displaying all the providers.</p>
|
1012
1012
|
<span class="keycap"><strong>Control</strong></span>+<span class="keycap"><strong>End</strong></span><p>is for going to the last provider.</p>
|
1013
1013
|
<p>When <em class="parameter"><code>step</code></em>
|
1014
|
-
is equal to <span class="type">GTK_SCROLL_PAGES</span>, the page size is defined by
|
1014
|
+
is equal to <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGES:CAPS"><span class="type">GTK_SCROLL_PAGES</span></a>, the page size is defined by
|
1015
1015
|
the <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--provider-page-size" title="The “provider-page-size” property"><span class="type">“provider-page-size”</span></a> property.</p>
|
1016
1016
|
<p>Applications should not connect to it, but may emit it with
|
1017
1017
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the page selection
|
1018
1018
|
programmatically.</p>
|
1019
1019
|
<div class="refsect3">
|
1020
|
-
<a name="id-1.2.
|
1020
|
+
<a name="id-1.2.4.2.14.5.15"></a><h4>Parameters</h4>
|
1021
1021
|
<div class="informaltable"><table width="100%" border="0">
|
1022
1022
|
<colgroup>
|
1023
1023
|
<col width="150px" class="parameters_name">
|
@@ -1032,7 +1032,7 @@ programmatically.</p>
|
|
1032
1032
|
</tr>
|
1033
1033
|
<tr>
|
1034
1034
|
<td class="parameter_name"><p>step</p></td>
|
1035
|
-
<td class="parameter_description"><p>The <a href="
|
1035
|
+
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> by which to move the page</p></td>
|
1036
1036
|
<td class="parameter_annotations"> </td>
|
1037
1037
|
</tr>
|
1038
1038
|
<tr>
|
@@ -1048,7 +1048,7 @@ programmatically.</p>
|
|
1048
1048
|
</tbody>
|
1049
1049
|
</table></div>
|
1050
1050
|
</div>
|
1051
|
-
<p>Flags: Action</p>
|
1051
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1052
1052
|
</div>
|
1053
1053
|
<hr>
|
1054
1054
|
<div class="refsect2">
|
@@ -1060,7 +1060,7 @@ user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceC
|
|
1060
1060
|
<p>Emitted just before starting to populate the completion with providers.
|
1061
1061
|
You can use this signal to add additional attributes in the context.</p>
|
1062
1062
|
<div class="refsect3">
|
1063
|
-
<a name="id-1.2.
|
1063
|
+
<a name="id-1.2.4.2.14.6.5"></a><h4>Parameters</h4>
|
1064
1064
|
<div class="informaltable"><table width="100%" border="0">
|
1065
1065
|
<colgroup>
|
1066
1066
|
<col width="150px" class="parameters_name">
|
@@ -1086,7 +1086,7 @@ You can use this signal to add additional attributes in the context.</p>
|
|
1086
1086
|
</tbody>
|
1087
1087
|
</table></div>
|
1088
1088
|
</div>
|
1089
|
-
<p>Flags: Action</p>
|
1089
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1090
1090
|
</div>
|
1091
1091
|
<hr>
|
1092
1092
|
<div class="refsect2">
|
@@ -1097,7 +1097,7 @@ user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceC
|
|
1097
1097
|
<p>Emitted when the completion window is shown. The default handler
|
1098
1098
|
will actually show the window.</p>
|
1099
1099
|
<div class="refsect3">
|
1100
|
-
<a name="id-1.2.
|
1100
|
+
<a name="id-1.2.4.2.14.7.5"></a><h4>Parameters</h4>
|
1101
1101
|
<div class="informaltable"><table width="100%" border="0">
|
1102
1102
|
<colgroup>
|
1103
1103
|
<col width="150px" class="parameters_name">
|
@@ -1118,7 +1118,7 @@ will actually show the window.</p>
|
|
1118
1118
|
</tbody>
|
1119
1119
|
</table></div>
|
1120
1120
|
</div>
|
1121
|
-
<p>Flags: Action</p>
|
1121
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1122
1122
|
</div>
|
1123
1123
|
</div>
|
1124
1124
|
</div>
|