summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-11-06 02:41:09 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-11-08 11:31:01 +0900
commit0331e1fab7f7c1d25662fc1b8156e78b1ed89954 (patch)
tree70a4da5dd1a7d3e01357f72cdf22c0e30f6d1654 /gtk/gtktextview.h
parent3b541bcfd4ab43c66849e80bac2fb2953ae150b9 (diff)
downloadgtk+-0331e1fab7f7c1d25662fc1b8156e78b1ed89954.tar.gz
docs: Move documentation to inline comments: GtkTextView
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index 4e64b33e15..2853c63962 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -56,6 +56,12 @@ typedef enum
GTK_TEXT_WINDOW_BOTTOM
} GtkTextWindowType;
+/**
+ * GTK_TEXT_VIEW_PRIORITY_VALIDATE:
+ *
+ * The priority at which the text view validates onscreen lines
+ * in an idle job in the background.
+ */
#define GTK_TEXT_VIEW_PRIORITY_VALIDATE (GDK_PRIORITY_REDRAW + 5)
typedef struct _GtkTextView GtkTextView;