wlmaker
Loading...
Searching...
No Matches
launcher.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __LAUNCHER_H__
22#define __LAUNCHER_H__
23
24#include <libbase/libbase.h>
25#include <libbase/plist.h>
26
27#include "files.h"
28#include "subprocess_monitor.h"
29#include "toolkit/toolkit.h"
30
31#ifdef __cplusplus
32extern "C" {
33#endif // __cplusplus
34
37
49 const struct wlmtk_tile_style *style_ptr,
50 bspl_dict_t *dict_ptr,
52 wlmaker_files_t *files_ptr);
53
60
63
65extern const bs_test_set_t wlmaker_launcher_test_set;
66
67#ifdef __cplusplus
68} // extern "C"
69#endif // __cplusplus
70
71#endif /* __LAUNCHER_H__ */
72/* == End of launcher.h ==================================================== */
wlmaker_launcher_t * wlmaker_launcher_create_from_plist(const struct wlmtk_tile_style *style_ptr, bspl_dict_t *dict_ptr, wlmaker_subprocess_monitor_t *monitor_ptr, wlmaker_files_t *files_ptr)
Definition launcher.c:131
const bs_test_set_t wlmaker_launcher_test_set
Definition launcher.c:604
void wlmaker_launcher_destroy(wlmaker_launcher_t *launcher_ptr)
Definition launcher.c:232
wlmtk_tile_t * wlmaker_launcher_tile(wlmaker_launcher_t *launcher_ptr)
Definition launcher.c:286
Definition files.c:33
Definition launcher.c:38
wlmaker_subprocess_monitor_t * monitor_ptr
Definition launcher.c:50
Definition subprocess_monitor.c:40
Definition tile.h:62
Definition tile.h:44