public
Description: Library to access lastfm via it's 2.0 api
Homepage: https://launchpad.net/liblastfm
Clone URL: git://github.com/LCID-Fire/liblastfm.git
Click here to lend your support to: liblastfm and make a donation at www.pledgie.com !
liblastfm / event.c
100644 6 lines (4 sloc) 0.141 kb
1
2
3
4
5
6
const lfmmethod event_method_declarations[] =
{
{"event.attend", {}, {{INVALID_PARAMETERS, "Invalid artist name supplied"},{0, NULL}}}
};