summaryrefslogtreecommitdiff
path: root/include/ui-gadget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui-gadget.h')
-rwxr-xr-xinclude/ui-gadget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ui-gadget.h b/include/ui-gadget.h
index a570f5a..dfa13b4 100755
--- a/include/ui-gadget.h
+++ b/include/ui-gadget.h
@@ -136,6 +136,8 @@ enum ug_option {
#define GET_OPT_INDICATOR_VAL(opt) opt % UG_OPT_OVERLAP_ENABLE
#define GET_OPT_OVERLAP_VAL(opt) opt & UG_OPT_OVERLAP_ENABLE
+#define UG_SERVICE_DATA_RESULT "__UG_SEND_REUSLT__"
+
/**
* UI gadget callback type
* @see ug_create()
@@ -761,7 +763,7 @@ int ug_disable_effect(ui_gadget_h ug);
* N/A
*
* @param[in] ug The UI gadget
- * @return 1 - installed, 0 - installed, -1 - error
+ * @return 1 - installed, 0 - not installed, -1 - error
*
* \pre None
* \post None