4
#ifndef __ALMANAH_DEFINITION_BUILTINS_H__
5
#define __ALMANAH_DEFINITION_BUILTINS_H__
7
#include <glib-object.h>
10
/* enumerations from "definition.h" */
11
GType almanah_definition_type_get_type (void) G_GNUC_CONST;
12
#define ALMANAH_TYPE_DEFINITION_TYPE (almanah_definition_type_get_type())
15
#endif /* __ALMANAH_DEFINITION_BUILTINS_H__ */