From 9d92665695083ceb0104ec1c8f57f33362e438f5 Mon Sep 17 00:00:00 2001 From: Abdelrahman Ashraf Date: Mon, 29 Jan 2024 14:55:37 +0700 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20dotlottie=5Fpl?= =?UTF-8?q?ayer=5Fcpp.udl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotlottie-ffi/src/dotlottie_player_cpp.udl | 1 + 1 file changed, 1 insertion(+) diff --git a/dotlottie-ffi/src/dotlottie_player_cpp.udl b/dotlottie-ffi/src/dotlottie_player_cpp.udl index 01e6b22b..6486a1aa 100644 --- a/dotlottie-ffi/src/dotlottie_player_cpp.udl +++ b/dotlottie-ffi/src/dotlottie_player_cpp.udl @@ -95,5 +95,6 @@ interface DotLottiePlayer { boolean resize(u32 width, u32 height); void clear(); void subscribe(Observer observer); + void unsubscribe(Observer observer); boolean is_complete(); };