Implemented library hashtable, added / removed signals into Cartographer, add / remove / getters (ish).
Added KOTO_IS_CARTOGRAPHER macro and added that type check across all cartographer functions. Added more type checks and dropped use of g_object_get for UUIDs where possible. Implemented koto_album_get_uuid function to be on parity with other structs like Artist, Playlist, Track.
This commit is contained in:
parent
fc670e266f
commit
7c7fe35b49
4 changed files with 360 additions and 56 deletions
|
@ -186,6 +186,8 @@ gchar * koto_album_get_album_uuid(KotoAlbum * self);
|
|||
|
||||
GList * koto_album_get_tracks(KotoAlbum * self);
|
||||
|
||||
gchar * koto_album_get_uuid(KotoAlbum *self);
|
||||
|
||||
void koto_album_remove_file(
|
||||
KotoAlbum * self,
|
||||
KotoTrack * track
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue