%gtkdocentities; ]> Introduction GtkSourceView is a GNOME 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. See the GtkSourceView website. GtkSourceView @GSV_API_VERSION@ depends on GTK+ 3. pkg-config name For GtkSourceView @GSV_API_VERSION@, the pkg-config name is: gtksourceview-@GSV_API_VERSION@ To compile a program that uses GtkSourceView @GSV_API_VERSION@, you can for example use the following command: $ gcc hello.c `pkg-config --cflags --libs gtksourceview-@GSV_API_VERSION@` -o hello