telepathy-idle: idle_roomlist_manager_get_type: fix prototype
Will Thompson
wjt at kemper.freedesktop.org
Mon Oct 29 05:39:13 PDT 2012
Module: telepathy-idle
Branch: master
Commit: 23602180bd3363a7fb8fd0c7b636b8a90bf77d6c
URL: http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=23602180bd3363a7fb8fd0c7b636b8a90bf77d6c
Author: Will Thompson <will.thompson at collabora.co.uk>
Date: Mon Oct 29 12:00:18 2012 +0000
idle_roomlist_manager_get_type: fix prototype
---
src/idle-roomlist-manager.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/idle-roomlist-manager.h b/src/idle-roomlist-manager.h
index 907c059..b38efac 100644
--- a/src/idle-roomlist-manager.h
+++ b/src/idle-roomlist-manager.h
@@ -40,7 +40,7 @@ struct _IdleRoomlistManager {
IdleRoomlistManagerPrivate *priv;
};
-GType idle_roomlist_manager_get_type();
+GType idle_roomlist_manager_get_type (void);
#define IDLE_TYPE_ROOMLIST_MANAGER (idle_roomlist_manager_get_type())
#define IDLE_ROOMLIST_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), IDLE_TYPE_ROOMLIST_MANAGER, IdleRoomlistManager))
More information about the telepathy-commits
mailing list