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
DtDbReloadNotify(library call) DtDbReloadNotify(library call)

DtDbReloadNotify — reload the Dt actions and data typing services database

#include &<Dt/Action.h>
void DtDbReloadNotify(
DtDbReloadCallbackProc callback_proc,
XtPointer client_data);

The DtDbReloadNotify function registers an application callback function that is called whenever the actions and data types database needs to be reloaded; the conditions that trigger this callback are implementation-dependent. The callback_proc must flush any actions and data type information that the application has cached and then call DtDbLoad(3) to reload the database. The client_data argument passes additional application information to the callback routine.

The DtDbReloadNotify function returns no value.

If errors are encountered when reading the database files, error messages are written to the user's errorlog file ($HOME/.dt/errorlog). Records containing errors are not incorporated into the internal database.

Dt/Action.h - DtAction(5), DtDbLoad(3), dtactionfile(4), dtdtfile(4).


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.