summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeeBum Kim <keebum.kim@samsung.com>2012-08-30 10:17:16 +0900
committerKeeBum Kim <keebum.kim@samsung.com>2012-08-30 10:17:16 +0900
commit7b2aa27342312dd7f574a0e937bcf4a76238a0af (patch)
treecfdfeda84f3edc98e9d105405bc896c237454347 /include
parentdf2d254fd272d0cdcde0235da91f00867c2bb55b (diff)
downloadmsg-service-7b2aa27342312dd7f574a0e937bcf4a76238a0af.tar.gz
msg-service-7b2aa27342312dd7f574a0e937bcf4a76238a0af.tar.bz2
msg-service-7b2aa27342312dd7f574a0e937bcf4a76238a0af.zip
Apply tapi ready vconf.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/utils/MsgGconfWrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utils/MsgGconfWrapper.h b/include/utils/MsgGconfWrapper.h
index 6b25914..6aee579 100755
--- a/include/utils/MsgGconfWrapper.h
+++ b/include/utils/MsgGconfWrapper.h
@@ -41,6 +41,8 @@ typedef struct _MSG_GOBJECT_CLIENT_S
#endif
+typedef void (*_vconf_change_cb)(keynode_t *key, void* data);
+
/*==================================================================================================
FUNCTION PROTOTYPES
==================================================================================================*/
@@ -60,5 +62,6 @@ bool MsgSettingGetUnknownAutoReject();
void MsgSettingRegVconfCB();
void MsgSettingRemoveVconfCB();
+void MsgSettingRegVconfCBCommon(const char *pKey, _vconf_change_cb pCb);
#endif // MSG_GCONF_WRAPPER_H