]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/console-kit.h
Releasing 1.20.0
[sojka/lightdm.git] / src / console-kit.h
index b9bd898e73d540b4d58105358383cf328199ec9a..5edaa2def0d952803db56404b7c259d8b6f52dec 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2010-2011 Robert Ancell.
  * Author: Robert Ancell <robert.ancell@canonical.com>
- * 
+ *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU General Public License as published by the Free Software
  * Foundation, either version 3 of the License, or (at your option) any later
@@ -22,8 +22,12 @@ void ck_lock_session (const gchar *cookie);
 
 void ck_unlock_session (const gchar *cookie);
 
+void ck_activate_session (const gchar *cookie);
+
 void ck_close_session (const gchar *cookie);
 
+gchar *ck_get_xdg_runtime_dir (const gchar *cookie);
+
 G_END_DECLS
 
 #endif /* CONSOLE_KIT_H_ */