From c1c26dcf9544dd2a198115a520bd5808088d52be Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 24 Apr 2014 21:35:16 +0200 Subject: Initial commit --- src/uplanfahrwin.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/uplanfahrwin.h (limited to 'src/uplanfahrwin.h') diff --git a/src/uplanfahrwin.h b/src/uplanfahrwin.h new file mode 100644 index 0000000..9decaf7 --- /dev/null +++ b/src/uplanfahrwin.h @@ -0,0 +1,23 @@ +#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 */ -- cgit v1.2.3