diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-08-26 09:38:02 +1000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-08-26 09:38:02 +1000 |
commit | eeb9eb3406809311d7d7d114d6233b650972a961 (patch) | |
tree | 6df2334f92a0fc1eed16435c8c180119aaad3c46 /src/console-kit.h | |
parent | 6cd8a334cb1573b8e5acc32f6f8d6cf8278e56bb (diff) | |
download | lightdm-eeb9eb3406809311d7d7d114d6233b650972a961.tar.gz |
Fix ConsoleKit code
Diffstat (limited to 'src/console-kit.h')
-rw-r--r-- | src/console-kit.h | 2 |
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); |