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-trb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kiro-trb.h') diff --git a/src/kiro-trb.h b/src/kiro-trb.h index 1853966..3753b29 100644 --- a/src/kiro-trb.h +++ b/src/kiro-trb.h @@ -80,7 +80,7 @@ struct KiroTrbInfo { /* GObject and GType functions */ GType kiro_trb_get_type (void); -GObject kiro_trb_new (void); +KiroTrb* kiro_trb_new (void); /* trb functions */ -- cgit v1.2.3