Jeff Shipman <[EMAIL PROTECTED]> writes:
> Is there any form of object persistence in Glib?
> I would like to write a GList to a file without
> having to determine a format and then also have
> to parse it afterwards.
>

No, no support for that. (If you think about it you'll realize that
GLib has no type information on the void pointers in a GList, so
persistence is not even possible to implement.)
 
Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to