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

@@ -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 entry status name type params
2759 Function + view_dispatcher_attach_to_gui void ViewDispatcher*, Gui*, ViewDispatcherType
2760 Function + view_dispatcher_enable_queue void ViewDispatcher*
2761 Function + view_dispatcher_free void ViewDispatcher*
2762 Function - + view_dispatcher_get_event_loop FuriEventLoop* ViewDispatcher*
2763 Function + view_dispatcher_remove_view void ViewDispatcher*, uint32_t
2764 Function + view_dispatcher_run void ViewDispatcher*
2765 Function + view_dispatcher_send_custom_event void ViewDispatcher*, uint32_t