mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
Exposed view_dispatcher_get_event_loop
(#3858)
* Exposed view_dispatcher_get_event_loop * Bump api symbols Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
ad27713f0d
commit
8caa861cc7
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
entry,status,name,type,params
|
||||
Version,+,72.2,,
|
||||
Version,+,72.3,,
|
||||
Header,+,applications/services/bt/bt_service/bt.h,,
|
||||
Header,+,applications/services/bt/bt_service/bt_keys_storage.h,,
|
||||
Header,+,applications/services/cli/cli.h,,
|
||||
|
@ -2759,7 +2759,7 @@ Function,+,view_dispatcher_alloc,ViewDispatcher*,
|
|||
Function,+,view_dispatcher_attach_to_gui,void,"ViewDispatcher*, Gui*, ViewDispatcherType"
|
||||
Function,+,view_dispatcher_enable_queue,void,ViewDispatcher*
|
||||
Function,+,view_dispatcher_free,void,ViewDispatcher*
|
||||
Function,-,view_dispatcher_get_event_loop,FuriEventLoop*,ViewDispatcher*
|
||||
Function,+,view_dispatcher_get_event_loop,FuriEventLoop*,ViewDispatcher*
|
||||
Function,+,view_dispatcher_remove_view,void,"ViewDispatcher*, uint32_t"
|
||||
Function,+,view_dispatcher_run,void,ViewDispatcher*
|
||||
Function,+,view_dispatcher_send_custom_event,void,"ViewDispatcher*, uint32_t"
|
||||
|
|
|
|
@ -1,5 +1,5 @@
|
|||
entry,status,name,type,params
|
||||
Version,+,72.2,,
|
||||
Version,+,72.3,,
|
||||
Header,+,applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h,,
|
||||
Header,+,applications/services/bt/bt_service/bt.h,,
|
||||
Header,+,applications/services/bt/bt_service/bt_keys_storage.h,,
|
||||
|
@ -3600,7 +3600,7 @@ Function,+,view_dispatcher_alloc,ViewDispatcher*,
|
|||
Function,+,view_dispatcher_attach_to_gui,void,"ViewDispatcher*, Gui*, ViewDispatcherType"
|
||||
Function,+,view_dispatcher_enable_queue,void,ViewDispatcher*
|
||||
Function,+,view_dispatcher_free,void,ViewDispatcher*
|
||||
Function,-,view_dispatcher_get_event_loop,FuriEventLoop*,ViewDispatcher*
|
||||
Function,+,view_dispatcher_get_event_loop,FuriEventLoop*,ViewDispatcher*
|
||||
Function,+,view_dispatcher_remove_view,void,"ViewDispatcher*, uint32_t"
|
||||
Function,+,view_dispatcher_run,void,ViewDispatcher*
|
||||
Function,+,view_dispatcher_send_custom_event,void,"ViewDispatcher*, uint32_t"
|
||||
|
|
|
Loading…
Reference in a new issue