File: intro.xml.in

package info (click to toggle)
gtksourceview4 4.8.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,380 kB
  • sloc: ansic: 50,318; xml: 1,432; javascript: 856; perl: 212; sh: 150; php: 48; yacc: 45; ruby: 38; sql: 30; cobol: 20; objc: 19; lisp: 19; fortran: 14; python: 13; makefile: 12; cpp: 8; ml: 3
file content (43 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
 <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
 %gtkdocentities;
]>

<part id="intro">
  <title>Introduction</title>

  <para>
    GtkSourceView is a <ulink url="https://www.gnome.org/">GNOME</ulink> library
    that extends GtkTextView, the standard GTK+ widget for multiline text
    editing. GtkSourceView adds support for syntax highlighting, undo/redo, file
    loading and saving, search and replace, a completion system, printing,
    displaying line numbers, and other features typical of a source code editor.
  </para>

  <para>
    See the <ulink url="https://wiki.gnome.org/Projects/GtkSourceView">GtkSourceView website</ulink>.
  </para>

  <para>
    GtkSourceView @GSV_API_VERSION@ depends on GTK+ 3.
  </para>

  <refsect1>
    <title>pkg-config name</title>
    <para>
      For GtkSourceView @GSV_API_VERSION@, the pkg-config name is:
      <code>gtksourceview-@GSV_API_VERSION@</code>
    </para>
    <para>
      To compile a program that uses GtkSourceView @GSV_API_VERSION@, you
      can for example use the following command:
    </para>
    <para>
      <code>$ gcc hello.c `pkg-config --cflags --libs gtksourceview-@GSV_API_VERSION@` -o hello</code>
    </para>
  </refsect1>
</part>