Function
Geglmemeq_zero
[−]
Description [src]
Checks if all the bytes of the memory block ptr
, of size size
,
are equal to zero.
This function is not directly available to language bindings.
[−]
Parameters
ptr
-
Type:
gconstpointer
Pointer to the memory block.
The argument can be NULL
.The data is owned by the caller of the function. size
-
Type:
gsize
Block size.