aboutsummaryrefslogtreecommitdiff
path: root/src/uplanfahrtripview.h
blob: 828d99c5b2d8e3683343f2fef141b115a9635363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __UPLANFAHRTRIPVIEW_H
#define __UPLANFAHRTRIPVIEW_H

#include <gtk/gtk.h>
#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 */