#ifndef __UPLANFAHRPREFS_H #define __UPLANFAHRPREFS_H #include #include "uplanfahrwin.h" #define U_PLAN_FAHR_PREFS_TYPE (u_plan_fahr_prefs_get_type ()) #define U_PLAN_FAHR_PREFS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U_PLAN_FAHR_PREFS_TYPE, UPlanFahrPrefs)) typedef struct _UPlanFahrPrefs UPlanFahrPrefs; typedef struct _UPlanFahrPrefsClass UPlanFahrPrefsClass; GType u_plan_fahr_prefs_get_type (void); UPlanFahrPrefs *u_plan_fahr_prefs_new (UPlanFahrWindow *win); #endif /* __UPLANFAHRPREFS_H */