From 3b63d9fa3114f0292561484f299d9d45ec451c17 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 15 Mar 2014 22:35:18 +0000 Subject: Clean up public canvas interface. Eliminate thin C wrappers around C++ methods (move actual implementation into C). git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5338 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/circle.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ganv/circle.h') diff --git a/ganv/circle.h b/ganv/circle.h index 3739620..859bb29 100644 --- a/ganv/circle.h +++ b/ganv/circle.h @@ -44,9 +44,12 @@ struct _GanvCircle { struct _GanvCircleClass { GanvNodeClass parent_class; + + /* Reserved for future expansion */ + gpointer spare_vmethods [4]; }; -GType ganv_circle_get_type(void); +GType ganv_circle_get_type(void) G_GNUC_CONST; GanvCircle* ganv_circle_new(GanvCanvas* canvas, -- cgit v1.2.1