wlmaker
Loading...
Searching...
No Matches
layer_shell.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __LAYER_SHELL_H__
22#define __LAYER_SHELL_H__
23
26
27#include "task_list.h"
28
29#ifdef __cplusplus
30extern "C" {
31#endif // __cplusplus
32
42
49
50#ifdef __cplusplus
51} // extern "C"
52#endif // __cplusplus
53
54#endif /* __LAYER_SHELL_H__ */
55/* == End of layer_shell.h ================================================= */
void wlmaker_layer_shell_destroy(wlmaker_layer_shell_t *layer_shell_ptr)
Definition layer_shell.c:88
wlmaker_layer_shell_t * wlmaker_layer_shell_create(wlmaker_server_t *server_ptr)
Definition layer_shell.c:61
Definition layer_shell.c:38
wlmaker_server_t * server_ptr
Definition layer_shell.c:43
Definition server.h:76