From 2fe7f0a9f585136f5a09aab9fe48ed0468dd3cf3 Mon Sep 17 00:00:00 2001 From: William Hua Date: Fri, 22 Nov 2013 08:33:43 -0500 Subject: Move greeter.vala to unity-greeter.vala. --- lib/unity-greeter.vala | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lib/unity-greeter.vala (limited to 'lib/unity-greeter.vala') diff --git a/lib/unity-greeter.vala b/lib/unity-greeter.vala new file mode 100644 index 00000000..2cdfe05c --- /dev/null +++ b/lib/unity-greeter.vala @@ -0,0 +1,26 @@ +/* + * 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 UnityGreeter : Object { + + public abstract string get_active_entry () throws IOError; + public abstract void set_active_entry (string entry_name) throws IOError; + + public signal void entry_selected (string entry_name); +} -- cgit v1.2.3