wlmaker
Loading...
Searching...
No Matches
src
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
34
typedef
struct
_wlmaker_clip_t
wlmaker_clip_t
;
35
36
#include "
config.h
"
37
#include "
server.h
"
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
// __cplusplus
42
52
wlmaker_clip_t
*
wlmaker_clip_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_clip_destroy
(
wlmaker_clip_t
*clip_ptr);
63
65
extern
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_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:177
wlmaker_clip_test_set
const bs_test_set_t wlmaker_clip_test_set
Definition
clip.c:939
wlmaker_clip_destroy
void wlmaker_clip_destroy(wlmaker_clip_t *clip_ptr)
Definition
clip.c:317
config.h
server.h
_wlmaker_clip_t
Definition
clip.c:48
_wlmaker_clip_t::server_ptr
wlmaker_server_t * server_ptr
Definition
clip.c:55
_wlmaker_server_t
Definition
server.h:76
wlmaker_config_style_t
Definition
config.h:60
Generated by
1.9.8