1
0
Fork 0

core: Fix compiler warning in MetaSoundPlayer

This commit is contained in:
Robert Mader 2019-01-08 21:01:45 +01:00 committed by Georges Basile Stavracas Neto
parent d360b25b81
commit f740e8ed79

View file

@ -222,7 +222,7 @@ build_ca_proplist (ca_proplist *props,
/**
* meta_sound_player_play_from_theme:
* @sound: a #MetaSoundPlayer
* @player: a #MetaSoundPlayer
* @name: sound theme name of the event
* @description: description of the event
* @cancellable: cancellable for the request
@ -256,7 +256,7 @@ meta_sound_player_play_from_theme (MetaSoundPlayer *player,
/**
* meta_sound_player_play_from_file:
* @sound: a #MetaSoundPlayer
* @player: a #MetaSoundPlayer
* @file: file to play
* @description: description of the played sound
* @cancellable: cancellable for the request