From 933637e8a1ee376ffccb8ca6ac2c5fc350c6eb99 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Thu, 28 Aug 2014 18:39:37 +0200 Subject: Fix #5: Added kiro_CLASS_new methods to all KIRO classes Changed test software to use the new kiro_CLASS_new functions --- src/kiro-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kiro-client.h') diff --git a/src/kiro-client.h b/src/kiro-client.h index e3e60de..fc98b3f 100644 --- a/src/kiro-client.h +++ b/src/kiro-client.h @@ -72,7 +72,7 @@ struct _KiroClientClass { /* GObject and GType functions */ GType kiro_client_get_type (void); -GObject kiro_client_new (void); +KiroClient* kiro_client_new (void); /* client functions */ -- cgit v1.2.3