API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
自:2.22
struct GOutputVector { gconstpointer buffer; gsize size; }
用于散列/聚集数据输出的结构体。您通常会传入一个 GOutputVectors 的数组,操作将使用所有缓冲区,就好像它们是一个缓冲区。
GOutputVectors
buffer
指向要读取的数据缓冲区的指针。
size
buffer 的大小。
内容