Re: Is there g_write function?
- From: Tor Lillqvist <tml iki fi>
- To: rosetta <rosettas gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Is there g_write function?
- Date: Thu, 13 Oct 2005 00:46:46 +0300
rosetta writes:
I have found the g_open function. But I think it just open the file
and is there some fucntions for write/read operation?
No, because there isn't any reason not to use the normal write()
system call (Unix) / function (Win32). g_open() and the other
functions in gstdio.h were introduced primarily in order to wrap file
name encoding issues on Win32, not because underlying functions like
open() would be missing on Win32.
--tml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]