grim/gplate

4e8d21e4d53d
rewording so vim syntax highlighting doesn't blow up
#ifndef TEST_OBJECT_H
#define TEST_OBJECT_H
#include <glib.h>
#include <gplate/gplate.h>
G_BEGIN_DECLS
void test_object_is_a(GObject *obj, GType is_a);
G_END_DECLS
#endif /* TEST_OBJECT_H */