#ifndef __UPLANFAHRWIN_H #define __UPLANFAHRWIN_H #include #include "uplanfahr.h" #define U_PLAN_FAHR_WINDOW_TYPE (u_plan_fahr_window_get_type ()) #define U_PLAN_FAHR_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U_PLAN_FAHR_WINDOW_TYPE, UPlanFahrWindow)) typedef struct _UPlanFahrWindow UPlanFahrWindow; typedef struct _UPlanFahrWindowClass UPlanFahrWindowClass; GType u_plan_fahr_window_get_type (void); UPlanFahrWindow *u_plan_fahr_window_new (UPlanFahr *app); void u_plan_fahr_window_open (UPlanFahrWindow *win, GFile *from, GFile *to); #endif /* __UPLANFAHRWIN_H */