summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.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/gtktextchild.h
parent3b541bcfd4ab43c66849e80bac2fb2953ae150b9 (diff)
downloadgtk+-0331e1fab7f7c1d25662fc1b8156e78b1ed89954.tar.gz
docs: Move documentation to inline comments: GtkTextView
Diffstat (limited to 'gtk/gtktextchild.h')
-rw-r--r--gtk/gtktextchild.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h
index 7835e68f91..dd132f4278 100644
--- a/gtk/gtktextchild.h
+++ b/gtk/gtktextchild.h
@@ -36,12 +36,14 @@
G_BEGIN_DECLS
-/* A GtkTextChildAnchor is a spot in the buffer where child widgets
- * can be "anchored" (inserted inline, as if they were characters).
- * The anchor can have multiple widgets anchored, to allow for multiple
- * views.
- */
+/**
+ * GtkTextChildAnchor:
+ *
+ * A #GtkTextChildAnchor is a spot in the buffer where child widgets can
+ * be "anchored" (inserted inline, as if they were characters). The anchor
+ * can have multiple widgets anchored, to allow for multiple views.
+ */
typedef struct _GtkTextChildAnchor GtkTextChildAnchor;
typedef struct _GtkTextChildAnchorClass GtkTextChildAnchorClass;