Frees a LayoutObject structure.
Layout library (libi18n.a)
#include <sys/lc_layout.h>
int layout_object_free(layout_object)
LayoutObject layout_object;
The layout_object_free subroutine releases all the resources of the LayoutObject structure created by the layout_object_create subroutine. The layout_object parameter specifies this LayoutObject structure.
layout_object | Specifies a LayoutObject structure returned by the layout_object_create subroutine. |
Upon successful completion, the layout_object_free subroutine returns a value of 0. All resources associated with the layout_object parameter are successfully deallocated.
If the layout_object_free subroutine fails, it returns the following error code:
LAYOUT_EFAULT | Errors occurred while processing the request. |
The layout_object_create Subroutine, layout_object_editshape or wcslayout_object_editshape Subroutine, layout_object_getvalue Subroutine, layout_object_setvalue Subroutine, layout_object_shapeboxchars Subroutine, and layout_object_transform or wcslayout_object_transform Subroutine.
Bidirectionality and Character Shaping and National Language Support Overview in AIX 5L Version 5.2 National Language Support Guide and Reference.