~xnox/lightdm/archive-upload

« back to all changes in this revision

Viewing changes to src/configuration.h

  • Committer: Robert Ancell
  • Date: 2013-11-27 03:48:36 UTC
  • mfrom: (1845 trunk)
  • mto: This revision was merged to the branch mainline in revision 1846.
  • Revision ID: robert.ancell@canonical.com-20131127034836-c9jba09zw4z3paur
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
gchar *config_get_string (Configuration *config, const gchar *section, const gchar *key);
50
50
 
 
51
void config_set_string_list (Configuration *config, const gchar *section, const gchar *key, const gchar **value, gsize length);
 
52
 
 
53
gchar **config_get_string_list (Configuration *config, const gchar *section, const gchar *key);
 
54
 
51
55
void config_set_integer (Configuration *config, const gchar *section, const gchar *key, gint value);
52
56
 
53
57
gint config_get_integer (Configuration *config, const gchar *section, const gchar *key);