summaryrefslogtreecommitdiff
path: root/src/gclue-client-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gclue-client-info.c')
-rw-r--r--src/gclue-client-info.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gclue-client-info.c b/src/gclue-client-info.c
index fbffc2f..7fc2ac7 100644
--- a/src/gclue-client-info.c
+++ b/src/gclue-client-info.c
@@ -415,9 +415,7 @@ gclue_client_info_async_initable_init (GAsyncInitableIface *iface)
static void
gclue_client_info_init (GClueClientInfo *info)
{
- info->priv = G_TYPE_INSTANCE_GET_PRIVATE (info,
- GCLUE_TYPE_CLIENT_INFO,
- GClueClientInfoPrivate);
+ info->priv = gclue_client_info_get_instance_private(info);
}
void