API 版本:2.0
库版本:2.42.12
gi-docgen 2024.2 生成
void (* GdkPixbufDestroyNotify) ( guchar* pixels, gpointer data )
此类型的函数负责释放像素数组的 pixbuf。
gdk_pixbuf_new_from_data() 函数允许您传入预先分配的像素数组,以便从中创建 pixbuf;在这种情况下,您将需要传入类型为 GdkPixbufDestroyNotify 的函数,以便在 pixbuf 被终结时可以释放像素数据。
gdk_pixbuf_new_from_data()
GdkPixbufDestroyNotify
pixels
类型:guint8 的数组
guint8
正在终结的 pixbuf 的像素数组。
data
类型:gpointer
gpointer
用户闭包 数据。
NULL