summaryrefslogtreecommitdiff
path: root/include/contacts_relatedgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/contacts_relatedgroup.h')
-rwxr-xr-xinclude/contacts_relatedgroup.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/contacts_relatedgroup.h b/include/contacts_relatedgroup.h
index 0bbd690..9620e7d 100755
--- a/include/contacts_relatedgroup.h
+++ b/include/contacts_relatedgroup.h
@@ -44,8 +44,6 @@ extern "C"
* @return 0 on success, otherwise a negative error value.
* @retval #CONTACTS_ERROR_NONE Successful
* @retval #CONTACTS_ERROR_INVALID_PARAMETER Invalid parameter
- *
- *
*/
int contact_relatedgroup_get_name(contact_relatedgroup_h relatedgroup, char **name);
@@ -61,8 +59,6 @@ int contact_relatedgroup_get_name(contact_relatedgroup_h relatedgroup, char **na
* @return 0 on success, otherwise a negative error value.
* @retval #CONTACTS_ERROR_NONE Successful
* @retval #CONTACTS_ERROR_INVALID_PARAMETER Invalid parameter
- *
- *
*/
int contact_relatedgroup_get_ringtonepath(contact_relatedgroup_h relatedgroup, char **ringtone_path);
@@ -100,7 +96,6 @@ int contact_relatedgroup_get_group_db_id(contact_relatedgroup_h relatedgroup, in
*/
int contact_relatedgroup_iterator_next(contact_relatedgroup_iterator_h *relatedgroup_iterator, contact_relatedgroup_h *relatedgroup);
-
/**
* @brief Checks whether the next element of the related group iterator exists or not.
*
@@ -112,9 +107,6 @@ int contact_relatedgroup_iterator_next(contact_relatedgroup_iterator_h *relatedg
*/
bool contact_relatedgroup_iterator_has_next(contact_relatedgroup_iterator_h relatedgroup_iterator);
-
-
-
/**
* @}
*/