From 292ca060720c47dabfe938ea64abcf0ea243887b Mon Sep 17 00:00:00 2001 From: William Hua Date: Mon, 30 Sep 2013 09:45:06 -0400 Subject: Set initial layout whenever user is switched in unity-greeter. --- lib/greeter.vala | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lib/greeter.vala (limited to 'lib/greeter.vala') diff --git a/lib/greeter.vala b/lib/greeter.vala new file mode 100644 index 00000000..43c1531d --- /dev/null +++ b/lib/greeter.vala @@ -0,0 +1,25 @@ +/* + * Copyright 2013 Canonical Ltd. + * + * 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, version 3 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * Authors: William Hua + */ + +[DBus (name="com.canonical.UnityGreeter.List")] +public interface Greeter : Object { + + public abstract void set_active_entry (string entry_name) throws IOError; + + public signal void entry_selected (string entry_name); +} -- cgit v1.2.3