Blame docs/reference/intro.xml.in

Packit a7d494
Packit a7d494
Packit a7d494
   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
Packit a7d494
[
Packit a7d494
 
Packit a7d494
 
Packit a7d494
 %gtkdocentities;
Packit a7d494
]>
Packit a7d494
Packit a7d494
<part>
Packit a7d494
  <title>Introduction</title>
Packit a7d494
Packit a7d494
  <para>
Packit a7d494
    GtkSourceView is a portable C library that extends the standard GTK+
Packit a7d494
    framework for multiline text editing with support for configurable syntax
Packit a7d494
    highlighting, unlimited undo/redo, search and replace, a completion
Packit a7d494
    framework, printing and other features typical of a source code editor.
Packit a7d494
  </para>
Packit a7d494
Packit a7d494
  <para>
Packit a7d494
    See the <ulink url="https://wiki.gnome.org/Projects/GtkSourceView">GtkSourceView website</ulink>.
Packit a7d494
  </para>
Packit a7d494
Packit a7d494
  <para>
Packit a7d494
    GtkSourceView @GSV_MAJOR_API_VERSION@ depends on GTK+ 3.
Packit a7d494
  </para>
Packit a7d494
Packit a7d494
  <refsect1>
Packit a7d494
    <title>pkg-config name</title>
Packit a7d494
    <para>
Packit a7d494
      For GtkSourceView @GSV_MAJOR_API_VERSION@, the pkg-config name is:
Packit a7d494
      gtksourceview-@GSV_API_VERSION@
Packit a7d494
    </para>
Packit a7d494
    <para>
Packit a7d494
      To compile a program that uses GtkSourceView @GSV_MAJOR_API_VERSION@, you
Packit a7d494
      can for example use the following command:
Packit a7d494
    </para>
Packit a7d494
    <para>
Packit a7d494
      $ gcc hello.c `pkg-config --cflags --libs gtksourceview-@GSV_API_VERSION@` -o hello
Packit a7d494
    </para>
Packit a7d494
  </refsect1>
Packit a7d494
</part>