Merge remote-tracking branch 'ofw/dev' into mntm-dev

This commit is contained in:
Willy-JL
2024-09-06 23:06:21 +02:00
22 changed files with 549 additions and 266 deletions

View File

@@ -3739,7 +3739,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 entry status name type params
3739 Function + view_dispatcher_attach_to_gui void ViewDispatcher*, Gui*, ViewDispatcherType
3740 Function + view_dispatcher_enable_queue void ViewDispatcher*
3741 Function + view_dispatcher_free void ViewDispatcher*
3742 Function - + view_dispatcher_get_event_loop FuriEventLoop* ViewDispatcher*
3743 Function + view_dispatcher_remove_view void ViewDispatcher*, uint32_t
3744 Function + view_dispatcher_run void ViewDispatcher*
3745 Function + view_dispatcher_send_custom_event void ViewDispatcher*, uint32_t