Hi.

I need to save and read an enum from a GKeyFile. I was going save the 
value as a string into the keyfile and use g_enum_get_value_by_name() to 
parse the value, but i cant figure out how to get the GEnumClass parameter.

GEnumValue* g_enum_get_value_by_name(GEnumClass *enum_class, 

                                      const gchar *name);

Or should i be doing something else?

-- 
Arto Karppinen
------------------------------
arto.karppi...@iki.fi
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to