wlmaker
Loading...
Searching...
No Matches
src
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
34
typedef
struct
_wlmaker_dock_t
wlmaker_dock_t
;
35
36
#include "
config.h
"
37
#include "
server.h
"
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
// __cplusplus
42
52
wlmaker_dock_t
*
wlmaker_dock_create
(
53
wlmaker_server_t
*
server_ptr
,
54
bspl_dict_t *state_dict_ptr,
55
const
wlmaker_config_style_t
*style_ptr);
56
62
void
wlmaker_dock_destroy
(
wlmaker_dock_t
*dock_ptr);
63
65
extern
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 ======================================================== */
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:120
wlmaker_dock_destroy
void wlmaker_dock_destroy(wlmaker_dock_t *dock_ptr)
Definition
dock.c:226
wlmaker_dock_test_set
const bs_test_set_t wlmaker_dock_test_set
Definition
dock.c:351
_wlmaker_dock_t
Definition
dock.c:48
_wlmaker_dock_t::server_ptr
wlmaker_server_t * server_ptr
Definition
dock.c:53
_wlmaker_server_t
Definition
server.h:76
wlmaker_config_style_t
Definition
config.h:60
Generated by
1.9.8