~dobey/libubuntuone/boy-racer

« back to all changes in this revision

Viewing changes to tests/test-music-store.c

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-01-31 19:50:47 UTC
  • mfrom: (145.1.5 split-ui-lib)
  • Revision ID: tarmac-20120131195047-5owytdny1vs4d737
Switch to webkitgtk-3.0
Move the current libubuntuone to libubuntuoneui
Update all the current references to libubuntuone to be libubuntuoneui
Add back a libubuntuone directory for coming code
Change the API version to 3.0 to break compat

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * Boston, MA 02110-1301, USA.
20
20
 */
21
21
 
22
 
#include <libubuntuone/u1-music-store.h>
 
22
#include <libubuntuoneui/u1-music-store.h>
23
23
 
24
24
static void
25
25
preview_mp3_cb (U1MusicStore *music_store, const gchar *url, const gchar *title, gpointer user_data)