summaryrefslogtreecommitdiffstats
path: root/src/kiro-trb.c
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.c
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.c')
-rw-r--r--src/kiro-trb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kiro-trb.c b/src/kiro-trb.c
index aa71648..bb4a769 100644
--- a/src/kiro-trb.c
+++ b/src/kiro-trb.c
@@ -63,6 +63,12 @@ struct _KiroTrbPrivate {
G_DEFINE_TYPE (KiroTrb, kiro_trb, G_TYPE_OBJECT);
+KiroTrb*
+kiro_trb_new (void) {
+ return g_object_new (KIRO_TYPE_TRB, NULL);
+}
+
+
static
void kiro_trb_init (KiroTrb *self)
{