Rename KotoIndexedFile and "files" to KotoIndexedTrack and "tracks"
This commit is contained in:
parent
cf81682f8c
commit
b6db2003b8
13 changed files with 126 additions and 134 deletions
|
@ -27,7 +27,7 @@ G_BEGIN_DECLS
|
|||
|
||||
G_DECLARE_FINAL_TYPE(KotoTrackItem, koto_track_item, KOTO, TRACK_ITEM, GtkBox)
|
||||
|
||||
KotoTrackItem* koto_track_item_new(KotoIndexedFile *file);
|
||||
void koto_track_item_set_track(KotoTrackItem *self, KotoIndexedFile *file);
|
||||
KotoTrackItem* koto_track_item_new(KotoIndexedTrack *track);
|
||||
void koto_track_item_set_track(KotoTrackItem *self, KotoIndexedTrack *track);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue