Added gm_app_view_app function

This commit is contained in:
Jesse van den Kieboom 2005-10-11 06:35:54 +00:00
parent 80c5732ccb
commit d68ed6388c
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,8 @@
#include <gtk/gtk.h>
#include <glib.h>
#include <glade/glade.h>
#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);