Function
Geglmemeq_zero
since: 0.4
Declaration [src]
gboolean
gegl_memeq_zero (
gconstpointer ptr,
gsize size
)
Description [src]
Checks if all the bytes of the memory block ptr
, of size size
,
are equal to zero.
Available since: 0.4
This function is not directly available to language bindings.