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