Blame perf/marshalers.h

Packit 98cdb6
/* 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 98cdb6
#ifndef ___GTK_MARSHAL_MARSHAL_H__
Packit 98cdb6
#define ___GTK_MARSHAL_MARSHAL_H__
Packit 98cdb6
Packit 98cdb6
#include <glib-object.h>
Packit 98cdb6
Packit 98cdb6
G_BEGIN_DECLS
Packit 98cdb6
Packit 98cdb6
/* OBJECT:VOID (./marshalers.list:1) */
Packit 98cdb6
extern
Packit 98cdb6
void _gtk_marshal_OBJECT__VOID (GClosure     *closure,
Packit 98cdb6
                                GValue       *return_value,
Packit 98cdb6
                                guint         n_param_values,
Packit 98cdb6
                                const GValue *param_values,
Packit 98cdb6
                                gpointer      invocation_hint,
Packit 98cdb6
                                gpointer      marshal_data);
Packit 98cdb6
Packit 98cdb6
/* VOID:ENUM,OBJECT,DOUBLE (./marshalers.list:2) */
Packit 98cdb6
extern
Packit 98cdb6
void _gtk_marshal_VOID__ENUM_OBJECT_DOUBLE (GClosure     *closure,
Packit 98cdb6
                                            GValue       *return_value,
Packit 98cdb6
                                            guint         n_param_values,
Packit 98cdb6
                                            const GValue *param_values,
Packit 98cdb6
                                            gpointer      invocation_hint,
Packit 98cdb6
                                            gpointer      marshal_data);
Packit 98cdb6
Packit 98cdb6
Packit 98cdb6
G_END_DECLS
Packit 98cdb6
Packit 98cdb6
#endif /* ___GTK_MARSHAL_MARSHAL_H__ */