Common Desktop Environment: ToolTalk Messaging Overview

tt_pattern_print

char *  
tt_message_print(Tt_pattern p);

The tt_pattern_print() function allows you to print out patterns.

To free allocated strings, use either the tt_free or tt_release call.

This function returns either the error TT_ERR_POINTER or, if successful, the pattern p in a buffer allocated by ToolTalk (in the same manner as is done in other ToolTalk API calls such as tt_X_session).