introduce setting_param_new, setting_param_new_from_data and setting_param_free

This commit is contained in:
Tomasz Moń
2009-05-03 21:38:15 +02:00
parent 7bf55352b8
commit acb1c1e273
4 changed files with 100 additions and 34 deletions

View File

@@ -19,12 +19,6 @@
#include <glib.h>
typedef struct {
int id;
int position;
int value;
} SettingParam;
typedef struct {
gchar *name;
GList *params;