summaryrefslogtreecommitdiff
path: root/include/media_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media_group.h')
-rw-r--r--include/media_group.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/include/media_group.h b/include/media_group.h
index e9819ad..6f11802 100644
--- a/include/media_group.h
+++ b/include/media_group.h
@@ -40,7 +40,9 @@ extern "C" {
*/
/**
- * @brief Gets the number of the album for the passed @a filter from the media database.
+ * @brief Gets the count of the album for the passed @a filter from the media database.
+ * @details This function gets the count of the album associated with the given filter option. \n
+ * If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] filter The handle to the media filter
@@ -91,7 +93,9 @@ int media_album_get_album_count_from_db(filter_h filter, int *album_count);
int media_album_foreach_album_from_db(filter_h filter, media_album_cb callback, void *user_data);
/**
- * @brief Gets the number of media info for the given album present in the media database.
+ * @brief Gets the count of the media for the passed @a filter in the given @a album_id from the media database.
+ * @details This function gets the count of the media associated with the given @a album_id and
+ * meeting desired filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] album_id The ID of the media album
@@ -303,7 +307,9 @@ int media_album_get_album_from_db(int album_id, media_album_h *album);
*/
/**
- * @brief Gets the number of the group for the passed @a filter from the media database.
+ * @brief Gets the count of the given group for the passed @a filter from the media database.
+ * @details This function gets the count of the group associated with the given group and
+ * meeting desired filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] filter The handle to the media filter
@@ -357,6 +363,8 @@ int media_group_foreach_group_from_db(filter_h filter, media_group_e group, medi
/**
* @brief Gets the count of the media info for the given media group present in the media database.
+ * @details This function gets the count of the group associated with the given @a group and
+ * meeting desired @a filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] group_name The name of the media group