diff options
Diffstat (limited to 'src/kiro-client.h')
-rw-r--r-- | src/kiro-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |