From a634f3d39fbc3b000b2c05b1c5c4b2615c898f46 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Fri, 24 Jul 2015 22:43:02 +0900 Subject: [PATCH] Sync with the latest 2.4 Change-Id: I2dab1a17c993a65eb051f941fe22a1d0d1562925 --- packaging/libwidget.spec | 2 +- src/binder.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/libwidget.spec b/packaging/libwidget.spec index 293f8f7..256a9f0 100644 --- a/packaging/libwidget.spec +++ b/packaging/libwidget.spec @@ -2,7 +2,7 @@ Name: libwidget Summary: Widget development library -Version: 1.1.4 +Version: 1.1.5 Release: 1 Group: Applications/Core Applications License: Flora-1.1 diff --git a/src/binder.c b/src/binder.c index 735a493..74d4cde 100644 --- a/src/binder.c +++ b/src/binder.c @@ -82,7 +82,7 @@ static struct info { #define FUNC_WIDGET_TRIGGER_UPDATE_MONITOR FUNC_PREFIX "trigger_update_monitor" #define FUNC_WIDGET_UPDATE_EXTRA_INFO FUNC_PREFIX "update_extra_info" -#define FUNC_WIDGET_PROVIDER_APP_UPDATED FUNC_PREFIX "provider_app_buffer_updated" +#define FUNC_WIDGET_PROVIDER_APP_UPDATED FUNC_PREFIX "provider_app_send_buffer_updated_event" #define FUNC_WIDGET_PROVIDER_APP_ADD_PRE_CALLBACK FUNC_PREFIX "provider_app_add_pre_callback" #define FUNC_WIDGET_PROVIDER_APP_DEL_PRE_CALLBACK FUNC_PREFIX "provider_app_del_pre_callback" -- 2.7.4