aboutsummaryrefslogtreecommitdiff
path: root/src/uplanfahr.h
blob: 5ce2c5a6bf95653836ba5950c14eaa899d027c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __UPLANFAHR_H
#define __UPLANFAHR_H

#include <gtk/gtk.h>


#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 */