X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/ad131c2579b5e9fda58e5d76bdb20d5949a711ee..3bd1c92fad10a504eb8283d3f8d540b4fef9831d:/disobedience/playlists.c?ds=sidebyside diff --git a/disobedience/playlists.c b/disobedience/playlists.c index 50e099f..c5273ae 100644 --- a/disobedience/playlists.c +++ b/disobedience/playlists.c @@ -580,7 +580,7 @@ static const char *playlist_new_valid(void) { /** @brief Get entered new-playlist details * @param namep Where to store entered name (or NULL) * @param fullnamep Where to store computed full name (or NULL) - * @param sharep Where to store 'shared' flag (or NULL) + * @param sharedp Where to store 'shared' flag (or NULL) * @param publicp Where to store 'public' flag (or NULL) * @param privatep Where to store 'private' flag (or NULL) */ @@ -664,7 +664,8 @@ static void playlist_picker_fill(const char attribute((unused)) *event, } /** @brief Update a section in the picker tree model - * @param section Section name + * @param title Display name of section + * @param key Key to search for * @param start First entry in @ref playlists * @param end Past last entry in @ref playlists */ @@ -695,8 +696,7 @@ static void playlist_picker_update_section(const char *title, const char *key, * @param title Display name of section * @param key Key to search for * @param iter Iterator to point at key - * @param create If TRUE, key will be created if it doesn't exist - * @param compare Row comparison function + * @param create Whether to create the row * @return TRUE if key exists else FALSE * * If the @p key exists then @p iter will point to it and TRUE will be