Mercurial > audlegacy
annotate src/audacious/mpris_root.xml @ 3277:949480cc9d98 trunk
don't do gtk_widget_show_all(mainwin) when player is not visible
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Thu, 09 Aug 2007 10:08:54 +0200 |
parents | 3b6d316f8b09 |
children |
rev | line source |
---|---|
2703 | 1 <?xml version="1.0" encoding="UTF-8" ?> |
2 | |
3 <!-- | |
4 - Audacious: A cross-platform multimedia player | |
5 - Copyright (c) 2007 William Pitcock | |
6 - | |
7 - This program is free software; you can redistribute it and/or modify | |
8 - it under the terms of the GNU General Public License as published by | |
3121
3b6d316f8b09
GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents:
2703
diff
changeset
|
9 - the Free Software Foundation; under version 3 of the License. |
2703 | 10 - |
11 - This program is distributed in the hope that it will be useful, | |
12 - but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 - GNU General Public License for more details. | |
15 - | |
16 - You should have received a copy of the GNU General Public License | |
3121
3b6d316f8b09
GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents:
2703
diff
changeset
|
17 - along with this program. If not, see <http://www.gnu.org/licenses>. |
2703 | 18 --> |
19 | |
20 <node name="/"> | |
21 <interface name="org.freedesktop.MediaPlayer"> | |
22 <method name="Identity"> | |
23 <arg type="s" direction="out" /> | |
24 </method> | |
25 </interface> | |
26 </node> |