wlmaker
Loading...
Searching...
No Matches
clip.h
Go to the documentation of this file.
1/* ========================================================================= */
27#ifndef __CLIP_H__
28#define __CLIP_H__
29
30#include <libbase/plist.h>
31#include <libbase/libbase.h>
32
35
36#include "config.h"
37#include "server.h"
38
39#ifdef __cplusplus
40extern "C" {
41#endif // __cplusplus
42
54 bspl_dict_t *state_dict_ptr,
55 const wlmaker_config_style_t *style_ptr);
56
63
65extern const bs_test_set_t wlmaker_clip_test_set;
66
67#ifdef __cplusplus
68} // extern "C"
69#endif // __cplusplus
70
71#endif /* __CLIP_H__ */
72/* == End of clip.h ======================================================== */
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:177
const bs_test_set_t wlmaker_clip_test_set
Definition clip.c:939
void wlmaker_clip_destroy(wlmaker_clip_t *clip_ptr)
Definition clip.c:317
Definition clip.c:48
wlmaker_server_t * server_ptr
Definition clip.c:55
Definition server.h:76
Definition config.h:60