Replace gbar with glance_bar for API
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 6 Oct 2014 07:38:51 +0000 (16:38 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 6 Oct 2014 08:04:32 +0000 (17:04 +0900)
[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

CMakeLists.txt
include/dynamicbox.h
src/dynamicbox.c

index d21bad5..6b259bf 100644 (file)
@@ -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")
index c68f0ce..7fe3c9b 100644 (file)
@@ -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))
index eb87e4f..914d064 100644 (file)
@@ -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");