summaryrefslogtreecommitdiffstats
path: root/src/kiro-trb.h
diff options
context:
space:
mode:
authorTimo Dritschler <timo.dritschler@kit.edu>2014-08-28 18:39:37 +0200
committerTimo Dritschler <timo.dritschler@kit.edu>2014-08-28 18:40:38 +0200
commit933637e8a1ee376ffccb8ca6ac2c5fc350c6eb99 (patch)
tree5bc6ee9921031d3d27489c2b8133599940d4ac2b /src/kiro-trb.h
parentc126f452df5d29acd0eee8e6ef9f7aaa4b0358a5 (diff)
downloadkiro-933637e8a1ee376ffccb8ca6ac2c5fc350c6eb99.tar.gz
kiro-933637e8a1ee376ffccb8ca6ac2c5fc350c6eb99.tar.bz2
kiro-933637e8a1ee376ffccb8ca6ac2c5fc350c6eb99.tar.xz
kiro-933637e8a1ee376ffccb8ca6ac2c5fc350c6eb99.zip
Fix #5: Added kiro_CLASS_new methods to all KIRO classes
Changed test software to use the new kiro_CLASS_new functions
Diffstat (limited to 'src/kiro-trb.h')
-rw-r--r--src/kiro-trb.h2
1 files changed, 1 insertions, 1 deletions
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 */