Glib 的目的 - g_io_channel_unix_new

发布于 2025-01-03 11:46:52 字数 149 浏览 1 评论 0原文

有人能告诉我这个功能是做什么的吗?

g_io_channel_unix_new

Gnome 站点具有它接受文件描述符作为参数并创建一个通道。我的问题是,既然我已经创建了文件/管道(与 fd 关联),它到底做了什么?

Could some one tell me what does this function do?

g_io_channel_unix_new

Gnome site has that It takes in a file descriptor as an argument and creates a channel. My question is what exactly does it do since i already have created the file/pipe (associated with fd)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独享拥抱 2025-01-10 11:46:52

如果您有文件描述符但想使用 GLib 通道系统,则可以使用此函数从文件描述符获取通道。

If you have a file descriptor but want to use the GLib channel system instead, this is the function you use to get a channel from the file descriptor.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文