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 <libbase/libbase.h>
24#include <libbase/plist.h>
25
26#include "subprocess_monitor.h"
27#include "toolkit/toolkit.h"
28
29#ifdef __cplusplus
30extern "C" {
31#endif // __cplusplus
32
35
46 const wlmtk_tile_style_t *style_ptr,
47 bspl_dict_t *dict_ptr,
49
56
59
61extern const bs_test_case_t wlmaker_launcher_test_cases[];
62
63#ifdef __cplusplus
64} // extern "C"
65#endif // __cplusplus
66
67#endif /* __LAUNCHER_H__ */
68/* == End of launcher.h ==================================================== */
wlmaker_launcher_t * wlmaker_launcher_create_from_plist(const wlmtk_tile_style_t *style_ptr, bspl_dict_t *dict_ptr, wlmaker_subprocess_monitor_t *monitor_ptr)
Definition launcher.c:130
const bs_test_case_t wlmaker_launcher_test_cases[]
Definition launcher.c:554
void wlmaker_launcher_destroy(wlmaker_launcher_t *launcher_ptr)
Definition launcher.c:213
wlmtk_tile_t * wlmaker_launcher_tile(wlmaker_launcher_t *launcher_ptr)
Definition launcher.c:262
Definition launcher.c:36
wlmaker_subprocess_monitor_t * monitor_ptr
Definition launcher.c:48
Definition subprocess_monitor.c:39
Definition tile.h:53
Definition tile.h:41