view src/demac/apev2.h @ 3161:6dd886b5c72b

revive stdio plugin for now. gio cannot write id3 tags.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 13 Jul 2009 23:53:41 +0900
parents ed6c81bd9016
children
line wrap: on
line source

#ifndef APEV2_H
#define APEV2_H

#include <mowgli.h>

mowgli_dictionary_t* parse_apev2_tag(VFSFile *vfd);
gboolean write_apev2_tag(VFSFile *vfd, mowgli_dictionary_t *tag);

#endif