Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmTransferSendRequest(3)    Library Functions Manual	XmTransferSendRequest(3)

NAME
     XmTransferSendRequest  --	A toolkit function that transfers a MULTIPLE re-
     quest

SYNOPSIS
     #include <Xm/Transfer.h>

     void XmTransferSendRequest(
     XtPointer transfer_id,
     Time time);

DESCRIPTION
     XmTransferSendRequest marks the end of a MULTIPLE request	started  by  Xm-
     TransferStartRequest.

     transfer_id
	       Specifies a unique indentifier for the data transfer operation.

     time      Specifies  the  time of the XEvent that triggered the data trans-
	       fer.  You should typically set  this  field  to	XtLastTimestamp-
	       Processed.

RELATED
     XmTransferSetParameters(3),   XmTransferStartRequest(3),	and  XmTransfer-
     Value(3).

							XmTransferSendRequest(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmTransferSendRequest&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help