ocarina/ocarina
Bryan Schumaker cefbf36415 ocarina: Free strings created by g_markup_escape_text()
This function returns a newly allocated string, so I can't set it
directly to a C++ string since this will leak memory.  Instead, I need
to keep the char* pointer around to free it.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
2012-02-08 08:19:48 -05:00
..
body ocarina: Each page gets its own custom header 2012-02-08 08:11:13 -05:00
buttons ocarina: Play file after loading 2011-12-30 19:45:27 -05:00
footer ocarina: Free strings created by g_markup_escape_text() 2012-02-08 08:19:48 -05:00
header ocarina: Each page gets its own custom header 2012-02-08 08:11:13 -05:00
settings ocarina: Provide a UI for using ALSA 2012-02-08 08:11:13 -05:00
songlist ocarina: Scroll to saved song 2012-02-08 08:11:13 -05:00
callback.cpp ocarina: Force callbacks onto the main thread 2012-02-08 08:11:13 -05:00
chooser.cpp ocarina: Add the chooser to the ocarina namespace 2011-10-29 15:52:03 -04:00
gtk.cpp ocarina: Add a text button for library scanning 2011-09-10 10:30:25 -04:00
library.cpp ocarina: Scroll to saved song 2012-02-08 08:11:13 -05:00
ocarina.cpp ocarina: Each page gets its own custom header 2012-02-08 08:11:13 -05:00
pipe.cpp libsaria: Allow different UIs to use a different pipe 2012-02-08 08:11:13 -05:00
queue.cpp ocarina: Remove from queue keybinding 2011-12-30 23:32:07 -05:00
shortcut.cpp ocarina: Move to the new print() function 2011-12-18 15:07:44 -05:00
window.cpp ocarina: Added keyboard shortcuts 2011-12-17 09:44:24 -05:00