wlmaker
Loading...
Searching...
No Matches
src
dock.h
Go to the documentation of this file.
1
/* ========================================================================= */
26
#ifndef __DOCK_H__
27
#define __DOCK_H__
28
29
#include <libbase/libbase.h>
30
#include <libbase/plist.h>
31
33
typedef
struct
_wlmaker_dock_t
wlmaker_dock_t
;
34
35
#include "
config.h
"
36
#include "
server.h
"
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
// __cplusplus
41
51
wlmaker_dock_t
*
wlmaker_dock_create
(
52
wlmaker_server_t
*
server_ptr
,
53
bspl_dict_t *state_dict_ptr,
54
const
wlmaker_config_style_t
*style_ptr);
55
61
void
wlmaker_dock_destroy
(
wlmaker_dock_t
*dock_ptr);
62
64
extern
const
bs_test_case_t
wlmaker_dock_test_cases
[];
65
66
#ifdef __cplusplus
67
}
// extern "C"
68
#endif
// __cplusplus
69
70
#endif
/* __DOCK_H__ */
71
/* == End of dock.h ======================================================== */
config.h
server.h
wlmaker_dock_create
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:111
wlmaker_dock_destroy
void wlmaker_dock_destroy(wlmaker_dock_t *dock_ptr)
Definition
dock.c:212
wlmaker_dock_test_cases
const bs_test_case_t wlmaker_dock_test_cases[]
Definition
dock.c:308
_wlmaker_dock_t
Definition
dock.c:46
_wlmaker_dock_t::server_ptr
wlmaker_server_t * server_ptr
Definition
dock.c:51
_wlmaker_server_t
Definition
server.h:84
wlmaker_config_style_t
Definition
config.h:73
Generated by
1.9.8