wlmaker
Loading...
Searching...
No Matches
launcher.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __LAUNCHER_H__
21#define __LAUNCHER_H__
22
23#include "subprocess_monitor.h"
24#include "toolkit/toolkit.h"
25
26#ifdef __cplusplus
27extern "C" {
28#endif // __cplusplus
29
32
44 const wlmtk_tile_style_t *style_ptr,
45 wlmcfg_dict_t *dict_ptr,
47 wlmtk_env_t *env_ptr);
48
55
58
60extern const bs_test_case_t wlmaker_launcher_test_cases[];
61
62#ifdef __cplusplus
63} // extern "C"
64#endif // __cplusplus
65
66#endif /* __LAUNCHER_H__ */
67/* == End of launcher.h ==================================================== */
wlmaker_launcher_t * wlmaker_launcher_create_from_plist(const wlmtk_tile_style_t *style_ptr, wlmcfg_dict_t *dict_ptr, wlmaker_subprocess_monitor_t *monitor_ptr, wlmtk_env_t *env_ptr)
Definition launcher.c:113
const bs_test_case_t wlmaker_launcher_test_cases[]
Definition launcher.c:538
void wlmaker_launcher_destroy(wlmaker_launcher_t *launcher_ptr)
Definition launcher.c:198
wlmtk_tile_t * wlmaker_launcher_tile(wlmaker_launcher_t *launcher_ptr)
Definition launcher.c:247
Definition launcher.c:19
wlmaker_subprocess_monitor_t * monitor_ptr
Definition launcher.c:31
Definition subprocess_monitor.c:31
Definition model.c:46
Definition env.c:32
Definition tile.h:47
Definition tile.h:35