lib/mockspotify.rb in mockspotify-0.1.6 vs lib/mockspotify.rb in mockspotify-0.1.7
- old
+ new
@@ -29,10 +29,10 @@
$VERBOSE = true
attach_function :mock_user, :mocksp_user_create, [:string, :string, :string, :string, :relation_type, :bool], :user
attach_function :mock_track, :mocksp_track_create, [:string, :int, :array, :pointer, :int, :int, :int, :int, :error, :bool], :track
attach_function :mock_image, :mocksp_image_create, [:image_id, :imageformat, :size_t, :buffer_in, :error], :image
attach_function :mock_artist, :mocksp_artist_create, [:string, :bool], :artist
- attach_function :mock_album, :mocksp_album_create, [:string, :artist, :int, :pointer, :image_id, :albumtype, :bool, :bool], :album
+ attach_function :mock_album, :mocksp_album_create, [:string, :artist, :int, :image_id, :albumtype, :bool, :bool], :album
attach_function :mock_artistbrowse, :mocksp_artistbrowse_create, [:artist, :bool], :artistbrowse
attach_function :mock_playlist_event, :mocksp_playlist_event, [:int, :playlist], :void
$VERBOSE = false