[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Ubuntu (new upstream) gtksourceview 1.8.4-0ubuntu1
- From: Ubuntu Merge-o-Matic <mom ubuntu com>
- To: gtksourceview packages qa debian org
- Subject: Ubuntu (new upstream) gtksourceview 1.8.4-0ubuntu1
- Date: Mon, 12 Feb 2007 22:28:35 -0000
This e-mail has been sent due to an upload to Ubuntu of a new upstream
version which still contains Ubuntu changes. It contains the difference
between the Ubuntu version and the equivalent base version in Debian, note
that this difference may include the upstream changes.
Format: 1.7
Date: Mon, 12 Feb 2007 20:15:34 +0100
Source: gtksourceview
Binary: libgtksourceview-dev libgtksourceview-common libgtksourceview1.0-0 libgtksourceview-doc
Architecture: source
Version: 1.8.4-0ubuntu1
Distribution: feisty
Urgency: low
Maintainer: Andrew Lau <netsnipe users sourceforge net>
Changed-By: Daniel Holbach <daniel holbach ubuntu com>
Description:
libgtksourceview-common - common files for the GTK+ syntax highlighting widget
libgtksourceview-dev - development files for the GTK+ syntax highlighting widget
libgtksourceview-doc - documentation for the GTK+ syntax highlighting widget
libgtksourceview1.0-0 - shared libraries for the GTK+ syntax highlighting widget
Changes:
gtksourceview (1.8.4-0ubuntu1) feisty; urgency=low
.
* New usptream release:
- RPM highlighting
- Fix a problem with search in accented words
- Misc lang file fixes
- Updated translations
Files:
79ef5587b11bfc514fc37da11f5292f7 1649 libs optional gtksourceview_1.8.4-0ubuntu1.dsc
04c870cddee632c126fe66402bac5279 6198 libs optional gtksourceview_1.8.4-0ubuntu1.diff.gz
diff -pruN 1.8.3-1/ChangeLog 1.8.4-0ubuntu1/ChangeLog
--- 1.8.3-1/ChangeLog 2007-01-08 19:42:17.000000000 +0000
+++ 1.8.4-0ubuntu1/ChangeLog 2007-02-12 18:31:47.000000000 +0000
@@ -1,3 +1,48 @@
+
+=== gtksourceview 1.8.4 ===
+
+2006-02-12 Paolo Borelli <pborelli katamail com>
+
+ * gtksourceview/configure.in:
+ * gtksourceview/README:
+ * gtksourceview/NEWS:
+
+ release 1.8.4
+
+2007-02-12 Paolo Borelli <pborelli katamail com>
+
+ * gtksourceview/language-specs/php.lang: some builtins.
+ Patch by Patryk Zawadzki.
+
+2007-02-12 Paolo Borelli <pborelli katamail com>
+
+ * gtksourceview/language-specs/perl.lang: perl operators.
+ Patch by Joachim Noreiko.
+ * gtksourceview/language-specs/ocaml.lang: fixes by
+ thelema swbell net
+ * gtksourceview/language-specs/ocaml.lang: missing keywords by
+ Stefan Schweizer.
+
+2006-02-10 Yevgen Muntyan <muntyan tamu edu>
+
+ * gtksourceview/gtksourceiter.c: (exact_prefix_cmp): new UTF8
+ accent mark-aware replacement for strncmp(), fixes #339805;
+ renamed g_utf8_* functions to utf8_* to avoid potential clash
+ with glib namespace.
+
+2007-01-16 Paolo Borelli <pborelli katamail com>
+
+ * gtksourceview/language-specs/verilog.lang:
+
+ Highlight compiler directives.
+
+2007-01-16 Paolo Borelli <pborelli katamail com>
+
+ * gtksourceview/language-specs/Makefile.am:
+ * gtksourceview/language-specs/spec.lang:
+
+ RPM spec lang by Konstantin Ryabitsev.
+
=== gtksourceview 1.8.3 ===
2006-12-13 Paolo Maggi <paolo gnome org>
diff -pruN 1.8.3-1/configure 1.8.4-0ubuntu1/configure
--- 1.8.3-1/configure 2007-01-08 19:46:22.000000000 +0000
+++ 1.8.4-0ubuntu1/configure 2007-02-12 18:32:47.000000000 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60 for gtksourceview 1.8.3.
+# Generated by GNU Autoconf 2.60 for gtksourceview 1.8.4.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview>.
#
@@ -713,8 +713,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='gtksourceview'
PACKAGE_TARNAME='gtksourceview'
-PACKAGE_VERSION='1.8.3'
-PACKAGE_STRING='gtksourceview 1.8.3'
+PACKAGE_VERSION='1.8.4'
+PACKAGE_STRING='gtksourceview 1.8.4'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview'
ac_unique_file="gtksourceview/gtksourcebuffer.h"
@@ -1453,7 +1453,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gtksourceview 1.8.3 to adapt to many kinds of systems.
+\`configure' configures gtksourceview 1.8.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1523,7 +1523,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gtksourceview 1.8.3:";;
+ short | recursive ) echo "Configuration of gtksourceview 1.8.4:";;
esac
cat <<\_ACEOF
@@ -1644,7 +1644,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gtksourceview configure 1.8.3
+gtksourceview configure 1.8.4
generated by GNU Autoconf 2.60
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1658,7 +1658,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gtksourceview $as_me 1.8.3, which was
+It was created by gtksourceview $as_me 1.8.4, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ $0 $@
@@ -2332,7 +2332,7 @@ fi
# Define the identity of the package.
PACKAGE=gtksourceview
- VERSION=1.8.3
+ VERSION=1.8.4
cat >>confdefs.h <<_ACEOF
@@ -24393,7 +24393,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gtksourceview $as_me 1.8.3, which was
+This file was extended by gtksourceview $as_me 1.8.4, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -24446,7 +24446,7 @@ Report bugs to <bug-autoconf gnu org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-gtksourceview config.status 1.8.3
+gtksourceview config.status 1.8.4
configured by $0, generated by GNU Autoconf 2.60,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -pruN 1.8.3-1/configure.in 1.8.4-0ubuntu1/configure.in
--- 1.8.3-1/configure.in 2007-01-08 19:41:19.000000000 +0000
+++ 1.8.4-0ubuntu1/configure.in 2007-02-12 18:31:06.000000000 +0000
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to p
AC_PREREQ(2.53)
# Initialization and versioning
-AC_INIT(gtksourceview, 1.8.3, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)
+AC_INIT(gtksourceview, 1.8.4, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)
AC_CONFIG_SRCDIR([gtksourceview/gtksourcebuffer.h])
AM_CONFIG_HEADER(config.h)
diff -pruN 1.8.3-1/debian/changelog 1.8.4-0ubuntu1/debian/changelog
--- 1.8.3-1/debian/changelog 2007-02-12 22:18:21.000000000 +0000
+++ 1.8.4-0ubuntu1/debian/changelog 2007-02-12 22:15:01.000000000 +0000
@@ -1,3 +1,13 @@
+gtksourceview (1.8.4-0ubuntu1) feisty; urgency=low
+
+ * New usptream release:
+ - RPM highlighting
+ - Fix a problem with search in accented words
+ - Misc lang file fixes
+ - Updated translations
+
+ -- Daniel Holbach <daniel holbach ubuntu com> Mon, 12 Feb 2007 20:15:34 +0100
+
gtksourceview (1.8.3-1) unstable; urgency=low
* New upstream stable release; no API nor ABI change; translations updates
diff -pruN 1.8.3-1/docs/reference/html/GtkSourceLanguage.html 1.8.4-0ubuntu1/docs/reference/html/GtkSourceLanguage.html
--- 1.8.3-1/docs/reference/html/GtkSourceLanguage.html 2007-01-08 19:51:37.000000000 +0000
+++ 1.8.4-0ubuntu1/docs/reference/html/GtkSourceLanguage.html 2007-02-12 18:45:25.000000000 +0000
@@ -21,20 +21,20 @@
<th width="100%" align="center">GtkSourceView Reference Manual</th>
<td><a accesskey="n" href="GtkSourceLanguagesManager.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2549469" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2567552" class="shortcut">Top</a>
 | 
- <a href="#id2554362" class="shortcut">Description</a>
+ <a href="#id2568228" class="shortcut">Description</a>
 | 
- <a href="#id2554286" class="shortcut">Object Hierarchy</a>
+ <a href="#id2550550" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2554310" class="shortcut">Signals</a></nobr></td></tr>
+ <a href="#id2550574" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GtkSourceLanguage"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
-<a name="id2549469"></a><span class="refentrytitle">GtkSourceLanguage</span>
+<a name="id2567552"></a><span class="refentrytitle">GtkSourceLanguage</span>
</h2>
<p>GtkSourceLanguage</p>
</td>
@@ -77,7 +77,7 @@ void <a href="GtkSourceLanguage.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2554286"></a><h2>Object Hierarchy</h2>
+<a name="id2550550"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@@ -85,7 +85,7 @@ void <a href="GtkSourceLanguage.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2554310"></a><h2>Signals</h2>
+<a name="id2550574"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GtkSourceLanguage.html#GtkSourceLanguage-tag-style-changed">tag-style-changed</a>"
@@ -95,26 +95,26 @@ void <a href="GtkSourceLanguage.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2554362"></a><h2>Description</h2>
+<a name="id2568228"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
-<a name="id2590043"></a><h2>Details</h2>
+<a name="id2568244"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2590054"></a><h3>
+<a name="id2568254"></a><h3>
<a name="GtkSourceLanguage-struct"></a>GtkSourceLanguage</h3>
-<a class="indexterm" name="id2590065"></a><pre class="programlisting">typedef struct _GtkSourceLanguage GtkSourceLanguage;</pre>
+<a class="indexterm" name="id2568266"></a><pre class="programlisting">typedef struct _GtkSourceLanguage GtkSourceLanguage;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590082"></a><h3>
+<a name="id2568283"></a><h3>
<a name="gtk-source-language-get-name"></a>gtk_source_language_get_name ()</h3>
-<a class="indexterm" name="id2590095"></a><pre class="programlisting">gchar* gtk_source_language_get_name (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
+<a class="indexterm" name="id2568296"></a><pre class="programlisting">gchar* gtk_source_language_get_name (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
<p>
Returns the localized name of the language.</p>
<p>
@@ -138,9 +138,9 @@ Returns the localized name of the langua
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590170"></a><h3>
+<a name="id2568371"></a><h3>
<a name="gtk-source-language-get-section"></a>gtk_source_language_get_section ()</h3>
-<a class="indexterm" name="id2590183"></a><pre class="programlisting">gchar* gtk_source_language_get_section (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
+<a class="indexterm" name="id2568384"></a><pre class="programlisting">gchar* gtk_source_language_get_section (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
<p>
Returns the localized section of the language.
Each language belong to a section (ex. HTML belogs to the
@@ -166,9 +166,9 @@ Markup section).</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590259"></a><h3>
+<a name="id2568460"></a><h3>
<a name="gtk-source-language-get-tags"></a>gtk_source_language_get_tags ()</h3>
-<a class="indexterm" name="id2590273"></a><pre class="programlisting">GSList* gtk_source_language_get_tags (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
+<a class="indexterm" name="id2568474"></a><pre class="programlisting">GSList* gtk_source_language_get_tags (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
<p>
Returns a list of tags for the given <em class="parameter"><code>language</code></em>. You should unref the tags
and free the list after usage.</p>
@@ -193,9 +193,9 @@ and free the list after usage.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2549058"></a><h3>
+<a name="id2549042"></a><h3>
<a name="gtk-source-language-get-escape-char"></a>gtk_source_language_get_escape_char ()</h3>
-<a class="indexterm" name="id2549072"></a><pre class="programlisting">gunichar gtk_source_language_get_escape_char
+<a class="indexterm" name="id2549056"></a><pre class="programlisting">gunichar gtk_source_language_get_escape_char
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
<p>
Gets the value of the ESC character in the given <em class="parameter"><code>language</code></em>.</p>
@@ -220,9 +220,9 @@ Gets the value of the ESC character in t
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2549147"></a><h3>
+<a name="id2549132"></a><h3>
<a name="gtk-source-language-get-mime-types"></a>gtk_source_language_get_mime_types ()</h3>
-<a class="indexterm" name="id2549161"></a><pre class="programlisting">GSList* gtk_source_language_get_mime_types
+<a class="indexterm" name="id2549146"></a><pre class="programlisting">GSList* gtk_source_language_get_mime_types
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
<p>
Returns a list of mime types for the given <em class="parameter"><code>language</code></em>. After usage you should
@@ -248,9 +248,9 @@ free each element of the list as well as
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2549238"></a><h3>
+<a name="id2549222"></a><h3>
<a name="gtk-source-language-set-mime-types"></a>gtk_source_language_set_mime_types ()</h3>
-<a class="indexterm" name="id2549252"></a><pre class="programlisting">void gtk_source_language_set_mime_types
+<a class="indexterm" name="id2549236"></a><pre class="programlisting">void gtk_source_language_set_mime_types
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language,
const GSList *mime_types);</pre>
<p>
@@ -280,9 +280,9 @@ types from the language file.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2598777"></a><h3>
+<a name="id2598774"></a><h3>
<a name="gtk-source-language-get-style-scheme"></a>gtk_source_language_get_style_scheme ()</h3>
-<a class="indexterm" name="id2598790"></a><pre class="programlisting"><a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a>* gtk_source_language_get_style_scheme
+<a class="indexterm" name="id2598787"></a><pre class="programlisting"><a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a>* gtk_source_language_get_style_scheme
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
<p>
Gets the style scheme associated with the given <em class="parameter"><code>language</code></em>.</p>
@@ -307,9 +307,9 @@ Gets the style scheme associated with th
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2598872"></a><h3>
+<a name="id2598869"></a><h3>
<a name="gtk-source-language-set-style-scheme"></a>gtk_source_language_set_style_scheme ()</h3>
-<a class="indexterm" name="id2598886"></a><pre class="programlisting">void gtk_source_language_set_style_scheme
+<a class="indexterm" name="id2598883"></a><pre class="programlisting">void gtk_source_language_set_style_scheme
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language,
<a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a> *scheme);</pre>
<p>
@@ -335,9 +335,9 @@ Sets the style scheme of the given <em c
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2598978"></a><h3>
+<a name="id2598975"></a><h3>
<a name="gtk-source-language-get-tag-style"></a>gtk_source_language_get_tag_style ()</h3>
-<a class="indexterm" name="id2598992"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_language_get_tag_style
+<a class="indexterm" name="id2598989"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_language_get_tag_style
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language,
const gchar *tag_id);</pre>
<p>
@@ -369,9 +369,9 @@ not defined then returns the default sty
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2599104"></a><h3>
+<a name="id2599101"></a><h3>
<a name="gtk-source-language-set-tag-style"></a>gtk_source_language_set_tag_style ()</h3>
-<a class="indexterm" name="id2599118"></a><pre class="programlisting">void gtk_source_language_set_tag_style
+<a class="indexterm" name="id2599115"></a><pre class="programlisting">void gtk_source_language_set_tag_style
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language,
const gchar *tag_id,
const <a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a> *style);</pre>
@@ -406,9 +406,9 @@ restore the default style.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2599259"></a><h3>
+<a name="id2599257"></a><h3>
<a name="gtk-source-language-get-tag-default-style"></a>gtk_source_language_get_tag_default_style ()</h3>
-<a class="indexterm" name="id2599274"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_language_get_tag_default_style
+<a class="indexterm" name="id2599271"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_language_get_tag_default_style
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language,
const gchar *tag_id);</pre>
<p>
@@ -439,11 +439,11 @@ Gets the default style of the tag whose
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2599386"></a><h2>Signal Details</h2>
+<a name="id2599384"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
-<a name="id2599397"></a><h3>
+<a name="id2599395"></a><h3>
<a name="GtkSourceLanguage-tag-style-changed"></a>The "tag-style-changed" signal</h3>
-<a class="indexterm" name="id2599407"></a><pre class="programlisting">void user_function (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *sourcelanguage,
+<a class="indexterm" name="id2599404"></a><pre class="programlisting">void user_function (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *sourcelanguage,
gchar *arg1,
gpointer user_data) : Run last</pre>
<p>
diff -pruN 1.8.3-1/docs/reference/html/GtkSourceLanguagesManager.html 1.8.4-0ubuntu1/docs/reference/html/GtkSourceLanguagesManager.html
--- 1.8.3-1/docs/reference/html/GtkSourceLanguagesManager.html 2007-01-08 19:51:37.000000000 +0000
+++ 1.8.4-0ubuntu1/docs/reference/html/GtkSourceLanguagesManager.html 2007-02-12 18:45:25.000000000 +0000
@@ -21,20 +21,20 @@
<th width="100%" align="center">GtkSourceView Reference Manual</th>
<td><a accesskey="n" href="GtkSourceStyleScheme.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583790" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577685" class="shortcut">Top</a>
 | 
- <a href="#id2563566" class="shortcut">Description</a>
+ <a href="#id2556567" class="shortcut">Description</a>
 | 
- <a href="#id2563512" class="shortcut">Object Hierarchy</a>
+ <a href="#id2556512" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2563535" class="shortcut">Properties</a></nobr></td></tr>
+ <a href="#id2556536" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GtkSourceLanguagesManager"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
-<a name="id2583790"></a><span class="refentrytitle">GtkSourceLanguagesManager</span>
+<a name="id2577685"></a><span class="refentrytitle">GtkSourceLanguagesManager</span>
</h2>
<p>GtkSourceLanguagesManager</p>
</td>
@@ -61,7 +61,7 @@ const GSList* <a href="GtkSourceLanguage
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2563512"></a><h2>Object Hierarchy</h2>
+<a name="id2556512"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@@ -69,33 +69,33 @@ const GSList* <a href="GtkSourceLanguage
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2563535"></a><h2>Properties</h2>
+<a name="id2556536"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GtkSourceLanguagesManager.html#GtkSourceLanguagesManager--lang-files-dirs">lang-files-dirs</a>" gpointer : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2563566"></a><h2>Description</h2>
+<a name="id2556567"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
-<a name="id2563582"></a><h2>Details</h2>
+<a name="id2556583"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2563593"></a><h3>
+<a name="id2556593"></a><h3>
<a name="GtkSourceLanguagesManager-struct"></a>GtkSourceLanguagesManager</h3>
-<a class="indexterm" name="id2550223"></a><pre class="programlisting">typedef struct _GtkSourceLanguagesManager GtkSourceLanguagesManager;</pre>
+<a class="indexterm" name="id2598428"></a><pre class="programlisting">typedef struct _GtkSourceLanguagesManager GtkSourceLanguagesManager;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2550240"></a><h3>
+<a name="id2598445"></a><h3>
<a name="gtk-source-languages-manager-new"></a>gtk_source_languages_manager_new ()</h3>
-<a class="indexterm" name="id2550251"></a><pre class="programlisting"><a href="GtkSourceLanguagesManager.html" title="GtkSourceLanguagesManager">GtkSourceLanguagesManager</a>* gtk_source_languages_manager_new
+<a class="indexterm" name="id2598456"></a><pre class="programlisting"><a href="GtkSourceLanguagesManager.html" title="GtkSourceLanguagesManager">GtkSourceLanguagesManager</a>* gtk_source_languages_manager_new
(void);</pre>
<p>
Creates a new language manager.</p>
@@ -113,9 +113,9 @@ Creates a new language manager.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2550297"></a><h3>
+<a name="id2598502"></a><h3>
<a name="gtk-source-languages-manager-get-available-languages"></a>gtk_source_languages_manager_get_available_languages ()</h3>
-<a class="indexterm" name="id2550311"></a><pre class="programlisting">const GSList* gtk_source_languages_manager_get_available_languages
+<a class="indexterm" name="id2598516"></a><pre class="programlisting">const GSList* gtk_source_languages_manager_get_available_languages
(<a href="GtkSourceLanguagesManager.html" title="GtkSourceLanguagesManager">GtkSourceLanguagesManager</a> *lm);</pre>
<p>
Gets a list of available languages for the given language manager.
@@ -142,9 +142,9 @@ free it after usage.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2598423"></a><h3>
+<a name="id2567021"></a><h3>
<a name="gtk-source-languages-manager-get-language-from-mime-type"></a>gtk_source_languages_manager_get_language_from_mime_type ()</h3>
-<a class="indexterm" name="id2598438"></a><pre class="programlisting"><a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a>* gtk_source_languages_manager_get_language_from_mime_type
+<a class="indexterm" name="id2567036"></a><pre class="programlisting"><a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a>* gtk_source_languages_manager_get_language_from_mime_type
(<a href="GtkSourceLanguagesManager.html" title="GtkSourceLanguagesManager">GtkSourceLanguagesManager</a> *lm,
const gchar *mime_type);</pre>
<p>
@@ -179,9 +179,9 @@ associated with the given <em class="par
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2598563"></a><h3>
+<a name="id2567684"></a><h3>
<a name="gtk-source-languages-manager-get-lang-files-dirs"></a>gtk_source_languages_manager_get_lang_files_dirs ()</h3>
-<a class="indexterm" name="id2589482"></a><pre class="programlisting">const GSList* gtk_source_languages_manager_get_lang_files_dirs
+<a class="indexterm" name="id2567698"></a><pre class="programlisting">const GSList* gtk_source_languages_manager_get_lang_files_dirs
(<a href="GtkSourceLanguagesManager.html" title="GtkSourceLanguagesManager">GtkSourceLanguagesManager</a> *lm);</pre>
<p>
Gets a list of language files directories for the given language manager.</p>
@@ -206,11 +206,11 @@ Gets a list of language files directorie
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2589553"></a><h2>Property Details</h2>
+<a name="id2567770"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
-<a name="id2589564"></a><h3>
+<a name="id2567780"></a><h3>
<a name="GtkSourceLanguagesManager--lang-files-dirs"></a>The "<code class="literal">lang-files-dirs</code>" property</h3>
-<a class="indexterm" name="id2589578"></a><pre class="programlisting"> "lang-files-dirs" gpointer : Read / Write / Construct Only</pre>
+<a class="indexterm" name="id2567796"></a><pre class="programlisting"> "lang-files-dirs" gpointer : Read / Write / Construct Only</pre>
<p>List of directories where the language specification files (.lang) are located.</p>
</div>
</div>
diff -pruN 1.8.3-1/docs/reference/html/GtkSourcePrintJob.html 1.8.4-0ubuntu1/docs/reference/html/GtkSourcePrintJob.html
--- 1.8.3-1/docs/reference/html/GtkSourcePrintJob.html 2007-01-08 19:51:37.000000000 +0000
+++ 1.8.4-0ubuntu1/docs/reference/html/GtkSourcePrintJob.html 2007-02-12 18:45:25.000000000 +0000
@@ -20,22 +20,22 @@
<th width="100%" align="center">GtkSourceView Reference Manual</th>
<td> </td>
</tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2566124" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583471" class="shortcut">Top</a>
 | 
- <a href="#id2615291" class="shortcut">Description</a>
+ <a href="#id2615285" class="shortcut">Description</a>
 | 
- <a href="#id2615032" class="shortcut">Object Hierarchy</a>
+ <a href="#id2615026" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2615053" class="shortcut">Properties</a>
+ <a href="#id2615047" class="shortcut">Properties</a>
 | 
- <a href="#id2615227" class="shortcut">Signals</a></nobr></td></tr>
+ <a href="#id2615221" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GtkSourcePrintJob"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
-<a name="id2566124"></a><span class="refentrytitle">GtkSourcePrintJob</span>
+<a name="id2583471"></a><span class="refentrytitle">GtkSourcePrintJob</span>
</h2>
<p>GtkSourcePrintJob — Printing a <a href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>.</p>
</td>
@@ -167,7 +167,7 @@ void <a href="GtkSourcePrintJob.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2615032"></a><h2>Object Hierarchy</h2>
+<a name="id2615026"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@@ -175,7 +175,7 @@ void <a href="GtkSourcePrintJob.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2615053"></a><h2>Properties</h2>
+<a name="id2615047"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GtkSourcePrintJob.html#GtkSourcePrintJob--buffer">buffer</a>" <a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> : Read / Write
@@ -195,7 +195,7 @@ void <a href="GtkSourcePrintJob.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2615227"></a><h2>Signals</h2>
+<a name="id2615221"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GtkSourcePrintJob.html#GtkSourcePrintJob-begin-page">begin-page</a>"
@@ -206,7 +206,7 @@ void <a href="GtkSourcePrintJob.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2615291"></a><h2>Description</h2>
+<a name="id2615285"></a><h2>Description</h2>
<p>
The <a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob"><span class="type">GtkSourcePrintJob</span></a> object is used to print the contents of a
<a href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>. You can set various configuration options to
@@ -305,20 +305,20 @@ print_source_buffer_from_view (GtkSource
</pre></div>
</div>
<div class="refsect1" lang="en">
-<a name="id2615574"></a><h2>Details</h2>
+<a name="id2615568"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2615584"></a><h3>
+<a name="id2615578"></a><h3>
<a name="GtkSourcePrintJob-struct"></a>GtkSourcePrintJob</h3>
-<a class="indexterm" name="id2615594"></a><pre class="programlisting">typedef struct _GtkSourcePrintJob GtkSourcePrintJob;</pre>
+<a class="indexterm" name="id2615588"></a><pre class="programlisting">typedef struct _GtkSourcePrintJob GtkSourcePrintJob;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2615609"></a><h3>
+<a name="id2615603"></a><h3>
<a name="gtk-source-print-job-new"></a>gtk_source_print_job_new ()</h3>
-<a class="indexterm" name="id2615619"></a><pre class="programlisting"><a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a>* gtk_source_print_job_new (GnomePrintConfig *config);</pre>
+<a class="indexterm" name="id2615613"></a><pre class="programlisting"><a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a>* gtk_source_print_job_new (GnomePrintConfig *config);</pre>
<p>
Creates a new print job object, initially setting the print configuration.</p>
<p>
@@ -342,9 +342,9 @@ Creates a new print job object, initiall
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2615680"></a><h3>
+<a name="id2615674"></a><h3>
<a name="gtk-source-print-job-new-with-buffer"></a>gtk_source_print_job_new_with_buffer ()</h3>
-<a class="indexterm" name="id2615693"></a><pre class="programlisting"><a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a>* gtk_source_print_job_new_with_buffer
+<a class="indexterm" name="id2615687"></a><pre class="programlisting"><a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a>* gtk_source_print_job_new_with_buffer
(GnomePrintConfig *config,
<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
@@ -377,9 +377,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2615793"></a><h3>
+<a name="id2615787"></a><h3>
<a name="gtk-source-print-job-set-config"></a>gtk_source_print_job_set_config ()</h3>
-<a class="indexterm" name="id2615806"></a><pre class="programlisting">void gtk_source_print_job_set_config (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
+<a class="indexterm" name="id2615800"></a><pre class="programlisting">void gtk_source_print_job_set_config (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
GnomePrintConfig *config);</pre>
<p>
Sets the print configuration for the job. If you don't set a
@@ -406,9 +406,9 @@ created with <code class="function">gnom
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2615894"></a><h3>
+<a name="id2615888"></a><h3>
<a name="gtk-source-print-job-get-config"></a>gtk_source_print_job_get_config ()</h3>
-<a class="indexterm" name="id2615906"></a><pre class="programlisting">GnomePrintConfig* gtk_source_print_job_get_config
+<a class="indexterm" name="id2615900"></a><pre class="programlisting">GnomePrintConfig* gtk_source_print_job_get_config
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Gets the current <span class="type">GnomePrintConfig</span> the print job will use. If not
@@ -435,9 +435,9 @@ it. The returned object reference is ow
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2615983"></a><h3>
+<a name="id2615976"></a><h3>
<a name="gtk-source-print-job-set-buffer"></a>gtk_source_print_job_set_buffer ()</h3>
-<a class="indexterm" name="id2615995"></a><pre class="programlisting">void gtk_source_print_job_set_buffer (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
+<a class="indexterm" name="id2615989"></a><pre class="programlisting">void gtk_source_print_job_set_buffer (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Sets the <a href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> the print job will print. You need to
@@ -464,9 +464,9 @@ creating the print job with <a href="Gtk
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616090"></a><h3>
+<a name="id2616083"></a><h3>
<a name="gtk-source-print-job-get-buffer"></a>gtk_source_print_job_get_buffer ()</h3>
-<a class="indexterm" name="id2616102"></a><pre class="programlisting"><a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>* gtk_source_print_job_get_buffer
+<a class="indexterm" name="id2616096"></a><pre class="programlisting"><a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>* gtk_source_print_job_get_buffer
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Gets the <a href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> the print job would print. The returned
@@ -495,9 +495,9 @@ should not be unreferenced.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616186"></a><h3>
+<a name="id2616180"></a><h3>
<a name="gtk-source-print-job-setup-from-view"></a>gtk_source_print_job_setup_from_view ()</h3>
-<a class="indexterm" name="id2616199"></a><pre class="programlisting">void gtk_source_print_job_setup_from_view
+<a class="indexterm" name="id2616193"></a><pre class="programlisting">void gtk_source_print_job_setup_from_view
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
<a href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a> *view);</pre>
<p>
@@ -526,9 +526,9 @@ and default font.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616285"></a><h3>
+<a name="id2616279"></a><h3>
<a name="gtk-source-print-job-set-tabs-width"></a>gtk_source_print_job_set_tabs_width ()</h3>
-<a class="indexterm" name="id2616298"></a><pre class="programlisting">void gtk_source_print_job_set_tabs_width
+<a class="indexterm" name="id2616292"></a><pre class="programlisting">void gtk_source_print_job_set_tabs_width
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
guint tabs_width);</pre>
<p>
@@ -557,9 +557,9 @@ font. Tabulation stops are set for the
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616379"></a><h3>
+<a name="id2616372"></a><h3>
<a name="gtk-source-print-job-get-tabs-width"></a>gtk_source_print_job_get_tabs_width ()</h3>
-<a class="indexterm" name="id2616392"></a><pre class="programlisting">guint gtk_source_print_job_get_tabs_width
+<a class="indexterm" name="id2616386"></a><pre class="programlisting">guint gtk_source_print_job_get_tabs_width
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the configured width (in equivalent spaces) of
@@ -585,9 +585,9 @@ tabulations. The default value is 8.</p
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616455"></a><h3>
+<a name="id2616449"></a><h3>
<a name="gtk-source-print-job-set-wrap-mode"></a>gtk_source_print_job_set_wrap_mode ()</h3>
-<a class="indexterm" name="id2616468"></a><pre class="programlisting">void gtk_source_print_job_set_wrap_mode
+<a class="indexterm" name="id2616462"></a><pre class="programlisting">void gtk_source_print_job_set_wrap_mode
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
GtkWrapMode wrap);</pre>
<p>
@@ -614,9 +614,9 @@ width. See <span class="type">GtkWrapMo
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616546"></a><h3>
+<a name="id2616540"></a><h3>
<a name="gtk-source-print-job-get-wrap-mode"></a>gtk_source_print_job_get_wrap_mode ()</h3>
-<a class="indexterm" name="id2616560"></a><pre class="programlisting">GtkWrapMode gtk_source_print_job_get_wrap_mode
+<a class="indexterm" name="id2616553"></a><pre class="programlisting">GtkWrapMode gtk_source_print_job_get_wrap_mode
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the wrapping style for text lines wider than the
@@ -642,9 +642,9 @@ printable width. The default is no wrap
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616623"></a><h3>
+<a name="id2616616"></a><h3>
<a name="gtk-source-print-job-set-highlight"></a>gtk_source_print_job_set_highlight ()</h3>
-<a class="indexterm" name="id2616636"></a><pre class="programlisting">void gtk_source_print_job_set_highlight
+<a class="indexterm" name="id2616630"></a><pre class="programlisting">void gtk_source_print_job_set_highlight
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
gboolean highlight);</pre>
<p>
@@ -671,9 +671,9 @@ buffer rules. Both color and font style
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616717"></a><h3>
+<a name="id2616711"></a><h3>
<a name="gtk-source-print-job-get-highlight"></a>gtk_source_print_job_get_highlight ()</h3>
-<a class="indexterm" name="id2616730"></a><pre class="programlisting">gboolean gtk_source_print_job_get_highlight
+<a class="indexterm" name="id2616724"></a><pre class="programlisting">gboolean gtk_source_print_job_get_highlight
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines if the job is configured to print the text highlighted
@@ -700,9 +700,9 @@ only if the buffer to print has highligh
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616803"></a><h3>
+<a name="id2616797"></a><h3>
<a name="gtk-source-print-job-set-font-desc"></a>gtk_source_print_job_set_font_desc ()</h3>
-<a class="indexterm" name="id2616816"></a><pre class="programlisting">void gtk_source_print_job_set_font_desc
+<a class="indexterm" name="id2616810"></a><pre class="programlisting">void gtk_source_print_job_set_font_desc
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
PangoFontDescription *desc);</pre>
<p>
@@ -728,9 +728,9 @@ Sets the default font for the printed te
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2616893"></a><h3>
+<a name="id2616887"></a><h3>
<a name="gtk-source-print-job-set-font"></a>gtk_source_print_job_set_font ()</h3>
-<a class="indexterm" name="id2616906"></a><pre class="programlisting">void gtk_source_print_job_set_font (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
+<a class="indexterm" name="id2616899"></a><pre class="programlisting">void gtk_source_print_job_set_font (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
const gchar *font_name);</pre>
<p>
Sets the default font for the printed text. <em class="parameter"><code>font_name</code></em> should be a
@@ -763,9 +763,9 @@ should use <a href="GtkSourcePrintJob.ht
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617020"></a><h3>
+<a name="id2617014"></a><h3>
<a name="gtk-source-print-job-get-font-desc"></a>gtk_source_print_job_get_font_desc ()</h3>
-<a class="indexterm" name="id2617033"></a><pre class="programlisting">PangoFontDescription* gtk_source_print_job_get_font_desc
+<a class="indexterm" name="id2617027"></a><pre class="programlisting">PangoFontDescription* gtk_source_print_job_get_font_desc
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the default font to be used for the printed text. The
@@ -794,9 +794,9 @@ should be freed when no longer needed.</
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617099"></a><h3>
+<a name="id2617093"></a><h3>
<a name="gtk-source-print-job-get-font"></a>gtk_source_print_job_get_font ()</h3>
-<a class="indexterm" name="id2617111"></a><pre class="programlisting">gchar* gtk_source_print_job_get_font (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
+<a class="indexterm" name="id2617105"></a><pre class="programlisting">gchar* gtk_source_print_job_get_font (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the default font to be used for the printed text. The
returned string is of the form "Fontfamily Style Size",
@@ -830,9 +830,9 @@ text font.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617205"></a><h3>
+<a name="id2617199"></a><h3>
<a name="gtk-source-print-job-set-numbers-font-desc"></a>gtk_source_print_job_set_numbers_font_desc ()</h3>
-<a class="indexterm" name="id2617219"></a><pre class="programlisting">void gtk_source_print_job_set_numbers_font_desc
+<a class="indexterm" name="id2617213"></a><pre class="programlisting">void gtk_source_print_job_set_numbers_font_desc
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
PangoFontDescription *desc);</pre>
<p>
@@ -862,9 +862,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617307"></a><h3>
+<a name="id2617300"></a><h3>
<a name="gtk-source-print-job-set-numbers-font"></a>gtk_source_print_job_set_numbers_font ()</h3>
-<a class="indexterm" name="id2617320"></a><pre class="programlisting">void gtk_source_print_job_set_numbers_font
+<a class="indexterm" name="id2617313"></a><pre class="programlisting">void gtk_source_print_job_set_numbers_font
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
const gchar *font_name);</pre>
<p>
@@ -902,9 +902,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617444"></a><h3>
+<a name="id2617438"></a><h3>
<a name="gtk-source-print-job-get-numbers-font-desc"></a>gtk_source_print_job_get_numbers_font_desc ()</h3>
-<a class="indexterm" name="id2617458"></a><pre class="programlisting">PangoFontDescription* gtk_source_print_job_get_numbers_font_desc
+<a class="indexterm" name="id2617452"></a><pre class="programlisting">PangoFontDescription* gtk_source_print_job_get_numbers_font_desc
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the font to be used for the line numbers. This function
@@ -935,9 +935,9 @@ owned by the job and must not be modifie
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617540"></a><h3>
+<a name="id2617533"></a><h3>
<a name="gtk-source-print-job-get-numbers-font"></a>gtk_source_print_job_get_numbers_font ()</h3>
-<a class="indexterm" name="id2617552"></a><pre class="programlisting">gchar* gtk_source_print_job_get_numbers_font
+<a class="indexterm" name="id2617546"></a><pre class="programlisting">gchar* gtk_source_print_job_get_numbers_font
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the font to be used for the line numbers. The returned
@@ -977,9 +977,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617665"></a><h3>
+<a name="id2617659"></a><h3>
<a name="gtk-source-print-job-set-print-numbers"></a>gtk_source_print_job_set_print_numbers ()</h3>
-<a class="indexterm" name="id2617678"></a><pre class="programlisting">void gtk_source_print_job_set_print_numbers
+<a class="indexterm" name="id2617672"></a><pre class="programlisting">void gtk_source_print_job_set_print_numbers
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
guint interval);</pre>
<p>
@@ -1007,9 +1007,9 @@ printed every <em class="parameter"><cod
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617763"></a><h3>
+<a name="id2617760"></a><h3>
<a name="gtk-source-print-job-get-print-numbers"></a>gtk_source_print_job_get_print_numbers ()</h3>
-<a class="indexterm" name="id2617778"></a><pre class="programlisting">guint gtk_source_print_job_get_print_numbers
+<a class="indexterm" name="id2617774"></a><pre class="programlisting">guint gtk_source_print_job_get_print_numbers
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the interval used for line number printing. If the
@@ -1036,9 +1036,9 @@ value is 0, no line numbers will be prin
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2617850"></a><h3>
+<a name="id2617847"></a><h3>
<a name="gtk-source-print-job-set-text-margins"></a>gtk_source_print_job_set_text_margins ()</h3>
-<a class="indexterm" name="id2617864"></a><pre class="programlisting">void gtk_source_print_job_set_text_margins
+<a class="indexterm" name="id2617861"></a><pre class="programlisting">void gtk_source_print_job_set_text_margins
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
gdouble top,
gdouble bottom,
@@ -1093,9 +1093,9 @@ this function.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2618041"></a><h3>
+<a name="id2618038"></a><h3>
<a name="gtk-source-print-job-get-text-margins"></a>gtk_source_print_job_get_text_margins ()</h3>
-<a class="indexterm" name="id2618055"></a><pre class="programlisting">void gtk_source_print_job_get_text_margins
+<a class="indexterm" name="id2618052"></a><pre class="programlisting">void gtk_source_print_job_get_text_margins
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
gdouble *top,
gdouble *bottom,
@@ -1145,9 +1145,9 @@ ignore that value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2618250"></a><h3>
+<a name="id2618247"></a><h3>
<a name="gtk-source-print-job-print"></a>gtk_source_print_job_print ()</h3>
-<a class="indexterm" name="id2618265"></a><pre class="programlisting">GnomePrintJob* gtk_source_print_job_print (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
+<a class="indexterm" name="id2618262"></a><pre class="programlisting">GnomePrintJob* gtk_source_print_job_print (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Produces a <span class="type">GnomePrintJob</span> with the printed document. The whole
contents of the configured <a href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> are printed. The
@@ -1180,9 +1180,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2618386"></a><h3>
+<a name="id2618383"></a><h3>
<a name="gtk-source-print-job-print-range"></a>gtk_source_print_job_print_range ()</h3>
-<a class="indexterm" name="id2618400"></a><pre class="programlisting">GnomePrintJob* gtk_source_print_job_print_range
+<a class="indexterm" name="id2618397"></a><pre class="programlisting">GnomePrintJob* gtk_source_print_job_print_range
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
const GtkTextIter *start,
const GtkTextIter *end);</pre>
@@ -1224,9 +1224,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2618566"></a><h3>
+<a name="id2618563"></a><h3>
<a name="gtk-source-print-job-print-range-async"></a>gtk_source_print_job_print_range_async ()</h3>
-<a class="indexterm" name="id2618581"></a><pre class="programlisting">gboolean gtk_source_print_job_print_range_async
+<a class="indexterm" name="id2618578"></a><pre class="programlisting">gboolean gtk_source_print_job_print_range_async
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
const GtkTextIter *start,
const GtkTextIter *end);</pre>
@@ -1278,9 +1278,9 @@ You may cancel the job with <a href="Gtk
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2618764"></a><h3>
+<a name="id2618761"></a><h3>
<a name="gtk-source-print-job-cancel"></a>gtk_source_print_job_cancel ()</h3>
-<a class="indexterm" name="id2618778"></a><pre class="programlisting">void gtk_source_print_job_cancel (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
+<a class="indexterm" name="id2618775"></a><pre class="programlisting">void gtk_source_print_job_cancel (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Cancels an asynchronous printing operation. This will remove any
pending print idle handler and unref the current <span class="type">GnomePrintJob</span>.
@@ -1309,9 +1309,9 @@ print operation.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2618874"></a><h3>
+<a name="id2618871"></a><h3>
<a name="gtk-source-print-job-get-print-job"></a>gtk_source_print_job_get_print_job ()</h3>
-<a class="indexterm" name="id2618889"></a><pre class="programlisting">GnomePrintJob* gtk_source_print_job_get_print_job
+<a class="indexterm" name="id2618886"></a><pre class="programlisting">GnomePrintJob* gtk_source_print_job_get_print_job
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Gets a reference to the <span class="type">GnomePrintJob</span> which the <em class="parameter"><code>job</code></em> is printing
@@ -1347,9 +1347,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619015"></a><h3>
+<a name="id2619012"></a><h3>
<a name="gtk-source-print-job-get-page"></a>gtk_source_print_job_get_page ()</h3>
-<a class="indexterm" name="id2619030"></a><pre class="programlisting">guint gtk_source_print_job_get_page (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
+<a class="indexterm" name="id2619027"></a><pre class="programlisting">guint gtk_source_print_job_get_page (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the currently printing page number. This function is
only valid while printing (either synchronously or asynchronously).</p>
@@ -1374,9 +1374,9 @@ only valid while printing (either synchr
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619100"></a><h3>
+<a name="id2619097"></a><h3>
<a name="gtk-source-print-job-get-page-count"></a>gtk_source_print_job_get_page_count ()</h3>
-<a class="indexterm" name="id2619115"></a><pre class="programlisting">guint gtk_source_print_job_get_page_count
+<a class="indexterm" name="id2619112"></a><pre class="programlisting">guint gtk_source_print_job_get_page_count
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the total number of pages the job will print. The
@@ -1405,9 +1405,9 @@ returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619204"></a><h3>
+<a name="id2619201"></a><h3>
<a name="gtk-source-print-job-get-print-context"></a>gtk_source_print_job_get_print_context ()</h3>
-<a class="indexterm" name="id2619218"></a><pre class="programlisting">GnomePrintContext* gtk_source_print_job_get_print_context
+<a class="indexterm" name="id2619215"></a><pre class="programlisting">GnomePrintContext* gtk_source_print_job_get_print_context
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the <span class="type">GnomePrintContext</span> of the current job. This
@@ -1437,9 +1437,9 @@ is owned by <em class="parameter"><code>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619328"></a><h3>
+<a name="id2619325"></a><h3>
<a name="gtk-source-print-job-set-print-header"></a>gtk_source_print_job_set_print_header ()</h3>
-<a class="indexterm" name="id2619342"></a><pre class="programlisting">void gtk_source_print_job_set_print_header
+<a class="indexterm" name="id2619339"></a><pre class="programlisting">void gtk_source_print_job_set_print_header
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
gboolean setting);</pre>
<p>
@@ -1472,9 +1472,9 @@ empty it will not be printed, regardless
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619450"></a><h3>
+<a name="id2619447"></a><h3>
<a name="gtk-source-print-job-get-print-header"></a>gtk_source_print_job_get_print_header ()</h3>
-<a class="indexterm" name="id2619465"></a><pre class="programlisting">gboolean gtk_source_print_job_get_print_header
+<a class="indexterm" name="id2619462"></a><pre class="programlisting">gboolean gtk_source_print_job_get_print_header
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines if a header is set to be printed for each page. A
@@ -1502,9 +1502,9 @@ with <a href="GtkSourcePrintJob.html#gtk
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619570"></a><h3>
+<a name="id2619567"></a><h3>
<a name="gtk-source-print-job-set-print-footer"></a>gtk_source_print_job_set_print_footer ()</h3>
-<a class="indexterm" name="id2619584"></a><pre class="programlisting">void gtk_source_print_job_set_print_footer
+<a class="indexterm" name="id2619581"></a><pre class="programlisting">void gtk_source_print_job_set_print_footer
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
gboolean setting);</pre>
<p>
@@ -1537,9 +1537,9 @@ empty it will not be printed, regardless
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619692"></a><h3>
+<a name="id2619689"></a><h3>
<a name="gtk-source-print-job-get-print-footer"></a>gtk_source_print_job_get_print_footer ()</h3>
-<a class="indexterm" name="id2619706"></a><pre class="programlisting">gboolean gtk_source_print_job_get_print_footer
+<a class="indexterm" name="id2619703"></a><pre class="programlisting">gboolean gtk_source_print_job_get_print_footer
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines if a footer is set to be printed for each page. A
@@ -1567,9 +1567,9 @@ with <a href="GtkSourcePrintJob.html#gtk
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619811"></a><h3>
+<a name="id2619808"></a><h3>
<a name="gtk-source-print-job-set-header-footer-font-desc"></a>gtk_source_print_job_set_header_footer_font_desc ()</h3>
-<a class="indexterm" name="id2619826"></a><pre class="programlisting">void gtk_source_print_job_set_header_footer_font_desc
+<a class="indexterm" name="id2619823"></a><pre class="programlisting">void gtk_source_print_job_set_header_footer_font_desc
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
PangoFontDescription *desc);</pre>
<p>
@@ -1601,9 +1601,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2619936"></a><h3>
+<a name="id2619933"></a><h3>
<a name="gtk-source-print-job-set-header-footer-font"></a>gtk_source_print_job_set_header_footer_font ()</h3>
-<a class="indexterm" name="id2619951"></a><pre class="programlisting">void gtk_source_print_job_set_header_footer_font
+<a class="indexterm" name="id2619948"></a><pre class="programlisting">void gtk_source_print_job_set_header_footer_font
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
const gchar *font_name);</pre>
<p>
@@ -1641,9 +1641,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620088"></a><h3>
+<a name="id2620085"></a><h3>
<a name="gtk-source-print-job-get-header-footer-font-desc"></a>gtk_source_print_job_get_header_footer_font_desc ()</h3>
-<a class="indexterm" name="id2620103"></a><pre class="programlisting">PangoFontDescription* gtk_source_print_job_get_header_footer_font_desc
+<a class="indexterm" name="id2620100"></a><pre class="programlisting">PangoFontDescription* gtk_source_print_job_get_header_footer_font_desc
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the font to be used for the header and footer. This function
@@ -1674,9 +1674,9 @@ owned by the job and must not be modifie
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620195"></a><h3>
+<a name="id2620192"></a><h3>
<a name="gtk-source-print-job-get-header-footer-font"></a>gtk_source_print_job_get_header_footer_font ()</h3>
-<a class="indexterm" name="id2620210"></a><pre class="programlisting">gchar* gtk_source_print_job_get_header_footer_font
+<a class="indexterm" name="id2620207"></a><pre class="programlisting">gchar* gtk_source_print_job_get_header_footer_font
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
Determines the font to be used for the header and footer. The
@@ -1716,9 +1716,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620334"></a><h3>
+<a name="id2620331"></a><h3>
<a name="gtk-source-print-job-set-header-format"></a>gtk_source_print_job_set_header_format ()</h3>
-<a class="indexterm" name="id2620348"></a><pre class="programlisting">void gtk_source_print_job_set_header_format
+<a class="indexterm" name="id2620345"></a><pre class="programlisting">void gtk_source_print_job_set_header_format
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
const gchar *left,
const gchar *center,
@@ -1778,9 +1778,9 @@ printing with <a href="GtkSourcePrintJob
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620574"></a><h3>
+<a name="id2620571"></a><h3>
<a name="gtk-source-print-job-set-footer-format"></a>gtk_source_print_job_set_footer_format ()</h3>
-<a class="indexterm" name="id2620588"></a><pre class="programlisting">void gtk_source_print_job_set_footer_format
+<a class="indexterm" name="id2620585"></a><pre class="programlisting">void gtk_source_print_job_set_footer_format
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
const gchar *left,
const gchar *center,
@@ -1824,122 +1824,122 @@ Like <a href="GtkSourcePrintJob.html#gtk
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2620756"></a><h2>Property Details</h2>
+<a name="id2620753"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
-<a name="id2620767"></a><h3>
+<a name="id2620764"></a><h3>
<a name="GtkSourcePrintJob--buffer"></a>The "<code class="literal">buffer</code>" property</h3>
-<a class="indexterm" name="id2620783"></a><pre class="programlisting"> "buffer" <a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> : Read / Write</pre>
+<a class="indexterm" name="id2620780"></a><pre class="programlisting"> "buffer" <a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> : Read / Write</pre>
<p>GtkSourceBuffer object to print.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620806"></a><h3>
+<a name="id2620802"></a><h3>
<a name="GtkSourcePrintJob--config"></a>The "<code class="literal">config</code>" property</h3>
-<a class="indexterm" name="id2620822"></a><pre class="programlisting"> "config" GnomePrintConfig : Read / Write</pre>
+<a class="indexterm" name="id2620819"></a><pre class="programlisting"> "config" GnomePrintConfig : Read / Write</pre>
<p>Configuration options for the print job.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620845"></a><h3>
+<a name="id2620842"></a><h3>
<a name="GtkSourcePrintJob--font"></a>The "<code class="literal">font</code>" property</h3>
-<a class="indexterm" name="id2620861"></a><pre class="programlisting"> "font" gchararray : Read / Write</pre>
+<a class="indexterm" name="id2620858"></a><pre class="programlisting"> "font" gchararray : Read / Write</pre>
<p>GnomeFont name to use for the document text (deprecated).</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620887"></a><h3>
+<a name="id2620884"></a><h3>
<a name="GtkSourcePrintJob--font-desc"></a>The "<code class="literal">font-desc</code>" property</h3>
-<a class="indexterm" name="id2620904"></a><pre class="programlisting"> "font-desc" PangoFontDescription : Read / Write</pre>
+<a class="indexterm" name="id2620901"></a><pre class="programlisting"> "font-desc" PangoFontDescription : Read / Write</pre>
<p>Font to use for the document text (e.g. "Monospace 10").</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620927"></a><h3>
+<a name="id2620924"></a><h3>
<a name="GtkSourcePrintJob--header-footer-font"></a>The "<code class="literal">header-footer-font</code>" property</h3>
-<a class="indexterm" name="id2620944"></a><pre class="programlisting"> "header-footer-font" gchararray : Read / Write</pre>
+<a class="indexterm" name="id2620941"></a><pre class="programlisting"> "header-footer-font" gchararray : Read / Write</pre>
<p>GnomeFont name to use for the header and footer (deprecated).</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2620971"></a><h3>
+<a name="id2620968"></a><h3>
<a name="GtkSourcePrintJob--header-footer-font-desc"></a>The "<code class="literal">header-footer-font-desc</code>" property</h3>
-<a class="indexterm" name="id2620988"></a><pre class="programlisting"> "header-footer-font-desc" PangoFontDescription : Read / Write</pre>
+<a class="indexterm" name="id2620985"></a><pre class="programlisting"> "header-footer-font-desc" PangoFontDescription : Read / Write</pre>
<p>Font to use for headers and footers (e.g. "Monospace 10").</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621011"></a><h3>
+<a name="id2621008"></a><h3>
<a name="GtkSourcePrintJob--highlight"></a>The "<code class="literal">highlight</code>" property</h3>
-<a class="indexterm" name="id2621027"></a><pre class="programlisting"> "highlight" gboolean : Read / Write</pre>
+<a class="indexterm" name="id2621024"></a><pre class="programlisting"> "highlight" gboolean : Read / Write</pre>
<p>Whether to print the document with highlighted syntax.</p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621054"></a><h3>
+<a name="id2621051"></a><h3>
<a name="GtkSourcePrintJob--numbers-font"></a>The "<code class="literal">numbers-font</code>" property</h3>
-<a class="indexterm" name="id2621071"></a><pre class="programlisting"> "numbers-font" gchararray : Read / Write</pre>
+<a class="indexterm" name="id2621068"></a><pre class="programlisting"> "numbers-font" gchararray : Read / Write</pre>
<p>GnomeFont name to use for the line numbers (deprecated).</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621098"></a><h3>
+<a name="id2621094"></a><h3>
<a name="GtkSourcePrintJob--numbers-font-desc"></a>The "<code class="literal">numbers-font-desc</code>" property</h3>
-<a class="indexterm" name="id2621114"></a><pre class="programlisting"> "numbers-font-desc" PangoFontDescription : Read / Write</pre>
+<a class="indexterm" name="id2621111"></a><pre class="programlisting"> "numbers-font-desc" PangoFontDescription : Read / Write</pre>
<p>Font description to use for the line numbers.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621138"></a><h3>
+<a name="id2621135"></a><h3>
<a name="GtkSourcePrintJob--print-footer"></a>The "<code class="literal">print-footer</code>" property</h3>
-<a class="indexterm" name="id2621155"></a><pre class="programlisting"> "print-footer" gboolean : Read / Write</pre>
+<a class="indexterm" name="id2621152"></a><pre class="programlisting"> "print-footer" gboolean : Read / Write</pre>
<p>Whether to print a footer in each page.</p>
<p>Default value: FALSE</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621180"></a><h3>
+<a name="id2621177"></a><h3>
<a name="GtkSourcePrintJob--print-header"></a>The "<code class="literal">print-header</code>" property</h3>
-<a class="indexterm" name="id2621197"></a><pre class="programlisting"> "print-header" gboolean : Read / Write</pre>
+<a class="indexterm" name="id2621194"></a><pre class="programlisting"> "print-header" gboolean : Read / Write</pre>
<p>Whether to print a header in each page.</p>
<p>Default value: FALSE</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621224"></a><h3>
+<a name="id2621221"></a><h3>
<a name="GtkSourcePrintJob--print-numbers"></a>The "<code class="literal">print-numbers</code>" property</h3>
-<a class="indexterm" name="id2621240"></a><pre class="programlisting"> "print-numbers" guint : Read / Write</pre>
+<a class="indexterm" name="id2621237"></a><pre class="programlisting"> "print-numbers" guint : Read / Write</pre>
<p>Interval of printed line numbers (0 means no numbers).</p>
<p>Allowed values: <= 100</p>
<p>Default value: 1</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621271"></a><h3>
+<a name="id2621268"></a><h3>
<a name="GtkSourcePrintJob--tabs-width"></a>The "<code class="literal">tabs-width</code>" property</h3>
-<a class="indexterm" name="id2621288"></a><pre class="programlisting"> "tabs-width" guint : Read / Write</pre>
+<a class="indexterm" name="id2621285"></a><pre class="programlisting"> "tabs-width" guint : Read / Write</pre>
<p>Width in equivalent space characters of tabs.</p>
<p>Allowed values: <= 100</p>
<p>Default value: 8</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621319"></a><h3>
+<a name="id2621316"></a><h3>
<a name="GtkSourcePrintJob--wrap-mode"></a>The "<code class="literal">wrap-mode</code>" property</h3>
-<a class="indexterm" name="id2621336"></a><pre class="programlisting"> "wrap-mode" GtkWrapMode : Read / Write</pre>
+<a class="indexterm" name="id2621332"></a><pre class="programlisting"> "wrap-mode" GtkWrapMode : Read / Write</pre>
<p>Word wrapping mode.</p>
<p>Default value: GTK_WRAP_NONE</p>
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2621363"></a><h2>Signal Details</h2>
+<a name="id2621360"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
-<a name="id2621374"></a><h3>
+<a name="id2621371"></a><h3>
<a name="GtkSourcePrintJob-begin-page"></a>The "begin-page" signal</h3>
-<a class="indexterm" name="id2621384"></a><pre class="programlisting">void user_function (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *sourceprintjob,
+<a class="indexterm" name="id2621381"></a><pre class="programlisting">void user_function (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *sourceprintjob,
gpointer user_data) : Run last</pre>
<p>
Emitted whenever the <em class="parameter"><code>sourceprintjob</code></em> is about to print a new text
@@ -1965,9 +1965,9 @@ page by for example, printing your own h
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2621462"></a><h3>
+<a name="id2621459"></a><h3>
<a name="GtkSourcePrintJob-finished"></a>The "finished" signal</h3>
-<a class="indexterm" name="id2621472"></a><pre class="programlisting">void user_function (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *sourceprintjob,
+<a class="indexterm" name="id2621469"></a><pre class="programlisting">void user_function (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *sourceprintjob,
gpointer user_data) : Run first</pre>
<p>
Emitted whenever an asynchronous print job has finished. You can
@@ -1994,7 +1994,7 @@ printed to the physical device.
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2621560"></a><h2>See Also</h2>
+<a name="id2621557"></a><h2>See Also</h2>
<p>
The reference documentation for <a href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>. You might also want
to check the Gnome Print library reference
diff -pruN 1.8.3-1/docs/reference/html/GtkSourceStyleScheme.html 1.8.4-0ubuntu1/docs/reference/html/GtkSourceStyleScheme.html
--- 1.8.3-1/docs/reference/html/GtkSourceStyleScheme.html 2007-01-08 19:51:37.000000000 +0000
+++ 1.8.4-0ubuntu1/docs/reference/html/GtkSourceStyleScheme.html 2007-02-12 18:45:25.000000000 +0000
@@ -21,20 +21,20 @@
<th width="100%" align="center">GtkSourceView Reference Manual</th>
<td><a accesskey="n" href="GtkSourceTag.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579757" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577507" class="shortcut">Top</a>
 | 
- <a href="#id2555399" class="shortcut">Description</a>
+ <a href="#id2555385" class="shortcut">Description</a>
 | 
- <a href="#id2555325" class="shortcut">Object Hierarchy</a>
+ <a href="#id2555311" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2555349" class="shortcut">Signals</a></nobr></td></tr>
+ <a href="#id2555335" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GtkSourceStyleScheme"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
-<a name="id2579757"></a><span class="refentrytitle">GtkSourceStyleScheme</span>
+<a name="id2577507"></a><span class="refentrytitle">GtkSourceStyleScheme</span>
</h2>
<p>GtkSourceStyleScheme</p>
</td>
@@ -60,7 +60,7 @@ const gchar* <a href="GtkSourceStyleSche
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2555325"></a><h2>Object Hierarchy</h2>
+<a name="id2555311"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GInterface
@@ -68,7 +68,7 @@ const gchar* <a href="GtkSourceStyleSche
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2555349"></a><h2>Signals</h2>
+<a name="id2555335"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GtkSourceStyleScheme.html#GtkSourceStyleScheme-style-changed">style-changed</a>"
@@ -78,26 +78,26 @@ const gchar* <a href="GtkSourceStyleSche
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2555399"></a><h2>Description</h2>
+<a name="id2555385"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
-<a name="id2555415"></a><h2>Details</h2>
+<a name="id2555401"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2555425"></a><h3>
+<a name="id2555412"></a><h3>
<a name="GtkSourceStyleScheme-struct"></a>GtkSourceStyleScheme</h3>
-<a class="indexterm" name="id2553682"></a><pre class="programlisting">typedef struct _GtkSourceStyleScheme GtkSourceStyleScheme;</pre>
+<a class="indexterm" name="id2556991"></a><pre class="programlisting">typedef struct _GtkSourceStyleScheme GtkSourceStyleScheme;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2553698"></a><h3>
+<a name="id2557007"></a><h3>
<a name="GtkSourceStyleSchemeClass"></a>GtkSourceStyleSchemeClass</h3>
-<a class="indexterm" name="id2553710"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2557018"></a><pre class="programlisting">typedef struct {
GTypeInterface base_iface;
/* signals */
@@ -123,9 +123,9 @@ const gchar* <a href="GtkSourceStyleSche
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2560055"></a><h3>
+<a name="id2564233"></a><h3>
<a name="gtk-source-style-scheme-get-tag-style"></a>gtk_source_style_scheme_get_tag_style ()</h3>
-<a class="indexterm" name="id2572430"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_style_scheme_get_tag_style
+<a class="indexterm" name="id2569525"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_style_scheme_get_tag_style
(<a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a> *scheme,
const gchar *style_name);</pre>
<p>
@@ -156,9 +156,9 @@ Gets the tag associated with the given <
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2553816"></a><h3>
+<a name="id2557123"></a><h3>
<a name="gtk-source-style-scheme-get-name"></a>gtk_source_style_scheme_get_name ()</h3>
-<a class="indexterm" name="id2553827"></a><pre class="programlisting">const gchar* gtk_source_style_scheme_get_name
+<a class="indexterm" name="id2557135"></a><pre class="programlisting">const gchar* gtk_source_style_scheme_get_name
(<a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a> *scheme);</pre>
<p>
Gets the name of the given style <em class="parameter"><code>scheme</code></em>.</p>
@@ -183,9 +183,9 @@ Gets the name of the given style <em cla
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2552730"></a><h3>
+<a name="id2589548"></a><h3>
<a name="gtk-source-style-scheme-get-default"></a>gtk_source_style_scheme_get_default ()</h3>
-<a class="indexterm" name="id2552744"></a><pre class="programlisting"><a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a>* gtk_source_style_scheme_get_default
+<a class="indexterm" name="id2589560"></a><pre class="programlisting"><a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a>* gtk_source_style_scheme_get_default
(void);</pre>
<p>
Gets the default style scheme.</p>
@@ -203,11 +203,11 @@ Gets the default style scheme.</p>
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2552792"></a><h2>Signal Details</h2>
+<a name="id2589608"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
-<a name="id2552803"></a><h3>
+<a name="id2589618"></a><h3>
<a name="GtkSourceStyleScheme-style-changed"></a>The "style-changed" signal</h3>
-<a class="indexterm" name="id2552812"></a><pre class="programlisting">void user_function (<a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a> *sourcestylescheme,
+<a class="indexterm" name="id2589628"></a><pre class="programlisting">void user_function (<a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a> *sourcestylescheme,
gchar *arg1,
gpointer user_data) : Run last</pre>
<p>
diff -pruN 1.8.3-1/docs/reference/html/GtkSourceTag.html 1.8.4-0ubuntu1/docs/reference/html/GtkSourceTag.html
--- 1.8.3-1/docs/reference/html/GtkSourceTag.html 2007-01-08 19:51:37.000000000 +0000
+++ 1.8.4-0ubuntu1/docs/reference/html/GtkSourceTag.html 2007-02-12 18:45:25.000000000 +0000
@@ -21,20 +21,20 @@
<th width="100%" align="center">GtkSourceView Reference Manual</th>
<td><a accesskey="n" href="GtkSourceTagTable.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592732" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2586954" class="shortcut">Top</a>
 | 
- <a href="#id2553294" class="shortcut">Description</a>
+ <a href="#id2599776" class="shortcut">Description</a>
 | 
- <a href="#id2599641" class="shortcut">Object Hierarchy</a>
+ <a href="#id2553888" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2553251" class="shortcut">Properties</a></nobr></td></tr>
+ <a href="#id2599733" class="shortcut">Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GtkSourceTag"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
-<a name="id2592732"></a><span class="refentrytitle">GtkSourceTag</span>
+<a name="id2586954"></a><span class="refentrytitle">GtkSourceTag</span>
</h2>
<p>GtkSourceTag</p>
</td>
@@ -84,7 +84,7 @@ GtkTextTag* <a href="GtkSourceTag.html#g
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2599641"></a><h2>Object Hierarchy</h2>
+<a name="id2553888"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@@ -109,7 +109,7 @@ GtkTextTag* <a href="GtkSourceTag.html#g
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2553251"></a><h2>Properties</h2>
+<a name="id2599733"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GtkSourceTag.html#GtkSourceTag--id">id</a>" gchararray : Read / Write / Construct Only
@@ -117,71 +117,71 @@ GtkTextTag* <a href="GtkSourceTag.html#g
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2553294"></a><h2>Description</h2>
+<a name="id2599776"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
-<a name="id2553310"></a><h2>Details</h2>
+<a name="id2599791"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2553321"></a><h3>
+<a name="id2599802"></a><h3>
<a name="GtkSourceTag-struct"></a>GtkSourceTag</h3>
-<a class="indexterm" name="id2553333"></a><pre class="programlisting">typedef struct _GtkSourceTag GtkSourceTag;</pre>
+<a class="indexterm" name="id2599815"></a><pre class="programlisting">typedef struct _GtkSourceTag GtkSourceTag;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2553348"></a><h3>
+<a name="id2599830"></a><h3>
<a name="GtkSourceTagClass"></a>GtkSourceTagClass</h3>
-<a class="indexterm" name="id2553361"></a><pre class="programlisting">typedef struct _GtkSourceTagClass GtkSourceTagClass;</pre>
+<a class="indexterm" name="id2599842"></a><pre class="programlisting">typedef struct _GtkSourceTagClass GtkSourceTagClass;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2553377"></a><h3>
+<a name="id2599859"></a><h3>
<a name="GtkSyntaxTag-struct"></a>GtkSyntaxTag</h3>
-<a class="indexterm" name="id2553390"></a><pre class="programlisting">typedef struct _GtkSyntaxTag GtkSyntaxTag;</pre>
+<a class="indexterm" name="id2599871"></a><pre class="programlisting">typedef struct _GtkSyntaxTag GtkSyntaxTag;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2553405"></a><h3>
+<a name="id2599887"></a><h3>
<a name="GtkSyntaxTagClass"></a>GtkSyntaxTagClass</h3>
-<a class="indexterm" name="id2553418"></a><pre class="programlisting">typedef struct _GtkSyntaxTagClass GtkSyntaxTagClass;</pre>
+<a class="indexterm" name="id2599899"></a><pre class="programlisting">typedef struct _GtkSyntaxTagClass GtkSyntaxTagClass;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2553434"></a><h3>
+<a name="id2567824"></a><h3>
<a name="GtkPatternTag-struct"></a>GtkPatternTag</h3>
-<a class="indexterm" name="id2589616"></a><pre class="programlisting">typedef struct _GtkPatternTag GtkPatternTag;</pre>
+<a class="indexterm" name="id2567836"></a><pre class="programlisting">typedef struct _GtkPatternTag GtkPatternTag;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2589632"></a><h3>
+<a name="id2567852"></a><h3>
<a name="GtkPatternTagClass"></a>GtkPatternTagClass</h3>
-<a class="indexterm" name="id2589645"></a><pre class="programlisting">typedef struct _GtkPatternTagClass GtkPatternTagClass;</pre>
+<a class="indexterm" name="id2567865"></a><pre class="programlisting">typedef struct _GtkPatternTagClass GtkPatternTagClass;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2589661"></a><h3>
+<a name="id2567881"></a><h3>
<a name="gtk-source-tag-get-style"></a>gtk_source_tag_get_style ()</h3>
-<a class="indexterm" name="id2589673"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_tag_get_style (<a href="GtkSourceTag.html" title="GtkSourceTag">GtkSourceTag</a> *tag);</pre>
+<a class="indexterm" name="id2567893"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_tag_get_style (<a href="GtkSourceTag.html" title="GtkSourceTag">GtkSourceTag</a> *tag);</pre>
<p>
Gets the style associated with the given <em class="parameter"><code>tag</code></em>.</p>
<p>
@@ -207,9 +207,9 @@ href="../liboil/liboil-liboiljunk.html#N
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2589762"></a><h3>
+<a name="id2567982"></a><h3>
<a name="gtk-source-tag-set-style"></a>gtk_source_tag_set_style ()</h3>
-<a class="indexterm" name="id2589773"></a><pre class="programlisting">void gtk_source_tag_set_style (<a href="GtkSourceTag.html" title="GtkSourceTag">GtkSourceTag</a> *tag,
+<a class="indexterm" name="id2567993"></a><pre class="programlisting">void gtk_source_tag_set_style (<a href="GtkSourceTag.html" title="GtkSourceTag">GtkSourceTag</a> *tag,
const <a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a> *style);</pre>
<p>
Associates a given <em class="parameter"><code>style</code></em> with the given <em class="parameter"><code>tag</code></em>.</p>
@@ -234,9 +234,9 @@ Associates a given <em class="parameter"
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2589870"></a><h3>
+<a name="id2568090"></a><h3>
<a name="gtk-syntax-tag-new"></a>gtk_syntax_tag_new ()</h3>
-<a class="indexterm" name="id2605183"></a><pre class="programlisting">GtkTextTag* gtk_syntax_tag_new (const gchar *id,
+<a class="indexterm" name="id2605178"></a><pre class="programlisting">GtkTextTag* gtk_syntax_tag_new (const gchar *id,
const gchar *name,
const gchar *pattern_start,
const gchar *pattern_end);</pre>
@@ -278,9 +278,9 @@ Creates a new syntax tag object with the
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2605300"></a><h3>
+<a name="id2605295"></a><h3>
<a name="gtk-pattern-tag-new"></a>gtk_pattern_tag_new ()</h3>
-<a class="indexterm" name="id2605310"></a><pre class="programlisting">GtkTextTag* gtk_pattern_tag_new (const gchar *id,
+<a class="indexterm" name="id2605305"></a><pre class="programlisting">GtkTextTag* gtk_pattern_tag_new (const gchar *id,
const gchar *name,
const gchar *pattern);</pre>
<p>
@@ -316,9 +316,9 @@ Creates a new pattern tag object with th
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2605416"></a><h3>
+<a name="id2605410"></a><h3>
<a name="gtk-keyword-list-tag-new"></a>gtk_keyword_list_tag_new ()</h3>
-<a class="indexterm" name="id2605427"></a><pre class="programlisting">GtkTextTag* gtk_keyword_list_tag_new (const gchar *id,
+<a class="indexterm" name="id2605421"></a><pre class="programlisting">GtkTextTag* gtk_keyword_list_tag_new (const gchar *id,
const gchar *name,
const GSList *keywords,
gboolean case_sensitive,
@@ -386,19 +386,18 @@ string at the end.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2605644"></a><h3>
+<a name="id2605639"></a><h3>
<a name="gtk-block-comment-tag-new"></a>gtk_block_comment_tag_new</h3>
-<a class="indexterm" name="id2605656"></a><pre class="programlisting">#define gtk_block_comment_tag_new gtk_syntax_tag_new
-</pre>
+<a class="indexterm" name="id2605650"></a><pre class="programlisting">#define gtk_block_comment_tag_new</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2605672"></a><h3>
+<a name="id2605666"></a><h3>
<a name="gtk-line-comment-tag-new"></a>gtk_line_comment_tag_new ()</h3>
-<a class="indexterm" name="id2605683"></a><pre class="programlisting">GtkTextTag* gtk_line_comment_tag_new (const gchar *id,
+<a class="indexterm" name="id2605678"></a><pre class="programlisting">GtkTextTag* gtk_line_comment_tag_new (const gchar *id,
const gchar *name,
const gchar *pattern_start);</pre>
<p>
@@ -434,9 +433,9 @@ Creates a new line comment tag object wi
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2605793"></a><h3>
+<a name="id2605787"></a><h3>
<a name="gtk-string-tag-new"></a>gtk_string_tag_new ()</h3>
-<a class="indexterm" name="id2605805"></a><pre class="programlisting">GtkTextTag* gtk_string_tag_new (const gchar *id,
+<a class="indexterm" name="id2605800"></a><pre class="programlisting">GtkTextTag* gtk_string_tag_new (const gchar *id,
const gchar *name,
const gchar *pattern_start,
const gchar *pattern_end,
@@ -484,19 +483,19 @@ Creates a new string tag object with the
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2605959"></a><h2>Property Details</h2>
+<a name="id2605954"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
-<a name="id2605970"></a><h3>
+<a name="id2605965"></a><h3>
<a name="GtkSourceTag--id"></a>The "<code class="literal">id</code>" property</h3>
-<a c