[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Ubuntu (new upstream) gtksourceview 1.8.1-0ubuntu1
- From: Ubuntu Merge-o-Matic <mom ubuntu com>
- To: gtksourceview packages qa debian org
- Subject: Ubuntu (new upstream) gtksourceview 1.8.1-0ubuntu1
- Date: Sun, 01 Oct 2006 23:56:47 -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: Sun, 1 Oct 2006 23:17:27 +0200
Source: gtksourceview
Binary: libgtksourceview-dev libgtksourceview-common libgtksourceview1.0-0 libgtksourceview-doc
Architecture: source
Version: 1.8.1-0ubuntu1
Distribution: edgy
Urgency: low
Maintainer: Andrew Lau <netsnipe users sourceforge net>
Changed-By: Sebastien Bacher <seb128 canonical 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.1-0ubuntu1) edgy; urgency=low
.
* New upstream version:
- Missing break in gtk_source_tag_set_property()
- "Insert spaces instead of tabs" doesn't work
- Updated translations
Files:
a256d8ee41c88b62f4bb0855ed1148d4 1605 libs optional gtksourceview_1.8.1-0ubuntu1.dsc
a0846cfa8d92d48046e8ecd77276a871 6728 libs optional gtksourceview_1.8.1-0ubuntu1.diff.gz
diff -pruN 1.8.0-1/ChangeLog 1.8.1-0ubuntu1/ChangeLog
--- 1.8.0-1/ChangeLog 2006-09-04 13:27:31.000000000 +0100
+++ 1.8.1-0ubuntu1/ChangeLog 2006-10-01 18:33:57.000000000 +0100
@@ -1,6 +1,26 @@
+=== gtksourceview 1.8.1 ===
+
+2006-09-04 Paolo Maggi <paolo gnome org>
+
+ * gtksourceview/configure.in:
+ * gtksourceview/README:
+ * gtksourceview/NEWS:
+
+ release 1.8.1
+
+2006-09-26 Paolo Borelli <pborelli katamail com>
+
+ * gtksourceview/gtksourceview.c (gtk_source_view_key_press_event):
+ properly test for modifiers key. Bug #357746.
+
+2006-09-24 Paolo Borelli <pborelli katamail com>
+
+ * gtksourceview/gtksourcetag.c (gtk_source_tag_set_property):
+ Add missing "break", patch by Kouhei Sutou. Bug #357447.
+
=== gtksourceview 1.8.0 ===
-2006-08-06 Paolo Borelli <pborelli katamail com>
+2006-09-04 Paolo Maggi <paolo gnome org>
* gtksourceview/configure.in:
* gtksourceview/README:
diff -pruN 1.8.0-1/configure 1.8.1-0ubuntu1/configure
--- 1.8.0-1/configure 2006-09-04 13:28:53.000000000 +0100
+++ 1.8.1-0ubuntu1/configure 2006-10-01 18:52:10.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for gtksourceview 1.8.0.
+# Generated by GNU Autoconf 2.59 for gtksourceview 1.8.1.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview>.
#
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='gtksourceview'
PACKAGE_TARNAME='gtksourceview'
-PACKAGE_VERSION='1.8.0'
-PACKAGE_STRING='gtksourceview 1.8.0'
+PACKAGE_VERSION='1.8.1'
+PACKAGE_STRING='gtksourceview 1.8.1'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview'
ac_unique_file="gtksourceview/gtksourcebuffer.h"
@@ -982,7 +982,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.0 to adapt to many kinds of systems.
+\`configure' configures gtksourceview 1.8.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1048,7 +1048,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gtksourceview 1.8.0:";;
+ short | recursive ) echo "Configuration of gtksourceview 1.8.1:";;
esac
cat <<\_ACEOF
@@ -1207,7 +1207,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-gtksourceview configure 1.8.0
+gtksourceview configure 1.8.1
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1221,7 +1221,7 @@ cat >&5 <<_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.0, which was
+It was created by gtksourceview $as_me 1.8.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1868,7 +1868,7 @@ fi
# Define the identity of the package.
PACKAGE=gtksourceview
- VERSION=1.8.0
+ VERSION=1.8.1
cat >>confdefs.h <<_ACEOF
@@ -22682,7 +22682,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by gtksourceview $as_me 1.8.0, which was
+This file was extended by gtksourceview $as_me 1.8.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22745,7 +22745,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-gtksourceview config.status 1.8.0
+gtksourceview config.status 1.8.1
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff -pruN 1.8.0-1/configure.in 1.8.1-0ubuntu1/configure.in
--- 1.8.0-1/configure.in 2006-09-04 11:39:48.000000000 +0100
+++ 1.8.1-0ubuntu1/configure.in 2006-10-01 18:33:59.000000000 +0100
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to p
AC_PREREQ(2.53)
# Initialization and versioning
-AC_INIT(gtksourceview, 1.8.0, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)
+AC_INIT(gtksourceview, 1.8.1, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)
AC_CONFIG_SRCDIR([gtksourceview/gtksourcebuffer.h])
AM_CONFIG_HEADER(config.h)
diff -pruN 1.8.0-1/debian/changelog 1.8.1-0ubuntu1/debian/changelog
--- 1.8.0-1/debian/changelog 2006-10-02 00:08:21.000000000 +0100
+++ 1.8.1-0ubuntu1/debian/changelog 2006-10-02 00:08:03.000000000 +0100
@@ -1,12 +1,21 @@
-gtksourceview (1.8.0-1) experimental; urgency=low
+gtksourceview (1.8.1-0ubuntu1) edgy; urgency=low
- * New upstream release.
- * Small fix in the -dev depends.
- * Require gnome-pkg-tools 0.7.
- * Call clean-la.mk and gnome-versions.mk.
- * Use ${gnome:Version} and ${gnome:NextVersion} to relax dependencies.
+ * New upstream version:
+ - Missing break in gtk_source_tag_set_property()
+ - "Insert spaces instead of tabs" doesn't work
+ - Updated translations
+
+ -- Sebastien Bacher <seb128 canonical com> Sun, 1 Oct 2006 23:17:27 +0200
+
+gtksourceview (1.8.0-0ubuntu1) edgy; urgency=low
+
+ * Sync with Debian
+ * New upstream version:
+ - Added text/x-gettext-translation-template to the list of
+ mime-types in po.lang
+ - Updated translations
- -- Josselin Mouette <joss debian org> Mon, 25 Sep 2006 22:33:52 +0200
+ -- Sebastien Bacher <seb128 canonical com> Mon, 4 Sep 2006 15:57:06 +0200
gtksourceview (1.7.2-1) experimental; urgency=low
diff -pruN 1.8.0-1/debian/control 1.8.1-0ubuntu1/debian/control
--- 1.8.0-1/debian/control 2006-10-02 00:08:21.000000000 +0100
+++ 1.8.1-0ubuntu1/debian/control 2006-10-02 00:08:03.000000000 +0100
@@ -2,14 +2,14 @@ Source: gtksourceview
Section: libs
Priority: optional
Maintainer: Andrew Lau <netsnipe users sourceforge net>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, gnome-pkg-tools (>= 0.7), dpkg-dev (>= 1.13.19), libgnomeprintui2.2-dev (>= 2.8), libgnomevfs2-dev (>= 2.8.4-2), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5), libxml-parser-perl
+Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, gnome-pkg-tools, dpkg-dev (>= 1.13.19), libgnomeprintui2.2-dev (>= 2.8), libgnomevfs2-dev (>= 2.8.4-2), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5), libxml-parser-perl
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers lists alioth debian org>, Clément Stenac <zorglub debian org>, Dafydd Harries <daf debian org>, Guilherme de S. Pastore <gpastore debian org>, Gustavo Franco <stratus debian org>, Gustavo Noronha Silva <kov debian org>, J.H.M. Dassen (Ray) <jdassen debian org>, Jordi Mallach <jordi debian org>, Jose Carlos Garcia Sogo <jsogo debian org>, Josselin Mouette <joss debian org>, Loic Minier <lool dooz org>, Marc 'HE' Brockschmidt <he debian org>, Marco Cabizza <marco87 gmail com>, Oystein Gisnas <oystein gisnas net>, OndÅ?ej Surý <ondrej debian org>, Ross Burton <ross debian org>, Sebastien Bacher <seb128 debian org>, Sjoerd Simons <sjoerd debian org>
Standards-Version: 3.7.2
Package: libgtksourceview1.0-0
Section: libs
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgtksourceview-common (>= ${gnome:Version}), libgtksourceview-common (<< ${gnome:NextVersion})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libgtksourceview-common (>= ${source:Version})
Description: shared libraries for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
@@ -41,7 +41,7 @@ Description: common files for the GTK+ s
Package: libgtksourceview-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libgtksourceview1.0-0 (= ${binary:Version}), libgnomeprint2.2-dev (>= 2.7), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5.0)
+Depends: ${misc:Depends}, libgtksourceview1.0-0 (= ${binary:Version}), libgnomeprintui2.2-dev (>= 2.7), libgtk2.0-dev (>= 2.4)
Suggests: libgtksourceview-doc
Description: development files for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
diff -pruN 1.8.0-1/debian/control.in 1.8.1-0ubuntu1/debian/control.in
--- 1.8.0-1/debian/control.in 2006-10-02 00:08:21.000000000 +0100
+++ 1.8.1-0ubuntu1/debian/control.in 2006-10-02 00:08:03.000000000 +0100
@@ -2,14 +2,14 @@ Source: gtksourceview
Section: libs
Priority: optional
Maintainer: Andrew Lau <netsnipe users sourceforge net>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, gnome-pkg-tools (>= 0.7), dpkg-dev (>= 1.13.19), libgnomeprintui2.2-dev (>= 2.8), libgnomevfs2-dev (>= 2.8.4-2), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5), libxml-parser-perl
+Build-Depends: autotools-dev, cdbs, debhelper (>= 5), dh-buildinfo, gnome-pkg-tools, dpkg-dev (>= 1.13.19), libgnomeprintui2.2-dev (>= 2.8), libgnomevfs2-dev (>= 2.8.4-2), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5), libxml-parser-perl
Uploaders: @GNOME_TEAM@
Standards-Version: 3.7.2
Package: libgtksourceview1.0-0
Section: libs
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgtksourceview-common (>= ${gnome:Version}), libgtksourceview-common (<< ${gnome:NextVersion})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libgtksourceview-common (>= ${source:Version})
Description: shared libraries for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
@@ -41,7 +41,7 @@ Description: common files for the GTK+ s
Package: libgtksourceview-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libgtksourceview1.0-0 (= ${binary:Version}), libgnomeprint2.2-dev (>= 2.7), libgtk2.0-dev (>= 2.8.0), libxml2-dev (>= 2.5.0)
+Depends: ${misc:Depends}, libgtksourceview1.0-0 (= ${binary:Version}), libgnomeprintui2.2-dev (>= 2.7), libgtk2.0-dev (>= 2.4)
Suggests: libgtksourceview-doc
Description: development files for the GTK+ syntax highlighting widget
GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
diff -pruN 1.8.0-1/debian/rules 1.8.1-0ubuntu1/debian/rules
--- 1.8.0-1/debian/rules 2006-10-02 00:08:21.000000000 +0100
+++ 1.8.1-0ubuntu1/debian/rules 2006-10-02 00:08:03.000000000 +0100
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
-# $Id: rules 7442 2006-09-25 20:39:29Z joss $
+# $Id: rules 6935 2006-08-10 13:07:47Z lool $
# (C) 2002 Colin Walters
# CDBS Classes & Rules
@@ -8,8 +8,6 @@ include /usr/share/cdbs/1/rules/simple-p
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
# Compile options
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
diff -pruN 1.8.0-1/docs/reference/html/GtkSourceBuffer.html 1.8.1-0ubuntu1/docs/reference/html/GtkSourceBuffer.html
--- 1.8.0-1/docs/reference/html/GtkSourceBuffer.html 2006-09-04 13:52:18.000000000 +0100
+++ 1.8.1-0ubuntu1/docs/reference/html/GtkSourceBuffer.html 2006-10-01 19:05:27.000000000 +0100
@@ -21,22 +21,22 @@
<th width="100%" align="center">GtkSourceView Reference Manual</th>
<td><a accesskey="n" href="gtksourceview-Searching-in-a-GtkSourceBuffer.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="#id2540160" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2538329" class="shortcut">Top</a>
 | 
- <a href="#id2568786" class="shortcut">Description</a>
+ <a href="#id2568773" class="shortcut">Description</a>
 | 
- <a href="#id2476874" class="shortcut">Object Hierarchy</a>
+ <a href="#id2476852" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2476904" class="shortcut">Properties</a>
+ <a href="#id2476883" class="shortcut">Properties</a>
 | 
- <a href="#id2476985" class="shortcut">Signals</a></nobr></td></tr>
+ <a href="#id2476964" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GtkSourceBuffer"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
-<a name="id2540160"></a><span class="refentrytitle">GtkSourceBuffer</span>
+<a name="id2538329"></a><span class="refentrytitle">GtkSourceBuffer</span>
</h2>
<p>GtkSourceBuffer — Text buffer object for <a href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p>
</td>
@@ -121,7 +121,7 @@ void <a href="GtkSourceBuffer.htm
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2476874"></a><h2>Object Hierarchy</h2>
+<a name="id2476852"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@@ -130,7 +130,7 @@ void <a href="GtkSourceBuffer.htm
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2476904"></a><h2>Properties</h2>
+<a name="id2476883"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GtkSourceBuffer.html#GtkSourceBuffer--check-brackets">check-brackets</a>" gboolean : Read / Write
@@ -141,7 +141,7 @@ void <a href="GtkSourceBuffer.htm
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2476985"></a><h2>Signals</h2>
+<a name="id2476964"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GtkSourceBuffer.html#GtkSourceBuffer-can-redo">can-redo</a>" void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
@@ -162,7 +162,7 @@ void <a href="GtkSourceBuffer.htm
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2568786"></a><h2>Description</h2>
+<a name="id2568773"></a><h2>Description</h2>
<p>
The <a href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> object is the model for <a href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> widgets.
It extends the <span class="type">GtkTextBuffer</span> object by adding features necessary to
@@ -184,20 +184,20 @@ tag table.
</p>
</div>
<div class="refsect1" lang="en">
-<a name="id2568894"></a><h2>Details</h2>
+<a name="id2568881"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2568905"></a><h3>
+<a name="id2568892"></a><h3>
<a name="GtkSourceBuffer-struct"></a>GtkSourceBuffer</h3>
-<a class="indexterm" name="id2568916"></a><pre class="programlisting">typedef struct _GtkSourceBuffer GtkSourceBuffer;</pre>
+<a class="indexterm" name="id2568904"></a><pre class="programlisting">typedef struct _GtkSourceBuffer GtkSourceBuffer;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2568933"></a><h3>
+<a name="id2568920"></a><h3>
<a name="gtk-source-buffer-new"></a>gtk_source_buffer_new ()</h3>
-<a class="indexterm" name="id2568944"></a><pre class="programlisting"><a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>* gtk_source_buffer_new (<a href="GtkSourceTagTable.html" title="GtkSourceTagTable">GtkSourceTagTable</a> *table);</pre>
+<a class="indexterm" name="id2568931"></a><pre class="programlisting"><a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>* gtk_source_buffer_new (<a href="GtkSourceTagTable.html" title="GtkSourceTagTable">GtkSourceTagTable</a> *table);</pre>
<p>
Creates a new source buffer.</p>
<p>
@@ -221,9 +221,9 @@ Creates a new source buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2548973"></a><h3>
+<a name="id2569008"></a><h3>
<a name="gtk-source-buffer-new-with-language"></a>gtk_source_buffer_new_with_language ()</h3>
-<a class="indexterm" name="id2569016"></a><pre class="programlisting"><a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>* gtk_source_buffer_new_with_language
+<a class="indexterm" name="id2569022"></a><pre class="programlisting"><a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>* gtk_source_buffer_new_with_language
(<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
<p>
Creates a new source buffer using the highlighting patterns in
@@ -252,9 +252,9 @@ according to <em class="parameter"><code
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569101"></a><h3>
+<a name="id2569116"></a><h3>
<a name="gtk-source-buffer-get-check-brackets"></a>gtk_source_buffer_get_check_brackets ()</h3>
-<a class="indexterm" name="id2569114"></a><pre class="programlisting">gboolean gtk_source_buffer_get_check_brackets
+<a class="indexterm" name="id2569130"></a><pre class="programlisting">gboolean gtk_source_buffer_get_check_brackets
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Determines whether bracket match highlighting is activated for the
@@ -281,9 +281,9 @@ brackets.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569186"></a><h3>
+<a name="id2569210"></a><h3>
<a name="gtk-source-buffer-set-check-brackets"></a>gtk_source_buffer_set_check_brackets ()</h3>
-<a class="indexterm" name="id2569198"></a><pre class="programlisting">void gtk_source_buffer_set_check_brackets
+<a class="indexterm" name="id2569224"></a><pre class="programlisting">void gtk_source_buffer_set_check_brackets
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
gboolean check_brackets);</pre>
<p>
@@ -314,9 +314,9 @@ function.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569293"></a><h3>
+<a name="id2569328"></a><h3>
<a name="gtk-source-buffer-set-bracket-match-style"></a>gtk_source_buffer_set_bracket_match_style ()</h3>
-<a class="indexterm" name="id2569306"></a><pre class="programlisting">void gtk_source_buffer_set_bracket_match_style
+<a class="indexterm" name="id2569343"></a><pre class="programlisting">void gtk_source_buffer_set_bracket_match_style
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *source_buffer,
const <a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a> *style);</pre>
<p>
@@ -343,9 +343,9 @@ attributes.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569385"></a><h3>
+<a name="id2569431"></a><h3>
<a name="gtk-source-buffer-get-highlight"></a>gtk_source_buffer_get_highlight ()</h3>
-<a class="indexterm" name="id2569397"></a><pre class="programlisting">gboolean gtk_source_buffer_get_highlight (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
+<a class="indexterm" name="id2569444"></a><pre class="programlisting">gboolean gtk_source_buffer_get_highlight (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Determines whether text highlighting is activated in the source
buffer.</p>
@@ -370,9 +370,9 @@ buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569468"></a><h3>
+<a name="id2569523"></a><h3>
<a name="gtk-source-buffer-set-highlight"></a>gtk_source_buffer_set_highlight ()</h3>
-<a class="indexterm" name="id2569480"></a><pre class="programlisting">void gtk_source_buffer_set_highlight (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
+<a class="indexterm" name="id2569536"></a><pre class="programlisting">void gtk_source_buffer_set_highlight (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
gboolean highlight);</pre>
<p>
Controls whether text is highlighted in the buffer. If <em class="parameter"><code>highlight</code></em>
@@ -414,9 +414,9 @@ and enable it when finished.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569630"></a><h3>
+<a name="id2569703"></a><h3>
<a name="gtk-source-buffer-get-max-undo-levels"></a>gtk_source_buffer_get_max_undo_levels ()</h3>
-<a class="indexterm" name="id2569643"></a><pre class="programlisting">gint gtk_source_buffer_get_max_undo_levels
+<a class="indexterm" name="id2569716"></a><pre class="programlisting">gint gtk_source_buffer_get_max_undo_levels
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Determines the number of undo levels the buffer will track for
@@ -442,9 +442,9 @@ buffer edits.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569706"></a><h3>
+<a name="id2569787"></a><h3>
<a name="gtk-source-buffer-set-max-undo-levels"></a>gtk_source_buffer_set_max_undo_levels ()</h3>
-<a class="indexterm" name="id2569719"></a><pre class="programlisting">void gtk_source_buffer_set_max_undo_levels
+<a class="indexterm" name="id2569801"></a><pre class="programlisting">void gtk_source_buffer_set_max_undo_levels
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
gint max_undo_levels);</pre>
<p>
@@ -480,9 +480,9 @@ But, inserting a newline does start a ne
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569812"></a><h3>
+<a name="id2569903"></a><h3>
<a name="gtk-source-buffer-get-language"></a>gtk_source_buffer_get_language ()</h3>
-<a class="indexterm" name="id2569824"></a><pre class="programlisting"><a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a>* gtk_source_buffer_get_language
+<a class="indexterm" name="id2569916"></a><pre class="programlisting"><a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a>* gtk_source_buffer_get_language
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Determines the <a href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> used by the buffer. The returned
@@ -509,9 +509,9 @@ object should not be unreferenced by the
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2569917"></a><h3>
+<a name="id2570021"></a><h3>
<a name="gtk-source-buffer-set-language"></a>gtk_source_buffer_set_language ()</h3>
-<a class="indexterm" name="id2569930"></a><pre class="programlisting">void gtk_source_buffer_set_language (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
+<a class="indexterm" name="id2570034"></a><pre class="programlisting">void gtk_source_buffer_set_language (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
<p>
Sets the <a href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> the source buffer will use, adding
@@ -541,9 +541,9 @@ set.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570052"></a><h3>
+<a name="id2570171"></a><h3>
<a name="gtk-source-buffer-get-escape-char"></a>gtk_source_buffer_get_escape_char ()</h3>
-<a class="indexterm" name="id2570065"></a><pre class="programlisting">gunichar gtk_source_buffer_get_escape_char
+<a class="indexterm" name="id2570185"></a><pre class="programlisting">gunichar gtk_source_buffer_get_escape_char
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Determines the escaping character used by the source buffer
@@ -570,9 +570,9 @@ buffer is using.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570128"></a><h3>
+<a name="id2570255"></a><h3>
<a name="gtk-source-buffer-set-escape-char"></a>gtk_source_buffer_set_escape_char ()</h3>
-<a class="indexterm" name="id2570141"></a><pre class="programlisting">void gtk_source_buffer_set_escape_char
+<a class="indexterm" name="id2570269"></a><pre class="programlisting">void gtk_source_buffer_set_escape_char
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
gunichar escape_char);</pre>
<p>
@@ -608,9 +608,9 @@ This setting affects only syntax pattern
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570231"></a><h3>
+<a name="id2570369"></a><h3>
<a name="gtk-source-buffer-can-undo"></a>gtk_source_buffer_can_undo ()</h3>
-<a class="indexterm" name="id2570242"></a><pre class="programlisting">gboolean gtk_source_buffer_can_undo (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
+<a class="indexterm" name="id2570381"></a><pre class="programlisting">gboolean gtk_source_buffer_can_undo (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Determines whether a source buffer can undo the last action.</p>
<p>
@@ -634,9 +634,9 @@ Determines whether a source buffer can u
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570312"></a><h3>
+<a name="id2570459"></a><h3>
<a name="gtk-source-buffer-can-redo"></a>gtk_source_buffer_can_redo ()</h3>
-<a class="indexterm" name="id2570323"></a><pre class="programlisting">gboolean gtk_source_buffer_can_redo (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
+<a class="indexterm" name="id2570471"></a><pre class="programlisting">gboolean gtk_source_buffer_can_redo (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Determines whether a source buffer can redo the last action
(i.e. if the last operation was an undo).</p>
@@ -661,9 +661,9 @@ Determines whether a source buffer can r
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570392"></a><h3>
+<a name="id2570549"></a><h3>
<a name="gtk-source-buffer-undo"></a>gtk_source_buffer_undo ()</h3>
-<a class="indexterm" name="id2570403"></a><pre class="programlisting">void gtk_source_buffer_undo (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
+<a class="indexterm" name="id2570561"></a><pre class="programlisting">void gtk_source_buffer_undo (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Undoes the last user action which modified the buffer. Use
<a href="GtkSourceBuffer.html#gtk-source-buffer-can-undo"><code class="function">gtk_source_buffer_can_undo()</code></a> to check whether a call to this
@@ -688,9 +688,9 @@ Actions are defined as groups of operati
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570489"></a><h3>
+<a name="id2570655"></a><h3>
<a name="gtk-source-buffer-redo"></a>gtk_source_buffer_redo ()</h3>
-<a class="indexterm" name="id2570500"></a><pre class="programlisting">void gtk_source_buffer_redo (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
+<a class="indexterm" name="id2570666"></a><pre class="programlisting">void gtk_source_buffer_redo (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Redoes the last undo operation. Use <a href="GtkSourceBuffer.html#gtk-source-buffer-can-redo"><code class="function">gtk_source_buffer_can_redo()</code></a>
to check whether a call to this function will have any effect.</p>
@@ -708,9 +708,9 @@ to check whether a call to this function
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570560"></a><h3>
+<a name="id2570734"></a><h3>
<a name="gtk-source-buffer-begin-not-undoable-action"></a>gtk_source_buffer_begin_not_undoable_action ()</h3>
-<a class="indexterm" name="id2570574"></a><pre class="programlisting">void gtk_source_buffer_begin_not_undoable_action
+<a class="indexterm" name="id2570748"></a><pre class="programlisting">void gtk_source_buffer_begin_not_undoable_action
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Marks the beginning of a not undoable action on the buffer,
@@ -735,9 +735,9 @@ You may nest <a href="GtkSourceBuffer.ht
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570652"></a><h3>
+<a name="id2570834"></a><h3>
<a name="gtk-source-buffer-end-not-undoable-action"></a>gtk_source_buffer_end_not_undoable_action ()</h3>
-<a class="indexterm" name="id2570666"></a><pre class="programlisting">void gtk_source_buffer_end_not_undoable_action
+<a class="indexterm" name="id2570849"></a><pre class="programlisting">void gtk_source_buffer_end_not_undoable_action
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Marks the end of a not undoable action on the buffer. When the
@@ -758,9 +758,9 @@ is re-enabled.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570720"></a><h3>
+<a name="id2570888"></a><h3>
<a name="gtk-source-buffer-create-marker"></a>gtk_source_buffer_create_marker ()</h3>
-<a class="indexterm" name="id2570733"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_create_marker
+<a class="indexterm" name="id2570900"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_create_marker
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
const gchar *name,
const gchar *type,
@@ -830,9 +830,9 @@ executing instruction indication in a so
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2570961"></a><h3>
+<a name="id2571129"></a><h3>
<a name="gtk-source-buffer-move-marker"></a>gtk_source_buffer_move_marker ()</h3>
-<a class="indexterm" name="id2570974"></a><pre class="programlisting">void gtk_source_buffer_move_marker (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
+<a class="indexterm" name="id2571141"></a><pre class="programlisting">void gtk_source_buffer_move_marker (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
<a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a> *marker,
const GtkTextIter *where);</pre>
<p>
@@ -863,9 +863,9 @@ Moves <em class="parameter"><code>marker
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2571085"></a><h3>
+<a name="id2571253"></a><h3>
<a name="gtk-source-buffer-delete-marker"></a>gtk_source_buffer_delete_marker ()</h3>
-<a class="indexterm" name="id2571097"></a><pre class="programlisting">void gtk_source_buffer_delete_marker (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
+<a class="indexterm" name="id2571265"></a><pre class="programlisting">void gtk_source_buffer_delete_marker (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
<a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a> *marker);</pre>
<p>
Deletes <em class="parameter"><code>marker</code></em> from the source buffer. The same conditions as for
@@ -893,9 +893,9 @@ destroyed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2571193"></a><h3>
+<a name="id2571361"></a><h3>
<a name="gtk-source-buffer-get-marker"></a>gtk_source_buffer_get_marker ()</h3>
-<a class="indexterm" name="id2571206"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_marker
+<a class="indexterm" name="id2571373"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_marker
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
const gchar *name);</pre>
<p>
@@ -927,9 +927,9 @@ Looks up the <a href="gtksourceview-GtkS
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2571331"></a><h3>
+<a name="id2571499"></a><h3>
<a name="gtk-source-buffer-get-markers-in-region"></a>gtk_source_buffer_get_markers_in_region ()</h3>
-<a class="indexterm" name="id2571344"></a><pre class="programlisting">GSList* gtk_source_buffer_get_markers_in_region
+<a class="indexterm" name="id2571511"></a><pre class="programlisting">GSList* gtk_source_buffer_get_markers_in_region
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
const GtkTextIter *begin,
const GtkTextIter *end);</pre>
@@ -968,9 +968,9 @@ Returns an <span class="emphasis"><em>or
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2571490"></a><h3>
+<a name="id2571657"></a><h3>
<a name="gtk-source-buffer-get-first-marker"></a>gtk_source_buffer_get_first_marker ()</h3>
-<a class="indexterm" name="id2571503"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_first_marker
+<a class="indexterm" name="id2571670"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_first_marker
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Returns the first (nearest to the top of the buffer) marker in
@@ -997,9 +997,9 @@ there are no markers in the buffer.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2571585"></a><h3>
+<a name="id2571752"></a><h3>
<a name="gtk-source-buffer-get-last-marker"></a>gtk_source_buffer_get_last_marker ()</h3>
-<a class="indexterm" name="id2571598"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_last_marker
+<a class="indexterm" name="id2571766"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_last_marker
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer);</pre>
<p>
Returns the last (nearest to the bottom of the buffer) marker in
@@ -1026,9 +1026,9 @@ there are no markers in the buffer.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2571680"></a><h3>
+<a name="id2571848"></a><h3>
<a name="gtk-source-buffer-get-iter-at-marker"></a>gtk_source_buffer_get_iter_at_marker ()</h3>
-<a class="indexterm" name="id2571693"></a><pre class="programlisting">void gtk_source_buffer_get_iter_at_marker
+<a class="indexterm" name="id2571860"></a><pre class="programlisting">void gtk_source_buffer_get_iter_at_marker
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
GtkTextIter *iter,
<a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a> *marker);</pre>
@@ -1060,9 +1060,9 @@ Initializes <em class="parameter"><code>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2571817"></a><h3>
+<a name="id2571978"></a><h3>
<a name="gtk-source-buffer-get-next-marker"></a>gtk_source_buffer_get_next_marker ()</h3>
-<a class="indexterm" name="id2571831"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_next_marker
+<a class="indexterm" name="id2571991"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_next_marker
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
GtkTextIter *iter);</pre>
<p>
@@ -1098,9 +1098,9 @@ or <code class="literal">NULL</code> if
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2571971"></a><h3>
+<a name="id2572115"></a><h3>
<a name="gtk-source-buffer-get-prev-marker"></a>gtk_source_buffer_get_prev_marker ()</h3>
-<a class="indexterm" name="id2571985"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_prev_marker
+<a class="indexterm" name="id2572128"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceMarker.html#GtkSourceMarker">GtkSourceMarker</a>* gtk_source_buffer_get_prev_marker
(<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *buffer,
GtkTextIter *iter);</pre>
<p>
@@ -1136,53 +1136,53 @@ or <code class="literal">NULL</code> if
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2572126"></a><h2>Property Details</h2>
+<a name="id2572253"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
-<a name="id2572137"></a><h3>
+<a name="id2572262"></a><h3>
<a name="GtkSourceBuffer--check-brackets"></a>The "<code class="literal">check-brackets</code>" property</h3>
-<a class="indexterm" name="id2572154"></a><pre class="programlisting"> "check-brackets" gboolean : Read / Write</pre>
+<a class="indexterm" name="id2572277"></a><pre class="programlisting"> "check-brackets" gboolean : Read / Write</pre>
<p>Whether to check and highlight matching brackets.</p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2572180"></a><h3>
+<a name="id2572301"></a><h3>
<a name="GtkSourceBuffer--escape-char"></a>The "<code class="literal">escape-char</code>" property</h3>
-<a class="indexterm" name="id2572197"></a><pre class="programlisting"> "escape-char" guint : Read / Write</pre>
+<a class="indexterm" name="id2572315"></a><pre class="programlisting"> "escape-char" guint : Read / Write</pre>
<p>Escaping character for syntax patterns.</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2572223"></a><h3>
+<a name="id2572338"></a><h3>
<a name="GtkSourceBuffer--highlight"></a>The "<code class="literal">highlight</code>" property</h3>
-<a class="indexterm" name="id2572239"></a><pre class="programlisting"> "highlight" gboolean : Read / Write</pre>
+<a class="indexterm" name="id2572350"></a><pre class="programlisting"> "highlight" gboolean : Read / Write</pre>
<p>Whether to highlight syntax in the buffer.</p>
<p>Default value: FALSE</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2572266"></a><h3>
+<a name="id2572374"></a><h3>
<a name="GtkSourceBuffer--language"></a>The "<code class="literal">language</code>" property</h3>
-<a class="indexterm" name="id2572282"></a><pre class="programlisting"> "language" <a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> : Read / Write</pre>
+<a class="indexterm" name="id2572386"></a><pre class="programlisting"> "language" <a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> : Read / Write</pre>
<p>Language object to get highlighting patterns from.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2572304"></a><h3>
+<a name="id2572406"></a><h3>
<a name="GtkSourceBuffer--max-undo-levels"></a>The "<code class="literal">max-undo-levels</code>" property</h3>
-<a class="indexterm" name="id2572321"></a><pre class="programlisting"> "max-undo-levels" gint : Read / Write</pre>
+<a class="indexterm" name="id2572421"></a><pre class="programlisting"> "max-undo-levels" gint : Read / Write</pre>
<p>Number of undo levels for the buffer.</p>
<p>Allowed values: [0,200]</p>
<p>Default value: 25</p>
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2572352"></a><h2>Signal Details</h2>
+<a name="id2572448"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
-<a name="id2572363"></a><h3>
+<a name="id2572458"></a><h3>
<a name="GtkSourceBuffer-can-redo"></a>The "can-redo" signal</h3>
-<a class="indexterm" name="id2572374"></a><pre class="programlisting">void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
+<a class="indexterm" name="id2572465"></a><pre class="programlisting">void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
gboolean arg1,
gpointer user_data) : Run last</pre>
<p>
@@ -1212,9 +1212,9 @@ operation.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2572465"></a><h3>
+<a name="id2572548"></a><h3>
<a name="GtkSourceBuffer-can-undo"></a>The "can-undo" signal</h3>
-<a class="indexterm" name="id2572474"></a><pre class="programlisting">void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
+<a class="indexterm" name="id2572555"></a><pre class="programlisting">void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
gboolean arg1,
gpointer user_data) : Run last</pre>
<p>
@@ -1244,9 +1244,9 @@ operation.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2572566"></a><h3>
+<a name="id2572638"></a><h3>
<a name="GtkSourceBuffer-highlight-updated"></a>The "highlight-updated" signal</h3>
-<a class="indexterm" name="id2572576"></a><pre class="programlisting">void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
+<a class="indexterm" name="id2572647"></a><pre class="programlisting">void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
GtkTextIter *arg1,
GtkTextIter *arg2,
gpointer user_data) : Run last</pre>
@@ -1286,9 +1286,9 @@ this signal.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2572702"></a><h3>
+<a name="id2572762"></a><h3>
<a name="GtkSourceBuffer-marker-updated"></a>The "marker-updated" signal</h3>
-<a class="indexterm" name="id2572713"></a><pre class="programlisting">void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
+<a class="indexterm" name="id2572772"></a><pre class="programlisting">void user_function (<a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a> *sourcebuffer,
GtkTextIter *arg1,
gpointer user_data) : Run last</pre>
<p>
@@ -1324,7 +1324,7 @@ one for the old location and one for the
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2572824"></a><h2>See Also</h2>
+<a name="id2572873"></a><h2>See Also</h2>
<p>
There is an introduction document
describing the basic concepts of the buffer/view interactions.
diff -pruN 1.8.0-1/docs/reference/html/GtkSourceLanguage.html 1.8.1-0ubuntu1/docs/reference/html/GtkSourceLanguage.html
--- 1.8.0-1/docs/reference/html/GtkSourceLanguage.html 2006-09-04 13:52:18.000000000 +0100
+++ 1.8.1-0ubuntu1/docs/reference/html/GtkSourceLanguage.html 2006-10-01 19:05:27.000000000 +0100
@@ -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="#id2547164" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2537520" class="shortcut">Top</a>
 | 
- <a href="#id2540150" class="shortcut">Description</a>
+ <a href="#id2538182" class="shortcut">Description</a>
 | 
- <a href="#id2540076" class="shortcut">Object Hierarchy</a>
+ <a href="#id2538106" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2540100" class="shortcut">Signals</a></nobr></td></tr>
+ <a href="#id2538130" 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="id2547164"></a><span class="refentrytitle">GtkSourceLanguage</span>
+<a name="id2537520"></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="id2540076"></a><h2>Object Hierarchy</h2>
+<a name="id2538106"></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="id2540100"></a><h2>Signals</h2>
+<a name="id2538130"></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="id2540150"></a><h2>Description</h2>
+<a name="id2538182"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
-<a name="id2528312"></a><h2>Details</h2>
+<a name="id2564591"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2528323"></a><h3>
+<a name="id2564602"></a><h3>
<a name="GtkSourceLanguage-struct"></a>GtkSourceLanguage</h3>
-<a class="indexterm" name="id2528334"></a><pre class="programlisting">typedef struct _GtkSourceLanguage GtkSourceLanguage;</pre>
+<a class="indexterm" name="id2564614"></a><pre class="programlisting">typedef struct _GtkSourceLanguage GtkSourceLanguage;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2528351"></a><h3>
+<a name="id2564630"></a><h3>
<a name="gtk-source-language-get-name"></a>gtk_source_language_get_name ()</h3>
-<a class="indexterm" name="id2528364"></a><pre class="programlisting">gchar* gtk_source_language_get_name (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
+<a class="indexterm" name="id2564643"></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="id2528439"></a><h3>
+<a name="id2564718"></a><h3>
<a name="gtk-source-language-get-section"></a>gtk_source_language_get_section ()</h3>
-<a class="indexterm" name="id2528452"></a><pre class="programlisting">gchar* gtk_source_language_get_section (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
+<a class="indexterm" name="id2564732"></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="id2528528"></a><h3>
+<a name="id2564808"></a><h3>
<a name="gtk-source-language-get-tags"></a>gtk_source_language_get_tags ()</h3>
-<a class="indexterm" name="id2528542"></a><pre class="programlisting">GSList* gtk_source_language_get_tags (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *language);</pre>
+<a class="indexterm" name="id2564821"></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="id2523426"></a><h3>
+<a name="id2536196"></a><h3>
<a name="gtk-source-language-get-escape-char"></a>gtk_source_language_get_escape_char ()</h3>
-<a class="indexterm" name="id2523440"></a><pre class="programlisting">gunichar gtk_source_language_get_escape_char
+<a class="indexterm" name="id2536210"></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="id2523515"></a><h3>
+<a name="id2536286"></a><h3>
<a name="gtk-source-language-get-mime-types"></a>gtk_source_language_get_mime_types ()</h3>
-<a class="indexterm" name="id2523529"></a><pre class="programlisting">GSList* gtk_source_language_get_mime_types
+<a class="indexterm" name="id2536300"></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="id2523606"></a><h3>
+<a name="id2536376"></a><h3>
<a name="gtk-source-language-set-mime-types"></a>gtk_source_language_set_mime_types ()</h3>
-<a class="indexterm" name="id2523620"></a><pre class="programlisting">void gtk_source_language_set_mime_types
+<a class="indexterm" name="id2536390"></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>
@@ -278,9 +278,9 @@ types from the language file.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2542983"></a><h3>
+<a name="id2527716"></a><h3>
<a name="gtk-source-language-get-style-scheme"></a>gtk_source_language_get_style_scheme ()</h3>
-<a class="indexterm" name="id2542997"></a><pre class="programlisting"><a href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a>* gtk_source_language_get_style_scheme
+<a class="indexterm" name="id2527729"></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>
@@ -305,9 +305,9 @@ Gets the style scheme associated with th
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2543079"></a><h3>
+<a name="id2527811"></a><h3>
<a name="gtk-source-language-set-style-scheme"></a>gtk_source_language_set_style_scheme ()</h3>
-<a class="indexterm" name="id2543092"></a><pre class="programlisting">void gtk_source_language_set_style_scheme
+<a class="indexterm" name="id2527825"></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>
@@ -333,9 +333,9 @@ Sets the style scheme of the given <em c
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2573722"></a><h3>
+<a name="id2527917"></a><h3>
<a name="gtk-source-language-get-tag-style"></a>gtk_source_language_get_tag_style ()</h3>
-<a class="indexterm" name="id2573736"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_language_get_tag_style
+<a class="indexterm" name="id2573756"></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>
@@ -367,9 +367,9 @@ not defined then returns the default sty
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2573848"></a><h3>
+<a name="id2573867"></a><h3>
<a name="gtk-source-language-set-tag-style"></a>gtk_source_language_set_tag_style ()</h3>
-<a class="indexterm" name="id2573862"></a><pre class="programlisting">void gtk_source_language_set_tag_style
+<a class="indexterm" name="id2573881"></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>
@@ -402,9 +402,9 @@ restore the default style.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2574004"></a><h3>
+<a name="id2574023"></a><h3>
<a name="gtk-source-language-get-tag-default-style"></a>gtk_source_language_get_tag_default_style ()</h3>
-<a class="indexterm" name="id2574018"></a><pre class="programlisting"><a href="gtksourceview-GtkSourceTagStyle.html#GtkSourceTagStyle">GtkSourceTagStyle</a>* gtk_source_language_get_tag_default_style
+<a class="indexterm" name="id2574038"></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>
@@ -435,11 +435,11 @@ Gets the default style of the tag whose
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2574131"></a><h2>Signal Details</h2>
+<a name="id2574150"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
-<a name="id2574142"></a><h3>
+<a name="id2574161"></a><h3>
<a name="GtkSourceLanguage-tag-style-changed"></a>The "tag-style-changed" signal</h3>
-<a class="indexterm" name="id2574151"></a><pre class="programlisting">void user_function (<a href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a> *sourcelanguage,
+<a class="indexterm" name="id2574171"></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.0-1/docs/reference/html/GtkSourceLanguagesManager.html 1.8.1-0ubuntu1/docs/reference/html/GtkSourceLanguagesManager.html
--- 1.8.0-1/docs/reference/html/GtkSourceLanguagesManager.html 2006-09-04 13:52:18.000000000 +0100
+++ 1.8.1-0ubuntu1/docs/reference/html/GtkSourceLanguagesManager.html 2006-10-01 19:05:27.000000000 +0100
@@ -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="#id2549861" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2541728" class="shortcut">Top</a>
 | 
- <a href="#id2565234" class="shortcut">Description</a>
+ <a href="#id2540087" class="shortcut">Description</a>
 | 
- <a href="#id2565179" class="shortcut">Object Hierarchy</a>
+ <a href="#id2540032" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2565203" class="shortcut">Properties</a></nobr></td></tr>
+ <a href="#id2540056" 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="id2549861"></a><span class="refentrytitle">GtkSourceLanguagesManager</span>
+<a name="id2541728"></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="id2565179"></a><h2>Object Hierarchy</h2>
+<a name="id2540032"></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="id2565203"></a><h2>Properties</h2>
+<a name="id2540056"></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="id2565234"></a><h2>Description</h2>
+<a name="id2540087"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
-<a name="id2565249"></a><h2>Details</h2>
+<a name="id2540103"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2565260"></a><h3>
+<a name="id2540114"></a><h3>
<a name="GtkSourceLanguagesManager-struct"></a>GtkSourceLanguagesManager</h3>
-<a class="indexterm" name="id2542577"></a><pre class="programlisting">typedef struct _GtkSourceLanguagesManager GtkSourceLanguagesManager;</pre>
+<a class="indexterm" name="id2527306"></a><pre class="programlisting">typedef struct _GtkSourceLanguagesManager GtkSourceLanguagesManager;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2542593"></a><h3>
+<a name="id2527323"></a><h3>
<a name="gtk-source-languages-manager-new"></a>gtk_source_languages_manager_new ()</h3>
-<a class="indexterm" name="id2542605"></a><pre class="programlisting"><a href="GtkSourceLanguagesManager.html" title="GtkSourceLanguagesManager">GtkSourceLanguagesManager</a>* gtk_source_languages_manager_new
+<a class="indexterm" name="id2527334"></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="id2542651"></a><h3>
+<a name="id2527380"></a><h3>
<a name="gtk-source-languages-manager-get-available-languages"></a>gtk_source_languages_manager_get_available_languages ()</h3>
-<a class="indexterm" name="id2542665"></a><pre class="programlisting">const GSList* gtk_source_languages_manager_get_available_languages
+<a class="indexterm" name="id2527394"></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="id2528666"></a><h3>
+<a name="id2564161"></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="id2528681"></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="id2564175"></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>
@@ -177,9 +177,9 @@ associated with the given <em class="par
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2528806"></a><h3>
+<a name="id2564301"></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="id2528820"></a><pre class="programlisting">const GSList* gtk_source_languages_manager_get_lang_files_dirs
+<a class="indexterm" name="id2564315"></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>
@@ -204,11 +204,11 @@ Gets a list of language files directorie
</div>
</div>
<div class="refsect1" lang="en">
-<a name="id2528893"></a><h2>Property Details</h2>
+<a name="id2564387"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
-<a name="id2528903"></a><h3>
+<a name="id2564398"></a><h3>
<a name="GtkSourceLanguagesManager--lang-files-dirs"></a>The "<code class="literal">lang-files-dirs</code>" property</h3>
-<a class="indexterm" name="id2528917"></a><pre class="programlisting"> "lang-files-dirs" gpointer : Read / Write / Construct Only</pre>
+<a class="indexterm" name="id2564412"></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.0-1/docs/reference/html/GtkSourcePrintJob.html 1.8.1-0ubuntu1/docs/reference/html/GtkSourcePrintJob.html
--- 1.8.0-1/docs/reference/html/GtkSourcePrintJob.html 2006-09-04 13:52:18.000000000 +0100
+++ 1.8.1-0ubuntu1/docs/reference/html/GtkSourcePrintJob.html 2006-10-01 19:05:27.000000000 +0100
@@ -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="#id2550046" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2557548" class="shortcut">Top</a>
 | 
- <a href="#id2589830" class="shortcut">Description</a>
+ <a href="#id2589806" class="shortcut">Description</a>
 | 
- <a href="#id2589543" class="shortcut">Object Hierarchy</a>
+ <a href="#id2589518" class="shortcut">Object Hierarchy</a>
 | 
- <a href="#id2589567" class="shortcut">Properties</a>
+ <a href="#id2589542" class="shortcut">Properties</a>
 | 
- <a href="#id2589759" class="shortcut">Signals</a></nobr></td></tr>
+ <a href="#id2589734" 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="id2550046"></a><span class="refentrytitle">GtkSourcePrintJob</span>
+<a name="id2557548"></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>
@@ -183,7 +183,7 @@ void <a href="GtkSourcePrintJob.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2589543"></a><h2>Object Hierarchy</h2>
+<a name="id2589518"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@@ -191,7 +191,7 @@ void <a href="GtkSourcePrintJob.h
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2589567"></a><h2>Properties</h2>
+<a name="id2589542"></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
@@ -213,7 +213,7 @@ href="../libgnomeprint/libgnomeprint-gno
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2589759"></a><h2>Signals</h2>
+<a name="id2589734"></a><h2>Signals</h2>
<pre class="synopsis">
"<a href="GtkSourcePrintJob.html#GtkSourcePrintJob-begin-page">begin-page</a>"
@@ -224,7 +224,7 @@ href="../libgnomeprint/libgnomeprint-gno
</pre>
</div>
<div class="refsect1" lang="en">
-<a name="id2589830"></a><h2>Description</h2>
+<a name="id2589806"></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
@@ -337,20 +337,20 @@ print_source_buffer_from_view (GtkSource
</pre></div>
</div>
<div class="refsect1" lang="en">
-<a name="id2590124"></a><h2>Details</h2>
+<a name="id2590095"></a><h2>Details</h2>
<div class="refsect2" lang="en">
-<a name="id2590134"></a><h3>
+<a name="id2590105"></a><h3>
<a name="GtkSourcePrintJob-struct"></a>GtkSourcePrintJob</h3>
-<a class="indexterm" name="id2590144"></a><pre class="programlisting">typedef struct _GtkSourcePrintJob GtkSourcePrintJob;</pre>
+<a class="indexterm" name="id2590115"></a><pre class="programlisting">typedef struct _GtkSourcePrintJob GtkSourcePrintJob;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590159"></a><h3>
+<a name="id2590130"></a><h3>
<a name="gtk-source-print-job-new"></a>gtk_source_print_job_new ()</h3>
-<a class="indexterm" name="id2590169"></a><pre class="programlisting"><a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a>* gtk_source_print_job_new (<a
+<a class="indexterm" name="id2590140"></a><pre class="programlisting"><a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a>* gtk_source_print_job_new (<a
href="../libgnomeprint/libgnomeprint-gnome-print-config.html#GnomePrintConfig"
>GnomePrintConfig</a> *config);</pre>
<p>
@@ -378,9 +378,9 @@ href="../libgnomeprint/libgnomeprint-gno
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590229"></a><h3>
+<a name="id2590201"></a><h3>
<a name="gtk-source-print-job-new-with-buffer"></a>gtk_source_print_job_new_with_buffer ()</h3>
-<a class="indexterm" name="id2590242"></a><pre class="programlisting"><a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a>* gtk_source_print_job_new_with_buffer
+<a class="indexterm" name="id2590214"></a><pre class="programlisting"><a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a>* gtk_source_print_job_new_with_buffer
(<a
href="../libgnomeprint/libgnomeprint-gnome-print-config.html#GnomePrintConfig"
>GnomePrintConfig</a> *config,
@@ -415,9 +415,9 @@ href="../libgnomeprint/libgnomeprint-gno
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590343"></a><h3>
+<a name="id2590314"></a><h3>
<a name="gtk-source-print-job-set-config"></a>gtk_source_print_job_set_config ()</h3>
-<a class="indexterm" name="id2590355"></a><pre class="programlisting">void gtk_source_print_job_set_config (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
+<a class="indexterm" name="id2590327"></a><pre class="programlisting">void gtk_source_print_job_set_config (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
<a
href="../libgnomeprint/libgnomeprint-gnome-print-config.html#GnomePrintConfig"
>GnomePrintConfig</a> *config);</pre>
@@ -450,9 +450,9 @@ href="../libgnomeprint/libgnomeprint-gno
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590443"></a><h3>
+<a name="id2590415"></a><h3>
<a name="gtk-source-print-job-get-config"></a>gtk_source_print_job_get_config ()</h3>
-<a class="indexterm" name="id2590456"></a><pre class="programlisting"><a
+<a class="indexterm" name="id2590427"></a><pre class="programlisting"><a
href="../libgnomeprint/libgnomeprint-gnome-print-config.html#GnomePrintConfig"
>GnomePrintConfig</a>* gtk_source_print_job_get_config
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
@@ -485,9 +485,9 @@ href="../libgnomeprint/libgnomeprint-gno
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590532"></a><h3>
+<a name="id2590504"></a><h3>
<a name="gtk-source-print-job-set-buffer"></a>gtk_source_print_job_set_buffer ()</h3>
-<a class="indexterm" name="id2590544"></a><pre class="programlisting">void gtk_source_print_job_set_buffer (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
+<a class="indexterm" name="id2590516"></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
@@ -514,9 +514,9 @@ creating the print job with <a href="Gtk
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590639"></a><h3>
+<a name="id2590610"></a><h3>
<a name="gtk-source-print-job-get-buffer"></a>gtk_source_print_job_get_buffer ()</h3>
-<a class="indexterm" name="id2590651"></a><pre class="programlisting"><a href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>* gtk_source_print_job_get_buffer
+<a class="indexterm" name="id2590623"></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
@@ -543,9 +543,9 @@ should not be unreferenced.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590735"></a><h3>
+<a name="id2590707"></a><h3>
<a name="gtk-source-print-job-setup-from-view"></a>gtk_source_print_job_setup_from_view ()</h3>
-<a class="indexterm" name="id2590748"></a><pre class="programlisting">void gtk_source_print_job_setup_from_view
+<a class="indexterm" name="id2590720"></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>
@@ -574,9 +574,9 @@ and default font.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590835"></a><h3>
+<a name="id2590806"></a><h3>
<a name="gtk-source-print-job-set-tabs-width"></a>gtk_source_print_job_set_tabs_width ()</h3>
-<a class="indexterm" name="id2590848"></a><pre class="programlisting">void gtk_source_print_job_set_tabs_width
+<a class="indexterm" name="id2590819"></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>
@@ -605,9 +605,9 @@ font. Tabulation stops are set for the
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2590928"></a><h3>
+<a name="id2590900"></a><h3>
<a name="gtk-source-print-job-get-tabs-width"></a>gtk_source_print_job_get_tabs_width ()</h3>
-<a class="indexterm" name="id2590941"></a><pre class="programlisting">guint gtk_source_print_job_get_tabs_width
+<a class="indexterm" name="id2590913"></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
@@ -633,9 +633,9 @@ tabulations. The default value is 8.</p
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591004"></a><h3>
+<a name="id2590976"></a><h3>
<a name="gtk-source-print-job-set-wrap-mode"></a>gtk_source_print_job_set_wrap_mode ()</h3>
-<a class="indexterm" name="id2591018"></a><pre class="programlisting">void gtk_source_print_job_set_wrap_mode
+<a class="indexterm" name="id2590989"></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>
@@ -662,9 +662,9 @@ width. See <span class="type">GtkWrapMo
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591096"></a><h3>
+<a name="id2591067"></a><h3>
<a name="gtk-source-print-job-get-wrap-mode"></a>gtk_source_print_job_get_wrap_mode ()</h3>
-<a class="indexterm" name="id2591109"></a><pre class="programlisting">GtkWrapMode gtk_source_print_job_get_wrap_mode
+<a class="indexterm" name="id2591080"></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
@@ -690,9 +690,9 @@ printable width. The default is no wrap
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591172"></a><h3>
+<a name="id2591144"></a><h3>
<a name="gtk-source-print-job-set-highlight"></a>gtk_source_print_job_set_highlight ()</h3>
-<a class="indexterm" name="id2591185"></a><pre class="programlisting">void gtk_source_print_job_set_highlight
+<a class="indexterm" name="id2591157"></a><pre class="programlisting">void gtk_source_print_job_set_highlight
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
gboolean highlight);</pre>
<p>
@@ -719,9 +719,9 @@ buffer rules. Both color and font style
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591266"></a><h3>
+<a name="id2591238"></a><h3>
<a name="gtk-source-print-job-get-highlight"></a>gtk_source_print_job_get_highlight ()</h3>
-<a class="indexterm" name="id2591280"></a><pre class="programlisting">gboolean gtk_source_print_job_get_highlight
+<a class="indexterm" name="id2591251"></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
@@ -748,9 +748,9 @@ only if the buffer to print has highligh
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591352"></a><h3>
+<a name="id2591324"></a><h3>
<a name="gtk-source-print-job-set-font-desc"></a>gtk_source_print_job_set_font_desc ()</h3>
-<a class="indexterm" name="id2591366"></a><pre class="programlisting">void gtk_source_print_job_set_font_desc
+<a class="indexterm" name="id2591337"></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>
@@ -776,9 +776,9 @@ Sets the default font for the printed te
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591442"></a><h3>
+<a name="id2591414"></a><h3>
<a name="gtk-source-print-job-set-font"></a>gtk_source_print_job_set_font ()</h3>
-<a class="indexterm" name="id2591455"></a><pre class="programlisting">void gtk_source_print_job_set_font (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
+<a class="indexterm" name="id2591426"></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
@@ -815,9 +815,9 @@ should use <a href="GtkSourcePrintJob.ht
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591569"></a><h3>
+<a name="id2591541"></a><h3>
<a name="gtk-source-print-job-get-font-desc"></a>gtk_source_print_job_get_font_desc ()</h3>
-<a class="indexterm" name="id2591582"></a><pre class="programlisting">PangoFontDescription* gtk_source_print_job_get_font_desc
+<a class="indexterm" name="id2591554"></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
@@ -846,9 +846,9 @@ should be freed when no longer needed.</
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591648"></a><h3>
+<a name="id2591620"></a><h3>
<a name="gtk-source-print-job-get-font"></a>gtk_source_print_job_get_font ()</h3>
-<a class="indexterm" name="id2591661"></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="id2591632"></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",
@@ -886,9 +886,9 @@ text font.
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591754"></a><h3>
+<a name="id2591726"></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="id2591768"></a><pre class="programlisting">void gtk_source_print_job_set_numbers_font_desc
+<a class="indexterm" name="id2591740"></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>
@@ -916,9 +916,9 @@ text) will be used instead.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591856"></a><h3>
+<a name="id2591828"></a><h3>
<a name="gtk-source-print-job-set-numbers-font"></a>gtk_source_print_job_set_numbers_font ()</h3>
-<a class="indexterm" name="id2591869"></a><pre class="programlisting">void gtk_source_print_job_set_numbers_font
+<a class="indexterm" name="id2591840"></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>
@@ -956,9 +956,9 @@ should use <a href="GtkSourcePrintJob.ht
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2591994"></a><h3>
+<a name="id2591965"></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="id2592007"></a><pre class="programlisting">PangoFontDescription* gtk_source_print_job_get_numbers_font_desc
+<a class="indexterm" name="id2591979"></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
@@ -985,9 +985,9 @@ owned by the job and must not be modifie
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2592089"></a><h3>
+<a name="id2592060"></a><h3>
<a name="gtk-source-print-job-get-numbers-font"></a>gtk_source_print_job_get_numbers_font ()</h3>
-<a class="indexterm" name="id2592102"></a><pre class="programlisting">gchar* gtk_source_print_job_get_numbers_font
+<a class="indexterm" name="id2592073"></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
@@ -1027,9 +1027,9 @@ line numbers font, or <code class="liter
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2592215"></a><h3>
+<a name="id2592186"></a><h3>
<a name="gtk-source-print-job-set-print-numbers"></a>gtk_source_print_job_set_print_numbers ()</h3>
-<a class="indexterm" name="id2592227"></a><pre class="programlisting">void gtk_source_print_job_set_print_numbers
+<a class="indexterm" name="id2592199"></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>
@@ -1057,9 +1057,9 @@ printed every <em class="parameter"><cod
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2592313"></a><h3>
+<a name="id2592284"></a><h3>
<a name="gtk-source-print-job-get-print-numbers"></a>gtk_source_print_job_get_print_numbers ()</h3>
-<a class="indexterm" name="id2592326"></a><pre class="programlisting">guint gtk_source_print_job_get_print_numbers
+<a class="indexterm" name="id2592297"></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
@@ -1086,9 +1086,9 @@ value is 0, no line numbers will be prin
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2592390"></a><h3>
+<a name="id2592362"></a><h3>
<a name="gtk-source-print-job-set-text-margins"></a>gtk_source_print_job_set_text_margins ()</h3>
-<a class="indexterm" name="id2592403"></a><pre class="programlisting">void gtk_source_print_job_set_text_margins
+<a class="indexterm" name="id2592375"></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,
@@ -1147,9 +1147,9 @@ this function.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2592561"></a><h3>
+<a name="id2592533"></a><h3>
<a name="gtk-source-print-job-get-text-margins"></a>gtk_source_print_job_get_text_margins ()</h3>
-<a class="indexterm" name="id2592574"></a><pre class="programlisting">void gtk_source_print_job_get_text_margins
+<a class="indexterm" name="id2592546"></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,
@@ -1197,9 +1197,9 @@ ignore that value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2592750"></a><h3>
+<a name="id2592722"></a><h3>
<a name="gtk-source-print-job-print"></a>gtk_source_print_job_print ()</h3>
-<a class="indexterm" name="id2592762"></a><pre class="programlisting"><a
+<a class="indexterm" name="id2592733"></a><pre class="programlisting"><a
href="../libgnomeprint/libgnomeprint-gnome-print-job.html#GnomePrintJob"
>GnomePrintJob</a>* gtk_source_print_job_print (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
<p>
@@ -1238,9 +1238,9 @@ href="../libgnomeprint/libgnomeprint-gno
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2592873"></a><h3>
+<a name="id2592845"></a><h3>
<a name="gtk-source-print-job-print-range"></a>gtk_source_print_job_print_range ()</h3>
-<a class="indexterm" name="id2592887"></a><pre class="programlisting"><a
+<a class="indexterm" name="id2592858"></a><pre class="programlisting"><a
href="../libgnomeprint/libgnomeprint-gnome-print-job.html#GnomePrintJob"
>GnomePrintJob</a>* gtk_source_print_job_print_range
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job,
@@ -1284,9 +1284,9 @@ href="../libgnomeprint/libgnomeprint-gno
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2593053"></a><h3>
+<a name="id2593025"></a><h3>
<a name="gtk-source-print-job-print-range-async"></a>gtk_source_print_job_print_range_async ()</h3>
-<a class="indexterm" name="id2593067"></a><pre class="programlisting">gboolean gtk_source_print_job_print_range_async
+<a class="indexterm" name="id2593039"></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>
@@ -1340,9 +1340,9 @@ You may cancel the job with <a href="Gtk
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2593251"></a><h3>
+<a name="id2593223"></a><h3>
<a name="gtk-source-print-job-cancel"></a>gtk_source_print_job_cancel ()</h3>
-<a class="indexterm" name="id2593265"></a><pre class="programlisting">void gtk_source_print_job_cancel (<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
+<a class="indexterm" name="id2593237"></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 <a
@@ -1375,9 +1375,9 @@ print operation.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2593361"></a><h3>
+<a name="id2593333"></a><h3>
<a name="gtk-source-print-job-get-print-job"></a>gtk_source_print_job_get_print_job ()</h3>
-<a class="indexterm" name="id2593376"></a><pre class="programlisting"><a
+<a class="indexterm" name="id2593348"></a><pre class="programlisting"><a
href="../libgnomeprint/libgnomeprint-gnome-print-job.html#GnomePrintJob"
>GnomePrintJob</a>* gtk_source_print_job_get_print_job
(<a href="GtkSourcePrintJob.html" title="GtkSourcePrintJob">GtkSourcePrintJob</a> *job);</pre>
@@ -1419,9 +1419,9 @@ href="../libgnomeprint/libgnomeprint-gno
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2593502"></a><h3>
+<a name="id2593474"></a><h3>
<a name="gtk-source-print-job-get-page"></a>gtk_source_print_job_get_page ()</h3>
-<a class="indexterm" name="id2593516"></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="id2593488"></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>
@@ -1446,9 +1446,9 @@ only valid while printing (either synchr
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2593587"></a><h3>
+<a name="id2593558"></a><h3>
<a name="gtk-source-print-job-get-page-count"></a>gtk_source_print_job_get_page_count ()</h3>
-<a class="indexterm" name="id2593602"></a><pre class="programlisting">guint gtk_source_print_job_get_page_count
+<a class="indexterm" name="id2593573"></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
@@ -1477,9 +1477,9 @@ returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
-<a name="id2593691"></a><h3>
+<a name="id2593662"></a><h3>
<