Man page - libr_icon_close(3)
Packages contas this manual
Manual
| libr_icon_close(3) | Library Functions Manual | libr_icon_close(3) |
NAME
libr_icon_close - Release an icon resource handle.
SYNOPSIS
#include <libr.h>
int libr_icon_close(libr_icon *icon);
DESCRIPTION
Release the icon resource allocated by a call to libr_icon_geticon_byid(3), libr_icon_geticon_byname(3), libr_icon_geticon_bysize(3), libr_icon_newicon_byfile(3), or libr_icon_newicon_frombuffer(3).
Parameters
icon The icon handle to release.
Returns
Returns 1 on success, 0 on failure.
SEE ALSO
libr_icon_geticon_byid(3), libr_icon_geticon_byname(3), libr_icon_geticon_bysize(3), libr_icon_newicon_byfile(3), libr_icon_newicon_frombuffer(3)
AUTHOR
Erich Hoover ehoover@mines.edu
| libr |