]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/vt.h
Releasing 1.19.5
[sojka/lightdm.git] / src / vt.h
index 31766f35c6ea7d9f3fb6a3cf74dca4c290f60ff5..a731becadb4592e80fb139106843c71a335b470f 100644 (file)
--- a/src/vt.h
+++ b/src/vt.h
@@ -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
@@ -9,17 +9,23 @@
  * license.
  */
 
-#ifndef _VT_H_
-#define _VT_H_
+#ifndef VT_H_
+#define VT_H_
 
 #include <glib-object.h>
 
+gboolean vt_can_multi_seat (void);
+
 gint vt_get_active (void);
 
 gint vt_get_unused (void);
 
-void vt_release (gint number);
+gint vt_get_min (void);
+
+void vt_ref (gint number);
+
+void vt_unref (gint number);
 
 void vt_set_active (gint number);
 
-#endif /* _VT_H_ */
+#endif /* VT_H_ */