A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 13313482d4 database: Make read() and write() functions for database entries
I had planned on using the stream operator for my database class but
this created some crazy compiler error that I was having difficulty
figuring out.  I decided to take the easy route for now and instead
create read() and write() functions that do exactly the same thing.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:56:52 -04:00
design database: Make read() and write() functions for database entries 2014-04-06 19:56:52 -04:00
include database: Make read() and write() functions for database entries 2014-04-06 19:56:52 -04:00
lib database: Add funcions for database iteration 2014-04-06 19:56:52 -04:00
libsaria libsaria: Remove app name from init data 2014-04-06 19:56:50 -04:00
ocarina libsaria: Remove app name from init data 2014-04-06 19:56:50 -04:00
tests database: Make read() and write() functions for database entries 2014-04-06 19:56:52 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore tests: Remove the debug output file 2014-04-06 19:56:52 -04:00
LICENSE Added license 2011-11-09 08:31:36 -05:00
PKGBUILD.tmpl newgui: Start rewriting the gui 2014-04-06 19:56:50 -04:00
Sconstruct build: Improve aliasing for tests 2014-04-06 19:56:51 -04:00
config database: Begin database code 2014-04-06 19:56:52 -04:00
design.txt file: Do not open files with an empty filepath 2014-04-06 19:56:52 -04:00