Blame tests/gobject/testmarshal.h

Packit ae235b
/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
Packit ae235b
#ifndef __TEST_MARSHAL_MARSHAL_H__
Packit ae235b
#define __TEST_MARSHAL_MARSHAL_H__
Packit ae235b
Packit ae235b
#include <glib-object.h>
Packit ae235b
Packit ae235b
G_BEGIN_DECLS
Packit ae235b
Packit ae235b
/* BOOLEAN:INT (./testmarshal.list:2) */
Packit ae235b
extern
Packit ae235b
void test_marshal_BOOLEAN__INT (GClosure     *closure,
Packit ae235b
                                GValue       *return_value,
Packit ae235b
                                guint         n_param_values,
Packit ae235b
                                const GValue *param_values,
Packit ae235b
                                gpointer      invocation_hint,
Packit ae235b
                                gpointer      marshal_data);
Packit ae235b
Packit ae235b
/* STRING:INT (./testmarshal.list:3) */
Packit ae235b
extern
Packit ae235b
void test_marshal_STRING__INT (GClosure     *closure,
Packit ae235b
                               GValue       *return_value,
Packit ae235b
                               guint         n_param_values,
Packit ae235b
                               const GValue *param_values,
Packit ae235b
                               gpointer      invocation_hint,
Packit ae235b
                               gpointer      marshal_data);
Packit ae235b
Packit ae235b
/* VARIANT:POINTER (./testmarshal.list:4) */
Packit ae235b
extern
Packit ae235b
void test_marshal_VARIANT__POINTER (GClosure     *closure,
Packit ae235b
                                    GValue       *return_value,
Packit ae235b
                                    guint         n_param_values,
Packit ae235b
                                    const GValue *param_values,
Packit ae235b
                                    gpointer      invocation_hint,
Packit ae235b
                                    gpointer      marshal_data);
Packit ae235b
Packit ae235b
Packit ae235b
G_END_DECLS
Packit ae235b
Packit ae235b
#endif /* __TEST_MARSHAL_MARSHAL_H__ */