Mercurial > audlegacy
annotate audacious/playlist_manager.h @ 2281:292d6dd42076 trunk
[svn] Switch to poedit, hence the big diff. Update fuzzy translations. New ones still left untouched.
author | hansmi |
---|---|
date | Fri, 05 Jan 2007 11:40:46 -0800 |
parents | 329fb2453c87 |
children |
rev | line source |
---|---|
2205
cc6a05baa156
[svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
giacomo
parents:
2202
diff
changeset
|
1 /* Audacious - Cross-platform multimedia player |
2253 | 2 * Copyright (C) 2005-2007 Audacious development team. |
2201
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
3 * |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
4 * This program is free software; you can redistribute it and/or modify |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
5 * it under the terms of the GNU General Public License as published by |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
6 * the Free Software Foundation; under version 2 of the License. |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
7 * |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
8 * This program is distributed in the hope that it will be useful, |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
11 * GNU General Public License for more details. |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
12 * |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
13 * You should have received a copy of the GNU General Public License |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
14 * along with this program; if not, write to the Free Software |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
16 */ |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
17 |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
18 #ifndef PLAYLISTMANAGER_H |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
19 #define PLAYLISTMANAGER_H |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
20 |
2202
d1804718c5cc
[svn] - playlist manager, work done for data consistency; now it should react and update when it is active and playlists are created/modified/deleted outside the manager (i.e. with keyboard shortcuts)
giacomo
parents:
2201
diff
changeset
|
21 void playlist_manager_update ( void ); |
2201
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
22 void playlist_manager_ui_show ( void ); |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
23 |
39e9c8e2745d
[svn] - added initial code for playlist manager, that allows to create, delete and switch playlists
giacomo
parents:
diff
changeset
|
24 #endif |