Move documentation to inline comments: GtkTextBuffer

This commit is contained in:
Javier Jardón
2011-04-18 00:12:49 +01:00
parent 138409faae
commit 0553a5524d
4 changed files with 45 additions and 974 deletions

View File

@ -43,6 +43,18 @@
#include "gtkintl.h"
/**
* SECTION:gtktextbuffer
* @Short_description: Stores attributed text for display in a GtkTextView
* @Title: GtkTextBuffer
* @See_also: #GtkTextView, #GtkTextIter, #GtkTextMark
*
* You may wish to begin by reading the <link linkend="TextWidget">text widget
* conceptual overview</link> which gives an overview of all the objects and data
* types related to the text widget and how they work together.
*/
typedef struct _GtkTextLogAttrCache GtkTextLogAttrCache;
struct _GtkTextBufferPrivate