From: Sung-jae Park Date: Mon, 6 Oct 2014 07:38:51 +0000 (+0900) Subject: Replace gbar with glance_bar for API X-Git-Tag: submit/tizen_mobile/20150527.071719~1^2~30^2~15^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9b50b347c786d623cea4140914dfbb71baab677;p=platform%2Fcore%2Fappfw%2Fwidget-viewer.git Replace gbar with glance_bar for API [model] Redwood,Kiran,B3(Wearable) [binary_type] AP [customer] Docomo/Orange/ATT/Open [issue#] N/A [problem] [cause] [solution] [team] HomeTF [request] [horizontal_expansion] Change-Id: I493b9f88f85c98c9c147285bf53a6f26e6f513ea --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d21bad5..6b259bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -fvisibility=hidden -Wall -Werror -Winline -g" SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}") ADD_DEFINITIONS("-DPREFIX=\"${PREFIX}\"") -ADD_DEFINITIONS("-DLOG_TAG=\"LIVEBOX_VIEWER\"") +ADD_DEFINITIONS("-DLOG_TAG=\"DYNAMICBOX_VIEWER\"") ADD_DEFINITIONS("-DNDEBUG") ADD_DEFINITIONS("-D_USE_ECORE_TIME_GET") #ADD_DEFINITIONS("-DFLOG") diff --git a/include/dynamicbox.h b/include/dynamicbox.h index c68f0ce..7fe3c9b 100644 --- a/include/dynamicbox.h +++ b/include/dynamicbox.h @@ -406,6 +406,7 @@ typedef int (*dynamicbox_auto_launch_handler_cb)(dynamicbox_h handler, const cha * @details dynamicbox_init function uses environment value to initiate some configurable values. * But some applications do not want to use the env value. * For them, this API will give a chance to set default options using given arguments. + * @a disp is a Display object which is used to hold a connection with a Graphic * @since_tizen 2.3 * @param[in] disp Display, If @a disp is @c NULL, the library will try to acquire a new connection to display server * @param[in] prevent_overwrite Overwrite flag (when the content of an image type dynamicbox is updated, it will be overwriten (0) or not (1)) diff --git a/src/dynamicbox.c b/src/dynamicbox.c index eb87e4f..914d064 100644 --- a/src/dynamicbox.c +++ b/src/dynamicbox.c @@ -1720,7 +1720,7 @@ EAPI int dynamicbox_click(dynamicbox_h handler, double x, double y) return ret; } -EAPI int dynamicbox_has_gbar(dynamicbox_h handler) +EAPI int dynamicbox_has_glance_bar(dynamicbox_h handler) { if (!handler || handler->state != DBOX_STATE_CREATE) { ErrPrint("Handler is invalid\n");