libweed
0.0.3
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
weed-plugin.h
Go to the documentation of this file.
1
/* WEED is free software; you can redistribute it and/or
2
modify it under the terms of the GNU Lesser General Public
3
License as published by the Free Software Foundation; either
4
version 3 of the License, or (at your option) any later version.
5
6
Weed is distributed in the hope that it will be useful,
7
but WITHOUT ANY WARRANTY; without even the implied warranty of
8
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9
Lesser General Public License for more details.
10
11
You should have received a copy of the GNU Lesser General Public
12
License along with this source code; if not, write to the Free Software
13
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
14
15
16
Weed is developed by:
17
18
Gabriel "Salsaman" Finch - http://lives.sourceforge.net
19
20
mainly based on LiViDO, which is developed by:
21
22
23
Niels Elburg - http://veejay.sf.net
24
25
Gabriel "Salsaman" Finch - http://lives.sourceforge.net
26
27
Denis "Jaromil" Rojo - http://freej.dyne.org
28
29
Tom Schouten - http://zwizwa.fartit.com
30
31
Andraz Tori - http://cvs.cinelerra.org
32
33
reviewed with suggestions and contributions from:
34
35
Silvano "Kysucix" Galliani - http://freej.dyne.org
36
37
Kentaro Fukuchi - http://megaui.net/fukuchi
38
39
Jun Iio - http://www.malib.net
40
41
Carlo Prelz - http://www2.fluido.as:8080/
42
43
*/
44
45
/* (C) Gabriel "Salsaman" Finch, 2005 - 2010 */
46
47
#ifndef __WEED_PLUGIN_H__
48
#define __WEED_PLUGIN_H__
49
50
#ifndef __WEED_H__
51
#include <
weed/weed.h
>
52
#endif
53
54
#ifdef __cplusplus
55
extern
"C"
56
{
57
#endif
/* __cplusplus */
58
59
weed_leaf_set_f
weed_leaf_set
;
60
weed_leaf_get_f
weed_leaf_get
;
61
weed_plant_new_f
weed_plant_new
;
62
weed_plant_list_leaves_f
weed_plant_list_leaves
;
63
weed_leaf_num_elements_f
weed_leaf_num_elements
;
64
weed_leaf_element_size_f
weed_leaf_element_size
;
65
weed_leaf_seed_type_f
weed_leaf_seed_type
;
66
weed_leaf_get_flags_f
weed_leaf_get_flags
;
67
68
weed_malloc_f
weed_malloc
;
69
weed_free_f
weed_free
;
70
weed_memcpy_f
weed_memcpy
;
71
weed_memset_f
weed_memset
;
72
73
#ifdef __cplusplus
74
}
75
#endif
/* __cplusplus */
76
77
#endif // #ifndef __WEED_PLUGIN_H__
Generated on Mon Apr 29 2013 18:34:06 for libweed by
1.8.1.1