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
29
#include <libbase/plist.h>
30
#include <libbase/libbase.h>
31
33
typedef
struct
_wlmaker_clip_t
wlmaker_clip_t
;
34
35
#include "
config.h
"
36
#include "
server.h
"
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
// __cplusplus
41
51
wlmaker_clip_t
*
wlmaker_clip_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_clip_destroy
(
wlmaker_clip_t
*clip_ptr);
62
64
extern
const
bs_test_case_t
wlmaker_clip_test_cases
[];
65
66
#ifdef __cplusplus
67
}
// extern "C"
68
#endif
// __cplusplus
69
70
#endif
/* __CLIP_H__ */
71
/* == End of clip.h ======================================================== */
wlmaker_clip_test_cases
const bs_test_case_t wlmaker_clip_test_cases[]
Definition
clip.c:830
wlmaker_clip_create
wlmaker_clip_t * wlmaker_clip_create(wlmaker_server_t *server_ptr, bspl_dict_t *state_dict_ptr, const wlmaker_config_style_t *style_ptr)
Definition
clip.c:172
wlmaker_clip_destroy
void wlmaker_clip_destroy(wlmaker_clip_t *clip_ptr)
Definition
clip.c:316
config.h
server.h
_wlmaker_clip_t
Definition
clip.c:46
_wlmaker_clip_t::server_ptr
wlmaker_server_t * server_ptr
Definition
clip.c:53
_wlmaker_server_t
Definition
server.h:84
wlmaker_config_style_t
Definition
config.h:73
Generated by
1.9.8