wlmaker
Loading...
Searching...
No Matches
dock.h
Go to the documentation of this file.
1/* ========================================================================= */
27#ifndef __DOCK_H__
28#define __DOCK_H__
29
30#include <libbase/libbase.h>
31#include <libbase/plist.h>
32
35
36#include "config.h"
37#include "server.h"
38
39#ifdef __cplusplus
40extern "C" {
41#endif // __cplusplus
42
54 bspl_dict_t *state_dict_ptr,
55 const wlmaker_config_style_t *style_ptr);
56
63
65extern const bs_test_set_t wlmaker_dock_test_set;
66
67#ifdef __cplusplus
68} // extern "C"
69#endif // __cplusplus
70
71#endif /* __DOCK_H__ */
72/* == End of dock.h ======================================================== */
wlmaker_dock_t * wlmaker_dock_create(wlmaker_server_t *server_ptr, bspl_dict_t *state_dict_ptr, const wlmaker_config_style_t *style_ptr)
Definition dock.c:120
void wlmaker_dock_destroy(wlmaker_dock_t *dock_ptr)
Definition dock.c:226
const bs_test_set_t wlmaker_dock_test_set
Definition dock.c:351
Definition dock.c:48
wlmaker_server_t * server_ptr
Definition dock.c:53
Definition server.h:76
Definition config.h:60