ce6482e75165c12a653f1b537170ac83dd231335
[platform/core/uifw/at-spi2-atk.git] / dbind / dbind-any.h
1 #ifndef _DBIND_ANY_H_
2 #define _DBIND_ANY_H_
3
4 #include <dbus/dbus.h>
5
6 size_t dbind_gather_alloc_info (char            *type);
7 void   dbind_any_marshal       (DBusMessageIter *iter,
8                                 char           **type,
9                                 void           **val);
10 void   dbind_any_demarshal     (DBusMessageIter *iter,
11                                 char           **type,
12                                 void           **val);
13 void   dbind_any_free          (char            *type,
14                                 void            *ptr_to_ptr);
15 void   dbind_any_free_ptr      (char            *type,
16                                 void            *ptr);
17
18 #endif /* _DBIND_ANY_H_ */