From d68ed6388c93b464945587b234f9127592d555d0 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Tue, 11 Oct 2005 06:35:54 +0000 Subject: [PATCH] Added gm_app_view_app function --- src/widgets/gm-app-view.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/widgets/gm-app-view.h b/src/widgets/gm-app-view.h index 20cf0a3..b06d6e6 100644 --- a/src/widgets/gm-app-view.h +++ b/src/widgets/gm-app-view.h @@ -4,8 +4,8 @@ #include #include #include -#include "gm-world.h" -#include "gm-app.h" +#include "../gm-world.h" +#include "../gm-app.h" G_BEGIN_DECLS @@ -48,6 +48,7 @@ struct _GmAppViewClass { GType gm_app_view_get_type(void) G_GNUC_CONST; GmAppView *gm_app_view_new(GmApp *application); +const GmApp *gm_app_view_application(GmAppView *view); /* Callbacks */ void on_gm_app_view_world_new(GtkMenuItem * menuitem, GmAppView *view);