~alanbell/dasher/ircfix-lp579181

« back to all changes in this revision

Viewing changes to Src/Gtk2/DasherAppSettings.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:
67
67
const gchar *dasher_app_settings_get_human_name(DasherAppSettings *pSelf, int iParameter);
68
68
bool dasher_app_settings_have_advanced(DasherAppSettings *pSelf);
69
69
void dasher_app_settings_launch_advanced(DasherAppSettings *pSelf);
 
70
 
 
71
GArray *dasher_app_settings_get_allowed_values(DasherAppSettings *pSelf, int iParameter);
 
72
gboolean dasher_app_settings_get_module_settings(DasherAppSettings *pSelf, const gchar *szValue, SModuleSettings **pSettings, gint *iCount);
 
73
 
70
74
G_END_DECLS
71
75
 
72
76
#endif