GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ttdt_file_quit(library call) ttdt_file_quit(library call)

ttdt_file_quit — unregister interest in ToolTalk events about a file

#include &<Tt/tttk.h>
Tt_status ttdt_file_quit(
Tt_pattern *patterns,
int quit);

The ttdt_file_quit function is used to unregister interest in the pathname that was passed to ttdt_file_join(3) when patterns was created. The ttdt_file_quit function destroys patterns and sets the default file to NULL.

If quit is True, ttdt_file_quit calls tt_file_quit(3) with a pathname argument; otherwise, it returns without quitting.

Upon successful completion, the ttdt_file_quit function returns the status of the operation as one of the following Tt_status values:

The operation completed successfully.
The ToolTalk service could not access the ToolTalk database needed for this operation.
The ToolTalk service could not access the specified ToolTalk database in the expected place.
The ttsession(1) process is not running and the ToolTalk service cannot restart it.
The patterns argument was NULL or otherwise invalid.
The specified process identifier is out of date or invalid.

Tt/tttk.h - Tttttk(5), ttdt_file_join(3), tt_default_file(3), tt_file_quit(3).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.