From 11105537ec91c601fdf0012ed69dc2d64aeea3d4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 12 Feb 2014 16:54:12 -0600 Subject: Adding a stub object for the greeter list --- src/CMakeLists.txt | 6 ++++++ src/media-player-list-greeter.vala | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/media-player-list-greeter.vala diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3efe14e..15133f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -72,6 +72,12 @@ vala_add(indicator-sound-service media-player-mpris mpris2-interfaces ) +vala_add(indicator-sound-service + media-player-list-greeter.vala + DEPENDS + media-player-list + media-player +) vala_add(indicator-sound-service mpris2-interfaces.vala ) diff --git a/src/media-player-list-greeter.vala b/src/media-player-list-greeter.vala new file mode 100644 index 0000000..6bcf270 --- /dev/null +++ b/src/media-player-list-greeter.vala @@ -0,0 +1,23 @@ +/* + * Copyright © 2014 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. + * + * 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: + * Ted Gould + */ + +public class MediaPlayerListGreeter : MediaPlayerList { + + +} -- cgit v1.2.3