root / libsylph / syl-marshal.h @ 3019
History | View | Annotate | Download (1.4 kB)
| 1 | 2129 | hiro | |
|---|---|---|---|
| 2 | 2129 | hiro | #ifndef __syl_marshal_MARSHAL_H__
|
| 3 | 2129 | hiro | #define __syl_marshal_MARSHAL_H__
|
| 4 | 2129 | hiro | |
| 5 | 2129 | hiro | #include <glib-object.h> |
| 6 | 2129 | hiro | |
| 7 | 2129 | hiro | G_BEGIN_DECLS |
| 8 | 2129 | hiro | |
| 9 | 2129 | hiro | /* VOID:VOID (syl-marshal.list:1) */
|
| 10 | 2129 | hiro | #define syl_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
|
| 11 | 2129 | hiro | |
| 12 | 2129 | hiro | /* VOID:POINTER,STRING,UINT (syl-marshal.list:2) */
|
| 13 | 2129 | hiro | extern void syl_marshal_VOID__POINTER_STRING_UINT (GClosure *closure, |
| 14 | 2129 | hiro | GValue *return_value, |
| 15 | 2129 | hiro | guint n_param_values, |
| 16 | 2129 | hiro | const GValue *param_values,
|
| 17 | 2129 | hiro | gpointer invocation_hint, |
| 18 | 2129 | hiro | gpointer marshal_data); |
| 19 | 2129 | hiro | |
| 20 | 2129 | hiro | /* VOID:POINTER (syl-marshal.list:3) */
|
| 21 | 2129 | hiro | #define syl_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER
|
| 22 | 2129 | hiro | |
| 23 | 2141 | hiro | /* VOID:POINTER,STRING,STRING (syl-marshal.list:4) */
|
| 24 | 2141 | hiro | extern void syl_marshal_VOID__POINTER_STRING_STRING (GClosure *closure, |
| 25 | 2141 | hiro | GValue *return_value, |
| 26 | 2141 | hiro | guint n_param_values, |
| 27 | 2141 | hiro | const GValue *param_values,
|
| 28 | 2141 | hiro | gpointer invocation_hint, |
| 29 | 2141 | hiro | gpointer marshal_data); |
| 30 | 2141 | hiro | |
| 31 | 2129 | hiro | G_END_DECLS |
| 32 | 2129 | hiro | |
| 33 | 2129 | hiro | #endif /* __syl_marshal_MARSHAL_H__ */ |