summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-10-29 12:00:18 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-10-29 12:00:18 +0000
commit23602180bd3363a7fb8fd0c7b636b8a90bf77d6c (patch)
treee76450c57b1ba582cf80348ee03c7db5f238e991 /src
parent35047ec5017492132307e184173890d3e416fbae (diff)
idle_roomlist_manager_get_type: fix prototype
Diffstat (limited to 'src')
-rw-r--r--src/idle-roomlist-manager.h2
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))