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
30
typedef
struct
_wlmaker_dock_t
wlmaker_dock_t
;
31
32
#include "
server.h
"
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
// __cplusplus
37
45
wlmaker_dock_t
*
wlmaker_dock_create
(
46
wlmaker_server_t
*
server_ptr
);
47
53
void
wlmaker_dock_destroy
(
wlmaker_dock_t
*dock_ptr);
54
55
#ifdef __cplusplus
56
}
// extern "C"
57
#endif
// __cplusplus
58
59
#endif
/* __DOCK_H__ */
60
/* == End of dock.h ======================================================== */
wlmaker_dock_destroy
void wlmaker_dock_destroy(wlmaker_dock_t *dock_ptr)
Definition
dock.c:146
wlmaker_dock_create
wlmaker_dock_t * wlmaker_dock_create(wlmaker_server_t *server_ptr)
Definition
dock.c:87
server.h
_wlmaker_dock_t
Definition
dock.c:31
_wlmaker_dock_t::server_ptr
wlmaker_server_t * server_ptr
Definition
dock.c:35
_wlmaker_server_t
Definition
server.h:60
Generated by
1.12.0