Flipper Developer Docs
Loading...
Searching...
No Matches
loading.h
1
#pragma once
2
#include <
gui/view.h
>
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
9
typedef
struct
Loading
Loading
;
10
17
Loading
* loading_alloc(
void
);
18
23
void
loading_free(
Loading
* instance);
24
31
View
* loading_get_view(
Loading
* instance);
32
33
#ifdef __cplusplus
34
}
35
#endif
Loading
Definition
services/gui/modules/loading.c:13
View
Definition
view_i.h:16
view.h
GUI: View API.
applications
services
gui
modules
loading.h
Generated by
1.12.0