Apply formatting
This commit is contained in:
parent
fa19fd23b1
commit
4cc5c6efd4
9 changed files with 66 additions and 35 deletions
|
@ -287,7 +287,11 @@ void koto_playback_engine_backwards(KotoPlaybackEngine * self) {
|
|||
koto_playback_engine_set_track_by_uuid(self, koto_playlist_go_to_previous(playlist), FALSE);
|
||||
}
|
||||
|
||||
void koto_playback_engine_current_playlist_changed(KotoCurrentPlaylist * current_pl, guint prop_id, KotoPlaybackEngine *self) {
|
||||
void koto_playback_engine_current_playlist_changed(
|
||||
KotoCurrentPlaylist * current_pl,
|
||||
guint prop_id,
|
||||
KotoPlaybackEngine * self
|
||||
) {
|
||||
(void) current_pl;
|
||||
(void) prop_id;
|
||||
|
||||
|
|
|
@ -52,7 +52,11 @@ void koto_playback_engine_apply_configuration_state(
|
|||
|
||||
void koto_playback_engine_backwards(KotoPlaybackEngine * self);
|
||||
|
||||
void koto_playback_engine_current_playlist_changed(KotoCurrentPlaylist * current_pl, guint prop_id, KotoPlaybackEngine *self);
|
||||
void koto_playback_engine_current_playlist_changed(
|
||||
KotoCurrentPlaylist * current_pl,
|
||||
guint prop_id,
|
||||
KotoPlaybackEngine * self
|
||||
);
|
||||
|
||||
void koto_playback_engine_forwards(KotoPlaybackEngine * self);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue