*
*/
-
+
#ifndef __TIZEN_SOCIAL_CONTACTS_DOC_H__
#define __TIZEN_SOCIAL_CONTACTS_DOC_H__
* @endcode
*
* <table class="note">
- * <tbody>
* <tr>
* <th class="note">Note</th>
* </tr>
* 3. Application may erase the image after destroying the contact record (contacts_record_destroy).<br/>
* </td>
* </tr>
- * </tbody>
* </table>
* @section CAPI_SOCIAL_CONTACTS_SVC_MODULE_RECORDS Records
* In contacts-service, one of the basic concept is a record.
* contacts_record_create(_contacts_address._uri, &address);
* contacts_record_set_int(address, _contacts_address.contact_id, contact_id);
* // Set other address properties
- *
+ *
* contacts_db_insert_record(address, &address_id);
* @endcode
* Having a record handle, you can access all records of a specific type related to the given record.
* @endcode
*/
-
+
#endif /* __TIZEN_SOCIAL_CONTACTS_DOC_H__ */