~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/include/preference.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
extern double Preference_GetDouble(double defaultValue, const char *fmt);
38
38
extern char *Preference_GetString(const char *defaultValue, const char *fmt);
39
39
extern char *Preference_GetStringPlain(const char *defaultValue, const char *fmt);
 
40
extern char *Preference_GetStringEnum(const void *defaultValue,
 
41
                                      const char **choices,
 
42
                                      const char *name);
40
43
extern int32 Preference_Generation(void);
41
44
extern void Preference_Log(void);
42
45
extern char *Preference_GetPathName(const char *defaultValue, const char *fmt);