2010-09-17 19:57:20 +02:00
|
|
|
|
2011-01-24 17:18:28 +01:00
|
|
|
#ifndef __ld_marshal_MARSHAL_H__
|
|
|
|
#define __ld_marshal_MARSHAL_H__
|
2010-09-17 19:57:20 +02:00
|
|
|
|
|
|
|
#include <glib-object.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
/* VOID:OBJECT,OBJECT (ld-marshal.list:1) */
|
2011-01-24 17:18:28 +01:00
|
|
|
extern void ld_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
|
|
|
|
GValue *return_value,
|
|
|
|
guint n_param_values,
|
|
|
|
const GValue *param_values,
|
|
|
|
gpointer invocation_hint,
|
|
|
|
gpointer marshal_data);
|
2010-09-17 19:57:20 +02:00
|
|
|
|
2011-01-24 06:00:47 +01:00
|
|
|
/* VOID:OBJECT,STRING (ld-marshal.list:2) */
|
2011-01-24 17:18:28 +01:00
|
|
|
extern void ld_marshal_VOID__OBJECT_STRING (GClosure *closure,
|
|
|
|
GValue *return_value,
|
|
|
|
guint n_param_values,
|
|
|
|
const GValue *param_values,
|
|
|
|
gpointer invocation_hint,
|
|
|
|
gpointer marshal_data);
|
2011-01-24 06:00:47 +01:00
|
|
|
|
2010-09-17 19:57:20 +02:00
|
|
|
G_END_DECLS
|
|
|
|
|
2011-01-24 17:18:28 +01:00
|
|
|
#endif /* __ld_marshal_MARSHAL_H__ */
|
2010-09-17 19:57:20 +02:00
|
|
|
|