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
Dt/Action.h(file formats) Dt/Action.h(file formats)

Dt/Action.h — action service definitions

#include &<Dt/Action.h>

The Dt/Action.h header defines the following DtActionStatus constants:

DtACTION_OK
DtACTION_INVALID_ID
DtACTION_INVOKED
DtACTION_DONE
DtACTION_CANCELED
DtACTION_FAILED
DtACTION_STATUS_UPDATE

The header defines the following data type through typedef:

typedef unsigned long DtActionInvocationID;

The header defines the following callback prototypes:

typedef void (*DtActionCallbackProc)(DtActionInvocationID id,

XtPointer client_data,
DtActionArg *args,
int argCount,
DtActionStatus status);

typedef void (*DtDbReloadCallbackProc)(XtPointer clientData);

The header defines the following as functions:

void DtDbReloadNotify(DtDbReloadCallbackProc proc,

XtPointer clientData);

void DtDbLoad(void);

Boolean DtActionExists(char *s);

char *DtActionLabel(char *s);

char *DtActionDescription(char *actionName);

char *DtActionIcon(char *actionName);

DtActionInvocationID
DtActionInvoke(Widget w,

char *action,
DtActionFile *args,
int argCount,
char *termOpts,
char *execHost,
char *contextDir,
int useIndicator,
DtActionCallbackProc statusUpdateCb,
XtPointer client_data);

DtActionDescription(3), DtActionExists(3), DtActionIcon(3), DtActionInvoke(3), DtActionLabel(3), DtActionCallbackProc(3), DtDbLoad(3), DtDbReloadNotify(3), dtaction(1).


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

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