Function
GimpRunPatternCallback
Declaration
void
(* GimpRunPatternCallback) (
const gchar* pattern_name,
gint width,
gint height,
gint bpp,
const guchar* mask_data,
gboolean dialog_closing,
gpointer user_data
)
Parameters
pattern_name
-
Type:
const gchar*
Name of the pattern.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. width
-
Type:
gint
Width.
height
-
Type:
gint
Height.
bpp
-
Type:
gint
Bytes per pixel.
mask_data
-
Type: An array of
guchar
Mask data.
The data is owned by the caller of the function. dialog_closing
-
Type:
gboolean
Dialog closing?
user_data
-
Type:
gpointer
User data.
The argument can be NULL
.The data is owned by the caller of the function.