Man page - libr_icon_getuuid(3)

Packages contains this manual

Manual

libr_icon_getuuid

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

NAME

libr_icon_getuuid - Retrieve the UUID of an application.

SYNOPSIS

#include < libr.h >

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

DESCRIPTION

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.

SEE ALSO

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

AUTHOR

Erich Hoover ehoover@mines.edu