/**
- * Copyright (c) 2016 - 2020 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016-2020 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
char* privacy_name = (char *) data;
privilege_info_get_privacy_display(privacy_name, &privacy_display);
lreturn_if(!strcmp(part, "elm.text"), , privacy_display, "privacy = %s", privacy_name);
- return "FAIL";
+ return NULL;
}
static void gl_del_cb(void *data, Evas_Object *obj)
{
/**
- * Copyright (c) 2016-2018 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016-2020 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
{
pkg_data_s *pd = data;
lreturn_if(!strcmp(part, "elm.text"), , strdup(pd->label), "privacy-package item = %s", pd->label);
- return "FAIL";
+ return NULL;
}
static char* gl_menu_desc_text_get_cb(void *data, Evas_Object *obj, const char *part)