catharsis / spotifile

FUSE file system for Spotify
BSD 3-Clause "New" or "Revised" License
144 stars 7 forks source link

Automatically generate generic libspotify API wrappers at build-time #43

Open catharsis opened 8 years ago

catharsis commented 8 years ago

We currently have a bunch of macros to generate many of these. The macros, however, does not take care of updating header files. It might make more sense to generate wrappers for all known libspotify functions as part of the build. More high-level functions would still need to be written manually, of course.