diff options
Diffstat (limited to 'inc/FSocial.h')
-rw-r--r-- | inc/FSocial.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/FSocial.h b/inc/FSocial.h index 353f418..e01c260 100644 --- a/inc/FSocial.h +++ b/inc/FSocial.h @@ -44,6 +44,7 @@ #include <FSclEmail.h> #include <FSclEmailContact.h> #include <FSclIAddressbookEventListener.h> +#include <FSclIAddressbookChangeEventListener.h> #include <FSclICalendarbookEventListener.h> #include <FSclIRecordEventListener.h> #include <FSclIRecordListener.h> @@ -80,6 +81,16 @@ * * For more information on the %Social namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/social/social_namespace.htm">Social Guide</a>. * + * The following diagrams illustrate the relationships between the classes belonging to the Social namespace. + * + * [Account] + * @image html social_account_classdiagram.png + * + * [Addressbook] + * @image html social_addressbook_classdiagram.png + * + * [Calendarbook] + * @image html social_calendarbook_using_the_apis_classdiagram.png * */ namespace Tizen { namespace Social |