Mercurial > audlegacy
annotate src/audacious/mime.h @ 3395:df609e7e7bcf
updated romanian translation
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Sun, 26 Aug 2007 03:06:40 +0300 |
| parents | f1c756f39e6c |
| children | 2eee464379dc |
| rev | line source |
|---|---|
| 3009 | 1 /* |
| 2 * Audacious | |
| 3 * Copyright (c) 2007 William Pitcock | |
| 4 * | |
| 5 * This program is free software; you can redistribute it and/or modify | |
| 6 * it under the terms of the GNU General Public License as published by | |
|
3121
3b6d316f8b09
GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents:
3009
diff
changeset
|
7 * the Free Software Foundation; under version 3 of the License. |
| 3009 | 8 * |
| 9 * This program is distributed in the hope that it will be useful, | |
| 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 12 * GNU General Public License for more details. | |
| 13 * | |
| 14 * You should have received a copy of the GNU General Public License | |
|
3121
3b6d316f8b09
GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents:
3009
diff
changeset
|
15 * along with this program. If not, see <http://www.gnu.org/licenses>. |
|
3123
f1c756f39e6c
Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents:
3121
diff
changeset
|
16 * |
|
f1c756f39e6c
Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents:
3121
diff
changeset
|
17 * The Audacious team does not consider modular code linking to |
|
f1c756f39e6c
Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents:
3121
diff
changeset
|
18 * Audacious or using our public API to be a derived work. |
| 3009 | 19 */ |
| 20 | |
| 21 #include <glib.h> | |
| 22 #include <mowgli.h> | |
| 23 | |
| 24 #include <audacious/plugin.h> | |
| 25 | |
| 26 #ifndef __AUDACIOUS_MIME_H__ | |
| 27 #define __AUDACIOUS_MIME_H__ | |
| 28 | |
| 29 G_BEGIN_DECLS | |
| 30 | |
| 31 InputPlugin *mime_get_plugin(const gchar *mimetype); | |
| 32 void mime_set_plugin(const gchar *mimetype, InputPlugin *ip); | |
| 33 | |
| 34 G_END_DECLS | |
| 35 | |
| 36 #endif |
