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 "files.h"
27#include "subprocess_monitor.h"
28#include "toolkit/toolkit.h"
29
30#ifdef __cplusplus
31extern "C" {
32#endif // __cplusplus
33
36
48 const wlmtk_tile_style_t *style_ptr,
49 bspl_dict_t *dict_ptr,
51 wlmaker_files_t *files_ptr);
52
59
62
64extern const bs_test_set_t wlmaker_launcher_test_set;
65
66#ifdef __cplusplus
67} // extern "C"
68#endif // __cplusplus
69
70#endif /* __LAUNCHER_H__ */
71/* == 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, wlmaker_files_t *files_ptr)
Definition launcher.c:117
const bs_test_set_t wlmaker_launcher_test_set
Definition launcher.c:563
void wlmaker_launcher_destroy(wlmaker_launcher_t *launcher_ptr)
Definition launcher.c:216
wlmtk_tile_t * wlmaker_launcher_tile(wlmaker_launcher_t *launcher_ptr)
Definition launcher.c:265
Definition files.c:32
Definition launcher.c:36
wlmaker_subprocess_monitor_t * monitor_ptr
Definition launcher.c:48
Definition subprocess_monitor.c:39
Definition tile.h:52
Definition tile.h:40