Function
Fridaicon_from_png
Declaration
GVariant*
frida_icon_from_png (
guint8* png,
gint png_length1,
guint16 width,
guint16 height
)
Parameters
png-
Type: An array of
guint8No description available.
The length of the array is specified in the png_length1argument.The data is owned by the caller of the function. png_length1-
Type:
gintNo description available.
width-
Type:
guint16No description available.
height-
Type:
guint16No 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. |