Man page - libr_icon_setuuid(3)

Packages contains this manual

Manual

libr_icon_setuuid

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

NAME

libr_icon_setuuid - Write a UUID into an application binary.

SYNOPSIS

#include < libr.h >

int libr_icon_setuuid(libr_file *handle, char *uuid);

DESCRIPTION

Sets the icon UUID corresponding to the ELF binary in hex notation (XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX), which requires a 37 character buffer (36 data characters and a NULL terminator).

Parameters

handle A handle returned by libr_open (3).
uuid
A UUID to set for the application, can be generated by the terminal program ’uuid’.

Returns

Returns 1 on success, 0 on failure.

SEE ALSO

libr_open (3), libr_icon_close (3), libr_icon_getuuid (3)

AUTHOR

Erich Hoover ehoover@mines.edu