~ubuntu-branches/ubuntu/oneiric/dasher/oneiric

« back to all changes in this revision

Viewing changes to Src/Gtk2/game_mode_helper.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-23 07:56:20 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100423075620-qpr1ousiruyxs1fb
Tags: 4.11-1
* New upstream release:
  + debian/control.in:
    - Update build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include "GameMessages.h"
6
6
 
7
7
#include <gdk/gdk.h>
8
 
#include <glade/glade.h>
9
8
#include <glib.h>
10
9
#include <gtk/gtk.h>
11
10
 
28
27
  GtkDialogClass parent_class;
29
28
};
30
29
 
31
 
GObject *game_mode_helper_new(GladeXML *pGladeXML, void* pEditor);
 
30
GObject *game_mode_helper_new(GtkBuilder *pXML, void* pEditor);
32
31
GType game_mode_helper_get_type();
33
32
 
34
33
void game_mode_helper_message(GameModeHelper *pSelf, int message, const void *messagedata);