X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fappcore-common.h;h=f0b5b44e8f20b54e6679b06caa92d2d9e8aadf0a;hb=refs%2Fheads%2Ftizen_2.3;hp=855951135abe888b041031d114e8a72ba5a9c054;hpb=b0a4824bae9bff3a4d3dd32632200c80f15ddbb2;p=framework%2Fappfw%2Fapp-core.git diff --git a/include/appcore-common.h b/include/appcore-common.h index 8559511..f0b5b44 100755 --- a/include/appcore-common.h +++ b/include/appcore-common.h @@ -203,7 +203,7 @@ int add_callbacks(struct appdata *data) * */ int appcore_set_event_callback(enum appcore_event event, - int (*cb)(void *), void *data); + int (*cb)(void *, void *), void *data); /** * @par Description: @@ -257,7 +257,7 @@ static int _rot_cb(enum appcore_rm, void *); * @endcode * */ -int appcore_set_rotation_cb(int (*cb) (enum appcore_rm, void *), +int appcore_set_rotation_cb(int (*cb) (void *event_info, enum appcore_rm, void *), void *data); /**