Common Desktop Environment: ToolTalk Messaging Overview

ttdt_Get_Modified

int          ttdt_Get_Modified( Tt_message      context,
  									const char *    pathname,
 									Tt_scope        the_scope,
 									XtAppContext 	  app2run,
 									int             ms_timeout );	

The ttdt_Get_Modified() function asks if any ToolTalk client has changes pending on a file. This function sends a Get_Modified request and waits for a reply.

If the Get_Modified request receives an affirmative reply within the specified time out, the ttdt_Get_Modified() function returns non-zero; otherwise, it returns zero. This call does not return any errors.