From 1b6249810b3ab2d0c7467355fa22fbf19ae4a725 Mon Sep 17 00:00:00 2001 From: "Li, Xiaoming" Date: Wed, 19 Aug 2020 13:58:48 +0800 Subject: [PATCH] fix(migration-to-binding-v3.sed): add a legacy call replacing rule afb_event_drop is not supported in appfw v3, use afb_event_unref to replace it. Bug-AGL: SPEC-2745 Change-Id: I6f2a1148c420fb9964eb94e5ae012be563d722e6 Signed-off-by: Li, Xiaoming --- docs/migration-to-binding-v3.sed | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration-to-binding-v3.sed b/docs/migration-to-binding-v3.sed index 13a78f54..ac199784 100644 --- a/docs/migration-to-binding-v3.sed +++ b/docs/migration-to-binding-v3.sed @@ -48,6 +48,7 @@ s:\:afb_api_call_legacy:g s:\:afb_api_call_sync_legacy:g s:\:afb_req_addref:g s:\ *( *\(.*\) *):\1:g +s:\:afb_event_unref:g # optional but activated by default # --------------------------------- -- 2.16.6