[grilo] core: Fix API documentation bugs
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] core: Fix API documentation bugs
- Date: Wed, 10 Dec 2014 13:23:18 +0000 (UTC)
commit 930ddb4c1dc7992e70ea91f388c4b576616c6a93
Author: Bastien Nocera <hadess hadess net>
Date: Wed Dec 10 14:21:51 2014 +0100
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'
src/data/grl-media-audio.c | 2 +-
src/data/grl-media-video.c | 2 +-
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
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]