summaryrefslogtreecommitdiff
path: root/src/console-kit.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-08-26 09:38:02 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-08-26 09:38:02 +1000
commiteeb9eb3406809311d7d7d114d6233b650972a961 (patch)
tree6df2334f92a0fc1eed16435c8c180119aaad3c46 /src/console-kit.h
parent6cd8a334cb1573b8e5acc32f6f8d6cf8278e56bb (diff)
downloadlightdm-eeb9eb3406809311d7d7d114d6233b650972a961.tar.gz
Fix ConsoleKit code
Diffstat (limited to 'src/console-kit.h')
-rw-r--r--src/console-kit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console-kit.h b/src/console-kit.h
index 389f1e18..1a631bbd 100644
--- a/src/console-kit.h
+++ b/src/console-kit.h
@@ -16,7 +16,7 @@
G_BEGIN_DECLS
-gchar *ck_start_session (GVariant *parameters);
+gchar *ck_start_session (GVariantBuilder *parameters);
void ck_unlock_session (const gchar *cookie);