X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmarina%2FTransportDelegate.vala;fp=src%2Fmarina%2FTransportDelegate.vala;h=d01c2e26a90a4f6de2aafbe340c29b24e7f6ec06;hb=a712cd772f4f3db8bed7037bb95c4de94767b230;hp=0000000000000000000000000000000000000000;hpb=2f0296582bf5d3f51db40d299f434fc8240ca6a5;p=fillmore diff --git a/src/marina/TransportDelegate.vala b/src/marina/TransportDelegate.vala new file mode 100644 index 0000000..d01c2e2 --- /dev/null +++ b/src/marina/TransportDelegate.vala @@ -0,0 +1,11 @@ +/* Copyright 2010 Yorba Foundation + * + * This software is licensed under the GNU Lesser General Public License + * (version 2.1 or later). See the COPYING file in this distribution. + */ + +public interface TransportDelegate : Object { + public abstract bool is_playing(); + public abstract bool is_recording(); + public abstract bool is_stopped(); +}