Method

PurpleRequestFieldImageset_image

unstable since: 3.0

Declaration [src]

void
purple_request_field_image_set_image (
  PurpleRequestFieldImage* field,
  PurpleImage* image
)

Description [src]

Sets the image for the field.

Available since: 3.0

Parameters

image

Type: PurpleImage

The new image.

The argument can be NULL.
The data is owned by the caller of the method.