diff options
author | Ted Gould <ted@gould.cx> | 2014-02-12 16:54:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-12 16:54:12 -0600 |
commit | 11105537ec91c601fdf0012ed69dc2d64aeea3d4 (patch) | |
tree | ce94ba7db2e19f41cd5f5bf6d8f23a822dd6d4ef /src/media-player-list-greeter.vala | |
parent | 537e5b2988815287e6bb3da35189e5c65c5ac4b2 (diff) | |
download | ayatana-indicator-sound-11105537ec91c601fdf0012ed69dc2d64aeea3d4.tar.gz ayatana-indicator-sound-11105537ec91c601fdf0012ed69dc2d64aeea3d4.tar.bz2 ayatana-indicator-sound-11105537ec91c601fdf0012ed69dc2d64aeea3d4.zip |
Adding a stub object for the greeter list
Diffstat (limited to 'src/media-player-list-greeter.vala')
-rw-r--r-- | src/media-player-list-greeter.vala | 23 |
1 files changed, 23 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. + * + * Authors: + * Ted Gould <ted@canonical.com> + */ + +public class MediaPlayerListGreeter : MediaPlayerList { + + +} |