blob: 2c28401ec00d0a18752c9fb029ed010b0b3a665b [file] [log] [blame]
#ifndef MESON_SAMPLE_H
#define MESON_SAMPLE_H
#include <glib-object.h>
G_BEGIN_DECLS
#define MESON_TYPE_SAMPLE (meson_sample_get_type())
G_DECLARE_FINAL_TYPE (MesonSample, meson_sample, MESON, SAMPLE, GObject)
MesonSample *meson_sample_new (void);
void meson_sample_print_message (MesonSample *self);
G_END_DECLS
#endif /* MESON_SAMPLE_H */