summaryrefslogtreecommitdiffstats
path: root/ganv/circle.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/circle.h')
-rw-r--r--ganv/circle.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ganv/circle.h b/ganv/circle.h
index b55fb44..8347525 100644
--- a/ganv/circle.h
+++ b/ganv/circle.h
@@ -31,6 +31,12 @@ typedef struct _GanvCircle GanvCircle;
typedef struct _GanvCircleClass GanvCircleClass;
typedef struct _GanvCircleImpl GanvCircleImpl;
+/**
+ * GanvCircle:
+ *
+ * A circular #GanvNode. A #GanvCircle is a leaf, that is, it does not contain
+ * any child nodes (though, like any #GanvNode, it may have a label).
+ */
struct _GanvCircle
{
GanvNode node;