summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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