Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Created April 17, 2011 14:28
Show Gist options
  • Save shadeslayer/924072 to your computer and use it in GitHub Desktop.
Save shadeslayer/924072 to your computer and use it in GitHub Desktop.
interface org.mpris.MediaPlayer2.Player {
methods:
Next();
Previous();
Pause();
PlayPause();
Stop();
Play();
Seek(in x Offset);
SetPosition(in o TrackId,
in x Position);
OpenUri(in s arg_0);
signals:
Seeked(x Position);
properties:
@org.freedesktop.DBus.Property.EmitsChangedSignal("true")
readonly s PlaybackStatus = 'Stopped';
@org.freedesktop.DBus.Property.E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment