Mercurial > audlegacy
view src/audacious/mpris_root.xml @ 2771:4585019eb82e trunk
[svn] -Renamed MPRIS /TrackList Shuffle method to Random
-Added stubs for the MPRIS /Player signals
-Added stubs for the MPRIS /TrackList methods (implemented AddTrack)
-Modified build system to be more ignorant of DBus support
author | magma |
---|---|
date | Tue, 15 May 2007 21:53:37 -0700 |
parents | fa67680f3a29 |
children | 417472bb3d58 3b6d316f8b09 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?> <!-- - Audacious: A cross-platform multimedia player - Copyright (c) 2007 William Pitcock - - 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; under version 2 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, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. --> <node name="/"> <interface name="org.freedesktop.MediaPlayer"> <method name="Identity"> <arg type="s" direction="out" /> </method> </interface> </node>