From: Sung-jae Park Date: Wed, 20 Feb 2013 11:26:49 +0000 (+0000) Subject: Add Export attribute. X-Git-Tag: submit/tizen_mobile/20150527.071719~1^2~30^2~14^2~87^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc7e32b7ac79424896c60535c71a3a72608de2e6;p=platform%2Fcore%2Fappfw%2Fwidget-viewer.git Add Export attribute. Change-Id: I574a1288180f7462298ca1bc68be4fe8ed33705e --- diff --git a/packaging/liblivebox-viewer.spec b/packaging/liblivebox-viewer.spec index f7b4a7d..e50eb41 100644 --- a/packaging/liblivebox-viewer.spec +++ b/packaging/liblivebox-viewer.spec @@ -1,6 +1,6 @@ Name: liblivebox-viewer Summary: Library for developing the application. -Version: 0.9.3 +Version: 0.9.4 Release: 1 Group: framework/livebox License: Flora License diff --git a/src/livebox.c b/src/livebox.c index e100a09..6633b6c 100644 --- a/src/livebox.c +++ b/src/livebox.c @@ -2509,7 +2509,7 @@ int lb_send_delete(struct livebox *handler, ret_cb_t cb, void *data) return master_rpc_async_request(handler, packet, 0, del_ret_cb, create_cb_info(cb, data)); } -int livebox_client_paused(void) +EAPI int livebox_client_paused(void) { struct packet *packet; @@ -2522,7 +2522,7 @@ int livebox_client_paused(void) return master_rpc_request_only(NULL, packet); } -int livebox_client_resumed(void) +EAPI int livebox_client_resumed(void) { struct packet *packet;