Rename all KotoIndexed* to Koto*, KOTO_INDEXED_ to KOTO_, etc. Fixes #9.
This commit is contained in:
parent
62de9c2032
commit
9f0e8dfbc8
28 changed files with 490 additions and 490 deletions
|
@ -49,7 +49,7 @@ void koto_playback_engine_current_playlist_changed();
|
|||
|
||||
void koto_playback_engine_forwards(KotoPlaybackEngine * self);
|
||||
|
||||
KotoIndexedTrack * koto_playback_engine_get_current_track(KotoPlaybackEngine * self);
|
||||
KotoTrack * koto_playback_engine_get_current_track(KotoPlaybackEngine * self);
|
||||
|
||||
gint64 koto_playback_engine_get_duration(KotoPlaybackEngine * self);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue