Merge lp:~noskcaj/ubuntu/utopic/gtksourceview3/merge into lp:ubuntu/utopic/gtksourceview3

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/utopic/gtksourceview3/merge
Merge into: lp:ubuntu/utopic/gtksourceview3
Diff against target: 5598 lines (+1087/-747)
51 files modified
NEWS (+5/-0)
README (+3/-3)
aclocal.m4 (+6/-5)
configure (+13/-12)
configure.ac (+1/-1)
data/language-specs/latex.lang (+30/-21)
debian/changelog (+18/-0)
docs/reference/html/GtkSourceBuffer.html (+48/-48)
docs/reference/html/GtkSourceCompletion.html (+14/-14)
docs/reference/html/GtkSourceCompletionContext.html (+13/-13)
docs/reference/html/GtkSourceCompletionInfo.html (+31/-31)
docs/reference/html/GtkSourceCompletionItem.html (+8/-8)
docs/reference/html/GtkSourceCompletionProposal.html (+2/-2)
docs/reference/html/GtkSourceCompletionProvider.html (+12/-12)
docs/reference/html/GtkSourceCompletionWords.html (+9/-9)
docs/reference/html/GtkSourceGutter.html (+12/-12)
docs/reference/html/GtkSourceGutterRenderer.html (+85/-85)
docs/reference/html/GtkSourceGutterRendererPixbuf.html (+6/-6)
docs/reference/html/GtkSourceGutterRendererText.html (+2/-2)
docs/reference/html/GtkSourceLanguage.html (+2/-2)
docs/reference/html/GtkSourceLanguageManager.html (+5/-5)
docs/reference/html/GtkSourceMark.html (+8/-8)
docs/reference/html/GtkSourceMarkAttributes.html (+9/-9)
docs/reference/html/GtkSourcePrintCompositor.html (+36/-36)
docs/reference/html/GtkSourceSearchContext.html (+30/-30)
docs/reference/html/GtkSourceSearchSettings.html (+5/-5)
docs/reference/html/GtkSourceStyle.html (+2/-2)
docs/reference/html/GtkSourceStyleScheme.html (+2/-2)
docs/reference/html/GtkSourceStyleSchemeManager.html (+3/-3)
docs/reference/html/GtkSourceUndoManager.html (+3/-3)
docs/reference/html/GtkSourceView.html (+19/-19)
docs/reference/html/annotation-glossary.html (+3/-3)
docs/reference/html/api-index-3-0.html (+2/-2)
docs/reference/html/api-index-3-10.html (+2/-2)
docs/reference/html/api-index-3-12.html (+2/-2)
docs/reference/html/api-index-3-4.html (+2/-2)
docs/reference/html/api-index-deprecated.html (+2/-2)
docs/reference/html/api-index-full.html (+2/-2)
docs/reference/html/ch01.html (+2/-2)
docs/reference/html/ch02.html (+2/-2)
docs/reference/html/gtksourceview-3.0-GtkSourceUtils.html (+3/-3)
docs/reference/html/index.html (+3/-3)
docs/reference/html/lang-reference.html (+2/-2)
docs/reference/html/lang-tutorial.html (+2/-2)
docs/reference/html/object-tree.html (+9/-9)
docs/reference/html/style-reference.html (+2/-2)
docs/reference/version.xml (+1/-1)
gtksourceview/gtksourceview.c (+8/-2)
po/ca.po (+548/-273)
po/de.po (+17/-23)
tests/test-search-context.c (+31/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/utopic/gtksourceview3/merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+232940@code.launchpad.net

Description of the change

New upstream bugfix release

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

51. By Jackson Doak

* Merge with Debian, remaining Ubuntu changes:
* debian/control:
  - Let the common C/R the old soname binary for upgrades (lp: #1185092)
  - Correct GTK+ version dependency for -dev package
  - Build-depend on dh-autoreconf
* debian/rules:
  - Build using dh-autoreconf.
* New upstream release.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2014-07-07 11:31:02 +0000
3+++ NEWS 2014-09-01 20:28:44 +0000
4@@ -1,3 +1,8 @@
5+News in 3.12.3
6+--------------
7+* Misc bugfixes
8+* Translation updates
9+
10 News in 3.12.2
11 --------------
12 * Misc bugfixes
13
14=== modified file 'README'
15--- README 2014-07-07 11:31:02 +0000
16+++ README 2014-09-01 20:28:44 +0000
17@@ -1,7 +1,7 @@
18 General Information
19 ===================
20
21-This is version 3.12.2 of GtkSourceView.
22+This is version 3.12.3 of GtkSourceView.
23
24 GtkSourceView is a text widget that extends the standard GTK+ text widget
25 GtkTextView.
26@@ -36,8 +36,8 @@
27
28 Simple install procedure:
29
30- % tar Jxf gtksourceview-3.12.2.tar.xz # unpack the sources
31- % cd gtksourceview-3.12.2 # change to the toplevel directory
32+ % tar Jxf gtksourceview-3.12.3.tar.xz # unpack the sources
33+ % cd gtksourceview-3.12.3 # change to the toplevel directory
34 % ./configure # run the `configure' script
35 % make # build gtksourceview
36 [ Become root if necessary ]
37
38=== modified file 'aclocal.m4'
39--- aclocal.m4 2014-07-07 11:31:02 +0000
40+++ aclocal.m4 2014-09-01 20:28:44 +0000
41@@ -1369,7 +1369,7 @@
42 ])
43
44 # List of supported lcov versions.
45- lcov_version_list="1.6 1.7 1.8 1.9 1.10"
46+ lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
47
48 AC_CHECK_PROG([LCOV], [lcov], [lcov])
49 AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])
50@@ -1679,8 +1679,9 @@
51 dnl
52 AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run a test GTK+ program],
53 , enable_gtktest=yes)
54+ min_gtk_version=ifelse([$1], [], [3.0.0], [$1])
55
56- pkg_config_args=gtk+-3.0
57+ pkg_config_args="gtk+-3.0 >= $min_gtk_version"
58 for module in . $4
59 do
60 case "$module" in
61@@ -1706,7 +1707,6 @@
62 no_gtk=yes
63 fi
64
65- min_gtk_version=ifelse([$1], ,3.0.0,$1)
66 AC_MSG_CHECKING(for GTK+ - version >= $min_gtk_version)
67
68 if test x$PKG_CONFIG != xno ; then
69@@ -1716,7 +1716,7 @@
70 enable_gtktest=no
71 fi
72
73- if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
74+ if $PKG_CONFIG $pkg_config_args; then
75 :
76 else
77 no_gtk=yes
78@@ -1870,10 +1870,11 @@
79 [
80 pkg_config_args=ifelse([$1],,gtk+-3.0, gtk+-$1-3.0)
81 min_gtk_version=ifelse([$2],,3.0.0,$2)
82+ pkg_config_args="$pkg_config_args >= $min_gtk_version"
83
84 AC_PATH_PROG(PKG_CONFIG, [pkg-config], [AC_MSG_ERROR([No pkg-config found])])
85
86- if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args ; then
87+ if $PKG_CONFIG $pkg_config_args ; then
88 target_found=yes
89 else
90 target_found=no
91
92=== modified file 'configure'
93--- configure 2014-07-07 11:31:02 +0000
94+++ configure 2014-09-01 20:28:44 +0000
95@@ -1,6 +1,6 @@
96 #! /bin/sh
97 # Guess values for system-dependent variables and create Makefiles.
98-# Generated by GNU Autoconf 2.69 for gtksourceview 3.12.2.
99+# Generated by GNU Autoconf 2.69 for gtksourceview 3.12.3.
100 #
101 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview>.
102 #
103@@ -591,8 +591,8 @@
104 # Identity of this package.
105 PACKAGE_NAME='gtksourceview'
106 PACKAGE_TARNAME='gtksourceview'
107-PACKAGE_VERSION='3.12.2'
108-PACKAGE_STRING='gtksourceview 3.12.2'
109+PACKAGE_VERSION='3.12.3'
110+PACKAGE_STRING='gtksourceview 3.12.3'
111 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview'
112 PACKAGE_URL='https://wiki.gnome.org/Projects/GtkSourceView'
113
114@@ -1444,7 +1444,7 @@
115 # Omit some internal or obsolete options to make the list less imposing.
116 # This message is too long to be a string in the A/UX 3.1 sh.
117 cat <<_ACEOF
118-\`configure' configures gtksourceview 3.12.2 to adapt to many kinds of systems.
119+\`configure' configures gtksourceview 3.12.3 to adapt to many kinds of systems.
120
121 Usage: $0 [OPTION]... [VAR=VALUE]...
122
123@@ -1514,7 +1514,7 @@
124
125 if test -n "$ac_init_help"; then
126 case $ac_init_help in
127- short | recursive ) echo "Configuration of gtksourceview 3.12.2:";;
128+ short | recursive ) echo "Configuration of gtksourceview 3.12.3:";;
129 esac
130 cat <<\_ACEOF
131
132@@ -1658,7 +1658,7 @@
133 test -n "$ac_init_help" && exit $ac_status
134 if $ac_init_version; then
135 cat <<\_ACEOF
136-gtksourceview configure 3.12.2
137+gtksourceview configure 3.12.3
138 generated by GNU Autoconf 2.69
139
140 Copyright (C) 2012 Free Software Foundation, Inc.
141@@ -2027,7 +2027,7 @@
142 This file contains any messages produced by compilers while
143 running configure, to aid debugging if configure makes a mistake.
144
145-It was created by gtksourceview $as_me 3.12.2, which was
146+It was created by gtksourceview $as_me 3.12.3, which was
147 generated by GNU Autoconf 2.69. Invocation command line was
148
149 $ $0 $@
150@@ -2919,7 +2919,7 @@
151
152 # Define the identity of the package.
153 PACKAGE='gtksourceview'
154- VERSION='3.12.2'
155+ VERSION='3.12.3'
156
157
158 cat >>confdefs.h <<_ACEOF
159@@ -12294,6 +12294,7 @@
160
161 pkg_config_args=gtk+-quartz-3.0
162 min_gtk_version=3.0.0
163+ pkg_config_args="$pkg_config_args >= $min_gtk_version"
164
165 # Extract the first word of "pkg-config", so it can be a program name with args.
166 set dummy pkg-config; ac_word=$2
167@@ -12337,7 +12338,7 @@
168
169
170
171- if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args ; then
172+ if $PKG_CONFIG $pkg_config_args ; then
173 target_found=yes
174 else
175 target_found=no
176@@ -13698,7 +13699,7 @@
177 fi
178
179 # List of supported lcov versions.
180- lcov_version_list="1.6 1.7 1.8 1.9 1.10"
181+ lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
182
183 # Extract the first word of "lcov", so it can be a program name with args.
184 set dummy lcov; ac_word=$2
185@@ -14497,7 +14498,7 @@
186 # report actual input values of CONFIG_FILES etc. instead of their
187 # values after options handling.
188 ac_log="
189-This file was extended by gtksourceview $as_me 3.12.2, which was
190+This file was extended by gtksourceview $as_me 3.12.3, which was
191 generated by GNU Autoconf 2.69. Invocation command line was
192
193 CONFIG_FILES = $CONFIG_FILES
194@@ -14564,7 +14565,7 @@
195 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
196 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
197 ac_cs_version="\\
198-gtksourceview config.status 3.12.2
199+gtksourceview config.status 3.12.3
200 configured by $0, generated by GNU Autoconf 2.69,
201 with options \\"\$ac_cs_config\\"
202
203
204=== modified file 'configure.ac'
205--- configure.ac 2014-07-07 11:31:02 +0000
206+++ configure.ac 2014-09-01 20:28:44 +0000
207@@ -4,7 +4,7 @@
208
209 m4_define(gtksourceview_major_version, 3)
210 m4_define(gtksourceview_minor_version, 12)
211-m4_define(gtksourceview_micro_version, 2)
212+m4_define(gtksourceview_micro_version, 3)
213 m4_define(gtksourceview_version, gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
214
215 AC_INIT([gtksourceview],
216
217=== modified file 'data/language-specs/latex.lang'
218--- data/language-specs/latex.lang 2014-07-07 11:31:02 +0000
219+++ data/language-specs/latex.lang 2014-09-01 20:28:44 +0000
220@@ -366,74 +366,83 @@
221
222 <!-- headings -->
223
224+ <context id="curly-braces-pair">
225+ <start>\{</start>
226+ <end>\}</end>
227+ <include>
228+ <context ref="curly-braces-pair"/>
229+ <context ref="latex"/>
230+ </include>
231+ </context>
232+
233 <context id="headings">
234 <include>
235 <context id="part" style-inside="true" style-ref="part" end-at-line-end="true">
236- <start>\\part\{</start>
237+ <start>(\\part\*?)\{</start>
238 <end>\}</end>
239 <include>
240- <context sub-pattern="0" where="start" style-ref="common-commands"/>
241- <context sub-pattern="0" where="end" style-ref="common-commands"/>
242+ <context sub-pattern="1" where="start" style-ref="common-commands"/>
243+ <context ref="curly-braces-pair"/>
244 <context ref="latex"/>
245 </include>
246 </context>
247
248 <context id="chapter" style-inside="true" style-ref="chapter" end-at-line-end="true">
249- <start>\\chapter\{</start>
250+ <start>(\\chapter\*?)\{</start>
251 <end>\}</end>
252 <include>
253- <context sub-pattern="0" where="start" style-ref="common-commands"/>
254- <context sub-pattern="0" where="end" style-ref="common-commands"/>
255+ <context sub-pattern="1" where="start" style-ref="common-commands"/>
256+ <context ref="curly-braces-pair"/>
257 <context ref="latex"/>
258 </include>
259 </context>
260
261 <context id="section" style-inside="true" style-ref="section" end-at-line-end="true">
262- <start>\\section\{</start>
263+ <start>(\\section\*?)\{</start>
264 <end>\}</end>
265 <include>
266- <context sub-pattern="0" where="start" style-ref="common-commands"/>
267- <context sub-pattern="0" where="end" style-ref="common-commands"/>
268+ <context sub-pattern="1" where="start" style-ref="common-commands"/>
269+ <context ref="curly-braces-pair"/>
270 <context ref="latex"/>
271 </include>
272 </context>
273
274 <context id="subsection" style-inside="true" style-ref="subsection" end-at-line-end="true">
275- <start>\\subsection\{</start>
276+ <start>(\\subsection\*?)\{</start>
277 <end>\}</end>
278 <include>
279- <context sub-pattern="0" where="start" style-ref="common-commands"/>
280- <context sub-pattern="0" where="end" style-ref="common-commands"/>
281+ <context sub-pattern="1" where="start" style-ref="common-commands"/>
282+ <context ref="curly-braces-pair"/>
283 <context ref="latex"/>
284 </include>
285 </context>
286
287 <context id="subsubsection" style-inside="true" style-ref="subsubsection" end-at-line-end="true">
288- <start>\\subsubsection\{</start>
289+ <start>(\\subsubsection\*?)\{</start>
290 <end>\}</end>
291 <include>
292- <context sub-pattern="0" where="start" style-ref="common-commands"/>
293- <context sub-pattern="0" where="end" style-ref="common-commands"/>
294+ <context sub-pattern="1" where="start" style-ref="common-commands"/>
295+ <context ref="curly-braces-pair"/>
296 <context ref="latex"/>
297 </include>
298 </context>
299
300 <context id="paragraph" style-inside="true" style-ref="paragraph" end-at-line-end="true">
301- <start>\\paragraph\{</start>
302+ <start>(\\paragraph\*?)\{</start>
303 <end>\}</end>
304 <include>
305- <context sub-pattern="0" where="start" style-ref="common-commands"/>
306- <context sub-pattern="0" where="end" style-ref="common-commands"/>
307+ <context sub-pattern="1" where="start" style-ref="common-commands"/>
308+ <context ref="curly-braces-pair"/>
309 <context ref="latex"/>
310 </include>
311 </context>
312
313 <context id="subparagraph" style-inside="true" style-ref="subparagraph" end-at-line-end="true">
314- <start>\\subparagraph\{</start>
315+ <start>(\\subparagraph\*?)\{</start>
316 <end>\}</end>
317 <include>
318- <context sub-pattern="0" where="start" style-ref="common-commands"/>
319- <context sub-pattern="0" where="end" style-ref="common-commands"/>
320+ <context sub-pattern="1" where="start" style-ref="common-commands"/>
321+ <context ref="curly-braces-pair"/>
322 <context ref="latex"/>
323 </include>
324 </context>
325
326=== modified file 'debian/changelog'
327--- debian/changelog 2014-07-07 11:31:02 +0000
328+++ debian/changelog 2014-09-01 20:28:44 +0000
329@@ -1,3 +1,21 @@
330+gtksourceview3 (3.12.3-1ubuntu1) utopic; urgency=medium
331+
332+ * Merge with Debian, remaining Ubuntu changes:
333+ * debian/control:
334+ - Let the common C/R the old soname binary for upgrades (lp: #1185092)
335+ - Correct GTK+ version dependency for -dev package
336+ - Build-depend on dh-autoreconf
337+ * debian/rules:
338+ - Build using dh-autoreconf.
339+
340+ -- Jackson Doak <noskcaj@ubuntu.com> Mon, 01 Sep 2014 06:36:09 +1000
341+
342+gtksourceview3 (3.12.3-1) unstable; urgency=medium
343+
344+ * New upstream release.
345+
346+ -- Andreas Henriksson <andreas@fatal.se> Thu, 28 Aug 2014 16:27:35 -0700
347+
348 gtksourceview3 (3.12.2-1ubuntu1) utopic; urgency=low
349
350 * Merge with Debian, remaining Ubuntu changes:
351
352=== modified file 'docs/reference/html/GtkSourceBuffer.html'
353--- docs/reference/html/GtkSourceBuffer.html 2014-07-07 11:31:02 +0000
354+++ docs/reference/html/GtkSourceBuffer.html 2014-09-01 20:28:44 +0000
355@@ -8,7 +8,7 @@
356 <link rel="up" href="ch01.html" title="API reference">
357 <link rel="prev" href="ch01.html" title="API reference">
358 <link rel="next" href="GtkSourceCompletion.html" title="GtkSourceCompletion">
359-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
360+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
361 <link rel="stylesheet" href="style.css" type="text/css">
362 </head>
363 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
364@@ -419,7 +419,7 @@
365 <div class="refsect1">
366 <a name="GtkSourceBuffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
367 <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
368- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html">GtkTextBuffer</a>
369+ <span class="lineart">╰──</span> GtkTextBuffer
370 <span class="lineart">╰──</span> GtkSourceBuffer
371 </pre>
372 </div>
373@@ -431,7 +431,7 @@
374 <div class="refsect1">
375 <a name="GtkSourceBuffer.description"></a><h2>Description</h2>
376 <p>The <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> object is the model for <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> widgets.
377-It extends the <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> object by adding features useful to display
378+It extends the <span class="type">GtkTextBuffer</span> object by adding features useful to display
379 and edit source code such as syntax highlighting and bracket matching. It
380 also implements support for undo/redo operations, and for the search and
381 replace.</p>
382@@ -446,15 +446,15 @@
383 <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-undo-manager" title="gtk_source_buffer_set_undo_manager ()"><code class="function">gtk_source_buffer_set_undo_manager()</code></a>. However the default implementation
384 should be suitable for most uses. By default, actions that can be undone or
385 redone are defined as groups of operations between a call to
386-<a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-begin-user-action"><code class="function">gtk_text_buffer_begin_user_action()</code></a> and <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-end-user-action"><code class="function">gtk_text_buffer_end_user_action()</code></a>. In
387+<code class="function">gtk_text_buffer_begin_user_action()</code> and <code class="function">gtk_text_buffer_end_user_action()</code>. In
388 general, this happens whenever the user presses any key which modifies the
389 buffer. But the default undo manager will try to merge similar consecutive
390 actions, such as multiple character insertions on the same line, into one
391 action. But, inserting a newline starts a new action.</p>
392 <p>The default undo manager remembers the "modified" state of the buffer, and
393 restore it when an action is undone or redone. It can be useful in a text
394-editor to know whether the file is saved. See <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-get-modified"><code class="function">gtk_text_buffer_get_modified()</code></a>
395-and <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-set-modified"><code class="function">gtk_text_buffer_set_modified()</code></a>.</p>
396+editor to know whether the file is saved. See <code class="function">gtk_text_buffer_get_modified()</code>
397+and <code class="function">gtk_text_buffer_set_modified()</code>.</p>
398 </div>
399 <hr>
400 <div class="refsect2">
401@@ -477,7 +477,7 @@
402 <div class="refsect2">
403 <a name="gtk-source-buffer-new"></a><h3>gtk_source_buffer_new ()</h3>
404 <pre class="programlisting"><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> *
405-gtk_source_buffer_new (<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextTagTable.html"><span class="type">GtkTextTagTable</span></a> *table</code></em>);</pre>
406+gtk_source_buffer_new (<em class="parameter"><code><span class="type">GtkTextTagTable</span> *table</code></em>);</pre>
407 <p>Creates a new source buffer.</p>
408 <div class="refsect3">
409 <a name="id-1.2.2.10.2.5"></a><h4>Parameters</h4>
410@@ -489,8 +489,8 @@
411 </colgroup>
412 <tbody><tr>
413 <td class="parameter_name"><p>table</p></td>
414-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk2/GtkTextTagTable.html"><span class="type">GtkTextTagTable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new one. </p></td>
415-<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>
416+<td class="parameter_description"><p> a <span class="type">GtkTextTagTable</span>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new one. </p></td>
417+<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>
418 </tr></tbody>
419 </table></div>
420 </div>
421@@ -632,7 +632,7 @@
422 <tr>
423 <td class="parameter_name"><p>language</p></td>
424 <td class="parameter_description"><p> a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> to set, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
425-<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>
426+<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>
427 </tr>
428 </tbody>
429 </table></div>
430@@ -757,7 +757,7 @@
431 <tr>
432 <td class="parameter_name"><p>scheme</p></td>
433 <td class="parameter_description"><p> a <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
434-<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>
435+<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>
436 </tr>
437 </tbody>
438 </table></div>
439@@ -798,8 +798,8 @@
440 <a name="gtk-source-buffer-ensure-highlight"></a><h3>gtk_source_buffer_ensure_highlight ()</h3>
441 <pre class="programlisting"><span class="returnvalue">void</span>
442 gtk_source_buffer_ensure_highlight (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
443- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start</code></em>,
444- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
445+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *start</code></em>,
446+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *end</code></em>);</pre>
447 <p>Forces buffer to analyze and highlight the given area synchronously.</p>
448 <div class="note"><p>
449 This is a potentially slow operation and should be used only
450@@ -841,13 +841,13 @@
451 gtk_source_buffer_create_source_mark (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
452 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
453 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
454- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
455+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *where</code></em>);</pre>
456 <p>Creates a source mark in the <em class="parameter"><code>buffer</code></em>
457 of category <em class="parameter"><code>category</code></em>
458 . A source mark is
459-a <a href="http://developer.gnome.org/gtk2/GtkTextMark.html"><span class="type">GtkTextMark</span></a> but organised into categories. Depending on the category
460+a <span class="type">GtkTextMark</span> but organised into categories. Depending on the category
461 a pixbuf can be specified that will be displayed along the line of the mark.</p>
462-<p>Like a <a href="http://developer.gnome.org/gtk2/GtkTextMark.html"><span class="type">GtkTextMark</span></a>, a <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> can be anonymous if the
463+<p>Like a <span class="type">GtkTextMark</span>, a <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> can be anonymous if the
464 passed <em class="parameter"><code>name</code></em>
465 is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Also, the buffer owns the marks so you
466 shouldn't unreference it.</p>
467@@ -872,7 +872,7 @@
468 <tr>
469 <td class="parameter_name"><p>name</p></td>
470 <td class="parameter_description"><p> the name of the mark, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
471-<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>
472+<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>
473 </tr>
474 <tr>
475 <td class="parameter_name"><p>category</p></td>
476@@ -900,7 +900,7 @@
477 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
478 gtk_source_buffer_forward_iter_to_source_mark
479 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
480- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
481+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>,
482 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
483 <p>Moves <em class="parameter"><code>iter</code></em>
484 to the position of the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> of the given
485@@ -931,7 +931,7 @@
486 <tr>
487 <td class="parameter_name"><p>category</p></td>
488 <td class="parameter_description"><p> category to search for, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
489-<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>
490+<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>
491 </tr>
492 </tbody>
493 </table></div>
494@@ -950,7 +950,7 @@
495 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
496 gtk_source_buffer_backward_iter_to_source_mark
497 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
498- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
499+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>,
500 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
501 <p>Moves <em class="parameter"><code>iter</code></em>
502 to the position of the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> of the given
503@@ -980,7 +980,7 @@
504 <tr>
505 <td class="parameter_name"><p>category</p></td>
506 <td class="parameter_description"><p> category to search for, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
507-<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>
508+<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>
509 </tr>
510 </tbody>
511 </table></div>
512@@ -1028,7 +1028,7 @@
513 <tr>
514 <td class="parameter_name"><p>category</p></td>
515 <td class="parameter_description"><p> category to search for, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
516-<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>
517+<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>
518 </tr>
519 </tbody>
520 </table></div>
521@@ -1046,7 +1046,7 @@
522 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
523 gtk_source_buffer_get_source_marks_at_iter
524 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
525- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
526+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>,
527 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
528 <p>Returns the list of marks of the given category at <em class="parameter"><code>iter</code></em>
529 . If <em class="parameter"><code>category</code></em>
530@@ -1075,7 +1075,7 @@
531 <tr>
532 <td class="parameter_name"><p>category</p></td>
533 <td class="parameter_description"><p> category to search for, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
534-<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>
535+<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>
536 </tr>
537 </tbody>
538 </table></div>
539@@ -1092,8 +1092,8 @@
540 <a name="gtk-source-buffer-remove-source-marks"></a><h3>gtk_source_buffer_remove_source_marks ()</h3>
541 <pre class="programlisting"><span class="returnvalue">void</span>
542 gtk_source_buffer_remove_source_marks (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
543- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start</code></em>,
544- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end</code></em>,
545+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *start</code></em>,
546+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *end</code></em>,
547 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
548 <p>Remove all marks of <em class="parameter"><code>category</code></em>
549 between <em class="parameter"><code>start</code></em>
550@@ -1117,18 +1117,18 @@
551 </tr>
552 <tr>
553 <td class="parameter_name"><p>start</p></td>
554-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
555+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
556 <td class="parameter_annotations"> </td>
557 </tr>
558 <tr>
559 <td class="parameter_name"><p>end</p></td>
560-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
561+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
562 <td class="parameter_annotations"> </td>
563 </tr>
564 <tr>
565 <td class="parameter_name"><p>category</p></td>
566 <td class="parameter_description"><p> category to search for, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
567-<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>
568+<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>
569 </tr>
570 </tbody>
571 </table></div>
572@@ -1141,7 +1141,7 @@
573 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
574 gtk_source_buffer_iter_has_context_class
575 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
576- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
577+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *iter</code></em>,
578 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *context_class</code></em>);</pre>
579 <p>Check if the class <em class="parameter"><code>context_class</code></em>
580 is set on <em class="parameter"><code>iter</code></em>
581@@ -1163,7 +1163,7 @@
582 </tr>
583 <tr>
584 <td class="parameter_name"><p>iter</p></td>
585-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
586+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
587 <td class="parameter_annotations"> </td>
588 </tr>
589 <tr>
590@@ -1188,7 +1188,7 @@
591 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
592 gtk_source_buffer_get_context_classes_at_iter
593 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
594- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
595+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *iter</code></em>);</pre>
596 <p>Get all defined context classes at <em class="parameter"><code>iter</code></em>
597 .</p>
598 <p>See the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> description for the list of default context classes.</p>
599@@ -1208,7 +1208,7 @@
600 </tr>
601 <tr>
602 <td class="parameter_name"><p>iter</p></td>
603-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
604+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
605 <td class="parameter_annotations"> </td>
606 </tr>
607 </tbody>
608@@ -1229,7 +1229,7 @@
609 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
610 gtk_source_buffer_iter_forward_to_context_class_toggle
611 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
612- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
613+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>,
614 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *context_class</code></em>);</pre>
615 <p>Moves forward to the next toggle (on or off) of the context class. If no
616 matching context class toggles are found, returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
617@@ -1256,7 +1256,7 @@
618 </tr>
619 <tr>
620 <td class="parameter_name"><p>iter</p></td>
621-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>. </p></td>
622+<td class="parameter_description"><p> a <span class="type">GtkTextIter</span>. </p></td>
623 <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
624 </tr>
625 <tr>
626@@ -1281,7 +1281,7 @@
627 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
628 gtk_source_buffer_iter_backward_to_context_class_toggle
629 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
630- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
631+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>,
632 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *context_class</code></em>);</pre>
633 <p>Moves backward to the next toggle (on or off) of the context class. If no
634 matching context class toggles are found, returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
635@@ -1308,7 +1308,7 @@
636 </tr>
637 <tr>
638 <td class="parameter_name"><p>iter</p></td>
639-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>. </p></td>
640+<td class="parameter_description"><p> a <span class="type">GtkTextIter</span>. </p></td>
641 <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
642 </tr>
643 <tr>
644@@ -1333,8 +1333,8 @@
645 <pre class="programlisting"><span class="returnvalue">void</span>
646 gtk_source_buffer_change_case (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
647 <em class="parameter"><code><a class="link" href="GtkSourceBuffer.html#GtkSourceChangeCaseType" title="enum GtkSourceChangeCaseType"><span class="type">GtkSourceChangeCaseType</span></a> case_type</code></em>,
648- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start</code></em>,
649- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
650+ <em class="parameter"><code><span class="type">GtkTextIter</span> *start</code></em>,
651+ <em class="parameter"><code><span class="type">GtkTextIter</span> *end</code></em>);</pre>
652 <p>Changes the case of the text between the specified iterators.</p>
653 <div class="refsect3">
654 <a name="id-1.2.2.10.23.5"></a><h4>Parameters</h4>
655@@ -1357,12 +1357,12 @@
656 </tr>
657 <tr>
658 <td class="parameter_name"><p>start</p></td>
659-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
660+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
661 <td class="parameter_annotations"> </td>
662 </tr>
663 <tr>
664 <td class="parameter_name"><p>end</p></td>
665-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
666+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
667 <td class="parameter_annotations"> </td>
668 </tr>
669 </tbody>
670@@ -1646,7 +1646,7 @@
671 <tr>
672 <td class="parameter_name"><p>manager</p></td>
673 <td class="parameter_description"><p> A <a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
674-<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>
675+<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>
676 </tr>
677 </tbody>
678 </table></div>
679@@ -1823,7 +1823,7 @@
680 <a name="GtkSourceBuffer-bracket-matched"></a><h3>The <code class="literal">“bracket-matched”</code> signal</h3>
681 <pre class="programlisting"><span class="returnvalue">void</span>
682 user_function (<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer,
683- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
684+ <span class="type">GtkTextIter</span> *iter,
685 <a class="link" href="GtkSourceBuffer.html#GtkSourceBracketMatchType" title="enum GtkSourceBracketMatchType"><span class="type">GtkSourceBracketMatchType</span></a> state,
686 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
687 <p>Sets <em class="parameter"><code>iter</code></em>
688@@ -1872,8 +1872,8 @@
689 <a name="GtkSourceBuffer-highlight-updated"></a><h3>The <code class="literal">“highlight-updated”</code> signal</h3>
690 <pre class="programlisting"><span class="returnvalue">void</span>
691 user_function (<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer,
692- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start,
693- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end,
694+ <span class="type">GtkTextIter</span> *start,
695+ <span class="type">GtkTextIter</span> *end,
696 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
697 <p>The ::highlight-updated signal is emitted when the syntax
698 highlighting is updated in a certain region of the <em class="parameter"><code>buffer</code></em>
699@@ -1950,7 +1950,7 @@
700 <a name="GtkSourceBuffer-source-mark-updated"></a><h3>The <code class="literal">“source-mark-updated”</code> signal</h3>
701 <pre class="programlisting"><span class="returnvalue">void</span>
702 user_function (<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer,
703- <a href="http://developer.gnome.org/gtk2/GtkTextMark.html"><span class="type">GtkTextMark</span></a> *mark,
704+ <span class="type">GtkTextMark</span> *mark,
705 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
706 <p>The ::source_mark_updated signal is emitted each time
707 a mark is added to, moved or removed from the <em class="parameter"><code>buffer</code></em>
708@@ -2019,11 +2019,11 @@
709 </div>
710 <div class="refsect1">
711 <a name="GtkSourceBuffer.see-also"></a><h2>See Also</h2>
712-<p><a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>, <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p>
713+<p><span class="type">GtkTextBuffer</span>, <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p>
714 </div>
715 </div>
716 <div class="footer">
717 <hr>
718- Generated by GTK-Doc V1.20.1</div>
719+ Generated by GTK-Doc V1.21.1</div>
720 </body>
721 </html>
722\ No newline at end of file
723
724=== modified file 'docs/reference/html/GtkSourceCompletion.html'
725--- docs/reference/html/GtkSourceCompletion.html 2014-07-07 11:31:02 +0000
726+++ docs/reference/html/GtkSourceCompletion.html 2014-09-01 20:28:44 +0000
727@@ -8,7 +8,7 @@
728 <link rel="up" href="ch01.html" title="API reference">
729 <link rel="prev" href="GtkSourceBuffer.html" title="GtkSourceBuffer">
730 <link rel="next" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext">
731-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
732+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
733 <link rel="stylesheet" href="style.css" type="text/css">
734 </head>
735 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
736@@ -342,7 +342,7 @@
737 <tr>
738 <td class="parameter_name"><p>error</p></td>
739 <td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>. </p></td>
740-<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>
741+<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>
742 </tr>
743 </tbody>
744 </table></div>
745@@ -386,7 +386,7 @@
746 <tr>
747 <td class="parameter_name"><p>error</p></td>
748 <td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>. </p></td>
749-<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>
750+<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>
751 </tr>
752 </tbody>
753 </table></div>
754@@ -459,7 +459,7 @@
755 <tr>
756 <td class="parameter_name"><p>providers</p></td>
757 <td class="parameter_description"><p>a list of <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
758-<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.CompletionProvider][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
759+<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.CompletionProvider][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
760 </tr>
761 <tr>
762 <td class="parameter_name"><p>context</p></td>
763@@ -562,7 +562,7 @@
764 <a name="gtk-source-completion-create-context"></a><h3>gtk_source_completion_create_context ()</h3>
765 <pre class="programlisting"><a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="returnvalue">GtkSourceCompletionContext</span></a> *
766 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>,
767- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *position</code></em>);</pre>
768+ <em class="parameter"><code><span class="type">GtkTextIter</span> *position</code></em>);</pre>
769 <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>
770 . The position where
771 the completion occurs can be specified by <em class="parameter"><code>position</code></em>
772@@ -585,8 +585,8 @@
773 </tr>
774 <tr>
775 <td class="parameter_name"><p>position</p></td>
776-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
777-<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>
778+<td class="parameter_description"><p> a <span class="type">GtkTextIter</span>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
779+<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>
780 </tr>
781 </tbody>
782 </table></div>
783@@ -605,7 +605,7 @@
784 <a name="gtk-source-completion-move-window"></a><h3>gtk_source_completion_move_window ()</h3>
785 <pre class="programlisting"><span class="returnvalue">void</span>
786 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>,
787- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
788+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>);</pre>
789 <div class="warning">
790 <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>
791 <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>
792@@ -627,7 +627,7 @@
793 </tr>
794 <tr>
795 <td class="parameter_name"><p>iter</p></td>
796-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
797+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
798 <td class="parameter_annotations"> </td>
799 </tr>
800 </tbody>
801@@ -903,7 +903,7 @@
802 <a name="GtkSourceCompletion-move-cursor"></a><h3>The <code class="literal">“move-cursor”</code> signal</h3>
803 <pre class="programlisting"><span class="returnvalue">void</span>
804 user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
805- <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
806+ <span class="type">GtkScrollStep</span> step,
807 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num,
808 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
809 <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
810@@ -936,7 +936,7 @@
811 </tr>
812 <tr>
813 <td class="parameter_name"><p>step</p></td>
814-<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>
815+<td class="parameter_description"><p>The <span class="type">GtkScrollStep</span> by which to move the cursor</p></td>
816 <td class="parameter_annotations"> </td>
817 </tr>
818 <tr>
819@@ -959,7 +959,7 @@
820 <a name="GtkSourceCompletion-move-page"></a><h3>The <code class="literal">“move-page”</code> signal</h3>
821 <pre class="programlisting"><span class="returnvalue">void</span>
822 user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
823- <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
824+ <span class="type">GtkScrollStep</span> step,
825 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num,
826 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
827 <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
828@@ -991,7 +991,7 @@
829 </tr>
830 <tr>
831 <td class="parameter_name"><p>step</p></td>
832-<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>
833+<td class="parameter_description"><p>The <span class="type">GtkScrollStep</span> by which to move the page</p></td>
834 <td class="parameter_annotations"> </td>
835 </tr>
836 <tr>
837@@ -1083,6 +1083,6 @@
838 </div>
839 <div class="footer">
840 <hr>
841- Generated by GTK-Doc V1.20.1</div>
842+ Generated by GTK-Doc V1.21.1</div>
843 </body>
844 </html>
845\ No newline at end of file
846
847=== modified file 'docs/reference/html/GtkSourceCompletionContext.html'
848--- docs/reference/html/GtkSourceCompletionContext.html 2014-05-16 12:48:15 +0000
849+++ docs/reference/html/GtkSourceCompletionContext.html 2014-09-01 20:28:44 +0000
850@@ -8,7 +8,7 @@
851 <link rel="up" href="ch01.html" title="API reference">
852 <link rel="prev" href="GtkSourceCompletion.html" title="GtkSourceCompletion">
853 <link rel="next" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo">
854-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
855+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
856 <link rel="stylesheet" href="style.css" type="text/css">
857 </head>
858 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
859@@ -91,7 +91,7 @@
860 </tr>
861 <tr>
862 <td class="property_type">
863-<a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *</td>
864+<span class="type">GtkTextIter</span> *</td>
865 <td class="property_name"><a class="link" href="GtkSourceCompletionContext.html#GtkSourceCompletionContext--iter" title="The “iter” property">iter</a></td>
866 <td class="property_flags">Read / Write</td>
867 </tr>
868@@ -157,7 +157,7 @@
869 visible, and the user can choose a proposal. If the user is not happy with
870 the shown proposals, he or she can insert or delete characters, to modify the
871 completion context and therefore hoping to see the proposal he or she wants.
872-This means that when an insertion or deletion occurs in the <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>
873+This means that when an insertion or deletion occurs in the <span class="type">GtkTextBuffer</span>
874 when the completion window is visible, the eligible providers are again asked
875 to add proposals. The <a class="link" href="GtkSourceCompletionContext.html#GtkSourceCompletionContext--activation" title="The “activation” property"><span class="type">“activation”</span></a> remains the
876 same in this case.</p>
877@@ -173,9 +173,9 @@
878 character, and see the previous proposals. If the completion window
879 disappears, the previous proposals will not reappear on the character
880 deletion.</p>
881-<p>A <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> is associated with the context, this is where the completion
882-takes place. With this <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>, you can get the associated
883-<a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> with <a href="http://developer.gnome.org/gtk2/GtkTextIter.html#gtk-text-iter-get-buffer"><code class="function">gtk_text_iter_get_buffer()</code></a>.</p>
884+<p>A <span class="type">GtkTextIter</span> is associated with the context, this is where the completion
885+takes place. With this <span class="type">GtkTextIter</span>, you can get the associated
886+<span class="type">GtkTextBuffer</span> with <code class="function">gtk_text_iter_get_buffer()</code>.</p>
887 </div>
888 <div class="refsect1">
889 <a name="GtkSourceCompletionContext.functions_details"></a><h2>Functions</h2>
890@@ -217,7 +217,7 @@
891 <tr>
892 <td class="parameter_name"><p>proposals</p></td>
893 <td class="parameter_description"><p> The list of proposals to add. </p></td>
894-<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>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.CompletionProposal]</span></td>
895+<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>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.CompletionProposal]</span></td>
896 </tr>
897 <tr>
898 <td class="parameter_name"><p>finished</p></td>
899@@ -234,7 +234,7 @@
900 <pre class="programlisting"><span class="returnvalue">void</span>
901 gtk_source_completion_context_get_iter
902 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context</code></em>,
903- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
904+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>);</pre>
905 <p>Get the iter at which the completion was invoked. Providers can use this
906 to determine how and if to match proposals.</p>
907 <div class="refsect3">
908@@ -253,7 +253,7 @@
909 </tr>
910 <tr>
911 <td class="parameter_name"><p>iter</p></td>
912-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>. </p></td>
913+<td class="parameter_description"><p> a <span class="type">GtkTextIter</span>. </p></td>
914 <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
915 </tr>
916 </tbody>
917@@ -313,7 +313,7 @@
918 <td class="enum_member_name"><p><a name="GTK-SOURCE-COMPLETION-ACTIVATION-INTERACTIVE:CAPS"></a>GTK_SOURCE_COMPLETION_ACTIVATION_INTERACTIVE</p></td>
919 <td class="enum_member_description">
920 <p>Interactive activation. By
921-default, it occurs on each insertion in the <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>. This can be
922+default, it occurs on each insertion in the <span class="type">GtkTextBuffer</span>. This can be
923 blocked temporarily with <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>.</p>
924 </td>
925 <td class="enum_member_annotations"> </td>
926@@ -356,8 +356,8 @@
927 <hr>
928 <div class="refsect2">
929 <a name="GtkSourceCompletionContext--iter"></a><h3>The <code class="literal">“iter”</code> property</h3>
930-<pre class="programlisting"> “iter” <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *</pre>
931-<p>The <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> at which the completion is invoked.</p>
932+<pre class="programlisting"> “iter” <span class="type">GtkTextIter</span> *</pre>
933+<p>The <span class="type">GtkTextIter</span> at which the completion is invoked.</p>
934 <p>Flags: Read / Write</p>
935 </div>
936 </div>
937@@ -392,6 +392,6 @@
938 </div>
939 <div class="footer">
940 <hr>
941- Generated by GTK-Doc V1.20.1</div>
942+ Generated by GTK-Doc V1.21.1</div>
943 </body>
944 </html>
945\ No newline at end of file
946
947=== modified file 'docs/reference/html/GtkSourceCompletionInfo.html'
948--- docs/reference/html/GtkSourceCompletionInfo.html 2014-07-07 11:31:02 +0000
949+++ docs/reference/html/GtkSourceCompletionInfo.html 2014-09-01 20:28:44 +0000
950@@ -8,7 +8,7 @@
951 <link rel="up" href="ch01.html" title="API reference">
952 <link rel="prev" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext">
953 <link rel="next" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">
954-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
955+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
956 <link rel="stylesheet" href="style.css" type="text/css">
957 </head>
958 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
959@@ -68,7 +68,7 @@
960 </tr>
961 <tr>
962 <td class="function_type">
963-<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
964+<span class="returnvalue">GtkWidget</span> *
965 </td>
966 <td class="function_name">
967 <a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-get-widget" title="gtk_source_completion_info_get_widget ()">gtk_source_completion_info_get_widget</a> <span class="c_punctuation">()</span>
968@@ -109,10 +109,10 @@
969 <a name="GtkSourceCompletionInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
970 <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
971 <span class="lineart">╰──</span> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
972- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkWidget.html">GtkWidget</a>
973- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkContainer.html">GtkContainer</a>
974- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkBin.html">GtkBin</a>
975- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkWindow.html">GtkWindow</a>
976+ <span class="lineart">╰──</span> GtkWidget
977+ <span class="lineart">╰──</span> GtkContainer
978+ <span class="lineart">╰──</span> GtkBin
979+ <span class="lineart">╰──</span> GtkWindow
980 <span class="lineart">╰──</span> GtkSourceCompletionInfo
981 </pre>
982 </div>
983@@ -120,7 +120,7 @@
984 <a name="GtkSourceCompletionInfo.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
985 <p>
986 GtkSourceCompletionInfo implements
987- AtkImplementorIface and <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a>.</p>
988+ AtkImplementorIface and GtkBuildable.</p>
989 </div>
990 <div class="refsect1">
991 <a name="GtkSourceCompletionInfo.includes"></a><h2>Includes</h2>
992@@ -132,7 +132,7 @@
993 <p>This object can be used to show a calltip or help for the
994 current completion proposal.</p>
995 <p>The info window has always the same size as the natural size of its child
996-widget, added with <a href="http://developer.gnome.org/gtk2/GtkContainer.html#gtk-container-add"><code class="function">gtk_container_add()</code></a>. If you want a fixed size instead, a
997+widget, added with <code class="function">gtk_container_add()</code>. If you want a fixed size instead, a
998 possibility is to use a scrolled window, as the following example
999 demonstrates.</p>
1000 <div class="example">
1001@@ -150,22 +150,22 @@
1002 7</pre></td>
1003 <td class="listing_code"><pre class="programlisting"><span class="usertype">GtkSourceCompletionInfo</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">info</span><span class="symbol">;</span>
1004 <span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">your_widget</span><span class="symbol">;</span>
1005-<span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">scrolled_window </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gtk2/GtkScrolledWindow.html#gtk-scrolled-window-new">gtk_scrolled_window_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
1006+<span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">scrolled_window </span><span class="symbol">=</span><span class="normal"> </span><span class="function">gtk_scrolled_window_new</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
1007
1008-<span class="function"><a href="http://developer.gnome.org/gtk2/GtkWidget.html#gtk-widget-set-size-request">gtk_widget_set_size_request</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">scrolled_window</span><span class="symbol">,</span><span class="normal"> </span><span class="number">300</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200</span><span class="symbol">);</span>
1009-<span class="function"><a href="http://developer.gnome.org/gtk2/GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">scrolled_window</span><span class="symbol">),</span><span class="normal"> your_widget</span><span class="symbol">);</span>
1010-<span class="function"><a href="http://developer.gnome.org/gtk2/GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info</span><span class="symbol">),</span><span class="normal"> scrolled_window</span><span class="symbol">);</span></pre></td>
1011+<span class="function">gtk_widget_set_size_request</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">scrolled_window</span><span class="symbol">,</span><span class="normal"> </span><span class="number">300</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200</span><span class="symbol">);</span>
1012+<span class="function">gtk_container_add</span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">scrolled_window</span><span class="symbol">),</span><span class="normal"> your_widget</span><span class="symbol">);</span>
1013+<span class="function">gtk_container_add</span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info</span><span class="symbol">),</span><span class="normal"> scrolled_window</span><span class="symbol">);</span></pre></td>
1014 </tr>
1015 </tbody>
1016 </table>
1017 </div>
1018
1019 </div>
1020-<br class="example-break"><p>If the calltip is displayed on top of a certain widget, say a <a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a>,
1021-you should attach the calltip window to the <a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a> with
1022-<a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-attached-to"><code class="function">gtk_window_set_attached_to()</code></a>. By doing this, the calltip will be hidden when
1023-the <a href="http://developer.gnome.org/gtk2/GtkWidget.html#GtkWidget-focus-out-event"><span class="type">“focus-out-event”</span></a> signal is emitted by the <a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a>. You
1024-may also be interested by the <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#GtkTextBuffer--cursor-position"><span class="type">“cursor-position”</span></a> property (when
1025+<br class="example-break"><p>If the calltip is displayed on top of a certain widget, say a <span class="type">GtkTextView</span>,
1026+you should attach the calltip window to the <span class="type">GtkTextView</span> with
1027+<code class="function">gtk_window_set_attached_to()</code>. By doing this, the calltip will be hidden when
1028+the <span class="type">“focus-out-event”</span> signal is emitted by the <span class="type">GtkTextView</span>. You
1029+may also be interested by the <span class="type">“cursor-position”</span> property (when
1030 its value is modified). If you use the <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> through the
1031 <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> machinery, you don't need to worry about this.</p>
1032 </div>
1033@@ -187,13 +187,13 @@
1034 <pre class="programlisting"><span class="returnvalue">void</span>
1035 gtk_source_completion_info_move_to_iter
1036 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
1037- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a> *view</code></em>,
1038- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
1039+ <em class="parameter"><code><span class="type">GtkTextView</span> *view</code></em>,
1040+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>);</pre>
1041 <p>Moves the <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> to <em class="parameter"><code>iter</code></em>
1042 . If <em class="parameter"><code>iter</code></em>
1043 is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <em class="parameter"><code>info</code></em>
1044 is
1045-moved to the cursor position. Moving will respect the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> setting
1046+moved to the cursor position. Moving will respect the <span class="type">GdkGravity</span> setting
1047 of the info window and will ensure the line at <em class="parameter"><code>iter</code></em>
1048 is not occluded by
1049 the window.</p>
1050@@ -213,13 +213,13 @@
1051 </tr>
1052 <tr>
1053 <td class="parameter_name"><p>view</p></td>
1054-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a> on which the info window should be positioned.</p></td>
1055+<td class="parameter_description"><p>a <span class="type">GtkTextView</span> on which the info window should be positioned.</p></td>
1056 <td class="parameter_annotations"> </td>
1057 </tr>
1058 <tr>
1059 <td class="parameter_name"><p>iter</p></td>
1060-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>. </p></td>
1061-<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>
1062+<td class="parameter_description"><p> a <span class="type">GtkTextIter</span>. </p></td>
1063+<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>
1064 </tr>
1065 </tbody>
1066 </table></div>
1067@@ -230,11 +230,11 @@
1068 <a name="gtk-source-completion-info-set-widget"></a><h3>gtk_source_completion_info_set_widget ()</h3>
1069 <pre class="programlisting"><span class="returnvalue">void</span>
1070 gtk_source_completion_info_set_widget (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
1071- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
1072+ <em class="parameter"><code><span class="type">GtkWidget</span> *widget</code></em>);</pre>
1073 <div class="warning">
1074 <p><code class="literal">gtk_source_completion_info_set_widget</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
1075-<p>Use <a href="http://developer.gnome.org/gtk2/GtkContainer.html#gtk-container-add"><code class="function">gtk_container_add()</code></a> instead. If there is already a child
1076-widget, remove it with <a href="http://developer.gnome.org/gtk2/GtkContainer.html#gtk-container-remove"><code class="function">gtk_container_remove()</code></a>.</p>
1077+<p>Use <code class="function">gtk_container_add()</code> instead. If there is already a child
1078+widget, remove it with <code class="function">gtk_container_remove()</code>.</p>
1079 </div>
1080 <p>Sets the content widget of the info window. See that the previous widget will
1081 lose a reference and it can be destroyed, so if you do not want this to
1082@@ -255,8 +255,8 @@
1083 </tr>
1084 <tr>
1085 <td class="parameter_name"><p>widget</p></td>
1086-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a>. </p></td>
1087-<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>
1088+<td class="parameter_description"><p> a <span class="type">GtkWidget</span>. </p></td>
1089+<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>
1090 </tr>
1091 </tbody>
1092 </table></div>
1093@@ -265,11 +265,11 @@
1094 <hr>
1095 <div class="refsect2">
1096 <a name="gtk-source-completion-info-get-widget"></a><h3>gtk_source_completion_info_get_widget ()</h3>
1097-<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
1098+<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
1099 gtk_source_completion_info_get_widget (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>);</pre>
1100 <div class="warning">
1101 <p><code class="literal">gtk_source_completion_info_get_widget</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
1102-<p>Use <a href="http://developer.gnome.org/gtk2/GtkBin.html#gtk-bin-get-child"><code class="function">gtk_bin_get_child()</code></a> instead.</p>
1103+<p>Use <code class="function">gtk_bin_get_child()</code> instead.</p>
1104 </div>
1105 <p>Get the current content widget.</p>
1106 <div class="refsect3">
1107@@ -343,6 +343,6 @@
1108 </div>
1109 <div class="footer">
1110 <hr>
1111- Generated by GTK-Doc V1.20.1</div>
1112+ Generated by GTK-Doc V1.21.1</div>
1113 </body>
1114 </html>
1115\ No newline at end of file
1116
1117=== modified file 'docs/reference/html/GtkSourceCompletionItem.html'
1118--- docs/reference/html/GtkSourceCompletionItem.html 2014-07-07 11:31:02 +0000
1119+++ docs/reference/html/GtkSourceCompletionItem.html 2014-09-01 20:28:44 +0000
1120@@ -8,7 +8,7 @@
1121 <link rel="up" href="ch01.html" title="API reference">
1122 <link rel="prev" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo">
1123 <link rel="next" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal">
1124-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
1125+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
1126 <link rel="stylesheet" href="style.css" type="text/css">
1127 </head>
1128 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1129@@ -185,12 +185,12 @@
1130 <tr>
1131 <td class="parameter_name"><p>icon</p></td>
1132 <td class="parameter_description"><p> The item icon. </p></td>
1133-<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>
1134+<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>
1135 </tr>
1136 <tr>
1137 <td class="parameter_name"><p>info</p></td>
1138 <td class="parameter_description"><p> The item extra information. </p></td>
1139-<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>
1140+<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>
1141 </tr>
1142 </tbody>
1143 </table></div>
1144@@ -240,12 +240,12 @@
1145 <tr>
1146 <td class="parameter_name"><p>icon</p></td>
1147 <td class="parameter_description"><p> The item icon. </p></td>
1148-<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>
1149+<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>
1150 </tr>
1151 <tr>
1152 <td class="parameter_name"><p>info</p></td>
1153 <td class="parameter_description"><p> The item extra information. </p></td>
1154-<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>
1155+<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>
1156 </tr>
1157 </tbody>
1158 </table></div>
1159@@ -284,7 +284,7 @@
1160 <tr>
1161 <td class="parameter_name"><p>label</p></td>
1162 <td class="parameter_description"><p> The item label. </p></td>
1163-<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>
1164+<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>
1165 </tr>
1166 <tr>
1167 <td class="parameter_name"><p>text</p></td>
1168@@ -299,7 +299,7 @@
1169 <tr>
1170 <td class="parameter_name"><p>info</p></td>
1171 <td class="parameter_description"><p> The item extra information. </p></td>
1172-<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>
1173+<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>
1174 </tr>
1175 </tbody>
1176 </table></div>
1177@@ -362,6 +362,6 @@
1178 </div>
1179 <div class="footer">
1180 <hr>
1181- Generated by GTK-Doc V1.20.1</div>
1182+ Generated by GTK-Doc V1.21.1</div>
1183 </body>
1184 </html>
1185\ No newline at end of file
1186
1187=== modified file 'docs/reference/html/GtkSourceCompletionProposal.html'
1188--- docs/reference/html/GtkSourceCompletionProposal.html 2014-07-07 11:31:02 +0000
1189+++ docs/reference/html/GtkSourceCompletionProposal.html 2014-09-01 20:28:44 +0000
1190@@ -8,7 +8,7 @@
1191 <link rel="up" href="ch01.html" title="API reference">
1192 <link rel="prev" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">
1193 <link rel="next" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider">
1194-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
1195+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
1196 <link rel="stylesheet" href="style.css" type="text/css">
1197 </head>
1198 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1199@@ -567,6 +567,6 @@
1200 </div>
1201 <div class="footer">
1202 <hr>
1203- Generated by GTK-Doc V1.20.1</div>
1204+ Generated by GTK-Doc V1.21.1</div>
1205 </body>
1206 </html>
1207\ No newline at end of file
1208
1209=== modified file 'docs/reference/html/GtkSourceCompletionProvider.html'
1210--- docs/reference/html/GtkSourceCompletionProvider.html 2014-07-07 11:31:02 +0000
1211+++ docs/reference/html/GtkSourceCompletionProvider.html 2014-09-01 20:28:44 +0000
1212@@ -8,7 +8,7 @@
1213 <link rel="up" href="ch01.html" title="API reference">
1214 <link rel="prev" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal">
1215 <link rel="next" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords">
1216-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
1217+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
1218 <link rel="stylesheet" href="style.css" type="text/css">
1219 </head>
1220 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1221@@ -84,7 +84,7 @@
1222 </tr>
1223 <tr>
1224 <td class="function_type">
1225-<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
1226+<span class="returnvalue">GtkWidget</span> *
1227 </td>
1228 <td class="function_name">
1229 <a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-info-widget" title="gtk_source_completion_provider_get_info_widget ()">gtk_source_completion_provider_get_info_widget</a> <span class="c_punctuation">()</span>
1230@@ -342,7 +342,7 @@
1231 <hr>
1232 <div class="refsect2">
1233 <a name="gtk-source-completion-provider-get-info-widget"></a><h3>gtk_source_completion_provider_get_info_widget ()</h3>
1234-<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
1235+<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
1236 gtk_source_completion_provider_get_info_widget
1237 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
1238 <em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>);</pre>
1239@@ -351,9 +351,9 @@
1240 providers will have the same custom widget for all their proposals and
1241 <em class="parameter"><code>proposal</code></em>
1242 can be ignored. The implementation of this function is optional.</p>
1243-<p>If this function is not implemented, the default widget is a <a href="http://developer.gnome.org/gtk2/GtkLabel.html"><span class="type">GtkLabel</span></a>. The
1244+<p>If this function is not implemented, the default widget is a <span class="type">GtkLabel</span>. The
1245 return value of <a class="link" href="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-info" title="gtk_source_completion_proposal_get_info ()"><code class="function">gtk_source_completion_proposal_get_info()</code></a> is used as the
1246-content of the <a href="http://developer.gnome.org/gtk2/GtkLabel.html"><span class="type">GtkLabel</span></a>.</p>
1247+content of the <span class="type">GtkLabel</span>.</p>
1248 <div class="note"><p>
1249 If implemented, <a class="link" href="GtkSourceCompletionProvider.html#gtk-source-completion-provider-update-info" title="gtk_source_completion_provider_update_info ()"><code class="function">gtk_source_completion_provider_update_info()</code></a>
1250 <span class="emphasis"><em>must</em></span> also be implemented.
1251@@ -382,7 +382,7 @@
1252 </div>
1253 <div class="refsect3">
1254 <a name="id-1.2.8.10.7.8"></a><h4>Returns</h4>
1255-<p> a custom <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> to show extra
1256+<p> a custom <span class="type">GtkWidget</span> to show extra
1257 information about <em class="parameter"><code>proposal</code></em>
1258 . </p>
1259 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1260@@ -439,8 +439,8 @@
1261 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
1262 <em class="parameter"><code><a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context</code></em>,
1263 <em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>,
1264- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
1265-<p>Get the <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> at which the completion for <em class="parameter"><code>proposal</code></em>
1266+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>);</pre>
1267+<p>Get the <span class="type">GtkTextIter</span> at which the completion for <em class="parameter"><code>proposal</code></em>
1268 starts. When
1269 implemented, this information is used to position the completion window
1270 accordingly when a proposal is selected in the completion window. The
1271@@ -481,7 +481,7 @@
1272 </tr>
1273 <tr>
1274 <td class="parameter_name"><p>iter</p></td>
1275-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
1276+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
1277 <td class="parameter_annotations"> </td>
1278 </tr>
1279 </tbody>
1280@@ -502,7 +502,7 @@
1281 gtk_source_completion_provider_activate_proposal
1282 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
1283 <em class="parameter"><code><a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal"><span class="type">GtkSourceCompletionProposal</span></a> *proposal</code></em>,
1284- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
1285+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>);</pre>
1286 <p>Activate <em class="parameter"><code>proposal</code></em>
1287 at <em class="parameter"><code>iter</code></em>
1288 . When this functions returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, the default
1289@@ -540,7 +540,7 @@
1290 </tr>
1291 <tr>
1292 <td class="parameter_name"><p>iter</p></td>
1293-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
1294+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
1295 <td class="parameter_annotations"> </td>
1296 </tr>
1297 </tbody>
1298@@ -744,6 +744,6 @@
1299 </div>
1300 <div class="footer">
1301 <hr>
1302- Generated by GTK-Doc V1.20.1</div>
1303+ Generated by GTK-Doc V1.21.1</div>
1304 </body>
1305 </html>
1306\ No newline at end of file
1307
1308=== modified file 'docs/reference/html/GtkSourceCompletionWords.html'
1309--- docs/reference/html/GtkSourceCompletionWords.html 2014-05-16 12:48:15 +0000
1310+++ docs/reference/html/GtkSourceCompletionWords.html 2014-09-01 20:28:44 +0000
1311@@ -8,7 +8,7 @@
1312 <link rel="up" href="ch01.html" title="API reference">
1313 <link rel="prev" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider">
1314 <link rel="next" href="GtkSourceGutter.html" title="GtkSourceGutter">
1315-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
1316+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
1317 <link rel="stylesheet" href="style.css" type="text/css">
1318 </head>
1319 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1320@@ -157,7 +157,7 @@
1321 <a name="GtkSourceCompletionWords.description"></a><h2>Description</h2>
1322 <p>The <a class="link" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords"><span class="type">GtkSourceCompletionWords</span></a> is an example of an implementation of
1323 the <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> interface. The proposals are words
1324-appearing in the registered <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>s.</p>
1325+appearing in the registered <span class="type">GtkTextBuffer</span>s.</p>
1326 </div>
1327 <div class="refsect1">
1328 <a name="GtkSourceCompletionWords.functions_details"></a><h2>Functions</h2>
1329@@ -178,12 +178,12 @@
1330 <tr>
1331 <td class="parameter_name"><p>name</p></td>
1332 <td class="parameter_description"><p> The name for the provider. </p></td>
1333-<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>
1334+<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>
1335 </tr>
1336 <tr>
1337 <td class="parameter_name"><p>icon</p></td>
1338 <td class="parameter_description"><p> A specific icon for the provider. </p></td>
1339-<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>
1340+<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>
1341 </tr>
1342 </tbody>
1343 </table></div>
1344@@ -199,7 +199,7 @@
1345 <a name="gtk-source-completion-words-register"></a><h3>gtk_source_completion_words_register ()</h3>
1346 <pre class="programlisting"><span class="returnvalue">void</span>
1347 gtk_source_completion_words_register (<em class="parameter"><code><a class="link" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords"><span class="type">GtkSourceCompletionWords</span></a> *words</code></em>,
1348- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
1349+ <em class="parameter"><code><span class="type">GtkTextBuffer</span> *buffer</code></em>);</pre>
1350 <p>Registers <em class="parameter"><code>buffer</code></em>
1351 in the <em class="parameter"><code>words</code></em>
1352 provider.</p>
1353@@ -219,7 +219,7 @@
1354 </tr>
1355 <tr>
1356 <td class="parameter_name"><p>buffer</p></td>
1357-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a></p></td>
1358+<td class="parameter_description"><p>a <span class="type">GtkTextBuffer</span></p></td>
1359 <td class="parameter_annotations"> </td>
1360 </tr>
1361 </tbody>
1362@@ -232,7 +232,7 @@
1363 <pre class="programlisting"><span class="returnvalue">void</span>
1364 gtk_source_completion_words_unregister
1365 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords"><span class="type">GtkSourceCompletionWords</span></a> *words</code></em>,
1366- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
1367+ <em class="parameter"><code><span class="type">GtkTextBuffer</span> *buffer</code></em>);</pre>
1368 <p>Unregisters <em class="parameter"><code>buffer</code></em>
1369 from the <em class="parameter"><code>words</code></em>
1370 provider.</p>
1371@@ -252,7 +252,7 @@
1372 </tr>
1373 <tr>
1374 <td class="parameter_name"><p>buffer</p></td>
1375-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a></p></td>
1376+<td class="parameter_description"><p>a <span class="type">GtkTextBuffer</span></p></td>
1377 <td class="parameter_annotations"> </td>
1378 </tr>
1379 </tbody>
1380@@ -340,6 +340,6 @@
1381 </div>
1382 <div class="footer">
1383 <hr>
1384- Generated by GTK-Doc V1.20.1</div>
1385+ Generated by GTK-Doc V1.21.1</div>
1386 </body>
1387 </html>
1388\ No newline at end of file
1389
1390=== modified file 'docs/reference/html/GtkSourceGutter.html'
1391--- docs/reference/html/GtkSourceGutter.html 2014-07-07 11:31:02 +0000
1392+++ docs/reference/html/GtkSourceGutter.html 2014-09-01 20:28:44 +0000
1393@@ -8,7 +8,7 @@
1394 <link rel="up" href="ch01.html" title="API reference">
1395 <link rel="prev" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords">
1396 <link rel="next" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">
1397-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
1398+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
1399 <link rel="stylesheet" href="style.css" type="text/css">
1400 </head>
1401 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1402@@ -43,7 +43,7 @@
1403 <tbody>
1404 <tr>
1405 <td class="function_type">
1406-<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
1407+<span class="returnvalue">GdkWindow</span> *
1408 </td>
1409 <td class="function_name">
1410 <a class="link" href="GtkSourceGutter.html#gtk-source-gutter-get-window" title="gtk_source_gutter_get_window ()">gtk_source_gutter_get_window</a> <span class="c_punctuation">()</span>
1411@@ -124,7 +124,7 @@
1412 <td class="property_flags">Read / Write / Construct Only</td>
1413 </tr>
1414 <tr>
1415-<td class="property_type"><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></td>
1416+<td class="property_type"><span class="type">GtkTextWindowType</span></td>
1417 <td class="property_name"><a class="link" href="GtkSourceGutter.html#GtkSourceGutter--window-type" title="The “window-type” property">window-type</a></td>
1418 <td class="property_flags">Read / Write / Construct Only</td>
1419 </tr>
1420@@ -173,9 +173,9 @@
1421 additional <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> objects in the gutter, you can extend the
1422 gutter with your own custom drawings.</p>
1423 <p>To get a <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>, use the <a class="link" href="GtkSourceView.html#gtk-source-view-get-gutter" title="gtk_source_view_get_gutter ()"><code class="function">gtk_source_view_get_gutter()</code></a> function.</p>
1424-<p>The gutter works very much the same way as cells rendered in a <a href="http://developer.gnome.org/gtk2/GtkTreeView.html"><span class="type">GtkTreeView</span></a>.
1425+<p>The gutter works very much the same way as cells rendered in a <span class="type">GtkTreeView</span>.
1426 The concept is similar, with the exception that the gutter does not have an
1427-underlying <a href="http://developer.gnome.org/gtk2/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a>. The builtin line number renderer is at position
1428+underlying <span class="type">GtkTreeModel</span>. The builtin line number renderer is at position
1429 <a class="link" href="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS"><span class="type">GTK_SOURCE_VIEW_GUTTER_POSITION_LINES</span></a> (-30) and the marks renderer is at
1430 <a class="link" href="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS"><span class="type">GTK_SOURCE_VIEW_GUTTER_POSITION_MARKS</span></a> (-20). The gutter sorts the renderers
1431 in ascending order, from left to right. So the marks are displayed on the
1432@@ -185,13 +185,13 @@
1433 <a name="GtkSourceGutter.functions_details"></a><h2>Functions</h2>
1434 <div class="refsect2">
1435 <a name="gtk-source-gutter-get-window"></a><h3>gtk_source_gutter_get_window ()</h3>
1436-<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
1437+<pre class="programlisting"><span class="returnvalue">GdkWindow</span> *
1438 gtk_source_gutter_get_window (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>);</pre>
1439 <div class="warning">
1440 <p><code class="literal">gtk_source_gutter_get_window</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
1441-<p>Use <a href="http://developer.gnome.org/gtk2/GtkTextView.html#gtk-text-view-get-window"><code class="function">gtk_text_view_get_window()</code></a> instead.</p>
1442+<p>Use <code class="function">gtk_text_view_get_window()</code> instead.</p>
1443 </div>
1444-<p>Get the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of the gutter. The window will only be available when the
1445+<p>Get the <span class="type">GdkWindow</span> of the gutter. The window will only be available when the
1446 gutter has at least one, non-zero width, cell renderer packed.</p>
1447 <div class="refsect3">
1448 <a name="id-1.2.10.9.2.7"></a><h4>Parameters</h4>
1449@@ -210,7 +210,7 @@
1450 </div>
1451 <div class="refsect3">
1452 <a name="id-1.2.10.9.2.8"></a><h4>Returns</h4>
1453-<p> the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of the gutter, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1454+<p> the <span class="type">GdkWindow</span> of the gutter, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1455 if the gutter has no window. </p>
1456 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1457 </div>
1458@@ -290,7 +290,7 @@
1459 </tr>
1460 <tr>
1461 <td class="parameter_name"><p>renderer</p></td>
1462-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkCellRenderer.html"><span class="type">GtkCellRenderer</span></a>.</p></td>
1463+<td class="parameter_description"><p>a <span class="type">GtkCellRenderer</span>.</p></td>
1464 <td class="parameter_annotations"> </td>
1465 </tr>
1466 <tr>
1467@@ -444,7 +444,7 @@
1468 <hr>
1469 <div class="refsect2">
1470 <a name="GtkSourceGutter--window-type"></a><h3>The <code class="literal">“window-type”</code> property</h3>
1471-<pre class="programlisting"> “window-type” <a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></pre>
1472+<pre class="programlisting"> “window-type” <span class="type">GtkTextWindowType</span></pre>
1473 <p>The text window type on which the window is placed.</p>
1474 <p>Flags: Read / Write / Construct Only</p>
1475 <p>Default value: GTK_TEXT_WINDOW_PRIVATE</p>
1476@@ -485,6 +485,6 @@
1477 </div>
1478 <div class="footer">
1479 <hr>
1480- Generated by GTK-Doc V1.20.1</div>
1481+ Generated by GTK-Doc V1.21.1</div>
1482 </body>
1483 </html>
1484\ No newline at end of file
1485
1486=== modified file 'docs/reference/html/GtkSourceGutterRenderer.html'
1487--- docs/reference/html/GtkSourceGutterRenderer.html 2014-05-16 12:48:15 +0000
1488+++ docs/reference/html/GtkSourceGutterRenderer.html 2014-09-01 20:28:44 +0000
1489@@ -8,7 +8,7 @@
1490 <link rel="up" href="ch01.html" title="API reference">
1491 <link rel="prev" href="GtkSourceGutter.html" title="GtkSourceGutter">
1492 <link rel="next" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf">
1493-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
1494+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
1495 <link rel="stylesheet" href="style.css" type="text/css">
1496 </head>
1497 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1498@@ -140,7 +140,7 @@
1499 </tr>
1500 <tr>
1501 <td class="function_type">
1502-<a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="returnvalue">GtkTextWindowType</span></a>
1503+<span class="returnvalue">GtkTextWindowType</span>
1504 </td>
1505 <td class="function_name">
1506 <a class="link" href="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-window-type" title="gtk_source_gutter_renderer_get_window_type ()">gtk_source_gutter_renderer_get_window_type</a> <span class="c_punctuation">()</span>
1507@@ -148,7 +148,7 @@
1508 </tr>
1509 <tr>
1510 <td class="function_type">
1511-<a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="returnvalue">GtkTextView</span></a> *
1512+<span class="returnvalue">GtkTextView</span> *
1513 </td>
1514 <td class="function_name">
1515 <a class="link" href="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-view" title="gtk_source_gutter_renderer_get_view ()">gtk_source_gutter_renderer_get_view</a> <span class="c_punctuation">()</span>
1516@@ -237,7 +237,7 @@
1517 </tr>
1518 <tr>
1519 <td class="property_type">
1520-<a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</td>
1521+<span class="type">GdkRGBA</span> *</td>
1522 <td class="property_name"><a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--background-rgba" title="The “background-rgba” property">background-rgba</a></td>
1523 <td class="property_flags">Read / Write</td>
1524 </tr>
1525@@ -253,7 +253,7 @@
1526 </tr>
1527 <tr>
1528 <td class="property_type">
1529-<a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a> *</td>
1530+<span class="type">GtkTextView</span> *</td>
1531 <td class="property_name"><a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--view" title="The “view” property">view</a></td>
1532 <td class="property_flags">Read</td>
1533 </tr>
1534@@ -263,7 +263,7 @@
1535 <td class="property_flags">Read / Write / Construct</td>
1536 </tr>
1537 <tr>
1538-<td class="property_type"><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></td>
1539+<td class="property_type"><span class="type">GtkTextWindowType</span></td>
1540 <td class="property_name"><a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--window-type" title="The “window-type” property">window-type</a></td>
1541 <td class="property_flags">Read</td>
1542 </tr>
1543@@ -367,8 +367,8 @@
1544 <div class="refsect1">
1545 <a name="GtkSourceGutterRenderer.description"></a><h2>Description</h2>
1546 <p>A <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> represents a column in a <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>. The
1547-column contains one cell for each visible line of the <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>. Due to
1548-text wrapping, a cell can thus span multiple lines of the <a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a>. In
1549+column contains one cell for each visible line of the <span class="type">GtkTextBuffer</span>. Due to
1550+text wrapping, a cell can thus span multiple lines of the <span class="type">GtkTextView</span>. In
1551 this case, <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRendererAlignmentMode" title="enum GtkSourceGutterRendererAlignmentMode"><span class="type">GtkSourceGutterRendererAlignmentMode</span></a> controls the alignment of
1552 the cell.</p>
1553 <p>The gutter renderer must announce its <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--size" title="The “size” property"><span class="type">“size”</span></a>. The
1554@@ -393,7 +393,7 @@
1555 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
1556 <li class="listitem"><p>begin: the <a class="link" href="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-begin" title="gtk_source_gutter_renderer_begin ()"><code class="function">gtk_source_gutter_renderer_begin()</code></a> function is called when some
1557 cells need to be redrawn. It provides the associated region of the
1558-<a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>. The cells need to be redrawn when the <a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a> is
1559+<span class="type">GtkTextBuffer</span>. The cells need to be redrawn when the <span class="type">GtkTextView</span> is
1560 scrolled, or when the state of the cells change (see
1561 <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRendererState" title="enum GtkSourceGutterRendererState"><span class="type">GtkSourceGutterRendererState</span></a>).</p></li>
1562 <li class="listitem"><p>draw: <a class="link" href="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-draw" title="gtk_source_gutter_renderer_draw ()"><code class="function">gtk_source_gutter_renderer_draw()</code></a> is called for each cell that needs
1563@@ -408,10 +408,10 @@
1564 <pre class="programlisting"><span class="returnvalue">void</span>
1565 gtk_source_gutter_renderer_begin (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
1566 <em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
1567- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *background_area</code></em>,
1568- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *cell_area</code></em>,
1569- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start</code></em>,
1570- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
1571+ <em class="parameter"><code><span class="type">GdkRectangle</span> *background_area</code></em>,
1572+ <em class="parameter"><code><span class="type">GdkRectangle</span> *cell_area</code></em>,
1573+ <em class="parameter"><code><span class="type">GtkTextIter</span> *start</code></em>,
1574+ <em class="parameter"><code><span class="type">GtkTextIter</span> *end</code></em>);</pre>
1575 <p>Called when drawing a region begins. The region to be drawn is indicated
1576 by <em class="parameter"><code>start</code></em>
1577 and <em class="parameter"><code>end</code></em>
1578@@ -438,22 +438,22 @@
1579 </tr>
1580 <tr>
1581 <td class="parameter_name"><p>background_area</p></td>
1582-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a></p></td>
1583+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span></p></td>
1584 <td class="parameter_annotations"> </td>
1585 </tr>
1586 <tr>
1587 <td class="parameter_name"><p>cell_area</p></td>
1588-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a></p></td>
1589+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span></p></td>
1590 <td class="parameter_annotations"> </td>
1591 </tr>
1592 <tr>
1593 <td class="parameter_name"><p>start</p></td>
1594-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1595+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
1596 <td class="parameter_annotations"> </td>
1597 </tr>
1598 <tr>
1599 <td class="parameter_name"><p>end</p></td>
1600-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1601+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
1602 <td class="parameter_annotations"> </td>
1603 </tr>
1604 </tbody>
1605@@ -466,10 +466,10 @@
1606 <pre class="programlisting"><span class="returnvalue">void</span>
1607 gtk_source_gutter_renderer_draw (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
1608 <em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
1609- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *background_area</code></em>,
1610- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *cell_area</code></em>,
1611- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start</code></em>,
1612- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end</code></em>,
1613+ <em class="parameter"><code><span class="type">GdkRectangle</span> *background_area</code></em>,
1614+ <em class="parameter"><code><span class="type">GdkRectangle</span> *cell_area</code></em>,
1615+ <em class="parameter"><code><span class="type">GtkTextIter</span> *start</code></em>,
1616+ <em class="parameter"><code><span class="type">GtkTextIter</span> *end</code></em>,
1617 <em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRendererState" title="enum GtkSourceGutterRendererState"><span class="type">GtkSourceGutterRendererState</span></a> state</code></em>);</pre>
1618 <p>Main renderering method. Implementations should implement this method to
1619 draw onto the cairo context. The <em class="parameter"><code>background_area</code></em>
1620@@ -502,22 +502,22 @@
1621 </tr>
1622 <tr>
1623 <td class="parameter_name"><p>background_area</p></td>
1624-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> indicating the total area to be drawn</p></td>
1625+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span> indicating the total area to be drawn</p></td>
1626 <td class="parameter_annotations"> </td>
1627 </tr>
1628 <tr>
1629 <td class="parameter_name"><p>cell_area</p></td>
1630-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> indicating the area to draw content</p></td>
1631+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span> indicating the area to draw content</p></td>
1632 <td class="parameter_annotations"> </td>
1633 </tr>
1634 <tr>
1635 <td class="parameter_name"><p>start</p></td>
1636-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1637+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
1638 <td class="parameter_annotations"> </td>
1639 </tr>
1640 <tr>
1641 <td class="parameter_name"><p>end</p></td>
1642-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1643+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
1644 <td class="parameter_annotations"> </td>
1645 </tr>
1646 <tr>
1647@@ -694,12 +694,12 @@
1648 <tr>
1649 <td class="parameter_name"><p>xpad</p></td>
1650 <td class="parameter_description"><p> return location for the x-padding (can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
1651-<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1652+<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1653 </tr>
1654 <tr>
1655 <td class="parameter_name"><p>ypad</p></td>
1656 <td class="parameter_description"><p> return location for the y-padding (can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
1657-<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1658+<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1659 </tr>
1660 </tbody>
1661 </table></div>
1662@@ -775,12 +775,12 @@
1663 <tr>
1664 <td class="parameter_name"><p>xalign</p></td>
1665 <td class="parameter_description"><p> return location for the x-alignment (can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
1666-<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1667+<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1668 </tr>
1669 <tr>
1670 <td class="parameter_name"><p>yalign</p></td>
1671 <td class="parameter_description"><p> return location for the y-alignment (can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). </p></td>
1672-<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1673+<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1674 </tr>
1675 </tbody>
1676 </table></div>
1677@@ -867,10 +867,10 @@
1678 <hr>
1679 <div class="refsect2">
1680 <a name="gtk-source-gutter-renderer-get-window-type"></a><h3>gtk_source_gutter_renderer_get_window_type ()</h3>
1681-<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="returnvalue">GtkTextWindowType</span></a>
1682+<pre class="programlisting"><span class="returnvalue">GtkTextWindowType</span>
1683 gtk_source_gutter_renderer_get_window_type
1684 (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>);</pre>
1685-<p>Get the <a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> associated with the gutter renderer.</p>
1686+<p>Get the <span class="type">GtkTextWindowType</span> associated with the gutter renderer.</p>
1687 <div class="refsect3">
1688 <a name="id-1.2.11.10.14.5"></a><h4>Parameters</h4>
1689 <div class="informaltable"><table width="100%" border="0">
1690@@ -888,14 +888,14 @@
1691 </div>
1692 <div class="refsect3">
1693 <a name="id-1.2.11.10.14.6"></a><h4>Returns</h4>
1694-<p> a <a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></p>
1695+<p> a <span class="type">GtkTextWindowType</span></p>
1696 <p></p>
1697 </div>
1698 </div>
1699 <hr>
1700 <div class="refsect2">
1701 <a name="gtk-source-gutter-renderer-get-view"></a><h3>gtk_source_gutter_renderer_get_view ()</h3>
1702-<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="returnvalue">GtkTextView</span></a> *
1703+<pre class="programlisting"><span class="returnvalue">GtkTextView</span> *
1704 gtk_source_gutter_renderer_get_view (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>);</pre>
1705 <p>Get the view associated to the gutter renderer</p>
1706 <div class="refsect3">
1707@@ -915,7 +915,7 @@
1708 </div>
1709 <div class="refsect3">
1710 <a name="id-1.2.11.10.15.6"></a><h4>Returns</h4>
1711-<p> a <a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a>. </p>
1712+<p> a <span class="type">GtkTextView</span>. </p>
1713 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1714 </div>
1715 </div>
1716@@ -954,7 +954,7 @@
1717 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1718 gtk_source_gutter_renderer_get_background
1719 (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
1720- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
1721+ <em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
1722 <p>Get the background color of the renderer.</p>
1723 <div class="refsect3">
1724 <a name="id-1.2.11.10.17.5"></a><h4>Parameters</h4>
1725@@ -972,8 +972,8 @@
1726 </tr>
1727 <tr>
1728 <td class="parameter_name"><p>color</p></td>
1729-<td class="parameter_description"><p> return value for a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. </p></td>
1730-<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1731+<td class="parameter_description"><p> return value for a <span class="type">GdkRGBA</span>. </p></td>
1732+<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1733 </tr>
1734 </tbody>
1735 </table></div>
1736@@ -990,7 +990,7 @@
1737 <pre class="programlisting"><span class="returnvalue">void</span>
1738 gtk_source_gutter_renderer_set_background
1739 (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
1740- <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
1741+ <em class="parameter"><code>const <span class="type">GdkRGBA</span> *color</code></em>);</pre>
1742 <p>Set the background color of the renderer. If <em class="parameter"><code>color</code></em>
1743 is set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the
1744 renderer will not have a background color.</p>
1745@@ -1010,8 +1010,8 @@
1746 </tr>
1747 <tr>
1748 <td class="parameter_name"><p>color</p></td>
1749-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1750-<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>
1751+<td class="parameter_description"><p> a <span class="type">GdkRGBA</span> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1752+<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>
1753 </tr>
1754 </tbody>
1755 </table></div>
1756@@ -1022,9 +1022,9 @@
1757 <a name="gtk-source-gutter-renderer-activate"></a><h3>gtk_source_gutter_renderer_activate ()</h3>
1758 <pre class="programlisting"><span class="returnvalue">void</span>
1759 gtk_source_gutter_renderer_activate (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
1760- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
1761- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>,
1762- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
1763+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>,
1764+ <em class="parameter"><code><span class="type">GdkRectangle</span> *area</code></em>,
1765+ <em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>);</pre>
1766 <p>Emits the <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-activate" title="The “activate” signal"><span class="type">“activate”</span></a> signal of the renderer. This is
1767 called from <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> and should never have to be called manually.</p>
1768 <div class="refsect3">
1769@@ -1043,12 +1043,12 @@
1770 </tr>
1771 <tr>
1772 <td class="parameter_name"><p>iter</p></td>
1773-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> at the start of the line where the renderer is activated</p></td>
1774+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span> at the start of the line where the renderer is activated</p></td>
1775 <td class="parameter_annotations"> </td>
1776 </tr>
1777 <tr>
1778 <td class="parameter_name"><p>area</p></td>
1779-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> of the cell area where the renderer is activated</p></td>
1780+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span> of the cell area where the renderer is activated</p></td>
1781 <td class="parameter_annotations"> </td>
1782 </tr>
1783 <tr>
1784@@ -1066,9 +1066,9 @@
1785 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1786 gtk_source_gutter_renderer_query_activatable
1787 (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
1788- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
1789- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>,
1790- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
1791+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>,
1792+ <em class="parameter"><code><span class="type">GdkRectangle</span> *area</code></em>,
1793+ <em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>);</pre>
1794 <p>Get whether the renderer is activatable at the location in <em class="parameter"><code>event</code></em>
1795 . This is
1796 called from <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> to determine whether a renderer is activatable
1797@@ -1089,12 +1089,12 @@
1798 </tr>
1799 <tr>
1800 <td class="parameter_name"><p>iter</p></td>
1801-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> at the start of the line to be activated</p></td>
1802+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span> at the start of the line to be activated</p></td>
1803 <td class="parameter_annotations"> </td>
1804 </tr>
1805 <tr>
1806 <td class="parameter_name"><p>area</p></td>
1807-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> of the cell area to be activated</p></td>
1808+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span> of the cell area to be activated</p></td>
1809 <td class="parameter_annotations"> </td>
1810 </tr>
1811 <tr>
1812@@ -1141,11 +1141,11 @@
1813 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1814 gtk_source_gutter_renderer_query_tooltip
1815 (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
1816- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
1817- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>,
1818+ <em class="parameter"><code><span class="type">GtkTextIter</span> *iter</code></em>,
1819+ <em class="parameter"><code><span class="type">GdkRectangle</span> *area</code></em>,
1820 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
1821 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
1822- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTooltip.html"><span class="type">GtkTooltip</span></a> *tooltip</code></em>);</pre>
1823+ <em class="parameter"><code><span class="type">GtkTooltip</span> *tooltip</code></em>);</pre>
1824 <p>Emits the <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-query-tooltip" title="The “query-tooltip” signal"><span class="type">“query-tooltip”</span></a> signal. This function is
1825 called from <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>. Implementations can override the default signal
1826 handler or can connect to the signal externally.</p>
1827@@ -1165,12 +1165,12 @@
1828 </tr>
1829 <tr>
1830 <td class="parameter_name"><p>iter</p></td>
1831-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
1832+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
1833 <td class="parameter_annotations"> </td>
1834 </tr>
1835 <tr>
1836 <td class="parameter_name"><p>area</p></td>
1837-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a>.</p></td>
1838+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span>.</p></td>
1839 <td class="parameter_annotations"> </td>
1840 </tr>
1841 <tr>
1842@@ -1185,7 +1185,7 @@
1843 </tr>
1844 <tr>
1845 <td class="parameter_name"><p>tooltip</p></td>
1846-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTooltip.html"><span class="type">GtkTooltip</span></a>.</p></td>
1847+<td class="parameter_description"><p>a <span class="type">GtkTooltip</span>.</p></td>
1848 <td class="parameter_annotations"> </td>
1849 </tr>
1850 </tbody>
1851@@ -1202,8 +1202,8 @@
1852 <a name="gtk-source-gutter-renderer-query-data"></a><h3>gtk_source_gutter_renderer_query_data ()</h3>
1853 <pre class="programlisting"><span class="returnvalue">void</span>
1854 gtk_source_gutter_renderer_query_data (<em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
1855- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start</code></em>,
1856- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end</code></em>,
1857+ <em class="parameter"><code><span class="type">GtkTextIter</span> *start</code></em>,
1858+ <em class="parameter"><code><span class="type">GtkTextIter</span> *end</code></em>,
1859 <em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRendererState" title="enum GtkSourceGutterRendererState"><span class="type">GtkSourceGutterRendererState</span></a> state</code></em>);</pre>
1860 <p>Emit the <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-query-data" title="The “query-data” signal"><span class="type">“query-data”</span></a> signal. This function is called
1861 to query for data just before rendering a cell. This is called from the
1862@@ -1226,12 +1226,12 @@
1863 </tr>
1864 <tr>
1865 <td class="parameter_name"><p>start</p></td>
1866-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
1867+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
1868 <td class="parameter_annotations"> </td>
1869 </tr>
1870 <tr>
1871 <td class="parameter_name"><p>end</p></td>
1872-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</p></td>
1873+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span>.</p></td>
1874 <td class="parameter_annotations"> </td>
1875 </tr>
1876 <tr>
1877@@ -1352,7 +1352,7 @@
1878 <hr>
1879 <div class="refsect2">
1880 <a name="GtkSourceGutterRenderer--background-rgba"></a><h3>The <code class="literal">“background-rgba”</code> property</h3>
1881-<pre class="programlisting"> “background-rgba” <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</pre>
1882+<pre class="programlisting"> “background-rgba” <span class="type">GdkRGBA</span> *</pre>
1883 <p>The background color.</p>
1884 <p>Flags: Read / Write</p>
1885 </div>
1886@@ -1376,7 +1376,7 @@
1887 <hr>
1888 <div class="refsect2">
1889 <a name="GtkSourceGutterRenderer--view"></a><h3>The <code class="literal">“view”</code> property</h3>
1890-<pre class="programlisting"> “view” <a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a> *</pre>
1891+<pre class="programlisting"> “view” <span class="type">GtkTextView</span> *</pre>
1892 <p>The view on which the renderer is placed.</p>
1893 <p>Flags: Read</p>
1894 </div>
1895@@ -1391,7 +1391,7 @@
1896 <hr>
1897 <div class="refsect2">
1898 <a name="GtkSourceGutterRenderer--window-type"></a><h3>The <code class="literal">“window-type”</code> property</h3>
1899-<pre class="programlisting"> “window-type” <a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></pre>
1900+<pre class="programlisting"> “window-type” <span class="type">GtkTextWindowType</span></pre>
1901 <p>The window type of the view on which the renderer is placed (left,
1902 or right).</p>
1903 <p>Flags: Read</p>
1904@@ -1444,9 +1444,9 @@
1905 <a name="GtkSourceGutterRenderer-activate"></a><h3>The <code class="literal">“activate”</code> signal</h3>
1906 <pre class="programlisting"><span class="returnvalue">void</span>
1907 user_function (<a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer,
1908- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
1909- <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area,
1910- <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
1911+ <span class="type">GtkTextIter</span> *iter,
1912+ <span class="type">GdkRectangle</span> *area,
1913+ <span class="type">GdkEvent</span> *event,
1914 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1915 <p>The ::activate signal is emitted when the renderer is
1916 activated.</p>
1917@@ -1466,12 +1466,12 @@
1918 </tr>
1919 <tr>
1920 <td class="parameter_name"><p>iter</p></td>
1921-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1922+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
1923 <td class="parameter_annotations"> </td>
1924 </tr>
1925 <tr>
1926 <td class="parameter_name"><p>area</p></td>
1927-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a></p></td>
1928+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span></p></td>
1929 <td class="parameter_annotations"> </td>
1930 </tr>
1931 <tr>
1932@@ -1494,9 +1494,9 @@
1933 <a name="GtkSourceGutterRenderer-query-activatable"></a><h3>The <code class="literal">“query-activatable”</code> signal</h3>
1934 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1935 user_function (<a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer,
1936- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
1937- <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area,
1938- <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
1939+ <span class="type">GtkTextIter</span> *iter,
1940+ <span class="type">GdkRectangle</span> *area,
1941+ <span class="type">GdkEvent</span> *event,
1942 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1943 <p>The ::query-activatable signal is emitted when the renderer
1944 can possibly be activated.</p>
1945@@ -1516,17 +1516,17 @@
1946 </tr>
1947 <tr>
1948 <td class="parameter_name"><p>iter</p></td>
1949-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1950+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
1951 <td class="parameter_annotations"> </td>
1952 </tr>
1953 <tr>
1954 <td class="parameter_name"><p>area</p></td>
1955-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a></p></td>
1956+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span></p></td>
1957 <td class="parameter_annotations"> </td>
1958 </tr>
1959 <tr>
1960 <td class="parameter_name"><p>event</p></td>
1961-<td class="parameter_description"><p>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> that is causing the activatable query</p></td>
1962+<td class="parameter_description"><p>the <span class="type">GdkEvent</span> that is causing the activatable query</p></td>
1963 <td class="parameter_annotations"> </td>
1964 </tr>
1965 <tr>
1966@@ -1544,8 +1544,8 @@
1967 <a name="GtkSourceGutterRenderer-query-data"></a><h3>The <code class="literal">“query-data”</code> signal</h3>
1968 <pre class="programlisting"><span class="returnvalue">void</span>
1969 user_function (<a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer,
1970- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start,
1971- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end,
1972+ <span class="type">GtkTextIter</span> *start,
1973+ <span class="type">GtkTextIter</span> *end,
1974 <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRendererState" title="enum GtkSourceGutterRendererState"><span class="type">GtkSourceGutterRendererState</span></a> state,
1975 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1976 <p>The ::query-data signal is emitted when the renderer needs
1977@@ -1568,12 +1568,12 @@
1978 </tr>
1979 <tr>
1980 <td class="parameter_name"><p>start</p></td>
1981-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1982+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
1983 <td class="parameter_annotations"> </td>
1984 </tr>
1985 <tr>
1986 <td class="parameter_name"><p>end</p></td>
1987-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1988+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
1989 <td class="parameter_annotations"> </td>
1990 </tr>
1991 <tr>
1992@@ -1596,11 +1596,11 @@
1993 <a name="GtkSourceGutterRenderer-query-tooltip"></a><h3>The <code class="literal">“query-tooltip”</code> signal</h3>
1994 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1995 user_function (<a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer,
1996- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
1997- <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area,
1998+ <span class="type">GtkTextIter</span> *iter,
1999+ <span class="type">GdkRectangle</span> *area,
2000 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
2001 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y,
2002- <a href="http://developer.gnome.org/gtk2/GtkTooltip.html"><span class="type">GtkTooltip</span></a> *tooltip,
2003+ <span class="type">GtkTooltip</span> *tooltip,
2004 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2005 <p>The ::query-tooltip signal is emitted when the renderer can
2006 show a tooltip.</p>
2007@@ -1620,12 +1620,12 @@
2008 </tr>
2009 <tr>
2010 <td class="parameter_name"><p>iter</p></td>
2011-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
2012+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
2013 <td class="parameter_annotations"> </td>
2014 </tr>
2015 <tr>
2016 <td class="parameter_name"><p>area</p></td>
2017-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a></p></td>
2018+<td class="parameter_description"><p>a <span class="type">GdkRectangle</span></p></td>
2019 <td class="parameter_annotations"> </td>
2020 </tr>
2021 <tr>
2022@@ -1640,7 +1640,7 @@
2023 </tr>
2024 <tr>
2025 <td class="parameter_name"><p>tooltip</p></td>
2026-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTooltip.html"><span class="type">GtkTooltip</span></a></p></td>
2027+<td class="parameter_description"><p>a <span class="type">GtkTooltip</span></p></td>
2028 <td class="parameter_annotations"> </td>
2029 </tr>
2030 <tr>
2031@@ -1695,6 +1695,6 @@
2032 </div>
2033 <div class="footer">
2034 <hr>
2035- Generated by GTK-Doc V1.20.1</div>
2036+ Generated by GTK-Doc V1.21.1</div>
2037 </body>
2038 </html>
2039\ No newline at end of file
2040
2041=== modified file 'docs/reference/html/GtkSourceGutterRendererPixbuf.html'
2042--- docs/reference/html/GtkSourceGutterRendererPixbuf.html 2014-05-16 12:48:15 +0000
2043+++ docs/reference/html/GtkSourceGutterRendererPixbuf.html 2014-09-01 20:28:44 +0000
2044@@ -8,7 +8,7 @@
2045 <link rel="up" href="ch01.html" title="API reference">
2046 <link rel="prev" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">
2047 <link rel="next" href="GtkSourceGutterRendererText.html" title="GtkSourceGutterRendererText">
2048-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2049+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2050 <link rel="stylesheet" href="style.css" type="text/css">
2051 </head>
2052 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2053@@ -218,7 +218,7 @@
2054 <tr>
2055 <td class="parameter_name"><p>pixbuf</p></td>
2056 <td class="parameter_description"><p> the pixbuf. </p></td>
2057-<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>
2058+<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>
2059 </tr>
2060 </tbody>
2061 </table></div>
2062@@ -280,7 +280,7 @@
2063 <tr>
2064 <td class="parameter_name"><p>stock_id</p></td>
2065 <td class="parameter_description"><p> the stock id. </p></td>
2066-<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>
2067+<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>
2068 </tr>
2069 </tbody>
2070 </table></div>
2071@@ -341,7 +341,7 @@
2072 <tr>
2073 <td class="parameter_name"><p>icon</p></td>
2074 <td class="parameter_description"><p> the icon. </p></td>
2075-<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>
2076+<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>
2077 </tr>
2078 </tbody>
2079 </table></div>
2080@@ -399,7 +399,7 @@
2081 <tr>
2082 <td class="parameter_name"><p>icon_name</p></td>
2083 <td class="parameter_description"><p> the icon name. </p></td>
2084-<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>
2085+<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>
2086 </tr>
2087 </tbody>
2088 </table></div>
2089@@ -463,6 +463,6 @@
2090 </div>
2091 <div class="footer">
2092 <hr>
2093- Generated by GTK-Doc V1.20.1</div>
2094+ Generated by GTK-Doc V1.21.1</div>
2095 </body>
2096 </html>
2097\ No newline at end of file
2098
2099=== modified file 'docs/reference/html/GtkSourceGutterRendererText.html'
2100--- docs/reference/html/GtkSourceGutterRendererText.html 2014-05-16 12:48:15 +0000
2101+++ docs/reference/html/GtkSourceGutterRendererText.html 2014-09-01 20:28:44 +0000
2102@@ -8,7 +8,7 @@
2103 <link rel="up" href="ch01.html" title="API reference">
2104 <link rel="prev" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf">
2105 <link rel="next" href="GtkSourceLanguage.html" title="GtkSourceLanguage">
2106-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2107+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2108 <link rel="stylesheet" href="style.css" type="text/css">
2109 </head>
2110 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2111@@ -223,6 +223,6 @@
2112 </div>
2113 <div class="footer">
2114 <hr>
2115- Generated by GTK-Doc V1.20.1</div>
2116+ Generated by GTK-Doc V1.21.1</div>
2117 </body>
2118 </html>
2119\ No newline at end of file
2120
2121=== modified file 'docs/reference/html/GtkSourceLanguage.html'
2122--- docs/reference/html/GtkSourceLanguage.html 2014-07-07 11:31:02 +0000
2123+++ docs/reference/html/GtkSourceLanguage.html 2014-09-01 20:28:44 +0000
2124@@ -8,7 +8,7 @@
2125 <link rel="up" href="ch01.html" title="API reference">
2126 <link rel="prev" href="GtkSourceGutterRendererText.html" title="GtkSourceGutterRendererText">
2127 <link rel="next" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">
2128-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2129+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2130 <link rel="stylesheet" href="style.css" type="text/css">
2131 </head>
2132 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2133@@ -579,6 +579,6 @@
2134 </div>
2135 <div class="footer">
2136 <hr>
2137- Generated by GTK-Doc V1.20.1</div>
2138+ Generated by GTK-Doc V1.21.1</div>
2139 </body>
2140 </html>
2141\ No newline at end of file
2142
2143=== modified file 'docs/reference/html/GtkSourceLanguageManager.html'
2144--- docs/reference/html/GtkSourceLanguageManager.html 2014-07-07 11:31:02 +0000
2145+++ docs/reference/html/GtkSourceLanguageManager.html 2014-09-01 20:28:44 +0000
2146@@ -8,7 +8,7 @@
2147 <link rel="up" href="ch01.html" title="API reference">
2148 <link rel="prev" href="GtkSourceLanguage.html" title="GtkSourceLanguage">
2149 <link rel="next" href="GtkSourceMark.html" title="GtkSourceMark">
2150-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2151+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2152 <link rel="stylesheet" href="style.css" type="text/css">
2153 </head>
2154 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2155@@ -218,7 +218,7 @@
2156 <tr>
2157 <td class="parameter_name"><p>dirs</p></td>
2158 <td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2159-<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>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td>
2160+<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>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td>
2161 </tr>
2162 </tbody>
2163 </table></div>
2164@@ -419,12 +419,12 @@
2165 <tr>
2166 <td class="parameter_name"><p>filename</p></td>
2167 <td class="parameter_description"><p> a filename in Glib filename encoding, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2168-<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>
2169+<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>
2170 </tr>
2171 <tr>
2172 <td class="parameter_name"><p>content_type</p></td>
2173 <td class="parameter_description"><p> a content type (as in GIO API), or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2174-<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>
2175+<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>
2176 </tr>
2177 </tbody>
2178 </table></div>
2179@@ -471,6 +471,6 @@
2180 </div>
2181 <div class="footer">
2182 <hr>
2183- Generated by GTK-Doc V1.20.1</div>
2184+ Generated by GTK-Doc V1.21.1</div>
2185 </body>
2186 </html>
2187\ No newline at end of file
2188
2189=== modified file 'docs/reference/html/GtkSourceMark.html'
2190--- docs/reference/html/GtkSourceMark.html 2014-07-07 11:31:02 +0000
2191+++ docs/reference/html/GtkSourceMark.html 2014-09-01 20:28:44 +0000
2192@@ -8,7 +8,7 @@
2193 <link rel="up" href="ch01.html" title="API reference">
2194 <link rel="prev" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">
2195 <link rel="next" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">
2196-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2197+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2198 <link rel="stylesheet" href="style.css" type="text/css">
2199 </head>
2200 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2201@@ -107,7 +107,7 @@
2202 <div class="refsect1">
2203 <a name="GtkSourceMark.object-hierarchy"></a><h2>Object Hierarchy</h2>
2204 <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
2205- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkTextMark.html">GtkTextMark</a>
2206+ <span class="lineart">╰──</span> GtkTextMark
2207 <span class="lineart">╰──</span> GtkSourceMark
2208 </pre>
2209 </div>
2210@@ -119,7 +119,7 @@
2211 <div class="refsect1">
2212 <a name="GtkSourceMark.description"></a><h2>Description</h2>
2213 <p>A <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> marks a position in the text where you want to display
2214-additional info. It is based on <a href="http://developer.gnome.org/gtk2/GtkTextMark.html"><span class="type">GtkTextMark</span></a> and thus is still valid after
2215+additional info. It is based on <span class="type">GtkTextMark</span> and thus is still valid after
2216 the text has changed though its position may change.</p>
2217 <p><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>s are organised in categories which you have to set
2218 when you create the mark. Each category can have a priority, a pixbuf and
2219@@ -136,9 +136,9 @@
2220 <pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> *
2221 gtk_source_mark_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2222 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
2223-<p>Creates a text mark. Add it to a buffer using <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.
2224+<p>Creates a text mark. Add it to a buffer using <code class="function">gtk_text_buffer_add_mark()</code>.
2225 If name is NULL, the mark is anonymous; otherwise, the mark can be retrieved
2226-by name using <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-get-mark"><code class="function">gtk_text_buffer_get_mark()</code></a>.
2227+by name using <code class="function">gtk_text_buffer_get_mark()</code>.
2228 Normally marks are created using the utility function
2229 <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-create-source-mark" title="gtk_source_buffer_create_source_mark ()"><code class="function">gtk_source_buffer_create_source_mark()</code></a>.</p>
2230 <div class="refsect3">
2231@@ -168,7 +168,7 @@
2232 </div>
2233 <div class="refsect3">
2234 <a name="id-1.2.16.9.2.6"></a><h4>Returns</h4>
2235-<p> a new <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> that can be added using <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.</p>
2236+<p> a new <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> that can be added using <code class="function">gtk_text_buffer_add_mark()</code>.</p>
2237 <p></p>
2238 </div>
2239 <p class="since">Since 2.2</p>
2240@@ -228,7 +228,7 @@
2241 <tr>
2242 <td class="parameter_name"><p>category</p></td>
2243 <td class="parameter_description"><p> a string specifying the mark category, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2244-<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>
2245+<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>
2246 </tr>
2247 </tbody>
2248 </table></div>
2249@@ -305,6 +305,6 @@
2250 </div>
2251 <div class="footer">
2252 <hr>
2253- Generated by GTK-Doc V1.20.1</div>
2254+ Generated by GTK-Doc V1.21.1</div>
2255 </body>
2256 </html>
2257\ No newline at end of file
2258
2259=== modified file 'docs/reference/html/GtkSourceMarkAttributes.html'
2260--- docs/reference/html/GtkSourceMarkAttributes.html 2014-05-16 12:48:15 +0000
2261+++ docs/reference/html/GtkSourceMarkAttributes.html 2014-09-01 20:28:44 +0000
2262@@ -8,7 +8,7 @@
2263 <link rel="up" href="ch01.html" title="API reference">
2264 <link rel="prev" href="GtkSourceMark.html" title="GtkSourceMark">
2265 <link rel="next" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">
2266-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2267+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2268 <link rel="stylesheet" href="style.css" type="text/css">
2269 </head>
2270 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2271@@ -164,7 +164,7 @@
2272 <tbody>
2273 <tr>
2274 <td class="property_type">
2275-<a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</td>
2276+<span class="type">GdkRGBA</span> *</td>
2277 <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--background" title="The “background” property">background</a></td>
2278 <td class="property_flags">Read / Write</td>
2279 </tr>
2280@@ -300,7 +300,7 @@
2281 <pre class="programlisting"><span class="returnvalue">void</span>
2282 gtk_source_mark_attributes_set_background
2283 (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
2284- <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
2285+ <em class="parameter"><code>const <span class="type">GdkRGBA</span> *background</code></em>);</pre>
2286 <p>Sets background color to the one given in <em class="parameter"><code>background</code></em>
2287 .</p>
2288 <div class="refsect3">
2289@@ -319,7 +319,7 @@
2290 </tr>
2291 <tr>
2292 <td class="parameter_name"><p>background</p></td>
2293-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p></td>
2294+<td class="parameter_description"><p>a <span class="type">GdkRGBA</span>.</p></td>
2295 <td class="parameter_annotations"> </td>
2296 </tr>
2297 </tbody>
2298@@ -332,7 +332,7 @@
2299 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2300 gtk_source_mark_attributes_get_background
2301 (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
2302- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
2303+ <em class="parameter"><code><span class="type">GdkRGBA</span> *background</code></em>);</pre>
2304 <p>Stores background color in <em class="parameter"><code>background</code></em>
2305 .</p>
2306 <div class="refsect3">
2307@@ -351,7 +351,7 @@
2308 </tr>
2309 <tr>
2310 <td class="parameter_name"><p>background</p></td>
2311-<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. </p></td>
2312+<td class="parameter_description"><p> a <span class="type">GdkRGBA</span>. </p></td>
2313 <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
2314 </tr>
2315 </tbody>
2316@@ -622,7 +622,7 @@
2317 <pre class="programlisting">const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
2318 gtk_source_mark_attributes_render_icon
2319 (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
2320- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
2321+ <em class="parameter"><code><span class="type">GtkWidget</span> *widget</code></em>,
2322 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
2323 <p>Renders an icon of given size. The base of the icon is set by the last call
2324 to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-pixbuf" title="gtk_source_mark_attributes_set_pixbuf ()"><code class="function">gtk_source_mark_attributes_set_pixbuf()</code></a>,
2325@@ -754,7 +754,7 @@
2326 <a name="GtkSourceMarkAttributes.property-details"></a><h2>Property Details</h2>
2327 <div class="refsect2">
2328 <a name="GtkSourceMarkAttributes--background"></a><h3>The <code class="literal">“background”</code> property</h3>
2329-<pre class="programlisting"> “background” <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</pre>
2330+<pre class="programlisting"> “background” <span class="type">GdkRGBA</span> *</pre>
2331 <p>A color used for background of a line.</p>
2332 <p>Flags: Read / Write</p>
2333 </div>
2334@@ -892,6 +892,6 @@
2335 </div>
2336 <div class="footer">
2337 <hr>
2338- Generated by GTK-Doc V1.20.1</div>
2339+ Generated by GTK-Doc V1.21.1</div>
2340 </body>
2341 </html>
2342\ No newline at end of file
2343
2344=== modified file 'docs/reference/html/GtkSourcePrintCompositor.html'
2345--- docs/reference/html/GtkSourcePrintCompositor.html 2014-07-07 11:31:02 +0000
2346+++ docs/reference/html/GtkSourcePrintCompositor.html 2014-09-01 20:28:44 +0000
2347@@ -8,7 +8,7 @@
2348 <link rel="up" href="ch01.html" title="API reference">
2349 <link rel="prev" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">
2350 <link rel="next" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">
2351-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2352+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2353 <link rel="stylesheet" href="style.css" type="text/css">
2354 </head>
2355 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2356@@ -91,7 +91,7 @@
2357 </tr>
2358 <tr>
2359 <td class="function_type">
2360-<a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkWrapMode"><span class="returnvalue">GtkWrapMode</span></a>
2361+<span class="returnvalue">GtkWrapMode</span>
2362 </td>
2363 <td class="function_name">
2364 <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-wrap-mode" title="gtk_source_print_compositor_get_wrap_mode ()">gtk_source_print_compositor_get_wrap_mode</a> <span class="c_punctuation">()</span>
2365@@ -410,7 +410,7 @@
2366 <td class="property_flags">Read / Write</td>
2367 </tr>
2368 <tr>
2369-<td class="property_type"><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a></td>
2370+<td class="property_type"><span class="type">GtkWrapMode</span></td>
2371 <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--wrap-mode" title="The “wrap-mode” property">wrap-mode</a></td>
2372 <td class="property_flags">Read / Write</td>
2373 </tr>
2374@@ -446,11 +446,11 @@
2375 <p>The <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> object is used to compose a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>
2376 for printing. You can set various configuration options to customize the
2377 printed output. <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> is designed to be used with the
2378-high-level printing API of gtk+, i.e. <a href="http://developer.gnome.org/gtk2/gtk3-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a>.</p>
2379+high-level printing API of gtk+, i.e. <span class="type">GtkPrintOperation</span>.</p>
2380 <p>The margins specified in this object are the layout margins: they define the
2381 blank space bordering the printed area of the pages. They must not be
2382 confused with the "print margins", i.e. the parts of the page that the
2383-printer cannot print on, defined in the <a href="http://developer.gnome.org/gtk2/GtkPageSetup.html"><span class="type">GtkPageSetup</span></a> objects. If the
2384+printer cannot print on, defined in the <span class="type">GtkPageSetup</span> objects. If the
2385 specified layout margins are smaller than the "print margins", the latter
2386 ones are used as a fallback by the <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> object, so that
2387 the printed area is not clipped.</p>
2388@@ -622,7 +622,7 @@
2389 <pre class="programlisting"><span class="returnvalue">void</span>
2390 gtk_source_print_compositor_set_wrap_mode
2391 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2392- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a> wrap_mode</code></em>);</pre>
2393+ <em class="parameter"><code><span class="type">GtkWrapMode</span> wrap_mode</code></em>);</pre>
2394 <p>Sets the line wrapping mode for the printed text.</p>
2395 <p>This function cannot be called anymore after the first call to the
2396 <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2397@@ -642,7 +642,7 @@
2398 </tr>
2399 <tr>
2400 <td class="parameter_name"><p>wrap_mode</p></td>
2401-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a>.</p></td>
2402+<td class="parameter_description"><p>a <span class="type">GtkWrapMode</span>.</p></td>
2403 <td class="parameter_annotations"> </td>
2404 </tr>
2405 </tbody>
2406@@ -653,7 +653,7 @@
2407 <hr>
2408 <div class="refsect2">
2409 <a name="gtk-source-print-compositor-get-wrap-mode"></a><h3>gtk_source_print_compositor_get_wrap_mode ()</h3>
2410-<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkWrapMode"><span class="returnvalue">GtkWrapMode</span></a>
2411+<pre class="programlisting"><span class="returnvalue">GtkWrapMode</span>
2412 gtk_source_print_compositor_get_wrap_mode
2413 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
2414 <p>Gets the line wrapping mode for the printed text.</p>
2415@@ -920,7 +920,7 @@
2416 <tr>
2417 <td class="parameter_name"><p>font_name</p></td>
2418 <td class="parameter_description"><p> the name of the font for line numbers, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2419-<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>
2420+<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>
2421 </tr>
2422 </tbody>
2423 </table></div>
2424@@ -992,7 +992,7 @@
2425 <tr>
2426 <td class="parameter_name"><p>font_name</p></td>
2427 <td class="parameter_description"><p> the name of the font for header text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2428-<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>
2429+<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>
2430 </tr>
2431 </tbody>
2432 </table></div>
2433@@ -1064,7 +1064,7 @@
2434 <tr>
2435 <td class="parameter_name"><p>font_name</p></td>
2436 <td class="parameter_description"><p> the name of the font for the footer text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2437-<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>
2438+<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>
2439 </tr>
2440 </tbody>
2441 </table></div>
2442@@ -1108,7 +1108,7 @@
2443 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
2444 gtk_source_print_compositor_get_top_margin
2445 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2446- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
2447+ <em class="parameter"><code><span class="type">GtkUnit</span> unit</code></em>);</pre>
2448 <p>Gets the top margin in units of <em class="parameter"><code>unit</code></em>
2449 .</p>
2450 <div class="refsect3">
2451@@ -1147,7 +1147,7 @@
2452 gtk_source_print_compositor_set_top_margin
2453 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2454 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
2455- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
2456+ <em class="parameter"><code><span class="type">GtkUnit</span> unit</code></em>);</pre>
2457 <p>Sets the top margin used by <em class="parameter"><code>compositor</code></em>
2458 .</p>
2459 <div class="refsect3">
2460@@ -1187,7 +1187,7 @@
2461 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
2462 gtk_source_print_compositor_get_bottom_margin
2463 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2464- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
2465+ <em class="parameter"><code><span class="type">GtkUnit</span> unit</code></em>);</pre>
2466 <p>Gets the bottom margin in units of <em class="parameter"><code>unit</code></em>
2467 .</p>
2468 <div class="refsect3">
2469@@ -1226,7 +1226,7 @@
2470 gtk_source_print_compositor_set_bottom_margin
2471 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2472 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
2473- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
2474+ <em class="parameter"><code><span class="type">GtkUnit</span> unit</code></em>);</pre>
2475 <p>Sets the bottom margin used by <em class="parameter"><code>compositor</code></em>
2476 .</p>
2477 <div class="refsect3">
2478@@ -1266,7 +1266,7 @@
2479 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
2480 gtk_source_print_compositor_get_left_margin
2481 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2482- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
2483+ <em class="parameter"><code><span class="type">GtkUnit</span> unit</code></em>);</pre>
2484 <p>Gets the left margin in units of <em class="parameter"><code>unit</code></em>
2485 .</p>
2486 <div class="refsect3">
2487@@ -1305,7 +1305,7 @@
2488 gtk_source_print_compositor_set_left_margin
2489 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2490 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
2491- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
2492+ <em class="parameter"><code><span class="type">GtkUnit</span> unit</code></em>);</pre>
2493 <p>Sets the left margin used by <em class="parameter"><code>compositor</code></em>
2494 .</p>
2495 <div class="refsect3">
2496@@ -1345,7 +1345,7 @@
2497 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
2498 gtk_source_print_compositor_get_right_margin
2499 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2500- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
2501+ <em class="parameter"><code><span class="type">GtkUnit</span> unit</code></em>);</pre>
2502 <p>Gets the right margin in units of <em class="parameter"><code>unit</code></em>
2503 .</p>
2504 <div class="refsect3">
2505@@ -1384,7 +1384,7 @@
2506 gtk_source_print_compositor_set_right_margin
2507 (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2508 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
2509- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
2510+ <em class="parameter"><code><span class="type">GtkUnit</span> unit</code></em>);</pre>
2511 <p>Sets the right margin used by <em class="parameter"><code>compositor</code></em>
2512 .</p>
2513 <div class="refsect3">
2514@@ -1607,17 +1607,17 @@
2515 <tr>
2516 <td class="parameter_name"><p>left</p></td>
2517 <td class="parameter_description"><p> a format string to print on the left of the header. </p></td>
2518-<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>
2519+<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>
2520 </tr>
2521 <tr>
2522 <td class="parameter_name"><p>center</p></td>
2523 <td class="parameter_description"><p> a format string to print on the center of the header. </p></td>
2524-<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>
2525+<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>
2526 </tr>
2527 <tr>
2528 <td class="parameter_name"><p>right</p></td>
2529 <td class="parameter_description"><p> a format string to print on the right of the header. </p></td>
2530-<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>
2531+<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>
2532 </tr>
2533 </tbody>
2534 </table></div>
2535@@ -1671,17 +1671,17 @@
2536 <tr>
2537 <td class="parameter_name"><p>left</p></td>
2538 <td class="parameter_description"><p> a format string to print on the left of the footer. </p></td>
2539-<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>
2540+<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>
2541 </tr>
2542 <tr>
2543 <td class="parameter_name"><p>center</p></td>
2544 <td class="parameter_description"><p> a format string to print on the center of the footer. </p></td>
2545-<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>
2546+<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>
2547 </tr>
2548 <tr>
2549 <td class="parameter_name"><p>right</p></td>
2550 <td class="parameter_description"><p> a format string to print on the right of the footer. </p></td>
2551-<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>
2552+<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>
2553 </tr>
2554 </tbody>
2555 </table></div>
2556@@ -1724,7 +1724,7 @@
2557 <a name="gtk-source-print-compositor-paginate"></a><h3>gtk_source_print_compositor_paginate ()</h3>
2558 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2559 gtk_source_print_compositor_paginate (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2560- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPrintContext.html"><span class="type">GtkPrintContext</span></a> *context</code></em>);</pre>
2561+ <em class="parameter"><code><span class="type">GtkPrintContext</span> *context</code></em>);</pre>
2562 <p>Paginate the document associated with the <em class="parameter"><code>compositor</code></em>
2563 .</p>
2564 <p>In order to support non-blocking pagination, document is paginated in small chunks.
2565@@ -1732,7 +1732,7 @@
2566 is paginated. To paginate the entire document, <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a>
2567 must be invoked multiple times.
2568 It returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the document has been completely paginated, otherwise it returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
2569-<p>This method has been designed to be invoked in the handler of the <a href="http://developer.gnome.org/gtk2/gtk3-High-level-Printing-API.html#GtkPrintOperation-paginate"><span class="type">“paginate”</span></a> signal,
2570+<p>This method has been designed to be invoked in the handler of the <span class="type">“paginate”</span> signal,
2571 as shown in the following example:</p>
2572 <div class="informalexample">
2573 <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
2574@@ -1777,7 +1777,7 @@
2575 <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> n_pages</span><span class="symbol">;</span>
2576
2577 <span class="normal"> n_pages </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-n-pages">gtk_source_print_compositor_get_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">);</span>
2578-<span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gtk2/gtk3-High-level-Printing-API.html#gtk-print-operation-set-n-pages">gtk_print_operation_set_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">operation</span><span class="symbol">,</span><span class="normal"> n_pages</span><span class="symbol">);</span>
2579+<span class="normal"> </span><span class="function">gtk_print_operation_set_n_pages</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">operation</span><span class="symbol">,</span><span class="normal"> n_pages</span><span class="symbol">);</span>
2580
2581 <span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">;</span>
2582 <span class="normal"> </span><span class="cbracket">}</span>
2583@@ -1790,7 +1790,7 @@
2584 </div>
2585
2586 <p>If you don't need to do pagination in chunks, you can simply do it all in the
2587-<a href="http://developer.gnome.org/gtk2/gtk3-High-level-Printing-API.html#GtkPrintOperation-begin-print"><span class="type">“begin-print”</span></a> handler, and set the number of pages from there, like
2588+<span class="type">“begin-print”</span> handler, and set the number of pages from there, like
2589 in the following example:</p>
2590 <div class="informalexample">
2591 <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
2592@@ -1828,7 +1828,7 @@
2593 <span class="normal"> </span><span class="keyword">while</span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate">gtk_source_print_compositor_paginate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">,</span><span class="normal"> context</span><span class="symbol">));</span>
2594
2595 <span class="normal"> n_pages </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-n-pages">gtk_source_print_compositor_get_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">);</span>
2596-<span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gtk2/gtk3-High-level-Printing-API.html#gtk-print-operation-set-n-pages">gtk_print_operation_set_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">operation</span><span class="symbol">,</span><span class="normal"> n_pages</span><span class="symbol">);</span>
2597+<span class="normal"> </span><span class="function">gtk_print_operation_set_n_pages</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">operation</span><span class="symbol">,</span><span class="normal"> n_pages</span><span class="symbol">);</span>
2598 <span class="cbracket">}</span></pre></td>
2599 </tr>
2600 </tbody>
2601@@ -1851,7 +1851,7 @@
2602 </tr>
2603 <tr>
2604 <td class="parameter_name"><p>context</p></td>
2605-<td class="parameter_description"><p>the <a href="http://developer.gnome.org/gtk2/GtkPrintContext.html"><span class="type">GtkPrintContext</span></a> whose parameters (e.g. paper size, print margins, etc.)
2606+<td class="parameter_description"><p>the <span class="type">GtkPrintContext</span> whose parameters (e.g. paper size, print margins, etc.)
2607 are used by the the <em class="parameter"><code>compositor</code></em>
2608 to paginate the document.</p></td>
2609 <td class="parameter_annotations"> </td>
2610@@ -1900,12 +1900,12 @@
2611 <a name="gtk-source-print-compositor-draw-page"></a><h3>gtk_source_print_compositor_draw_page ()</h3>
2612 <pre class="programlisting"><span class="returnvalue">void</span>
2613 gtk_source_print_compositor_draw_page (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
2614- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkPrintContext.html"><span class="type">GtkPrintContext</span></a> *context</code></em>,
2615+ <em class="parameter"><code><span class="type">GtkPrintContext</span> *context</code></em>,
2616 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_nr</code></em>);</pre>
2617 <p>Draw page <em class="parameter"><code>page_nr</code></em>
2618 for printing on the the Cairo context encapsuled in <em class="parameter"><code>context</code></em>
2619 .</p>
2620-<p>This method has been designed to be called in the handler of the <a href="http://developer.gnome.org/gtk2/gtk3-High-level-Printing-API.html#GtkPrintOperation-draw-page"><span class="type">“draw_page”</span></a> signal
2621+<p>This method has been designed to be called in the handler of the <span class="type">“draw_page”</span> signal
2622 as shown in the following example:</p>
2623 <div class="informalexample">
2624 <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
2625@@ -1964,7 +1964,7 @@
2626 </tr>
2627 <tr>
2628 <td class="parameter_name"><p>context</p></td>
2629-<td class="parameter_description"><p>the <a href="http://developer.gnome.org/gtk2/GtkPrintContext.html"><span class="type">GtkPrintContext</span></a> encapsulating the context information that is required when
2630+<td class="parameter_description"><p>the <span class="type">GtkPrintContext</span> encapsulating the context information that is required when
2631 drawing the page for printing.</p></td>
2632 <td class="parameter_annotations"> </td>
2633 </tr>
2634@@ -2132,7 +2132,7 @@
2635 <hr>
2636 <div class="refsect2">
2637 <a name="GtkSourcePrintCompositor--wrap-mode"></a><h3>The <code class="literal">“wrap-mode”</code> property</h3>
2638-<pre class="programlisting"> “wrap-mode” <a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a></pre>
2639+<pre class="programlisting"> “wrap-mode” <span class="type">GtkWrapMode</span></pre>
2640 <p>Whether to wrap lines never, at word boundaries, or at character boundaries.</p>
2641 <p>The value of this property cannot be changed anymore after the first
2642 call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2643@@ -2144,6 +2144,6 @@
2644 </div>
2645 <div class="footer">
2646 <hr>
2647- Generated by GTK-Doc V1.20.1</div>
2648+ Generated by GTK-Doc V1.21.1</div>
2649 </body>
2650 </html>
2651\ No newline at end of file
2652
2653=== modified file 'docs/reference/html/GtkSourceSearchContext.html'
2654--- docs/reference/html/GtkSourceSearchContext.html 2014-05-16 12:48:15 +0000
2655+++ docs/reference/html/GtkSourceSearchContext.html 2014-09-01 20:28:44 +0000
2656@@ -8,7 +8,7 @@
2657 <link rel="up" href="ch01.html" title="API reference">
2658 <link rel="prev" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">
2659 <link rel="next" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings">
2660-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2661+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2662 <link rel="stylesheet" href="style.css" type="text/css">
2663 </head>
2664 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2665@@ -315,7 +315,7 @@
2666 <tr>
2667 <td class="parameter_name"><p>settings</p></td>
2668 <td class="parameter_description"><p> a <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2669-<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>
2670+<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>
2671 </tr>
2672 </tbody>
2673 </table></div>
2674@@ -411,7 +411,7 @@
2675 <tr>
2676 <td class="parameter_name"><p>settings</p></td>
2677 <td class="parameter_description"><p> the new <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2678-<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>
2679+<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>
2680 </tr>
2681 </tbody>
2682 </table></div>
2683@@ -515,8 +515,8 @@
2684 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
2685 gtk_source_search_context_get_occurrence_position
2686 (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
2687- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
2688- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_end</code></em>);</pre>
2689+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *match_start</code></em>,
2690+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *match_end</code></em>);</pre>
2691 <p>Gets the position of a search occurrence. If the buffer is not already fully
2692 scanned, the position may be unknown, and -1 is returned. If 0 is returned,
2693 it means that this part of the buffer has already been scanned, and that
2694@@ -566,9 +566,9 @@
2695 <a name="gtk-source-search-context-forward"></a><h3>gtk_source_search_context_forward ()</h3>
2696 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2697 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>,
2698- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
2699- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
2700- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_end</code></em>);</pre>
2701+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *iter</code></em>,
2702+ <em class="parameter"><code><span class="type">GtkTextIter</span> *match_start</code></em>,
2703+ <em class="parameter"><code><span class="type">GtkTextIter</span> *match_end</code></em>);</pre>
2704 <p>Synchronous forward search. It is recommended to use the asynchronous
2705 functions instead, to not block the user interface. However, if you are sure
2706 that the <em class="parameter"><code>buffer</code></em>
2707@@ -595,12 +595,12 @@
2708 <tr>
2709 <td class="parameter_name"><p>match_start</p></td>
2710 <td class="parameter_description"><p> return location for start of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2711-<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 is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2712+<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2713 </tr>
2714 <tr>
2715 <td class="parameter_name"><p>match_end</p></td>
2716 <td class="parameter_description"><p> return location for end of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2717-<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 is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2718+<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2719 </tr>
2720 </tbody>
2721 </table></div>
2722@@ -618,7 +618,7 @@
2723 <pre class="programlisting"><span class="returnvalue">void</span>
2724 gtk_source_search_context_forward_async
2725 (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
2726- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
2727+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *iter</code></em>,
2728 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2729 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2730 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2731@@ -652,7 +652,7 @@
2732 <tr>
2733 <td class="parameter_name"><p>cancellable</p></td>
2734 <td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2735-<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>
2736+<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>
2737 </tr>
2738 <tr>
2739 <td class="parameter_name"><p>callback</p></td>
2740@@ -677,8 +677,8 @@
2741 gtk_source_search_context_forward_finish
2742 (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
2743 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2744- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
2745- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
2746+ <em class="parameter"><code><span class="type">GtkTextIter</span> *match_start</code></em>,
2747+ <em class="parameter"><code><span class="type">GtkTextIter</span> *match_end</code></em>,
2748 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
2749 <p>Finishes a forward search started with
2750 <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>
2751@@ -704,12 +704,12 @@
2752 <tr>
2753 <td class="parameter_name"><p>match_start</p></td>
2754 <td class="parameter_description"><p> return location for start of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2755-<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 is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2756+<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2757 </tr>
2758 <tr>
2759 <td class="parameter_name"><p>match_end</p></td>
2760 <td class="parameter_description"><p> return location for end of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2761-<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 is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2762+<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2763 </tr>
2764 <tr>
2765 <td class="parameter_name"><p>error</p></td>
2766@@ -731,9 +731,9 @@
2767 <a name="gtk-source-search-context-backward"></a><h3>gtk_source_search_context_backward ()</h3>
2768 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2769 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>,
2770- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
2771- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
2772- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_end</code></em>);</pre>
2773+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *iter</code></em>,
2774+ <em class="parameter"><code><span class="type">GtkTextIter</span> *match_start</code></em>,
2775+ <em class="parameter"><code><span class="type">GtkTextIter</span> *match_end</code></em>);</pre>
2776 <p>Synchronous backward search. It is recommended to use the asynchronous
2777 functions instead, to not block the user interface. However, if you are sure
2778 that the <em class="parameter"><code>buffer</code></em>
2779@@ -760,12 +760,12 @@
2780 <tr>
2781 <td class="parameter_name"><p>match_start</p></td>
2782 <td class="parameter_description"><p> return location for start of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2783-<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 is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2784+<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2785 </tr>
2786 <tr>
2787 <td class="parameter_name"><p>match_end</p></td>
2788 <td class="parameter_description"><p> return location for end of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2789-<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 is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2790+<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2791 </tr>
2792 </tbody>
2793 </table></div>
2794@@ -783,7 +783,7 @@
2795 <pre class="programlisting"><span class="returnvalue">void</span>
2796 gtk_source_search_context_backward_async
2797 (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
2798- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>,
2799+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *iter</code></em>,
2800 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2801 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2802 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2803@@ -817,7 +817,7 @@
2804 <tr>
2805 <td class="parameter_name"><p>cancellable</p></td>
2806 <td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2807-<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>
2808+<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>
2809 </tr>
2810 <tr>
2811 <td class="parameter_name"><p>callback</p></td>
2812@@ -842,8 +842,8 @@
2813 gtk_source_search_context_backward_finish
2814 (<em class="parameter"><code><a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext"><span class="type">GtkSourceSearchContext</span></a> *search</code></em>,
2815 <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2816- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
2817- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
2818+ <em class="parameter"><code><span class="type">GtkTextIter</span> *match_start</code></em>,
2819+ <em class="parameter"><code><span class="type">GtkTextIter</span> *match_end</code></em>,
2820 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
2821 <p>Finishes a backward search started with
2822 <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>
2823@@ -869,12 +869,12 @@
2824 <tr>
2825 <td class="parameter_name"><p>match_start</p></td>
2826 <td class="parameter_description"><p> return location for start of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2827-<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 is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2828+<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2829 </tr>
2830 <tr>
2831 <td class="parameter_name"><p>match_end</p></td>
2832 <td class="parameter_description"><p> return location for end of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2833-<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 is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2834+<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 is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2835 </tr>
2836 <tr>
2837 <td class="parameter_name"><p>error</p></td>
2838@@ -896,8 +896,8 @@
2839 <a name="gtk-source-search-context-replace"></a><h3>gtk_source_search_context_replace ()</h3>
2840 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2841 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>,
2842- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
2843- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
2844+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *match_start</code></em>,
2845+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *match_end</code></em>,
2846 <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *replace</code></em>,
2847 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> replace_length</code></em>,
2848 <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
2849@@ -1111,6 +1111,6 @@
2850 </div>
2851 <div class="footer">
2852 <hr>
2853- Generated by GTK-Doc V1.20.1</div>
2854+ Generated by GTK-Doc V1.21.1</div>
2855 </body>
2856 </html>
2857\ No newline at end of file
2858
2859=== modified file 'docs/reference/html/GtkSourceSearchSettings.html'
2860--- docs/reference/html/GtkSourceSearchSettings.html 2014-05-16 12:48:15 +0000
2861+++ docs/reference/html/GtkSourceSearchSettings.html 2014-09-01 20:28:44 +0000
2862@@ -8,7 +8,7 @@
2863 <link rel="up" href="ch01.html" title="API reference">
2864 <link rel="prev" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">
2865 <link rel="next" href="GtkSourceStyle.html" title="GtkSourceStyle">
2866-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2867+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2868 <link rel="stylesheet" href="style.css" type="text/css">
2869 </head>
2870 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2871@@ -276,7 +276,7 @@
2872 <tr>
2873 <td class="parameter_name"><p>search_text</p></td>
2874 <td class="parameter_description"><p> the nul-terminated text to search, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to disable the search. </p></td>
2875-<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>
2876+<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>
2877 </tr>
2878 </tbody>
2879 </table></div>
2880@@ -381,8 +381,8 @@
2881 <p>Change whether the search is done at word boundaries. If <em class="parameter"><code>at_word_boundaries</code></em>
2882
2883 is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a search match must start and end a word. The match can span
2884-multiple words. See also <a href="http://developer.gnome.org/gtk2/GtkTextIter.html#gtk-text-iter-starts-word"><code class="function">gtk_text_iter_starts_word()</code></a> and
2885-<a href="http://developer.gnome.org/gtk2/GtkTextIter.html#gtk-text-iter-ends-word"><code class="function">gtk_text_iter_ends_word()</code></a>.</p>
2886+multiple words. See also <code class="function">gtk_text_iter_starts_word()</code> and
2887+<code class="function">gtk_text_iter_ends_word()</code>.</p>
2888 <div class="refsect3">
2889 <a name="id-1.2.20.9.8.5"></a><h4>Parameters</h4>
2890 <div class="informaltable"><table width="100%" border="0">
2891@@ -601,6 +601,6 @@
2892 </div>
2893 <div class="footer">
2894 <hr>
2895- Generated by GTK-Doc V1.20.1</div>
2896+ Generated by GTK-Doc V1.21.1</div>
2897 </body>
2898 </html>
2899\ No newline at end of file
2900
2901=== modified file 'docs/reference/html/GtkSourceStyle.html'
2902--- docs/reference/html/GtkSourceStyle.html 2014-07-07 11:31:02 +0000
2903+++ docs/reference/html/GtkSourceStyle.html 2014-09-01 20:28:44 +0000
2904@@ -8,7 +8,7 @@
2905 <link rel="up" href="ch01.html" title="API reference">
2906 <link rel="prev" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings">
2907 <link rel="next" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">
2908-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2909+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2910 <link rel="stylesheet" href="style.css" type="text/css">
2911 </head>
2912 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2913@@ -353,6 +353,6 @@
2914 </div>
2915 <div class="footer">
2916 <hr>
2917- Generated by GTK-Doc V1.20.1</div>
2918+ Generated by GTK-Doc V1.21.1</div>
2919 </body>
2920 </html>
2921\ No newline at end of file
2922
2923=== modified file 'docs/reference/html/GtkSourceStyleScheme.html'
2924--- docs/reference/html/GtkSourceStyleScheme.html 2014-07-07 11:31:02 +0000
2925+++ docs/reference/html/GtkSourceStyleScheme.html 2014-09-01 20:28:44 +0000
2926@@ -8,7 +8,7 @@
2927 <link rel="up" href="ch01.html" title="API reference">
2928 <link rel="prev" href="GtkSourceStyle.html" title="GtkSourceStyle">
2929 <link rel="next" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">
2930-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2931+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2932 <link rel="stylesheet" href="style.css" type="text/css">
2933 </head>
2934 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2935@@ -392,6 +392,6 @@
2936 </div>
2937 <div class="footer">
2938 <hr>
2939- Generated by GTK-Doc V1.20.1</div>
2940+ Generated by GTK-Doc V1.21.1</div>
2941 </body>
2942 </html>
2943\ No newline at end of file
2944
2945=== modified file 'docs/reference/html/GtkSourceStyleSchemeManager.html'
2946--- docs/reference/html/GtkSourceStyleSchemeManager.html 2014-07-07 11:31:02 +0000
2947+++ docs/reference/html/GtkSourceStyleSchemeManager.html 2014-09-01 20:28:44 +0000
2948@@ -8,7 +8,7 @@
2949 <link rel="up" href="ch01.html" title="API reference">
2950 <link rel="prev" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">
2951 <link rel="next" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager">
2952-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2953+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2954 <link rel="stylesheet" href="style.css" type="text/css">
2955 </head>
2956 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2957@@ -221,7 +221,7 @@
2958 <tr>
2959 <td class="parameter_name"><p>path</p></td>
2960 <td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2961-<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2962+<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2963 </tr>
2964 </tbody>
2965 </table></div>
2966@@ -458,6 +458,6 @@
2967 </div>
2968 <div class="footer">
2969 <hr>
2970- Generated by GTK-Doc V1.20.1</div>
2971+ Generated by GTK-Doc V1.21.1</div>
2972 </body>
2973 </html>
2974\ No newline at end of file
2975
2976=== modified file 'docs/reference/html/GtkSourceUndoManager.html'
2977--- docs/reference/html/GtkSourceUndoManager.html 2014-07-07 11:31:02 +0000
2978+++ docs/reference/html/GtkSourceUndoManager.html 2014-09-01 20:28:44 +0000
2979@@ -8,7 +8,7 @@
2980 <link rel="up" href="ch01.html" title="API reference">
2981 <link rel="prev" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">
2982 <link rel="next" href="gtksourceview-3.0-GtkSourceUtils.html" title="GtkSourceUtils">
2983-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
2984+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
2985 <link rel="stylesheet" href="style.css" type="text/css">
2986 </head>
2987 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2988@@ -452,11 +452,11 @@
2989 </div>
2990 <div class="refsect1">
2991 <a name="GtkSourceUndoManager.see-also"></a><h2>See Also</h2>
2992-<p><a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>, <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p>
2993+<p><span class="type">GtkTextBuffer</span>, <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p>
2994 </div>
2995 </div>
2996 <div class="footer">
2997 <hr>
2998- Generated by GTK-Doc V1.20.1</div>
2999+ Generated by GTK-Doc V1.21.1</div>
3000 </body>
3001 </html>
3002\ No newline at end of file
3003
3004=== modified file 'docs/reference/html/GtkSourceView.html'
3005--- docs/reference/html/GtkSourceView.html 2014-07-07 11:31:02 +0000
3006+++ docs/reference/html/GtkSourceView.html 2014-09-01 20:28:44 +0000
3007@@ -8,7 +8,7 @@
3008 <link rel="up" href="ch01.html" title="API reference">
3009 <link rel="prev" href="gtksourceview-3.0-GtkSourceUtils.html" title="GtkSourceUtils">
3010 <link rel="next" href="ch02.html" title="Syntax highlighting reference">
3011-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3012+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3013 <link rel="stylesheet" href="style.css" type="text/css">
3014 </head>
3015 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3016@@ -45,7 +45,7 @@
3017 <tbody>
3018 <tr>
3019 <td class="function_type">
3020-<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
3021+<span class="returnvalue">GtkWidget</span> *
3022 </td>
3023 <td class="function_name">
3024 <a class="link" href="GtkSourceView.html#gtk-source-view-new" title="gtk_source_view_new ()">gtk_source_view_new</a> <span class="c_punctuation">()</span>
3025@@ -53,7 +53,7 @@
3026 </tr>
3027 <tr>
3028 <td class="function_type">
3029-<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
3030+<span class="returnvalue">GtkWidget</span> *
3031 </td>
3032 <td class="function_name">
3033 <a class="link" href="GtkSourceView.html#gtk-source-view-new-with-buffer" title="gtk_source_view_new_with_buffer ()">gtk_source_view_new_with_buffer</a> <span class="c_punctuation">()</span>
3034@@ -450,9 +450,9 @@
3035 <a name="GtkSourceView.object-hierarchy"></a><h2>Object Hierarchy</h2>
3036 <pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
3037 <span class="lineart">╰──</span> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
3038- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkWidget.html">GtkWidget</a>
3039- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkContainer.html">GtkContainer</a>
3040- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkTextView.html">GtkTextView</a>
3041+ <span class="lineart">╰──</span> GtkWidget
3042+ <span class="lineart">╰──</span> GtkContainer
3043+ <span class="lineart">╰──</span> GtkTextView
3044 <span class="lineart">╰──</span> GtkSourceView
3045 </pre>
3046 </div>
3047@@ -460,7 +460,7 @@
3048 <a name="GtkSourceView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
3049 <p>
3050 GtkSourceView implements
3051- AtkImplementorIface, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk2/GtkScrollable.html">GtkScrollable</a>.</p>
3052+ AtkImplementorIface, GtkBuildable and GtkScrollable.</p>
3053 </div>
3054 <div class="refsect1">
3055 <a name="GtkSourceView.includes"></a><h2>Includes</h2>
3056@@ -477,7 +477,7 @@
3057 <a name="GtkSourceView.functions_details"></a><h2>Functions</h2>
3058 <div class="refsect2">
3059 <a name="gtk-source-view-new"></a><h3>gtk_source_view_new ()</h3>
3060-<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
3061+<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
3062 gtk_source_view_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
3063 <p>Creates a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>. An empty default buffer will be
3064 created for you. If you want to specify your own buffer, consider
3065@@ -491,7 +491,7 @@
3066 <hr>
3067 <div class="refsect2">
3068 <a name="gtk-source-view-new-with-buffer"></a><h3>gtk_source_view_new_with_buffer ()</h3>
3069-<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
3070+<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
3071 gtk_source_view_new_with_buffer (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
3072 <p>Creates a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> widget displaying the buffer
3073 <em class="parameter"><code>buffer</code></em>
3074@@ -1352,7 +1352,7 @@
3075 <a name="gtk-source-view-get-gutter"></a><h3>gtk_source_view_get_gutter ()</h3>
3076 <pre class="programlisting"><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="returnvalue">GtkSourceGutter</span></a> *
3077 gtk_source_view_get_gutter (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
3078- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> window_type</code></em>);</pre>
3079+ <em class="parameter"><code><span class="type">GtkTextWindowType</span> window_type</code></em>);</pre>
3080 <p>Returns the <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> object associated with <em class="parameter"><code>window_type</code></em>
3081 for <em class="parameter"><code>view</code></em>
3082 .
3083@@ -1394,7 +1394,7 @@
3084 <a name="gtk-source-view-get-visual-column"></a><h3>gtk_source_view_get_visual_column ()</h3>
3085 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
3086 gtk_source_view_get_visual_column (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
3087- <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
3088+ <em class="parameter"><code>const <span class="type">GtkTextIter</span> *iter</code></em>);</pre>
3089 <p>Determines the visual column at <em class="parameter"><code>iter</code></em>
3090 taking into
3091 consideration the indent width of <em class="parameter"><code>view</code></em>
3092@@ -1709,8 +1709,8 @@
3093 <a name="GtkSourceView-line-mark-activated"></a><h3>The <code class="literal">“line-mark-activated”</code> signal</h3>
3094 <pre class="programlisting"><span class="returnvalue">void</span>
3095 user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
3096- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
3097- <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
3098+ <span class="type">GtkTextIter</span> *iter,
3099+ <span class="type">GdkEvent</span> *event,
3100 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3101 <p>Emitted when a line mark has been activated (for instance when there
3102 was a button press in the line marks gutter). You can use <em class="parameter"><code>iter</code></em>
3103@@ -1732,12 +1732,12 @@
3104 </tr>
3105 <tr>
3106 <td class="parameter_name"><p>iter</p></td>
3107-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
3108+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
3109 <td class="parameter_annotations"> </td>
3110 </tr>
3111 <tr>
3112 <td class="parameter_name"><p>event</p></td>
3113-<td class="parameter_description"><p>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> that activated the event</p></td>
3114+<td class="parameter_description"><p>the <span class="type">GdkEvent</span> that activated the event</p></td>
3115 <td class="parameter_annotations"> </td>
3116 </tr>
3117 <tr>
3118@@ -1893,7 +1893,7 @@
3119 <a name="GtkSourceView-smart-home-end"></a><h3>The <code class="literal">“smart-home-end”</code> signal</h3>
3120 <pre class="programlisting"><span class="returnvalue">void</span>
3121 user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
3122- <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
3123+ <span class="type">GtkTextIter</span> *iter,
3124 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
3125 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3126 <p>Emitted when a the cursor was moved according to the smart home
3127@@ -1917,7 +1917,7 @@
3128 </tr>
3129 <tr>
3130 <td class="parameter_name"><p>iter</p></td>
3131-<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
3132+<td class="parameter_description"><p>a <span class="type">GtkTextIter</span></p></td>
3133 <td class="parameter_annotations"> </td>
3134 </tr>
3135 <tr>
3136@@ -1947,11 +1947,11 @@
3137 </div>
3138 <div class="refsect1">
3139 <a name="GtkSourceView.see-also"></a><h2>See Also</h2>
3140-<p><a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a>,<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a></p>
3141+<p><span class="type">GtkTextView</span>,<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a></p>
3142 </div>
3143 </div>
3144 <div class="footer">
3145 <hr>
3146- Generated by GTK-Doc V1.20.1</div>
3147+ Generated by GTK-Doc V1.21.1</div>
3148 </body>
3149 </html>
3150\ No newline at end of file
3151
3152=== modified file 'docs/reference/html/annotation-glossary.html'
3153--- docs/reference/html/annotation-glossary.html 2014-07-07 11:31:02 +0000
3154+++ docs/reference/html/annotation-glossary.html 2014-09-01 20:28:44 +0000
3155@@ -7,7 +7,7 @@
3156 <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
3157 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3158 <link rel="prev" href="api-index-3-12.html" title="Index of new symbols in 3.12">
3159-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3160+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3161 <link rel="stylesheet" href="style.css" type="text/css">
3162 </head>
3163 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3164@@ -31,7 +31,7 @@
3165 <a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div>
3166 <a name="glsA"></a><h3 class="title">A</h3>
3167 <dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
3168-<dd class="glossdef"><p>NULL is ok, both for passing and for returning.</p></dd>
3169+<dd class="glossdef"><p>NULL is OK, both for passing and for returning.</p></dd>
3170 <dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt>
3171 <dd class="glossdef"><p>Parameter points to an array of items.</p></dd>
3172 <a name="glsE"></a><h3 class="title">E</h3>
3173@@ -59,6 +59,6 @@
3174 </div>
3175 <div class="footer">
3176 <hr>
3177- Generated by GTK-Doc V1.20.1</div>
3178+ Generated by GTK-Doc V1.21.1</div>
3179 </body>
3180 </html>
3181\ No newline at end of file
3182
3183=== modified file 'docs/reference/html/api-index-3-0.html'
3184--- docs/reference/html/api-index-3-0.html 2014-07-07 11:31:02 +0000
3185+++ docs/reference/html/api-index-3-0.html 2014-09-01 20:28:44 +0000
3186@@ -8,7 +8,7 @@
3187 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3188 <link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
3189 <link rel="next" href="api-index-3-4.html" title="Index of new symbols in 3.4">
3190-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3191+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3192 <link rel="stylesheet" href="style.css" type="text/css">
3193 </head>
3194 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3195@@ -38,6 +38,6 @@
3196 </div>
3197 <div class="footer">
3198 <hr>
3199- Generated by GTK-Doc V1.20.1</div>
3200+ Generated by GTK-Doc V1.21.1</div>
3201 </body>
3202 </html>
3203\ No newline at end of file
3204
3205=== modified file 'docs/reference/html/api-index-3-10.html'
3206--- docs/reference/html/api-index-3-10.html 2014-03-24 18:57:59 +0000
3207+++ docs/reference/html/api-index-3-10.html 2014-09-01 20:28:44 +0000
3208@@ -8,7 +8,7 @@
3209 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3210 <link rel="prev" href="api-index-3-4.html" title="Index of new symbols in 3.4">
3211 <link rel="next" href="api-index-3-12.html" title="Index of new symbols in 3.12">
3212-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3213+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3214 <link rel="stylesheet" href="style.css" type="text/css">
3215 </head>
3216 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3217@@ -190,6 +190,6 @@
3218 </div>
3219 <div class="footer">
3220 <hr>
3221- Generated by GTK-Doc V1.20.1</div>
3222+ Generated by GTK-Doc V1.21.1</div>
3223 </body>
3224 </html>
3225\ No newline at end of file
3226
3227=== modified file 'docs/reference/html/api-index-3-12.html'
3228--- docs/reference/html/api-index-3-12.html 2014-03-24 18:57:59 +0000
3229+++ docs/reference/html/api-index-3-12.html 2014-09-01 20:28:44 +0000
3230@@ -8,7 +8,7 @@
3231 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3232 <link rel="prev" href="api-index-3-10.html" title="Index of new symbols in 3.10">
3233 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
3234-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3235+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3236 <link rel="stylesheet" href="style.css" type="text/css">
3237 </head>
3238 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3239@@ -34,6 +34,6 @@
3240 </div>
3241 <div class="footer">
3242 <hr>
3243- Generated by GTK-Doc V1.20.1</div>
3244+ Generated by GTK-Doc V1.21.1</div>
3245 </body>
3246 </html>
3247\ No newline at end of file
3248
3249=== modified file 'docs/reference/html/api-index-3-4.html'
3250--- docs/reference/html/api-index-3-4.html 2014-03-24 18:57:59 +0000
3251+++ docs/reference/html/api-index-3-4.html 2014-09-01 20:28:44 +0000
3252@@ -8,7 +8,7 @@
3253 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3254 <link rel="prev" href="api-index-3-0.html" title="Index of new symbols in 3.0">
3255 <link rel="next" href="api-index-3-10.html" title="Index of new symbols in 3.10">
3256-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3257+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3258 <link rel="stylesheet" href="style.css" type="text/css">
3259 </head>
3260 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3261@@ -30,6 +30,6 @@
3262 </div>
3263 <div class="footer">
3264 <hr>
3265- Generated by GTK-Doc V1.20.1</div>
3266+ Generated by GTK-Doc V1.21.1</div>
3267 </body>
3268 </html>
3269\ No newline at end of file
3270
3271=== modified file 'docs/reference/html/api-index-deprecated.html'
3272--- docs/reference/html/api-index-deprecated.html 2014-07-07 11:31:02 +0000
3273+++ docs/reference/html/api-index-deprecated.html 2014-09-01 20:28:44 +0000
3274@@ -8,7 +8,7 @@
3275 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3276 <link rel="prev" href="api-index-full.html" title="Index of all symbols">
3277 <link rel="next" href="api-index-3-0.html" title="Index of new symbols in 3.0">
3278-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3279+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3280 <link rel="stylesheet" href="style.css" type="text/css">
3281 </head>
3282 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3283@@ -90,6 +90,6 @@
3284 </div>
3285 <div class="footer">
3286 <hr>
3287- Generated by GTK-Doc V1.20.1</div>
3288+ Generated by GTK-Doc V1.21.1</div>
3289 </body>
3290 </html>
3291\ No newline at end of file
3292
3293=== modified file 'docs/reference/html/api-index-full.html'
3294--- docs/reference/html/api-index-full.html 2014-07-07 11:31:02 +0000
3295+++ docs/reference/html/api-index-full.html 2014-09-01 20:28:44 +0000
3296@@ -8,7 +8,7 @@
3297 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3298 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
3299 <link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
3300-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3301+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3302 <link rel="stylesheet" href="style.css" type="text/css">
3303 </head>
3304 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3305@@ -1886,6 +1886,6 @@
3306 </div>
3307 <div class="footer">
3308 <hr>
3309- Generated by GTK-Doc V1.20.1</div>
3310+ Generated by GTK-Doc V1.21.1</div>
3311 </body>
3312 </html>
3313\ No newline at end of file
3314
3315=== modified file 'docs/reference/html/ch01.html'
3316--- docs/reference/html/ch01.html 2014-03-24 18:57:59 +0000
3317+++ docs/reference/html/ch01.html 2014-09-01 20:28:44 +0000
3318@@ -8,7 +8,7 @@
3319 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3320 <link rel="prev" href="index.html" title="GtkSourceView 3 Reference Manual">
3321 <link rel="next" href="GtkSourceBuffer.html" title="GtkSourceBuffer">
3322-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3323+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3324 <link rel="stylesheet" href="style.css" type="text/css">
3325 </head>
3326 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3327@@ -102,6 +102,6 @@
3328 </div>
3329 <div class="footer">
3330 <hr>
3331- Generated by GTK-Doc V1.20.1</div>
3332+ Generated by GTK-Doc V1.21.1</div>
3333 </body>
3334 </html>
3335\ No newline at end of file
3336
3337=== modified file 'docs/reference/html/ch02.html'
3338--- docs/reference/html/ch02.html 2014-03-24 18:57:59 +0000
3339+++ docs/reference/html/ch02.html 2014-09-01 20:28:44 +0000
3340@@ -8,7 +8,7 @@
3341 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3342 <link rel="prev" href="GtkSourceView.html" title="GtkSourceView">
3343 <link rel="next" href="lang-tutorial.html" title="Language Definition v2.0 Tutorial">
3344-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3345+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3346 <link rel="stylesheet" href="style.css" type="text/css">
3347 </head>
3348 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3349@@ -42,6 +42,6 @@
3350 </div>
3351 <div class="footer">
3352 <hr>
3353- Generated by GTK-Doc V1.20.1</div>
3354+ Generated by GTK-Doc V1.21.1</div>
3355 </body>
3356 </html>
3357\ No newline at end of file
3358
3359=== modified file 'docs/reference/html/gtksourceview-3.0-GtkSourceUtils.html'
3360--- docs/reference/html/gtksourceview-3.0-GtkSourceUtils.html 2014-05-16 12:48:15 +0000
3361+++ docs/reference/html/gtksourceview-3.0-GtkSourceUtils.html 2014-09-01 20:28:44 +0000
3362@@ -8,7 +8,7 @@
3363 <link rel="up" href="ch01.html" title="API reference">
3364 <link rel="prev" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager">
3365 <link rel="next" href="GtkSourceView.html" title="GtkSourceView">
3366-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3367+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3368 <link rel="stylesheet" href="style.css" type="text/css">
3369 </head>
3370 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3371@@ -109,7 +109,7 @@
3372 gtk_source_utils_escape_search_text (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
3373 <p>Use this function to escape the following characters: \n, \r, \t and .</p>
3374 <p>For a regular expression search, use <a href="http://library.gnome.org/devel/glib/unstable/glib-Perl-compatible-regular-expressions.html#g-regex-escape-string"><code class="function">g_regex_escape_string()</code></a> instead.</p>
3375-<p>One possible use case is to take the <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>'s selection and put it in a
3376+<p>One possible use case is to take the <span class="type">GtkTextBuffer</span>'s selection and put it in a
3377 search entry. The selection can contain tabulations, newlines, etc. So it's
3378 better to escape those special characters to better fit in the search entry.</p>
3379 <p>See also: <a class="link" href="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-unescape-search-text" title="gtk_source_utils_unescape_search_text ()"><code class="function">gtk_source_utils_unescape_search_text()</code></a>.</p>
3380@@ -149,6 +149,6 @@
3381 </div>
3382 <div class="footer">
3383 <hr>
3384- Generated by GTK-Doc V1.20.1</div>
3385+ Generated by GTK-Doc V1.21.1</div>
3386 </body>
3387 </html>
3388\ No newline at end of file
3389
3390=== modified file 'docs/reference/html/index.html'
3391--- docs/reference/html/index.html 2014-07-07 11:31:02 +0000
3392+++ docs/reference/html/index.html 2014-09-01 20:28:44 +0000
3393@@ -6,7 +6,7 @@
3394 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
3395 <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
3396 <link rel="next" href="ch01.html" title="API reference">
3397-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3398+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3399 <link rel="stylesheet" href="style.css" type="text/css">
3400 </head>
3401 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3402@@ -14,7 +14,7 @@
3403 <div class="titlepage">
3404 <div>
3405 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GtkSourceView 3 Reference Manual</p></th></tr></table></div>
3406-<div><p class="releaseinfo">for GtkSourceView 3.12.2
3407+<div><p class="releaseinfo">for GtkSourceView 3.12.3
3408 </p></div>
3409 </div>
3410 <hr>
3411@@ -128,6 +128,6 @@
3412 </div>
3413 <div class="footer">
3414 <hr>
3415- Generated by GTK-Doc V1.20.1</div>
3416+ Generated by GTK-Doc V1.21.1</div>
3417 </body>
3418 </html>
3419\ No newline at end of file
3420
3421=== modified file 'docs/reference/html/lang-reference.html'
3422--- docs/reference/html/lang-reference.html 2014-07-07 11:31:02 +0000
3423+++ docs/reference/html/lang-reference.html 2014-09-01 20:28:44 +0000
3424@@ -8,7 +8,7 @@
3425 <link rel="up" href="ch02.html" title="Syntax highlighting reference">
3426 <link rel="prev" href="lang-tutorial.html" title="Language Definition v2.0 Tutorial">
3427 <link rel="next" href="style-reference.html" title="Style Scheme Definition Reference">
3428-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3429+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3430 <link rel="stylesheet" href="style.css" type="text/css">
3431 </head>
3432 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3433@@ -865,6 +865,6 @@
3434 </div>
3435 <div class="footer">
3436 <hr>
3437- Generated by GTK-Doc V1.20.1</div>
3438+ Generated by GTK-Doc V1.21.1</div>
3439 </body>
3440 </html>
3441\ No newline at end of file
3442
3443=== modified file 'docs/reference/html/lang-tutorial.html'
3444--- docs/reference/html/lang-tutorial.html 2014-07-07 11:31:02 +0000
3445+++ docs/reference/html/lang-tutorial.html 2014-09-01 20:28:44 +0000
3446@@ -8,7 +8,7 @@
3447 <link rel="up" href="ch02.html" title="Syntax highlighting reference">
3448 <link rel="prev" href="ch02.html" title="Syntax highlighting reference">
3449 <link rel="next" href="lang-reference.html" title="Language Definition v2.0 Reference">
3450-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3451+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3452 <link rel="stylesheet" href="style.css" type="text/css">
3453 </head>
3454 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3455@@ -649,6 +649,6 @@
3456 </div>
3457 <div class="footer">
3458 <hr>
3459- Generated by GTK-Doc V1.20.1</div>
3460+ Generated by GTK-Doc V1.21.1</div>
3461 </body>
3462 </html>
3463\ No newline at end of file
3464
3465=== modified file 'docs/reference/html/object-tree.html'
3466--- docs/reference/html/object-tree.html 2014-05-16 12:48:15 +0000
3467+++ docs/reference/html/object-tree.html 2014-09-01 20:28:44 +0000
3468@@ -8,7 +8,7 @@
3469 <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
3470 <link rel="prev" href="style-reference.html" title="Style Scheme Definition Reference">
3471 <link rel="next" href="api-index-full.html" title="Index of all symbols">
3472-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3473+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3474 <link rel="stylesheet" href="style.css" type="text/css">
3475 </head>
3476 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3477@@ -24,16 +24,16 @@
3478 <a name="object-tree"></a>Object Hierarchy</h1></div></div></div>
3479 <pre class="screen">
3480 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
3481- <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html">GtkTextBuffer</a>
3482+ <span class="lineart">├──</span> GtkTextBuffer
3483 <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>
3484 <span class="lineart">├──</span> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
3485 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext">GtkSourceCompletionContext</a>
3486- <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk2/GtkWidget.html">GtkWidget</a>
3487- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkContainer.html">GtkContainer</a>
3488- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk2/GtkBin.html">GtkBin</a>
3489- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkWindow.html">GtkWindow</a>
3490+ <span class="lineart">│</span> <span class="lineart">├──</span> GtkWidget
3491+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> GtkContainer
3492+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> GtkBin
3493+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> GtkWindow
3494 <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo">GtkSourceCompletionInfo</a>
3495- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkTextView.html">GtkTextView</a>
3496+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> GtkTextView
3497 <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
3498 <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">GtkSourceGutterRenderer</a>
3499 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GtkSourceGutterRendererPixbuf.html" title="GtkSourceGutterRendererPixbuf">GtkSourceGutterRendererPixbuf</a>
3500@@ -45,7 +45,7 @@
3501 <span class="lineart">├──</span> <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a>
3502 <span class="lineart">├──</span> <a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">GtkSourceLanguageManager</a>
3503 <span class="lineart">├──</span> <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">GtkSourceMarkAttributes</a>
3504- <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk2/GtkTextMark.html">GtkTextMark</a>
3505+ <span class="lineart">├──</span> GtkTextMark
3506 <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceMark.html" title="GtkSourceMark">GtkSourceMark</a>
3507 <span class="lineart">├──</span> <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">GtkSourcePrintCompositor</a>
3508 <span class="lineart">├──</span> <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
3509@@ -61,6 +61,6 @@
3510 </div>
3511 <div class="footer">
3512 <hr>
3513- Generated by GTK-Doc V1.20.1</div>
3514+ Generated by GTK-Doc V1.21.1</div>
3515 </body>
3516 </html>
3517\ No newline at end of file
3518
3519=== modified file 'docs/reference/html/style-reference.html'
3520--- docs/reference/html/style-reference.html 2014-07-07 11:31:02 +0000
3521+++ docs/reference/html/style-reference.html 2014-09-01 20:28:44 +0000
3522@@ -8,7 +8,7 @@
3523 <link rel="up" href="ch02.html" title="Syntax highlighting reference">
3524 <link rel="prev" href="lang-reference.html" title="Language Definition v2.0 Reference">
3525 <link rel="next" href="object-tree.html" title="Object Hierarchy">
3526-<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
3527+<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
3528 <link rel="stylesheet" href="style.css" type="text/css">
3529 </head>
3530 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3531@@ -278,6 +278,6 @@
3532 </div>
3533 <div class="footer">
3534 <hr>
3535- Generated by GTK-Doc V1.20.1</div>
3536+ Generated by GTK-Doc V1.21.1</div>
3537 </body>
3538 </html>
3539\ No newline at end of file
3540
3541=== modified file 'docs/reference/version.xml'
3542--- docs/reference/version.xml 2014-07-07 11:31:02 +0000
3543+++ docs/reference/version.xml 2014-09-01 20:28:44 +0000
3544@@ -1,1 +1,1 @@
3545-3.12.2
3546+3.12.3
3547
3548=== modified file 'gtksourceview/gtksourceview.c'
3549--- gtksourceview/gtksourceview.c 2014-07-07 11:31:02 +0000
3550+++ gtksourceview/gtksourceview.c 2014-09-01 20:28:44 +0000
3551@@ -2042,7 +2042,10 @@
3552
3553 /* Find start of trailing */
3554 start = *iter;
3555- gtk_text_iter_forward_to_line_end (&start);
3556+ if (!gtk_text_iter_ends_line (&start))
3557+ {
3558+ gtk_text_iter_forward_to_line_end (&start);
3559+ }
3560
3561 while (TRUE)
3562 {
3563@@ -2110,7 +2113,10 @@
3564 GdkRectangle rect;
3565
3566 *end_iter = *start_iter;
3567- gtk_text_iter_forward_to_line_end (end_iter);
3568+ if (!gtk_text_iter_ends_line (end_iter))
3569+ {
3570+ gtk_text_iter_forward_to_line_end (end_iter);
3571+ }
3572
3573 /* check if end_iter is inside the bounding box anyway */
3574 gtk_text_view_get_iter_location (text_view, end_iter, &rect);
3575
3576=== modified file 'po/ca.po'
3577--- po/ca.po 2014-07-07 11:31:02 +0000
3578+++ po/ca.po 2014-09-01 20:28:44 +0000
3579@@ -3,16 +3,16 @@
3580 # This file is distributed under the same license as the gtksourceview package.
3581 # Aleix Badia i Bosch <abadia@ica.es>, 2003, 2004.
3582 # Josep Puigdemont i Casamajó <josep.puigdemont@gmail.com>, 2005, 2006, 2007.
3583-# Gil Forcada <gilforcada@guifi.net>, 2008, 2009, 2010, 2011, 2012, 2013.
3584+# Gil Forcada <gilforcada@guifi.net>, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
3585 #
3586 msgid ""
3587 msgstr ""
3588 "Project-Id-Version: gtksourceview\n"
3589 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
3590 "product=gtksourceview&keywords=I18N+L10N&component=general\n"
3591-"POT-Creation-Date: 2013-09-26 16:18+0000\n"
3592-"PO-Revision-Date: 2013-09-25 00:52+0200\n"
3593-"Last-Translator: Josep Sanchez Mesegue <papapep@gmx.com>\n"
3594+"POT-Creation-Date: 2014-06-02 20:57+0000\n"
3595+"PO-Revision-Date: 2014-02-22 23:09+0100\n"
3596+"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
3597 "Language-Team: Catalan <tradgnome@softcatala.org>\n"
3598 "Language: ca\n"
3599 "MIME-Version: 1.0\n"
3600@@ -63,7 +63,7 @@
3601
3602 #: ../data/glade/gtksourceview.xml.in.h:12
3603 #: ../gtksourceview/gtksourcecompletionitem.c:262
3604-#: ../gtksourceview/gtksourcegutterrenderertext.c:399
3605+#: ../gtksourceview/gtksourcegutterrenderertext.c:409
3606 msgid "Text"
3607 msgstr "Text"
3608
3609@@ -74,12 +74,14 @@
3610 #. Translators: "All" is used as a label in the status bar of the
3611 #. popup, telling that all completion pages are shown.
3612 #: ../data/glade/gtksourceview.xml.in.h:14
3613-#: ../gtksourceview/gtksourcecompletion.c:753
3614+#: ../gtksourceview/gtksourcecompletion.c:789
3615 msgid "All"
3616 msgstr "Totes"
3617
3618 #: ../data/language-specs/actionscript.lang.h:1
3619-#: ../data/language-specs/ada.lang.h:1 ../data/language-specs/asp.lang.h:1
3620+#: ../data/language-specs/ada.lang.h:1
3621+#: ../data/language-specs/ansforth94.lang.h:1
3622+#: ../data/language-specs/asp.lang.h:1
3623 #: ../data/language-specs/automake.lang.h:1
3624 #: ../data/language-specs/bennugd.lang.h:1
3625 #: ../data/language-specs/bluespec.lang.h:1
3626@@ -95,7 +97,9 @@
3627 #: ../data/language-specs/go.lang.h:1 ../data/language-specs/haskell.lang.h:1
3628 #: ../data/language-specs/haskell-literate.lang.h:1
3629 #: ../data/language-specs/idl.lang.h:1 ../data/language-specs/java.lang.h:1
3630-#: ../data/language-specs/j.lang.h:1 ../data/language-specs/makefile.lang.h:1
3631+#: ../data/language-specs/j.lang.h:1 ../data/language-specs/lex.lang.h:1
3632+#: ../data/language-specs/llvm.lang.h:1
3633+#: ../data/language-specs/makefile.lang.h:1
3634 #: ../data/language-specs/nemerle.lang.h:1
3635 #: ../data/language-specs/netrexx.lang.h:1
3636 #: ../data/language-specs/objc.lang.h:1 ../data/language-specs/objj.lang.h:1
3637@@ -110,8 +114,8 @@
3638 #: ../data/language-specs/vala.lang.h:1 ../data/language-specs/vbnet.lang.h:1
3639 #: ../data/language-specs/verilog.lang.h:1
3640 #: ../data/language-specs/vhdl.lang.h:1
3641-msgid "Sources"
3642-msgstr "Codis font"
3643+msgid "Source"
3644+msgstr "Font"
3645
3646 #: ../data/language-specs/actionscript.lang.h:2
3647 msgid "ActionScript"
3648@@ -119,10 +123,11 @@
3649
3650 #. Any comment
3651 #: ../data/language-specs/actionscript.lang.h:3
3652-#: ../data/language-specs/ada.lang.h:3 ../data/language-specs/asp.lang.h:3
3653-#: ../data/language-specs/bennugd.lang.h:3 ../data/language-specs/boo.lang.h:3
3654-#: ../data/language-specs/cg.lang.h:3 ../data/language-specs/c.lang.h:3
3655-#: ../data/language-specs/cobol.lang.h:3
3656+#: ../data/language-specs/ada.lang.h:3
3657+#: ../data/language-specs/ansforth94.lang.h:5
3658+#: ../data/language-specs/asp.lang.h:3 ../data/language-specs/bennugd.lang.h:3
3659+#: ../data/language-specs/boo.lang.h:3 ../data/language-specs/cg.lang.h:3
3660+#: ../data/language-specs/c.lang.h:3 ../data/language-specs/cobol.lang.h:3
3661 #: ../data/language-specs/csharp.lang.h:3 ../data/language-specs/def.lang.h:3
3662 #: ../data/language-specs/d.lang.h:3 ../data/language-specs/dosbatch.lang.h:3
3663 #: ../data/language-specs/dot.lang.h:3 ../data/language-specs/eiffel.lang.h:3
3664@@ -136,7 +141,8 @@
3665 #: ../data/language-specs/idl-exelis.lang.h:3
3666 #: ../data/language-specs/idl.lang.h:3 ../data/language-specs/ini.lang.h:3
3667 #: ../data/language-specs/j.lang.h:4 ../data/language-specs/latex.lang.h:3
3668-#: ../data/language-specs/lua.lang.h:3 ../data/language-specs/matlab.lang.h:3
3669+#: ../data/language-specs/llvm.lang.h:3 ../data/language-specs/lua.lang.h:3
3670+#: ../data/language-specs/matlab.lang.h:3
3671 #: ../data/language-specs/modelica.lang.h:3
3672 #: ../data/language-specs/nemerle.lang.h:3
3673 #: ../data/language-specs/netrexx.lang.h:6
3674@@ -144,16 +150,18 @@
3675 #: ../data/language-specs/ocl.lang.h:3 ../data/language-specs/octave.lang.h:3
3676 #: ../data/language-specs/ooc.lang.h:3 ../data/language-specs/opal.lang.h:4
3677 #: ../data/language-specs/pascal.lang.h:3 ../data/language-specs/perl.lang.h:3
3678-#: ../data/language-specs/php.lang.h:3 ../data/language-specs/po.lang.h:3
3679-#: ../data/language-specs/prolog.lang.h:3 ../data/language-specs/ruby.lang.h:4
3680-#: ../data/language-specs/scala.lang.h:5
3681+#: ../data/language-specs/php.lang.h:4 ../data/language-specs/po.lang.h:3
3682+#: ../data/language-specs/prolog.lang.h:3 ../data/language-specs/rst.lang.h:8
3683+#: ../data/language-specs/ruby.lang.h:4 ../data/language-specs/scala.lang.h:5
3684 #: ../data/language-specs/scheme.lang.h:3
3685 #: ../data/language-specs/scilab.lang.h:3 ../data/language-specs/sh.lang.h:3
3686 #: ../data/language-specs/sml.lang.h:3 ../data/language-specs/sql.lang.h:3
3687-#: ../data/language-specs/t2t.lang.h:3 ../data/language-specs/texinfo.lang.h:3
3688+#: ../data/language-specs/sweave.lang.h:3 ../data/language-specs/t2t.lang.h:3
3689+#: ../data/language-specs/texinfo.lang.h:3
3690 #: ../data/language-specs/vala.lang.h:3 ../data/language-specs/vbnet.lang.h:3
3691 #: ../data/language-specs/verilog.lang.h:3
3692 #: ../data/language-specs/vhdl.lang.h:3 ../data/language-specs/xml.lang.h:3
3693+#: ../data/language-specs/yaml.lang.h:4
3694 msgid "Comment"
3695 msgstr "Comentari"
3696
3697@@ -169,7 +177,7 @@
3698 #: ../data/language-specs/nemerle.lang.h:4
3699 #: ../data/language-specs/ocaml.lang.h:20 ../data/language-specs/ooc.lang.h:4
3700 #: ../data/language-specs/opal.lang.h:6 ../data/language-specs/perl.lang.h:17
3701-#: ../data/language-specs/php.lang.h:4 ../data/language-specs/prolog.lang.h:9
3702+#: ../data/language-specs/php.lang.h:5 ../data/language-specs/prolog.lang.h:9
3703 #: ../data/language-specs/scala.lang.h:3 ../data/language-specs/vala.lang.h:4
3704 #: ../data/language-specs/verilog.lang.h:7
3705 #: ../data/language-specs/xml.lang.h:13
3706@@ -178,9 +186,10 @@
3707
3708 #. A string constant: "this is a string"
3709 #: ../data/language-specs/actionscript.lang.h:5
3710-#: ../data/language-specs/ada.lang.h:4 ../data/language-specs/asp.lang.h:4
3711-#: ../data/language-specs/boo.lang.h:5 ../data/language-specs/c.lang.h:4
3712-#: ../data/language-specs/cobol.lang.h:8
3713+#: ../data/language-specs/ada.lang.h:4
3714+#: ../data/language-specs/ansforth94.lang.h:9
3715+#: ../data/language-specs/asp.lang.h:4 ../data/language-specs/boo.lang.h:5
3716+#: ../data/language-specs/c.lang.h:4 ../data/language-specs/cobol.lang.h:8
3717 #: ../data/language-specs/csharp.lang.h:6 ../data/language-specs/css.lang.h:5
3718 #: ../data/language-specs/def.lang.h:17 ../data/language-specs/d.lang.h:5
3719 #: ../data/language-specs/dosbatch.lang.h:4
3720@@ -196,7 +205,8 @@
3721 #: ../data/language-specs/ini.lang.h:5 ../data/language-specs/java.lang.h:4
3722 #: ../data/language-specs/javascript.lang.h:13
3723 #: ../data/language-specs/j.lang.h:17 ../data/language-specs/json.lang.h:4
3724-#: ../data/language-specs/julia.lang.h:3 ../data/language-specs/lua.lang.h:4
3725+#: ../data/language-specs/julia.lang.h:3 ../data/language-specs/llvm.lang.h:4
3726+#: ../data/language-specs/lua.lang.h:4
3727 #: ../data/language-specs/modelica.lang.h:4
3728 #: ../data/language-specs/nemerle.lang.h:7
3729 #: ../data/language-specs/netrexx.lang.h:4
3730@@ -205,7 +215,7 @@
3731 #: ../data/language-specs/ocl.lang.h:4 ../data/language-specs/octave.lang.h:4
3732 #: ../data/language-specs/ooc.lang.h:6 ../data/language-specs/opal.lang.h:7
3733 #: ../data/language-specs/pascal.lang.h:4 ../data/language-specs/perl.lang.h:6
3734-#: ../data/language-specs/php.lang.h:9 ../data/language-specs/po.lang.h:5
3735+#: ../data/language-specs/php.lang.h:10 ../data/language-specs/po.lang.h:5
3736 #: ../data/language-specs/prolog.lang.h:6
3737 #: ../data/language-specs/protobuf.lang.h:6
3738 #: ../data/language-specs/python3.lang.h:6
3739@@ -217,7 +227,7 @@
3740 #: ../data/language-specs/texinfo.lang.h:6
3741 #: ../data/language-specs/vala.lang.h:6 ../data/language-specs/vbnet.lang.h:4
3742 #: ../data/language-specs/verilog.lang.h:4
3743-#: ../data/language-specs/vhdl.lang.h:4
3744+#: ../data/language-specs/vhdl.lang.h:4 ../data/language-specs/yaml.lang.h:5
3745 msgid "String"
3746 msgstr "Cadena"
3747
3748@@ -249,8 +259,10 @@
3749
3750 #. keywords: "if", "for", "while", etc.
3751 #: ../data/language-specs/actionscript.lang.h:10
3752-#: ../data/language-specs/ada.lang.h:5 ../data/language-specs/asp.lang.h:6
3753-#: ../data/language-specs/awk.lang.h:3 ../data/language-specs/bennugd.lang.h:7
3754+#: ../data/language-specs/ada.lang.h:5
3755+#: ../data/language-specs/ansforth94.lang.h:3
3756+#: ../data/language-specs/asp.lang.h:6 ../data/language-specs/awk.lang.h:3
3757+#: ../data/language-specs/bennugd.lang.h:7
3758 #: ../data/language-specs/bluespec.lang.h:7
3759 #: ../data/language-specs/boo.lang.h:10 ../data/language-specs/cg.lang.h:8
3760 #: ../data/language-specs/c.lang.h:9 ../data/language-specs/cobol.lang.h:6
3761@@ -270,7 +282,8 @@
3762 #: ../data/language-specs/idl.lang.h:6 ../data/language-specs/imagej.lang.h:8
3763 #: ../data/language-specs/ini.lang.h:6 ../data/language-specs/java.lang.h:12
3764 #: ../data/language-specs/javascript.lang.h:7
3765-#: ../data/language-specs/julia.lang.h:10 ../data/language-specs/lua.lang.h:5
3766+#: ../data/language-specs/julia.lang.h:10 ../data/language-specs/lex.lang.h:4
3767+#: ../data/language-specs/llvm.lang.h:5 ../data/language-specs/lua.lang.h:5
3768 #: ../data/language-specs/matlab.lang.h:4
3769 #: ../data/language-specs/modelica.lang.h:13
3770 #: ../data/language-specs/nemerle.lang.h:8
3771@@ -280,7 +293,7 @@
3772 #: ../data/language-specs/ooc.lang.h:11 ../data/language-specs/opal.lang.h:8
3773 #: ../data/language-specs/opencl.lang.h:3
3774 #: ../data/language-specs/pascal.lang.h:5 ../data/language-specs/perl.lang.h:7
3775-#: ../data/language-specs/php.lang.h:12 ../data/language-specs/po.lang.h:7
3776+#: ../data/language-specs/php.lang.h:13 ../data/language-specs/po.lang.h:7
3777 #: ../data/language-specs/prolog.lang.h:5
3778 #: ../data/language-specs/protobuf.lang.h:4
3779 #: ../data/language-specs/python3.lang.h:4
3780@@ -307,7 +320,7 @@
3781 #: ../data/language-specs/json.lang.h:5
3782 #: ../data/language-specs/nemerle.lang.h:10
3783 #: ../data/language-specs/objj.lang.h:9 ../data/language-specs/ooc.lang.h:12
3784-#: ../data/language-specs/php.lang.h:16 ../data/language-specs/vala.lang.h:9
3785+#: ../data/language-specs/php.lang.h:17 ../data/language-specs/vala.lang.h:9
3786 msgid "Null Value"
3787 msgstr "Valor nul"
3788
3789@@ -320,10 +333,11 @@
3790 #: ../data/language-specs/def.lang.h:34
3791 #: ../data/language-specs/fsharp.lang.h:19 ../data/language-specs/go.lang.h:16
3792 #: ../data/language-specs/gtkrc.lang.h:10 ../data/language-specs/ini.lang.h:10
3793-#: ../data/language-specs/java.lang.h:14 ../data/language-specs/lua.lang.h:10
3794+#: ../data/language-specs/java.lang.h:14 ../data/language-specs/llvm.lang.h:11
3795+#: ../data/language-specs/lua.lang.h:10
3796 #: ../data/language-specs/nemerle.lang.h:11
3797 #: ../data/language-specs/ocaml.lang.h:19 ../data/language-specs/ooc.lang.h:13
3798-#: ../data/language-specs/opal.lang.h:9 ../data/language-specs/php.lang.h:17
3799+#: ../data/language-specs/opal.lang.h:9 ../data/language-specs/php.lang.h:18
3800 #: ../data/language-specs/protobuf.lang.h:5 ../data/language-specs/R.lang.h:8
3801 #: ../data/language-specs/ruby.lang.h:9 ../data/language-specs/sml.lang.h:11
3802 #: ../data/language-specs/vala.lang.h:8 ../data/language-specs/vbnet.lang.h:9
3803@@ -338,6 +352,7 @@
3804 #: ../data/language-specs/desktop.lang.h:8
3805 #: ../data/language-specs/forth.lang.h:8 ../data/language-specs/java.lang.h:15
3806 #: ../data/language-specs/j.lang.h:14 ../data/language-specs/julia.lang.h:5
3807+#: ../data/language-specs/llvm.lang.h:12
3808 #: ../data/language-specs/netrexx.lang.h:16
3809 #: ../data/language-specs/prolog.lang.h:7
3810 #: ../data/language-specs/scala.lang.h:12
3811@@ -369,12 +384,13 @@
3812 #: ../data/language-specs/idl.lang.h:4 ../data/language-specs/ini.lang.h:9
3813 #: ../data/language-specs/java.lang.h:17
3814 #: ../data/language-specs/javascript.lang.h:8
3815+#: ../data/language-specs/llvm.lang.h:10
3816 #: ../data/language-specs/nemerle.lang.h:9
3817 #: ../data/language-specs/objc.lang.h:4 ../data/language-specs/objj.lang.h:5
3818 #: ../data/language-specs/ocaml.lang.h:12 ../data/language-specs/ocl.lang.h:7
3819 #: ../data/language-specs/ooc.lang.h:19 ../data/language-specs/opal.lang.h:11
3820 #: ../data/language-specs/opencl.lang.h:4
3821-#: ../data/language-specs/pascal.lang.h:7 ../data/language-specs/php.lang.h:15
3822+#: ../data/language-specs/pascal.lang.h:7 ../data/language-specs/php.lang.h:16
3823 #: ../data/language-specs/protobuf.lang.h:3
3824 #: ../data/language-specs/scala.lang.h:14 ../data/language-specs/sml.lang.h:5
3825 #: ../data/language-specs/sparql.lang.h:4 ../data/language-specs/sql.lang.h:9
3826@@ -398,7 +414,7 @@
3827 #: ../data/language-specs/idl-exelis.lang.h:9
3828 #: ../data/language-specs/nemerle.lang.h:13
3829 #: ../data/language-specs/ocaml.lang.h:7 ../data/language-specs/ooc.lang.h:15
3830-#: ../data/language-specs/opal.lang.h:10 ../data/language-specs/php.lang.h:19
3831+#: ../data/language-specs/opal.lang.h:10 ../data/language-specs/php.lang.h:20
3832 #: ../data/language-specs/python3.lang.h:12
3833 #: ../data/language-specs/python.lang.h:13
3834 #: ../data/language-specs/ruby.lang.h:11
3835@@ -441,7 +457,7 @@
3836 #: ../data/language-specs/json.lang.h:3 ../data/language-specs/lua.lang.h:6
3837 #: ../data/language-specs/netrexx.lang.h:3
3838 #: ../data/language-specs/ocaml.lang.h:18 ../data/language-specs/ooc.lang.h:5
3839-#: ../data/language-specs/php.lang.h:8 ../data/language-specs/prolog.lang.h:10
3840+#: ../data/language-specs/php.lang.h:9 ../data/language-specs/prolog.lang.h:10
3841 #: ../data/language-specs/python3.lang.h:7
3842 #: ../data/language-specs/python.lang.h:7 ../data/language-specs/ruby.lang.h:3
3843 #: ../data/language-specs/scala.lang.h:7 ../data/language-specs/sml.lang.h:8
3844@@ -450,6 +466,79 @@
3845 msgid "Escaped Character"
3846 msgstr "Caràcter d'escapada"
3847
3848+#: ../data/language-specs/ansforth94.lang.h:2
3849+msgid "ANS-Forth94"
3850+msgstr "ANS-Forth94"
3851+
3852+#: ../data/language-specs/ansforth94.lang.h:4
3853+msgid "Obsolete Keyword"
3854+msgstr "Paraula clau obsoleta"
3855+
3856+#: ../data/language-specs/ansforth94.lang.h:6
3857+msgid "Alert"
3858+msgstr "Avís"
3859+
3860+#. A character constant: 'c'
3861+#: ../data/language-specs/ansforth94.lang.h:7
3862+#: ../data/language-specs/c.lang.h:8 ../data/language-specs/csharp.lang.h:7
3863+#: ../data/language-specs/def.lang.h:15 ../data/language-specs/erlang.lang.h:8
3864+#: ../data/language-specs/gap.lang.h:4 ../data/language-specs/go.lang.h:6
3865+#: ../data/language-specs/haskell.lang.h:10
3866+#: ../data/language-specs/java.lang.h:5 ../data/language-specs/julia.lang.h:4
3867+#: ../data/language-specs/nemerle.lang.h:6
3868+#: ../data/language-specs/netrexx.lang.h:5 ../data/language-specs/sml.lang.h:6
3869+#: ../data/language-specs/vhdl.lang.h:5
3870+msgid "Character"
3871+msgstr "Caràcter"
3872+
3873+#: ../data/language-specs/ansforth94.lang.h:8
3874+msgid "Word"
3875+msgstr "Paraula"
3876+
3877+#. Any constant
3878+#: ../data/language-specs/ansforth94.lang.h:10
3879+#: ../data/language-specs/cmake.lang.h:5 ../data/language-specs/cobol.lang.h:7
3880+#: ../data/language-specs/def.lang.h:13
3881+#: ../data/language-specs/gtk-doc.lang.h:8
3882+#: ../data/language-specs/libtool.lang.h:3
3883+#: ../data/language-specs/ruby.lang.h:18
3884+msgid "Constant"
3885+msgstr "Constant"
3886+
3887+#: ../data/language-specs/ansforth94.lang.h:11
3888+#: ../data/language-specs/awk.lang.h:5 ../data/language-specs/cmake.lang.h:8
3889+#: ../data/language-specs/cobol.lang.h:5
3890+#: ../data/language-specs/haskell.lang.h:5 ../data/language-specs/ini.lang.h:8
3891+#: ../data/language-specs/llvm.lang.h:8
3892+#: ../data/language-specs/makefile.lang.h:3
3893+#: ../data/language-specs/nsis.lang.h:6
3894+#: ../data/language-specs/octave.lang.h:14
3895+#: ../data/language-specs/perl.lang.h:13 ../data/language-specs/php.lang.h:6
3896+#: ../data/language-specs/pkgconfig.lang.h:3
3897+#: ../data/language-specs/prolog.lang.h:4
3898+#: ../data/language-specs/protobuf.lang.h:2
3899+#: ../data/language-specs/ruby.lang.h:22 ../data/language-specs/sh.lang.h:7
3900+#: ../data/language-specs/sparql.lang.h:14 ../data/language-specs/tcl.lang.h:3
3901+msgid "Variable"
3902+msgstr "Variable"
3903+
3904+#: ../data/language-specs/ansforth94.lang.h:12
3905+msgid "Local Variable"
3906+msgstr "Variable local"
3907+
3908+#: ../data/language-specs/ansforth94.lang.h:13
3909+msgid "Single Number"
3910+msgstr "Nombre senzill"
3911+
3912+#: ../data/language-specs/ansforth94.lang.h:14
3913+msgid "Double Number"
3914+msgstr "Nombre doble"
3915+
3916+#: ../data/language-specs/ansforth94.lang.h:15
3917+#: ../data/language-specs/haskell.lang.h:12
3918+msgid "Float"
3919+msgstr "Punt flotant"
3920+
3921 #: ../data/language-specs/asp.lang.h:2
3922 msgid "ASP"
3923 msgstr "ASP"
3924@@ -462,7 +551,8 @@
3925 #: ../data/language-specs/gtk-doc.lang.h:10
3926 #: ../data/language-specs/idl-exelis.lang.h:10
3927 #: ../data/language-specs/javascript.lang.h:9
3928-#: ../data/language-specs/lua.lang.h:8 ../data/language-specs/scheme.lang.h:7
3929+#: ../data/language-specs/llvm.lang.h:6 ../data/language-specs/lua.lang.h:8
3930+#: ../data/language-specs/scheme.lang.h:7
3931 #: ../data/language-specs/scilab.lang.h:7 ../data/language-specs/sh.lang.h:4
3932 #: ../data/language-specs/sparql.lang.h:5 ../data/language-specs/sql.lang.h:7
3933 msgid "Function"
3934@@ -477,7 +567,7 @@
3935 #: ../data/language-specs/julia.lang.h:9
3936 #: ../data/language-specs/modelica.lang.h:5
3937 #: ../data/language-specs/nsis.lang.h:3 ../data/language-specs/octave.lang.h:5
3938-#: ../data/language-specs/perl.lang.h:12 ../data/language-specs/php.lang.h:14
3939+#: ../data/language-specs/perl.lang.h:12 ../data/language-specs/php.lang.h:15
3940 #: ../data/language-specs/prolog.lang.h:8
3941 #: ../data/language-specs/scala.lang.h:13
3942 #: ../data/language-specs/sparql.lang.h:15
3943@@ -531,6 +621,7 @@
3944 msgstr "Una altra paraula clau"
3945
3946 #: ../data/language-specs/automake.lang.h:10
3947+#: ../data/language-specs/rst.lang.h:10
3948 msgid "Substitution"
3949 msgstr "Substitució"
3950
3951@@ -542,32 +633,17 @@
3952 #: ../data/language-specs/python3.lang.h:1
3953 #: ../data/language-specs/python.lang.h:1 ../data/language-specs/ruby.lang.h:1
3954 #: ../data/language-specs/sh.lang.h:1 ../data/language-specs/tcl.lang.h:1
3955-msgid "Scripts"
3956-msgstr "Scripts"
3957+msgid "Script"
3958+msgstr "Script"
3959
3960 #: ../data/language-specs/awk.lang.h:2
3961 msgid "awk"
3962 msgstr "awk"
3963
3964-#: ../data/language-specs/awk.lang.h:4
3965+#: ../data/language-specs/awk.lang.h:4 ../data/language-specs/lex.lang.h:5
3966 msgid "Pattern"
3967 msgstr "Patró"
3968
3969-#: ../data/language-specs/awk.lang.h:5 ../data/language-specs/cmake.lang.h:8
3970-#: ../data/language-specs/cobol.lang.h:5
3971-#: ../data/language-specs/haskell.lang.h:5 ../data/language-specs/ini.lang.h:8
3972-#: ../data/language-specs/makefile.lang.h:3
3973-#: ../data/language-specs/nsis.lang.h:6
3974-#: ../data/language-specs/octave.lang.h:14
3975-#: ../data/language-specs/perl.lang.h:13 ../data/language-specs/php.lang.h:5
3976-#: ../data/language-specs/pkgconfig.lang.h:3
3977-#: ../data/language-specs/prolog.lang.h:4
3978-#: ../data/language-specs/protobuf.lang.h:2
3979-#: ../data/language-specs/ruby.lang.h:22 ../data/language-specs/sh.lang.h:7
3980-#: ../data/language-specs/sparql.lang.h:14 ../data/language-specs/tcl.lang.h:3
3981-msgid "Variable"
3982-msgstr "Variable"
3983-
3984 #: ../data/language-specs/awk.lang.h:6 ../data/language-specs/boo.lang.h:15
3985 #: ../data/language-specs/glsl.lang.h:6 ../data/language-specs/go.lang.h:18
3986 #: ../data/language-specs/netrexx.lang.h:15
3987@@ -583,7 +659,8 @@
3988
3989 #. Any variable name
3990 #: ../data/language-specs/bennugd.lang.h:5
3991-#: ../data/language-specs/def.lang.h:36 ../data/language-specs/php.lang.h:6
3992+#: ../data/language-specs/def.lang.h:36 ../data/language-specs/llvm.lang.h:9
3993+#: ../data/language-specs/php.lang.h:7
3994 msgid "Identifier"
3995 msgstr "Identificador"
3996
3997@@ -595,7 +672,7 @@
3998 #: ../data/language-specs/idl-exelis.lang.h:8
3999 #: ../data/language-specs/json.lang.h:9
4000 #: ../data/language-specs/nemerle.lang.h:12
4001-#: ../data/language-specs/ooc.lang.h:14 ../data/language-specs/php.lang.h:18
4002+#: ../data/language-specs/ooc.lang.h:14 ../data/language-specs/php.lang.h:19
4003 #: ../data/language-specs/python3.lang.h:11
4004 #: ../data/language-specs/python.lang.h:12 ../data/language-specs/R.lang.h:10
4005 #: ../data/language-specs/ruby.lang.h:10
4006@@ -607,7 +684,7 @@
4007 #: ../data/language-specs/csharp.lang.h:16 ../data/language-specs/d.lang.h:15
4008 #: ../data/language-specs/eiffel.lang.h:16 ../data/language-specs/go.lang.h:15
4009 #: ../data/language-specs/nemerle.lang.h:16
4010-#: ../data/language-specs/ooc.lang.h:17 ../data/language-specs/php.lang.h:21
4011+#: ../data/language-specs/ooc.lang.h:17 ../data/language-specs/php.lang.h:22
4012 msgid "Hexadecimal number"
4013 msgstr "Nombre hexadecimal"
4014
4015@@ -619,11 +696,12 @@
4016 #: ../data/language-specs/mallard.lang.h:1
4017 #: ../data/language-specs/markdown.lang.h:1
4018 #: ../data/language-specs/mediawiki.lang.h:1
4019-#: ../data/language-specs/mxml.lang.h:1 ../data/language-specs/t2t.lang.h:1
4020+#: ../data/language-specs/mxml.lang.h:1 ../data/language-specs/rst.lang.h:1
4021+#: ../data/language-specs/sweave.lang.h:1 ../data/language-specs/t2t.lang.h:1
4022 #: ../data/language-specs/texinfo.lang.h:1 ../data/language-specs/xml.lang.h:1
4023 #: ../data/language-specs/xslt.lang.h:1
4024 #: ../gtksourceview/gtksourcecompletionitem.c:249
4025-#: ../gtksourceview/gtksourcegutterrenderertext.c:391
4026+#: ../gtksourceview/gtksourcegutterrenderertext.c:401
4027 msgid "Markup"
4028 msgstr "Marcatge"
4029
4030@@ -712,6 +790,7 @@
4031 #: ../data/language-specs/scheme.lang.h:4
4032 #: ../data/language-specs/scilab.lang.h:8
4033 #: ../data/language-specs/sparql.lang.h:9
4034+#: ../data/language-specs/yaml.lang.h:12
4035 msgid "Boolean"
4036 msgstr "Booleà"
4037
4038@@ -731,7 +810,7 @@
4039 #: ../data/language-specs/cg.lang.h:14 ../data/language-specs/c.lang.h:17
4040 #: ../data/language-specs/d.lang.h:14 ../data/language-specs/go.lang.h:14
4041 #: ../data/language-specs/nemerle.lang.h:15
4042-#: ../data/language-specs/ooc.lang.h:16 ../data/language-specs/php.lang.h:20
4043+#: ../data/language-specs/ooc.lang.h:16 ../data/language-specs/php.lang.h:21
4044 msgid "Octal number"
4045 msgstr "Nombre octal"
4046
4047@@ -749,17 +828,6 @@
4048 msgid "Builtin"
4049 msgstr "Integrat"
4050
4051-#. *
4052-#. * SECTION:language
4053-#. * @Short_description: Object representing a syntax highlighted language
4054-#. * @Title: GtkSourceLanguage
4055-#. * @See_also: #GtkSourceLanguageManager
4056-#. *
4057-#. * #GtkSourceLanguage encapsulates syntax and highlighting styles for a
4058-#. * particular language. Use #GtkSourceLanguageManager to obtain a
4059-#. * #GtkSourceLanguage instance, and gtk_source_buffer_set_language() to apply it
4060-#. * to a #GtkSourceBuffer.
4061-#.
4062 #: ../data/language-specs/changelog.lang.h:1
4063 #: ../data/language-specs/cmake.lang.h:1 ../data/language-specs/css.lang.h:1
4064 #: ../data/language-specs/desktop.lang.h:1
4065@@ -773,12 +841,11 @@
4066 #: ../data/language-specs/pkgconfig.lang.h:1
4067 #: ../data/language-specs/po.lang.h:1 ../data/language-specs/protobuf.lang.h:1
4068 #: ../data/language-specs/puppet.lang.h:1
4069-#: ../data/language-specs/rpmspec.lang.h:1 ../data/language-specs/sh.lang.h:10
4070-#: ../data/language-specs/texinfo.lang.h:5
4071-#: ../data/language-specs/yacc.lang.h:1
4072-#: ../gtksourceview/gtksourcelanguage.c:55
4073-msgid "Others"
4074-msgstr "Altres"
4075+#: ../data/language-specs/rpmspec.lang.h:1
4076+#: ../data/language-specs/scala.lang.h:16 ../data/language-specs/yacc.lang.h:1
4077+#: ../data/language-specs/yaml.lang.h:1
4078+msgid "Other"
4079+msgstr "Altre"
4080
4081 #: ../data/language-specs/changelog.lang.h:2
4082 msgid "ChangeLog"
4083@@ -790,7 +857,9 @@
4084 msgstr "Data"
4085
4086 #. Translators: the name of a person, not an object.
4087+#. names, e.g., name of package, name of environment, name of class
4088 #: ../data/language-specs/changelog.lang.h:5
4089+#: ../data/language-specs/latex.lang.h:19
4090 msgid "Name"
4091 msgstr "Nom"
4092
4093@@ -803,6 +872,7 @@
4094 msgstr "Fitxer"
4095
4096 #: ../data/language-specs/changelog.lang.h:8
4097+#: ../data/language-specs/rst.lang.h:6
4098 msgid "Bullet"
4099 msgstr "Punt"
4100
4101@@ -823,18 +893,6 @@
4102 msgid "Common Defines"
4103 msgstr "Definicions comunes"
4104
4105-#. A character constant: 'c'
4106-#: ../data/language-specs/c.lang.h:8 ../data/language-specs/csharp.lang.h:7
4107-#: ../data/language-specs/def.lang.h:15 ../data/language-specs/erlang.lang.h:8
4108-#: ../data/language-specs/gap.lang.h:4 ../data/language-specs/go.lang.h:6
4109-#: ../data/language-specs/haskell.lang.h:10
4110-#: ../data/language-specs/java.lang.h:5 ../data/language-specs/julia.lang.h:4
4111-#: ../data/language-specs/nemerle.lang.h:6
4112-#: ../data/language-specs/netrexx.lang.h:5 ../data/language-specs/sml.lang.h:6
4113-#: ../data/language-specs/vhdl.lang.h:5
4114-msgid "Character"
4115-msgstr "Caràcter"
4116-
4117 #: ../data/language-specs/c.lang.h:13 ../data/language-specs/go.lang.h:9
4118 #: ../data/language-specs/verilog.lang.h:5
4119 msgid "printf Conversion"
4120@@ -860,22 +918,13 @@
4121 msgid "Builtin Variable"
4122 msgstr "Variable integrada"
4123
4124-#. Any constant
4125-#: ../data/language-specs/cmake.lang.h:5 ../data/language-specs/cobol.lang.h:7
4126-#: ../data/language-specs/def.lang.h:13
4127-#: ../data/language-specs/gtk-doc.lang.h:8
4128-#: ../data/language-specs/libtool.lang.h:3
4129-#: ../data/language-specs/ruby.lang.h:18
4130-msgid "Constant"
4131-msgstr "Constant"
4132-
4133 #: ../data/language-specs/cmake.lang.h:7
4134 msgid "Control Keyword"
4135 msgstr "Paraules clau de control"
4136
4137 #: ../data/language-specs/cobol.lang.h:2
4138-msgid "Cobol"
4139-msgstr "Cobol"
4140+msgid "COBOL"
4141+msgstr "COBOL"
4142
4143 #. Any statement
4144 #: ../data/language-specs/cobol.lang.h:4 ../data/language-specs/def.lang.h:43
4145@@ -1045,6 +1094,35 @@
4146 msgid "Underlined"
4147 msgstr "Subratllat"
4148
4149+#. Text that acts as some kind of heading, such as h1, h2, ... in html.
4150+#: ../data/language-specs/def.lang.h:63
4151+msgid "Heading 0"
4152+msgstr "Capçalera 0"
4153+
4154+#: ../data/language-specs/def.lang.h:64
4155+msgid "Heading 1"
4156+msgstr "Capçalera 1"
4157+
4158+#: ../data/language-specs/def.lang.h:65
4159+msgid "Heading 2"
4160+msgstr "Capçalera 2"
4161+
4162+#: ../data/language-specs/def.lang.h:66
4163+msgid "Heading 3"
4164+msgstr "Capçalera 3"
4165+
4166+#: ../data/language-specs/def.lang.h:67
4167+msgid "Heading 4"
4168+msgstr "Capçalera 4"
4169+
4170+#: ../data/language-specs/def.lang.h:68
4171+msgid "Heading 5"
4172+msgstr "Capçalera 5"
4173+
4174+#: ../data/language-specs/def.lang.h:69
4175+msgid "Heading 6"
4176+msgstr "Capçalera 6"
4177+
4178 #: ../data/language-specs/desktop.lang.h:2
4179 msgid ".desktop"
4180 msgstr ".desktop"
4181@@ -1155,6 +1233,7 @@
4182
4183 #: ../data/language-specs/dosbatch.lang.h:6
4184 #: ../data/language-specs/latex.lang.h:8
4185+#: ../data/language-specs/sweave.lang.h:4
4186 msgid "Command"
4187 msgstr "Ordre"
4188
4189@@ -1171,7 +1250,7 @@
4190 msgstr "DPatch"
4191
4192 #: ../data/language-specs/dpatch.lang.h:3
4193-msgid "patch-start"
4194+msgid "Patch Start"
4195 msgstr "Inici del pedaç"
4196
4197 #: ../data/language-specs/dtd.lang.h:2 ../data/language-specs/html.lang.h:7
4198@@ -1191,7 +1270,7 @@
4199 msgstr "error"
4200
4201 #: ../data/language-specs/dtd.lang.h:6
4202-msgid "quoted-value"
4203+msgid "Quoted Value"
4204 msgstr "Valor entre cometes"
4205
4206 #: ../data/language-specs/eiffel.lang.h:2
4207@@ -1426,6 +1505,7 @@
4208 msgstr "Secció de documentació en línia"
4209
4210 #: ../data/language-specs/gtk-doc.lang.h:4
4211+#: ../data/language-specs/python.lang.h:19
4212 msgid "Function Name"
4213 msgstr "Nom de funció"
4214
4215@@ -1491,6 +1571,7 @@
4216
4217 #: ../data/language-specs/haddock.lang.h:8
4218 #: ../data/language-specs/markdown.lang.h:13
4219+#: ../data/language-specs/rst.lang.h:4
4220 msgid "Emphasis"
4221 msgstr "Èmfasi"
4222
4223@@ -1525,7 +1606,7 @@
4224 msgstr "URL"
4225
4226 #: ../data/language-specs/haddock.lang.h:16
4227-#: ../data/language-specs/t2t.lang.h:13
4228+#: ../data/language-specs/t2t.lang.h:13 ../data/language-specs/yaml.lang.h:6
4229 msgid "Anchor"
4230 msgstr "Àncora"
4231
4232@@ -1538,10 +1619,6 @@
4233 msgid "Symbol"
4234 msgstr "Símbol"
4235
4236-#: ../data/language-specs/haskell.lang.h:12
4237-msgid "Float"
4238-msgstr "Punt flotant"
4239-
4240 #: ../data/language-specs/haskell.lang.h:14
4241 msgid "Octal"
4242 msgstr "Octal"
4243@@ -1559,6 +1636,7 @@
4244 msgstr "HTML"
4245
4246 #: ../data/language-specs/html.lang.h:4 ../data/language-specs/xml.lang.h:11
4247+#: ../data/language-specs/yaml.lang.h:7
4248 msgid "Tag"
4249 msgstr "Etiqueta"
4250
4251@@ -1571,6 +1649,30 @@
4252 msgid "Attribute Value"
4253 msgstr "Valor d'atribut"
4254
4255+#: ../data/language-specs/html.lang.h:9
4256+msgid "Page title"
4257+msgstr "Títol de pàgina"
4258+
4259+#: ../data/language-specs/html.lang.h:10
4260+msgid "Heading level 1"
4261+msgstr "Capçalera de nivell 1"
4262+
4263+#: ../data/language-specs/html.lang.h:11
4264+msgid "Heading level 2"
4265+msgstr "Capçalera de nivell 2"
4266+
4267+#: ../data/language-specs/html.lang.h:12
4268+msgid "Heading level 3"
4269+msgstr "Capçalera de nivell 3"
4270+
4271+#: ../data/language-specs/html.lang.h:13
4272+msgid "Heading level 4"
4273+msgstr "Capçalera de nivell 4"
4274+
4275+#: ../data/language-specs/html.lang.h:14
4276+msgid "Heading level 5"
4277+msgstr "Capçalera de nivell 5"
4278+
4279 #: ../data/language-specs/idl-exelis.lang.h:2
4280 msgid "IDL-Exelis"
4281 msgstr "IDL-Exelis"
4282@@ -1714,7 +1816,7 @@
4283 msgstr "Mode matemàtic en línia"
4284
4285 #: ../data/language-specs/latex.lang.h:6
4286-msgid "math-bound"
4287+msgid "Math Boundary"
4288 msgstr "Límit matemàtic"
4289
4290 #: ../data/language-specs/latex.lang.h:7
4291@@ -1722,14 +1824,67 @@
4292 msgid "Include"
4293 msgstr "Inclòs"
4294
4295-#: ../data/language-specs/latex.lang.h:9 ../data/language-specs/t2t.lang.h:16
4296+#: ../data/language-specs/latex.lang.h:9
4297+#: ../data/language-specs/sweave.lang.h:5 ../data/language-specs/t2t.lang.h:16
4298 msgid "Verbatim"
4299 msgstr "Literalment"
4300
4301+#: ../data/language-specs/latex.lang.h:10
4302+msgid "Special Character"
4303+msgstr "Caràcter especial"
4304+
4305+#: ../data/language-specs/latex.lang.h:11
4306+msgid "Part Heading"
4307+msgstr "Capçalera de part"
4308+
4309+#: ../data/language-specs/latex.lang.h:12
4310+msgid "Chapter Heading"
4311+msgstr "Capçalera de capítol"
4312+
4313+#: ../data/language-specs/latex.lang.h:13
4314+msgid "Section Heading"
4315+msgstr "Capçalera de secció"
4316+
4317+#: ../data/language-specs/latex.lang.h:14
4318+msgid "SubSection Heading"
4319+msgstr "Capçalera de subsecció"
4320+
4321+#: ../data/language-specs/latex.lang.h:15
4322+msgid "SubSubSection Heading"
4323+msgstr "Capçalera de subsubsecció"
4324+
4325+#: ../data/language-specs/latex.lang.h:16
4326+msgid "Paragraph Heading"
4327+msgstr "Capçalera de paràgraf"
4328+
4329+#: ../data/language-specs/latex.lang.h:17
4330+msgid "SubParagraph Heading"
4331+msgstr "Capçalera de subparàgraf"
4332+
4333+#: ../data/language-specs/lex.lang.h:2
4334+msgid "Lex"
4335+msgstr "Lex"
4336+
4337+#: ../data/language-specs/lex.lang.h:3
4338+msgid "Token"
4339+msgstr "Testimoni"
4340+
4341+#: ../data/language-specs/lex.lang.h:6
4342+msgid "Expression"
4343+msgstr "Expressió"
4344+
4345 #: ../data/language-specs/libtool.lang.h:2
4346 msgid "libtool"
4347 msgstr "libtool"
4348
4349+#: ../data/language-specs/llvm.lang.h:2
4350+msgid "LLVM IR"
4351+msgstr "LLVM IR"
4352+
4353+#: ../data/language-specs/llvm.lang.h:7
4354+msgid "Constants"
4355+msgstr "Constants"
4356+
4357 #: ../data/language-specs/lua.lang.h:2
4358 msgid "Lua"
4359 msgstr "Lua"
4360@@ -1747,8 +1902,8 @@
4361 msgstr "m4"
4362
4363 #: ../data/language-specs/m4.lang.h:3
4364-msgid "m4-comment"
4365-msgstr "Comentari de l'm4"
4366+msgid "m4 Comment"
4367+msgstr "Comentari m4"
4368
4369 #: ../data/language-specs/m4.lang.h:4
4370 msgid "m4 Macro"
4371@@ -1827,7 +1982,8 @@
4372 msgstr "Markdown"
4373
4374 #: ../data/language-specs/markdown.lang.h:3
4375-#: ../data/language-specs/rpmspec.lang.h:4 ../data/language-specs/t2t.lang.h:6
4376+#: ../data/language-specs/rpmspec.lang.h:4 ../data/language-specs/rst.lang.h:3
4377+#: ../data/language-specs/t2t.lang.h:6
4378 msgid "Header"
4379 msgstr "Capçalera"
4380
4381@@ -1840,6 +1996,7 @@
4382 msgstr "Marcador de llista"
4383
4384 #: ../data/language-specs/markdown.lang.h:6
4385+#: ../data/language-specs/rst.lang.h:11
4386 msgid "Code"
4387 msgstr "Codi"
4388
4389@@ -1862,6 +2019,7 @@
4390
4391 #: ../data/language-specs/markdown.lang.h:14
4392 #: ../data/language-specs/mediawiki.lang.h:3
4393+#: ../data/language-specs/rst.lang.h:5
4394 msgid "Strong Emphasis"
4395 msgstr "Èmfasi fort"
4396
4397@@ -1890,6 +2048,7 @@
4398 msgstr "Signatura"
4399
4400 #: ../data/language-specs/mediawiki.lang.h:7
4401+#: ../data/language-specs/rst.lang.h:9
4402 msgid "Link"
4403 msgstr "Enllaç"
4404
4405@@ -2095,12 +2254,12 @@
4406 msgid "Include Statement"
4407 msgstr "Sentència d'inclusió"
4408
4409-#: ../data/language-specs/perl.lang.h:9 ../data/language-specs/php.lang.h:10
4410+#: ../data/language-specs/perl.lang.h:9 ../data/language-specs/php.lang.h:11
4411 #: ../data/language-specs/ruby.lang.h:23
4412 msgid "Heredoc"
4413 msgstr "Heredoc"
4414
4415-#: ../data/language-specs/perl.lang.h:10 ../data/language-specs/php.lang.h:11
4416+#: ../data/language-specs/perl.lang.h:10 ../data/language-specs/php.lang.h:12
4417 #: ../data/language-specs/ruby.lang.h:24 ../data/language-specs/sh.lang.h:12
4418 msgid "Heredoc Bound"
4419 msgstr "Límit Heredoc"
4420@@ -2133,7 +2292,11 @@
4421 msgid "PHP"
4422 msgstr "PHP"
4423
4424-#: ../data/language-specs/php.lang.h:13
4425+#: ../data/language-specs/php.lang.h:3
4426+msgid "Preprocessor tags"
4427+msgstr "Etiquetes pel preprocessador"
4428+
4429+#: ../data/language-specs/php.lang.h:14
4430 msgid "Common Function"
4431 msgstr "Funció comuna"
4432
4433@@ -2208,8 +2371,16 @@
4434 msgstr "Python"
4435
4436 #: ../data/language-specs/python.lang.h:9
4437-msgid "string-conversion"
4438-msgstr "Conversió de cadena"
4439+msgid "String Conversion"
4440+msgstr "Conversió de cadena"
4441+
4442+#: ../data/language-specs/python.lang.h:20
4443+msgid "Class Name"
4444+msgstr "Nom de classe"
4445+
4446+#: ../data/language-specs/python.lang.h:21
4447+msgid "Decorator"
4448+msgstr "Decorador"
4449
4450 #: ../data/language-specs/R.lang.h:2
4451 msgid "R"
4452@@ -2279,6 +2450,14 @@
4453 msgid "Email"
4454 msgstr "Correu electrònic"
4455
4456+#: ../data/language-specs/rst.lang.h:2
4457+msgid "reStructuredText"
4458+msgstr "reStructuredText"
4459+
4460+#: ../data/language-specs/rst.lang.h:7 ../data/language-specs/yaml.lang.h:10
4461+msgid "Directive"
4462+msgstr "Directiva"
4463+
4464 #: ../data/language-specs/ruby.lang.h:2
4465 msgid "Ruby"
4466 msgstr "Ruby"
4467@@ -2312,10 +2491,6 @@
4468 msgid "Built In"
4469 msgstr "Integrat"
4470
4471-#: ../data/language-specs/scala.lang.h:16
4472-msgid "Other"
4473-msgstr "Altre"
4474-
4475 #: ../data/language-specs/scala.lang.h:17
4476 msgid "XML Tag"
4477 msgstr "Etiqueta XML"
4478@@ -2337,6 +2512,22 @@
4479 msgid "Variable Definition"
4480 msgstr "Definició de variable"
4481
4482+#. *
4483+#. * SECTION:language
4484+#. * @Short_description: Object representing a syntax highlighted language
4485+#. * @Title: GtkSourceLanguage
4486+#. * @See_also: #GtkSourceLanguageManager
4487+#. *
4488+#. * #GtkSourceLanguage encapsulates syntax and highlighting styles for a
4489+#. * particular language. Use #GtkSourceLanguageManager to obtain a
4490+#. * #GtkSourceLanguage instance, and gtk_source_buffer_set_language() to apply it
4491+#. * to a #GtkSourceBuffer.
4492+#.
4493+#: ../data/language-specs/sh.lang.h:10 ../data/language-specs/texinfo.lang.h:5
4494+#: ../gtksourceview/gtksourcelanguage.c:55
4495+msgid "Others"
4496+msgstr "Altres"
4497+
4498 #: ../data/language-specs/sh.lang.h:11
4499 msgid "Common Commands"
4500 msgstr "Ordres habituals"
4501@@ -2385,6 +2576,10 @@
4502 msgid "No idea what it is"
4503 msgstr "Ni idea de què pot ser"
4504
4505+#: ../data/language-specs/sweave.lang.h:2
4506+msgid "Sweave"
4507+msgstr "Sweave"
4508+
4509 #: ../data/language-specs/systemverilog.lang.h:2
4510 msgid "SystemVerilog"
4511 msgstr "SystemVerilog"
4512@@ -2421,13 +2616,13 @@
4513 msgid "Section 5"
4514 msgstr "Secció 5"
4515
4516-#: ../data/language-specs/t2t.lang.h:14 ../gtksourceview/gtksourcestyle.c:119
4517-#: ../gtksourceview/gtksourcestyle.c:120
4518+#: ../data/language-specs/t2t.lang.h:14 ../gtksourceview/gtksourcestyle.c:121
4519+#: ../gtksourceview/gtksourcestyle.c:122
4520 msgid "Italic"
4521 msgstr "Cursiva"
4522
4523-#: ../data/language-specs/t2t.lang.h:15 ../gtksourceview/gtksourcestyle.c:111
4524-#: ../gtksourceview/gtksourcestyle.c:112
4525+#: ../data/language-specs/t2t.lang.h:15 ../gtksourceview/gtksourcestyle.c:113
4526+#: ../gtksourceview/gtksourcestyle.c:114
4527 msgid "Bold"
4528 msgstr "Negreta"
4529
4530@@ -2517,13 +2712,41 @@
4531 msgstr "Yacc"
4532
4533 #: ../data/language-specs/yacc.lang.h:5
4534-msgid "token-type"
4535-msgstr "tipus d'element"
4536+msgid "token type"
4537+msgstr "tipus de testimoni"
4538
4539 #: ../data/language-specs/yacc.lang.h:6
4540 msgid "rule"
4541 msgstr "regla"
4542
4543+#: ../data/language-specs/yaml.lang.h:2
4544+msgid "YAML"
4545+msgstr "YAML"
4546+
4547+#: ../data/language-specs/yaml.lang.h:3
4548+msgid "Block literal"
4549+msgstr "Bloc literal"
4550+
4551+#: ../data/language-specs/yaml.lang.h:8
4552+msgid "Alias"
4553+msgstr "Àlies"
4554+
4555+#: ../data/language-specs/yaml.lang.h:9
4556+msgid "Map key"
4557+msgstr "Clau de mapat"
4558+
4559+#: ../data/language-specs/yaml.lang.h:11
4560+msgid "Null"
4561+msgstr "Nul"
4562+
4563+#: ../data/language-specs/yaml.lang.h:13
4564+msgid "Integer"
4565+msgstr "Enter"
4566+
4567+#: ../data/language-specs/yaml.lang.h:14
4568+msgid "Floating point"
4569+msgstr "Punt flotant"
4570+
4571 #: ../data/styles/classic.xml.h:1
4572 msgid "Classic"
4573 msgstr "Clàssic"
4574@@ -2556,6 +2779,22 @@
4575 msgid "Dark color scheme using the Tango color palette"
4576 msgstr "Esquema de color fosc que utilitza la paleta de colors del Tango"
4577
4578+#: ../data/styles/solarized-dark.xml.h:1
4579+msgid "Solarized Dark"
4580+msgstr "Solarized fosc"
4581+
4582+#: ../data/styles/solarized-dark.xml.h:2
4583+msgid "Color scheme using Solarized dark color palette"
4584+msgstr "Esquema de color que utilitza la paleta de colors Solarized fosca"
4585+
4586+#: ../data/styles/solarized-light.xml.h:1
4587+msgid "Solarized Light"
4588+msgstr "Solarized clar"
4589+
4590+#: ../data/styles/solarized-light.xml.h:2
4591+msgid "Color scheme using Solarized light color palette"
4592+msgstr "Esquema de color que utilitza la paleta de colors Solarized clara"
4593+
4594 #: ../data/styles/tango.xml.h:1
4595 msgid "Tango"
4596 msgstr "Tango"
4597@@ -2636,151 +2875,151 @@
4598 msgid "The type of activation"
4599 msgstr "El tipus d'activació"
4600
4601-#: ../gtksourceview/gtksourcebuffer.c:293
4602+#: ../gtksourceview/gtksourcebuffer.c:274
4603 #: ../gtksourceview/gtksourceprintcompositor.c:505
4604 msgid "Highlight Syntax"
4605 msgstr "Ressalta la sintaxi"
4606
4607-#: ../gtksourceview/gtksourcebuffer.c:294
4608+#: ../gtksourceview/gtksourcebuffer.c:275
4609 msgid "Whether to highlight syntax in the buffer"
4610 msgstr "Si s'ha de ressaltar la sintaxi de la memòria intermèdia"
4611
4612-#: ../gtksourceview/gtksourcebuffer.c:307
4613+#: ../gtksourceview/gtksourcebuffer.c:288
4614 msgid "Highlight Matching Brackets"
4615 msgstr "Ressalta els claudàtors coincidents"
4616
4617-#: ../gtksourceview/gtksourcebuffer.c:308
4618+#: ../gtksourceview/gtksourcebuffer.c:289
4619 msgid "Whether to highlight matching brackets"
4620 msgstr "Si s'han de ressaltar els claudàtors coincidents"
4621
4622-#: ../gtksourceview/gtksourcebuffer.c:321
4623-#: ../gtksourceview/gtksourceundomanagerdefault.c:414
4624+#: ../gtksourceview/gtksourcebuffer.c:302
4625+#: ../gtksourceview/gtksourceundomanagerdefault.c:411
4626 msgid "Maximum Undo Levels"
4627 msgstr "Nombre màxim de nivells a desfer"
4628
4629-#: ../gtksourceview/gtksourcebuffer.c:322
4630-#: ../gtksourceview/gtksourceundomanagerdefault.c:415
4631+#: ../gtksourceview/gtksourcebuffer.c:303
4632+#: ../gtksourceview/gtksourceundomanagerdefault.c:412
4633 msgid "Number of undo levels for the buffer"
4634 msgstr "Nombre de nivells a desfer per a la memòria intermèdia"
4635
4636 #. Translators: throughout GtkSourceView "language" stands
4637 #. * for "programming language", not "spoken language"
4638-#: ../gtksourceview/gtksourcebuffer.c:334
4639+#: ../gtksourceview/gtksourcebuffer.c:315
4640 msgid "Language"
4641 msgstr "Llenguatge"
4642
4643-#: ../gtksourceview/gtksourcebuffer.c:335
4644+#: ../gtksourceview/gtksourcebuffer.c:316
4645 msgid "Language object to get highlighting patterns from"
4646 msgstr "Objecte de llenguatge d'on obtenir els patrons de ressaltat"
4647
4648-#: ../gtksourceview/gtksourcebuffer.c:343
4649+#: ../gtksourceview/gtksourcebuffer.c:324
4650 msgid "Can undo"
4651 msgstr "Es pot desfer"
4652
4653-#: ../gtksourceview/gtksourcebuffer.c:344
4654+#: ../gtksourceview/gtksourcebuffer.c:325
4655 msgid "Whether Undo operation is possible"
4656 msgstr "Si l'operació de desfer és possible"
4657
4658-#: ../gtksourceview/gtksourcebuffer.c:351
4659+#: ../gtksourceview/gtksourcebuffer.c:332
4660 msgid "Can redo"
4661 msgstr "Es pot tornar a fer"
4662
4663-#: ../gtksourceview/gtksourcebuffer.c:352
4664+#: ../gtksourceview/gtksourcebuffer.c:333
4665 msgid "Whether Redo operation is possible"
4666 msgstr "Si l'operació de tornar a fer és possible"
4667
4668-#: ../gtksourceview/gtksourcebuffer.c:366
4669-#: ../gtksourceview/gtksourcebuffer.c:367
4670+#: ../gtksourceview/gtksourcebuffer.c:347
4671+#: ../gtksourceview/gtksourcebuffer.c:348
4672 msgid "Style scheme"
4673 msgstr "Esquema d'estil"
4674
4675-#: ../gtksourceview/gtksourcebuffer.c:374
4676+#: ../gtksourceview/gtksourcebuffer.c:355
4677 msgid "Undo manager"
4678 msgstr "Gestor de desfer"
4679
4680-#: ../gtksourceview/gtksourcebuffer.c:375
4681+#: ../gtksourceview/gtksourcebuffer.c:356
4682 msgid "The buffer undo manager"
4683 msgstr "La memòria intermèdia del gestor de desfer"
4684
4685-#: ../gtksourceview/gtksourcecompletion.c:1786
4686-#: ../gtksourceview/gtksourcegutter.c:537
4687+#: ../gtksourceview/gtksourcecompletion.c:2163
4688+#: ../gtksourceview/gtksourcegutter.c:510
4689 msgid "View"
4690 msgstr "Visualitza"
4691
4692-#: ../gtksourceview/gtksourcecompletion.c:1787
4693+#: ../gtksourceview/gtksourcecompletion.c:2164
4694 msgid "The GtkSourceView bound to the completion"
4695 msgstr "El GtkSourceView vinculat a la compleció"
4696
4697-#: ../gtksourceview/gtksourcecompletion.c:1801
4698+#: ../gtksourceview/gtksourcecompletion.c:2178
4699 msgid "Remember Info Visibility"
4700 msgstr "Recorda la informació de visibilitat"
4701
4702-#: ../gtksourceview/gtksourcecompletion.c:1802
4703+#: ../gtksourceview/gtksourcecompletion.c:2179
4704 msgid "Remember the last info window visibility state"
4705 msgstr "Recorda l'estat de visibilitat de l'última finestra d'informació"
4706
4707-#: ../gtksourceview/gtksourcecompletion.c:1814
4708+#: ../gtksourceview/gtksourcecompletion.c:2191
4709 msgid "Select on Show"
4710 msgstr "Selecciona en mostrar"
4711
4712-#: ../gtksourceview/gtksourcecompletion.c:1815
4713+#: ../gtksourceview/gtksourcecompletion.c:2192
4714 msgid "Select first proposal when completion is shown"
4715 msgstr "Selecciona la primera proposta quan es mostri la compleció"
4716
4717-#: ../gtksourceview/gtksourcecompletion.c:1828
4718+#: ../gtksourceview/gtksourcecompletion.c:2205
4719 msgid "Show Headers"
4720 msgstr "Mostra les capçaleres"
4721
4722-#: ../gtksourceview/gtksourcecompletion.c:1829
4723+#: ../gtksourceview/gtksourcecompletion.c:2206
4724 msgid ""
4725 "Show provider headers when proposals from multiple providers are available"
4726 msgstr ""
4727 "Mostra les capçaleres del proveïdor quan hi hagi propostes de diversos "
4728 "proveïdors"
4729
4730-#: ../gtksourceview/gtksourcecompletion.c:1842
4731+#: ../gtksourceview/gtksourcecompletion.c:2219
4732 msgid "Show Icons"
4733 msgstr "Mostra les icones"
4734
4735-#: ../gtksourceview/gtksourcecompletion.c:1843
4736+#: ../gtksourceview/gtksourcecompletion.c:2220
4737 msgid "Show provider and proposal icons in the completion popup"
4738 msgstr ""
4739 "Mostra les icones del proveïdor i de la proposta en l'emergent de compleció"
4740
4741-#: ../gtksourceview/gtksourcecompletion.c:1857
4742+#: ../gtksourceview/gtksourcecompletion.c:2234
4743 msgid "Accelerators"
4744 msgstr "Acceleradors"
4745
4746-#: ../gtksourceview/gtksourcecompletion.c:1858
4747+#: ../gtksourceview/gtksourcecompletion.c:2235
4748 msgid "Number of proposal accelerators to show"
4749 msgstr "Nombre d'acceleradors de proposta a mostrar"
4750
4751-#: ../gtksourceview/gtksourcecompletion.c:1873
4752+#: ../gtksourceview/gtksourcecompletion.c:2250
4753 msgid "Auto Complete Delay"
4754 msgstr "Retard en la compleció automàtica"
4755
4756-#: ../gtksourceview/gtksourcecompletion.c:1874
4757+#: ../gtksourceview/gtksourcecompletion.c:2251
4758 msgid "Completion popup delay for interactive completion"
4759 msgstr "El retard de l'emergent de compleció per a la compleció interactiva"
4760
4761-#: ../gtksourceview/gtksourcecompletion.c:1890
4762+#: ../gtksourceview/gtksourcecompletion.c:2267
4763 msgid "Provider Page Size"
4764 msgstr "Mida de la pàgina del proveïdor"
4765
4766-#: ../gtksourceview/gtksourcecompletion.c:1891
4767+#: ../gtksourceview/gtksourcecompletion.c:2268
4768 msgid "Provider scrolling page size"
4769 msgstr "Mida de la paginació del proveïdor"
4770
4771-#: ../gtksourceview/gtksourcecompletion.c:1911
4772+#: ../gtksourceview/gtksourcecompletion.c:2288
4773 msgid "Proposal Page Size"
4774 msgstr "Mida de pàgina de la proposta"
4775
4776-#: ../gtksourceview/gtksourcecompletion.c:1912
4777+#: ../gtksourceview/gtksourcecompletion.c:2289
4778 msgid "Proposal scrolling page size"
4779 msgstr "Mida de la paginació de la proposta"
4780
4781 #: ../gtksourceview/gtksourcecompletioncontext.c:272
4782-#: ../gtksourceview/gtksourceview.c:308
4783+#: ../gtksourceview/gtksourceview.c:309
4784 msgid "Completion"
4785 msgstr "Compleció"
4786
4787@@ -2842,7 +3081,7 @@
4788 #. * named sub-patterns with the same name or if resulting regex is
4789 #. * too long. In this case fixing lang file helps (e.g. renaming
4790 #. * subpatterns, making huge keywords use bigger prefixes, etc.)
4791-#: ../gtksourceview/gtksourcecontextengine.c:3129
4792+#: ../gtksourceview/gtksourcecontextengine.c:3139
4793 #, c-format
4794 msgid ""
4795 "Cannot create a regex for all the transitions, the syntax highlighting "
4796@@ -2853,7 +3092,7 @@
4797 "procés de ressaltat serà més lent de l'habitual.\n"
4798 "L'error ha sigut: %s"
4799
4800-#: ../gtksourceview/gtksourcecontextengine.c:4452
4801+#: ../gtksourceview/gtksourcecontextengine.c:4462
4802 msgid ""
4803 "Highlighting a single line took too much time, syntax highlighting will be "
4804 "disabled"
4805@@ -2861,19 +3100,19 @@
4806 "S'ha trigat massa en ressaltar una sola línia, per la qual cosa "
4807 "s'inhabilitarà el ressaltat de la sintaxi"
4808
4809-#: ../gtksourceview/gtksourcecontextengine.c:5696
4810+#: ../gtksourceview/gtksourcecontextengine.c:5706
4811 #, c-format
4812 msgid "context '%s' cannot contain a \\%%{...@start} command"
4813 msgstr "en el context «%s» no hi pot haver l'ordre \\%%{...@start}"
4814
4815-#: ../gtksourceview/gtksourcecontextengine.c:5857
4816-#: ../gtksourceview/gtksourcecontextengine.c:5946
4817+#: ../gtksourceview/gtksourcecontextengine.c:5867
4818+#: ../gtksourceview/gtksourcecontextengine.c:5956
4819 #, c-format
4820 msgid "duplicated context id '%s'"
4821 msgstr "identificador de context duplicat «%s»"
4822
4823-#: ../gtksourceview/gtksourcecontextengine.c:6060
4824-#: ../gtksourceview/gtksourcecontextengine.c:6120
4825+#: ../gtksourceview/gtksourcecontextengine.c:6070
4826+#: ../gtksourceview/gtksourcecontextengine.c:6130
4827 #, c-format
4828 msgid ""
4829 "style override used with wildcard context reference in language '%s' in ref "
4830@@ -2882,18 +3121,18 @@
4831 "s'ha utilitzat la sobreescriptura d'estil amb una referència de context "
4832 "comodí en el llenguatge «%s» a la referència «%s»"
4833
4834-#: ../gtksourceview/gtksourcecontextengine.c:6134
4835+#: ../gtksourceview/gtksourcecontextengine.c:6144
4836 #, c-format
4837 msgid "invalid context reference '%s'"
4838 msgstr "referència de context «%s» no vàlida"
4839
4840-#: ../gtksourceview/gtksourcecontextengine.c:6153
4841 #: ../gtksourceview/gtksourcecontextengine.c:6163
4842+#: ../gtksourceview/gtksourcecontextengine.c:6173
4843 #, c-format
4844 msgid "unknown context '%s'"
4845 msgstr "context desconegut «%s»"
4846
4847-#: ../gtksourceview/gtksourcecontextengine.c:6262
4848+#: ../gtksourceview/gtksourcecontextengine.c:6272
4849 #, c-format
4850 msgid "Missing main language definition (id = \"%s\".)"
4851 msgstr "Falta la definició del llenguatge principal (id = «%s».)"
4852@@ -2901,132 +3140,132 @@
4853 #. Translators: gutters can be used to display information
4854 #. * on the left or on the right of the text view. To draw the
4855 #. * line numbers for example.
4856-#: ../gtksourceview/gtksourcegutter.c:541
4857+#: ../gtksourceview/gtksourcegutter.c:514
4858 msgid "The gutters' GtkSourceView"
4859 msgstr "Les entranyes del GtkSourceView"
4860
4861-#: ../gtksourceview/gtksourcegutter.c:553
4862-#: ../gtksourceview/gtksourcegutterrenderer.c:705
4863+#: ../gtksourceview/gtksourcegutter.c:526
4864+#: ../gtksourceview/gtksourcegutterrenderer.c:749
4865 msgid "Window Type"
4866 msgstr "Tipus de finestra"
4867
4868-#: ../gtksourceview/gtksourcegutter.c:554
4869+#: ../gtksourceview/gtksourcegutter.c:527
4870 msgid "The gutters' text window type"
4871 msgstr "El tipus de finestra de text de les entranyes"
4872
4873-#: ../gtksourceview/gtksourcegutter.c:562
4874-#: ../gtksourceview/gtksourcegutterrenderer.c:482
4875+#: ../gtksourceview/gtksourcegutter.c:543
4876+#: ../gtksourceview/gtksourcegutterrenderer.c:525
4877 msgid "X Padding"
4878 msgstr "Desplaçament X"
4879
4880-#: ../gtksourceview/gtksourcegutter.c:563
4881-#: ../gtksourceview/gtksourcegutterrenderer.c:483
4882+#: ../gtksourceview/gtksourcegutter.c:544
4883+#: ../gtksourceview/gtksourcegutterrenderer.c:526
4884 msgid "The x-padding"
4885 msgstr "El desplaçament x"
4886
4887-#: ../gtksourceview/gtksourcegutter.c:573
4888-#: ../gtksourceview/gtksourcegutterrenderer.c:498
4889+#: ../gtksourceview/gtksourcegutter.c:561
4890+#: ../gtksourceview/gtksourcegutterrenderer.c:540
4891 msgid "Y Padding"
4892 msgstr "Desplaçament Y"
4893
4894-#: ../gtksourceview/gtksourcegutter.c:574
4895-#: ../gtksourceview/gtksourcegutterrenderer.c:499
4896+#: ../gtksourceview/gtksourcegutter.c:562
4897+#: ../gtksourceview/gtksourcegutterrenderer.c:541
4898 msgid "The y-padding"
4899 msgstr "El desplaçament y"
4900
4901-#: ../gtksourceview/gtksourcegutterrenderer.c:468
4902-#: ../gtksourceview/gtksourcegutterrenderer.c:469
4903+#: ../gtksourceview/gtksourcegutterrenderer.c:512
4904+#: ../gtksourceview/gtksourcegutterrenderer.c:513
4905 msgid "Visible"
4906 msgstr "Visible"
4907
4908-#: ../gtksourceview/gtksourcegutterrenderer.c:514
4909+#: ../gtksourceview/gtksourcegutterrenderer.c:557
4910 msgid "X Alignment"
4911 msgstr "Alineació X"
4912
4913-#: ../gtksourceview/gtksourcegutterrenderer.c:515
4914+#: ../gtksourceview/gtksourcegutterrenderer.c:558
4915 msgid "The x-alignment"
4916 msgstr "L'alineació x"
4917
4918-#: ../gtksourceview/gtksourcegutterrenderer.c:530
4919+#: ../gtksourceview/gtksourcegutterrenderer.c:574
4920 msgid "Y Alignment"
4921 msgstr "Alineació Y"
4922
4923-#: ../gtksourceview/gtksourcegutterrenderer.c:531
4924+#: ../gtksourceview/gtksourcegutterrenderer.c:575
4925 msgid "The y-alignment"
4926 msgstr "L'alineació y"
4927
4928-#: ../gtksourceview/gtksourcegutterrenderer.c:672
4929+#: ../gtksourceview/gtksourcegutterrenderer.c:716
4930 msgid "The View"
4931 msgstr "La visualització"
4932
4933-#: ../gtksourceview/gtksourcegutterrenderer.c:673
4934+#: ../gtksourceview/gtksourcegutterrenderer.c:717
4935 msgid "The view"
4936 msgstr "La visualització"
4937
4938-#: ../gtksourceview/gtksourcegutterrenderer.c:689
4939+#: ../gtksourceview/gtksourcegutterrenderer.c:733
4940 msgid "Alignment Mode"
4941 msgstr "Mode d'alineació"
4942
4943-#: ../gtksourceview/gtksourcegutterrenderer.c:690
4944+#: ../gtksourceview/gtksourcegutterrenderer.c:734
4945 msgid "The alignment mode"
4946 msgstr "El mode d'alineació"
4947
4948-#: ../gtksourceview/gtksourcegutterrenderer.c:706
4949+#: ../gtksourceview/gtksourcegutterrenderer.c:750
4950 msgid "The window type"
4951 msgstr "El tipus de finestra"
4952
4953-#: ../gtksourceview/gtksourcegutterrenderer.c:714
4954+#: ../gtksourceview/gtksourcegutterrenderer.c:758
4955 msgid "Size"
4956 msgstr "Mida"
4957
4958-#: ../gtksourceview/gtksourcegutterrenderer.c:715
4959+#: ../gtksourceview/gtksourcegutterrenderer.c:759
4960 msgid "The size"
4961 msgstr "La mida"
4962
4963-#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:289
4964+#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:298
4965 #: ../gtksourceview/gtksourcemarkattributes.c:316
4966 msgid "Pixbuf"
4967 msgstr "Memòria de píxels"
4968
4969-#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:290
4970+#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:299
4971 #: ../gtksourceview/gtksourcemarkattributes.c:317
4972 msgid "The pixbuf"
4973 msgstr "La memòria de píxels"
4974
4975-#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:304
4976+#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:313
4977 #: ../gtksourceview/gtksourcemarkattributes.c:303
4978 msgid "Stock Id"
4979 msgstr "Identificador d'estoc"
4980
4981-#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:305
4982+#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:314
4983 #: ../gtksourceview/gtksourcemarkattributes.c:304
4984 msgid "The stock id"
4985 msgstr "L'identificador d'estoc"
4986
4987-#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:312
4988+#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:321
4989 #: ../gtksourceview/gtksourcemarkattributes.c:329
4990 msgid "Icon Name"
4991 msgstr "Nom de la icona"
4992
4993-#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:313
4994+#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:322
4995 #: ../gtksourceview/gtksourcemarkattributes.c:330
4996 msgid "The icon name"
4997 msgstr "El nom de la icona"
4998
4999-#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:320
5000+#: ../gtksourceview/gtksourcegutterrendererpixbuf.c:329
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: