Man page - libr_icon_getuuid(3)

Packages contas this manual

Manual

libr_icon_getuuid(3) Library Functions Manual libr_icon_getuuid(3)

libr_icon_getuuid - Retrieve the UUID of an application.

#include <libr.h>

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

Returns 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 buffer to store the UUID of the application.

Returns

Returns 1 on success, 0 on failure.

libr_open(3), libr_icon_close(3), libr_icon_setuuid(3)

Erich Hoover ehoover@mines.edu

libr