"zin pen" <[EMAIL PROTECTED]> writes:
> The idea is if I gtk and glib are suppose to be portable. That's why I don't 
> want to use the C standard library.
> 

GLib doesn't have a file abstraction layer; for portability you have
to use fopen() and so on from the standard C library, and avoid using
UNIX features such as file permissions.

Havoc

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

Reply via email to