summaryrefslogtreecommitdiffstats
path: root/ganv/circle.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/circle.h')
-rw-r--r--ganv/circle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ganv/circle.h b/ganv/circle.h
index b30b00f..7508db1 100644
--- a/ganv/circle.h
+++ b/ganv/circle.h
@@ -48,6 +48,10 @@ struct _GanvCircleClass {
GType ganv_circle_get_type(void);
+GanvCircle*
+ganv_circle_new(GanvCanvas* canvas,
+ const char* first_prop_name, ...);
+
G_END_DECLS
#endif /* GANV_CIRCLE_H */