~alanbell/dasher/ircfix-lp579181

« back to all changes in this revision

Viewing changes to Src/Gtk2/module_settings_window.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-02-13 08:08:15 UTC
  • mfrom: (1.2.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070213080815-bpx0yjnzkwfamvi8
Tags: 4.3.4-0ubuntu1
* New upstream release:
  - Updated rendering routines
  - General tidying of gobject implemenatations
  - Translation updates
* debian/rules: 
  - build with --enable-joystick.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  GtkDialogClass parent_class;
28
28
};
29
29
 
 
30
GType module_settings_window_get_type();
30
31
GtkWidget *module_settings_window_new(DasherAppSettings *pAppSettings, const gchar *szName, SModuleSettings *pSettings, int iCount);
31
 
GType module_settings_window_get_type();
32
32
G_END_DECLS
33
33
 
34
34
#endif