Revert the previous adesklets => adesklets.bin changes. Instead, the wrapper
[adesklets.git] / src / vector_free.h
blob450a360bb645b7ba16c2a917c3671ef9ca52ac69
1 /*--- vector_free.h -------------------------------------------------------------
2 Copyright (C) 2004, 2005 Sylvain Fourmanoit <syfou@users.sourceforge.net>
4 Permission is hereby granted, free of charge, to any person obtaining a copy
5 of this software and associated documentation files (the "Software"), to
6 deal in the Software without restriction, including without limitation the
7 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8 sell copies of the Software, and to permit persons to whom the Software is
9 furnished to do so, subject to the following conditions:
11 The above copyright notice and this permission notice shall be included in
12 all copies of the Software and its documentation and acknowledgment shall be
13 given in the documentation and software packages that this Software was
14 used.
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
20 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 ------------------------------------------------------------------------------*/
23 /* Set of all vector_free_items routines.
26 /*----------------------------------------------------------------------------*/
27 #ifndef HAVE_VECTOR_FREE_H
28 #define HAVE_VECTOR_FREE_H
30 #ifndef HAVE_CONFIG_H
31 #error Autogenerated config.h should be used.
32 #endif
34 /*----------------------------------------------------------------------------*/
35 #include "config.h" /* Autoconf */
36 #include "xwindow.h" /* Graphic includes */
37 #include "vector.h" /* Vector API */
39 /*----------------------------------------------------------------------------*/
40 void * image_vector_free_item(void*);
41 void * font_vector_free_item(void*);
42 void * color_range_vector_free_item(void*);
43 void * color_modifier_vector_free_item(void*);
44 void * filter_vector_free_item(void*);
45 void * polygon_vector_free_item(void*);
47 /*----------------------------------------------------------------------------*/
48 /* External vector_free_item function: defined in variable.c */
49 extern void * variable_vector_free_item(void*);
51 /*----------------------------------------------------------------------------*/
52 #endif