构造函数
GioUnixOutputStreamnew 与上面相同
声明 [源码]
GOutputStream*
g_unix_output_stream_new (
gint fd,
gboolean close_fd
)
返回值
类型: GOutputStream
一个新的GOutputStream
。
该函数调用者获取数据的所有权,并负责释放它。 |
GOutputStream*
g_unix_output_stream_new (
gint fd,
gboolean close_fd
)
类型: GOutputStream
一个新的GOutputStream
。
该函数调用者获取数据的所有权,并负责释放它。 |