summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-12-10 14:21:51 +0100
committerBastien Nocera <hadess@hadess.net>2014-12-10 14:21:51 +0100
commit930ddb4c1dc7992e70ea91f388c4b576616c6a93 (patch)
treef7bfc6dc0e5ac306de3dcf03565c5f2f42ba1cfa
parent32275f8daace57eaea1899ad534244091e05e0a9 (diff)
downloadgrilo-930ddb4c1dc7992e70ea91f388c4b576616c6a93.tar.gz
core: Fix API documentation bugs
data/grl-media-audio.c:180: Warning: Grl: grl_media_audio_set_mb_recording_id: unknown parameter 'mb_track_id' in documentation comment, should be 'mb_recording_id' data/grl-media-video.c:182: Warning: Grl: grl_media_video_set_episode_title: unknown parameter 'show' in documentation comment, should be 'episode_title'
-rw-r--r--src/data/grl-media-audio.c2
-rw-r--r--src/data/grl-media-video.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/data/grl-media-audio.c b/src/data/grl-media-audio.c
index 6fc3ae3..43d4fb7 100644
--- a/src/data/grl-media-audio.c
+++ b/src/data/grl-media-audio.c
@@ -177,7 +177,7 @@ grl_media_audio_set_mb_artist_id (GrlMediaAudio *audio, const gchar *mb_artist_i
/**
* grl_media_audio_set_mb_recording_id:
* @audio: the media instance
- * @mb_track_id: the MusicBrainz recording identifier
+ * @mb_recording_id: the MusicBrainz recording identifier
*
* Set the MusicBrainz recording identifier of the audio
*/
diff --git a/src/data/grl-media-video.c b/src/data/grl-media-video.c
index 347b2bf..38da33c 100644
--- a/src/data/grl-media-video.c
+++ b/src/data/grl-media-video.c
@@ -179,7 +179,7 @@ grl_media_video_set_episode (GrlMediaVideo *video, gint episode)
/**
* grl_media_video_set_episode_title:
* @video: the media instance
- * @show: the title of the episode
+ * @episode_title: the title of the episode
*
* Sets the title of an episode
*