Function
Geglmemset_pattern
Declaration [src]
void
gegl_memset_pattern (
gpointer dst_ptr,
gconstpointer src_ptr,
gint pattern_size,
gint count
)
Description [src]
Fill dst_ptr with count copies of the bytes in src_ptr.
| This function is not directly available to language bindings |
Parameters
dst_ptr |
gpointer |
Pointer to copy to. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
src_ptr |
gconstpointer |
Pointer to copy from. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
pattern_size |
gint |
The length of |
|
count |
gint |
Number of copies. |