summaryrefslogtreecommitdiffstats
path: root/ganv/circle.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/circle.h')
-rw-r--r--ganv/circle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ganv/circle.h b/ganv/circle.h
index 7508db1..3739620 100644
--- a/ganv/circle.h
+++ b/ganv/circle.h
@@ -52,6 +52,9 @@ GanvCircle*
ganv_circle_new(GanvCanvas* canvas,
const char* first_prop_name, ...);
+double
+ganv_circle_get_radius(const GanvCircle* circle);
+
G_END_DECLS
#endif /* GANV_CIRCLE_H */