Blob Blame History Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part I. Introduction: GtkSourceView 3 Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
<link rel="prev" href="index.html" title="GtkSourceView 3 Reference Manual">
<link rel="next" href="pt02.html" title="Part II. API reference">
<meta name="generator" content="GTK-Doc V1.28.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="pt02.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="id-1.2"></a>Part I. Introduction</h1></div></div></div>
<p>
    GtkSourceView is a portable C library that extends the standard GTK+
    framework for multiline text editing with support for configurable syntax
    highlighting, unlimited undo/redo, search and replace, a completion
    framework, printing and other features typical of a source code editor.
  </p>
<p>
    See the <a class="ulink" href="https://wiki.gnome.org/Projects/GtkSourceView" target="_top">GtkSourceView website</a>.
  </p>
<p>
    GtkSourceView 3 depends on GTK+ 3.
  </p>
<div class="refsect1">
<a name="id-1.2.5"></a><h2>pkg-config name</h2>
<p>
      For GtkSourceView 3, the pkg-config name is:
      <code class="code">gtksourceview-3.0</code>
    </p>
<p>
      To compile a program that uses GtkSourceView 3, you
      can for example use the following command:
    </p>
<p>
      <code class="code">$ gcc hello.c `pkg-config --cflags --libs gtksourceview-3.0` -o hello</code>
    </p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28.1</div>
</body>
</html>