diff options
-rw-r--r-- | src/itdb_playlist.c | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/itdb_playlist.c b/src/itdb_playlist.c index 9acd695..4405e04 100644 --- a/src/itdb_playlist.c +++ b/src/itdb_playlist.c @@ -931,7 +931,9 @@ static void spl_update2 (Itdb_Playlist *playlist, gpointer data) * * Updates all 'live' smart playlists contained in @itdb, ie those which have * the 'live updating' flag set - **/ + * + * Since: 0.2.0 + */ void itdb_spl_update_live (Itdb_iTunesDB *itdb) { g_return_if_fail (itdb); @@ -1526,7 +1528,9 @@ gboolean itdb_playlist_is_podcasts (Itdb_Playlist *pl) * @pl: an #Itdb_Playlist * * Sets @pl to be a master playlist - **/ + * + * Since: 0.2.0 + */ void itdb_playlist_set_mpl (Itdb_Playlist *pl) { g_return_if_fail (pl); @@ -1539,7 +1543,9 @@ void itdb_playlist_set_mpl (Itdb_Playlist *pl) * @pl: an #Itdb_Playlist * * Set @pl to be a podcasts playlist - **/ + * + * Since: 0.2.0 + */ void itdb_playlist_set_podcasts (Itdb_Playlist *pl) { g_return_if_fail (pl); |