wlmaker
Loading...
Searching...
No Matches
src
clip.h
Go to the documentation of this file.
1
/* ========================================================================= */
26
#ifndef __CLIP_H__
27
#define __CLIP_H__
28
30
typedef
struct
_wlmaker_clip_t
wlmaker_clip_t
;
31
32
#include "
server.h
"
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
// __cplusplus
37
45
wlmaker_clip_t
*
wlmaker_clip_create
(
46
wlmaker_server_t
*
server_ptr
);
47
53
void
wlmaker_clip_destroy
(
wlmaker_clip_t
*clip_ptr);
54
55
#ifdef __cplusplus
56
}
// extern "C"
57
#endif
// __cplusplus
58
59
#endif
/* __CLIP_H__ */
60
/* == End of clip.h ======================================================== */
wlmaker_clip_create
wlmaker_clip_t * wlmaker_clip_create(wlmaker_server_t *server_ptr)
Definition
clip.c:98
wlmaker_clip_destroy
void wlmaker_clip_destroy(wlmaker_clip_t *clip_ptr)
Definition
clip.c:267
server.h
_wlmaker_clip_t
Definition
clip.c:31
_wlmaker_clip_t::server_ptr
wlmaker_server_t * server_ptr
Definition
clip.c:35
_wlmaker_server_t
Definition
server.h:60
Generated by
1.10.0