Made GsweAntiscionData a boxed type

This commit is contained in:
2013-09-16 11:34:07 +02:00
parent 7387778367
commit 7d67dabf1f
2 changed files with 18 additions and 0 deletions

View File

@@ -425,5 +425,8 @@ typedef struct {
gdouble difference;
} GsweAntiscionData;
GType gswe_antiscion_data_get_type(void);
#define GSWE_TYPE_ANTISCION_DATA (gswe_antiscion_data_get_type())
#endif /* __SWE_GLIB_GSWE_PLANETS_H__ */