Function

Fridaicon_from_png

Declaration

GVariant*
frida_icon_from_png (
  guint8* png,
  gint png_length1,
  guint16 width,
  guint16 height
)

Description

No description available.

Parameters

png

Type: An array of guint8

No description available.

The length of the array is specified in the png_length1 argument.
The data is owned by the caller of the function.
png_length1

Type: gint

No description available.

width

Type: guint16

No description available.

height

Type: guint16

No description available.

Return value

Type: GVariant

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.