#ifndef __UPLANFAHR_H #define __UPLANFAHR_H #include #define U_PLAN_FAHR_TYPE (u_plan_fahr_get_type ()) #define U_PLAN_FAHR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U_PLAN_FAHR_TYPE, UPlanFahr)) typedef struct _UPlanFahr UPlanFahr; typedef struct _UPlanFahrClass UPlanFahrClass; GType u_plan_fahr_get_type (void); UPlanFahr *u_plan_fahr_new (void); #endif /* __UPLANFAHR_H */