#ifndef __UPLANFAHRTRIPVIEW_H #define __UPLANFAHRTRIPVIEW_H #include #include "uplanfahrwin.h" #define U_PLAN_FAHR_TRIP_VIEW_TYPE (u_plan_fahr_trip_view_get_type ()) #define U_PLAN_FAHR_TRIP_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U_PLAN_FAHR_TRIP_VIEW_TYPE, UPlanFahrTripView)) typedef struct _UPlanFahrTripView UPlanFahrTripView; typedef struct _UPlanFahrTripViewClass UPlanFahrTripViewClass; GType u_plan_fahr_trip_view_get_type (void); GtkWidget *u_plan_fahr_trip_view_new (void); void u_plan_fahr_trip_view_store_trips (UPlanFahrTripView *self, GSList *trips); #endif /* __UPLANFAHRTRIPVIEW_H */