It isn't need to set SHORTCUT_ERROR_NOT_SUPPORTED,
If shortcut feature is false, no callback is set.
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Id1c68b5141ae6fc23e4699349f181cc8432f7976
/* LCOV_EXCL_START */
static void _add_shortcut_notify(GVariant *parameters)
{
- int ret = SHORTCUT_ERROR_NOT_SUPPORTED;
+ int ret = SHORTCUT_ERROR_NONE;
const char *appid;
const char *name;
int type;
/* LCOV_EXCL_START */
static void _add_shortcut_widget_notify(GVariant *parameters)
{
- int ret = SHORTCUT_ERROR_NOT_SUPPORTED;
+ int ret = SHORTCUT_ERROR_NONE;
const char *appid;
const char *name;
int type;
static void _remove_shortcut_notify(GVariant *parameters)
{
- int ret = SHORTCUT_ERROR_NOT_SUPPORTED;
+ int ret = SHORTCUT_ERROR_NONE;
const char *appid;
const char *name;
int sender_pid;