- Timestamp:
- Aug 28, 2019 11:52:47 AM (5 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedClipboard
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp
r80444 r80473 108 108 * @param pCmdCtx Command context to use. 109 109 * @param pData Data block to put read data into. 110 * @param pcbActual Where to store the actual amount of data available. 110 111 */ 111 112 int VBoxClipboardSvcImplReadData(PVBOXCLIPBOARDCLIENT pClient, PVBOXCLIPBOARDCLIENTCMDCTX pCmdCtx, -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
r80467 r80473 432 432 * 433 433 * @param pClient Context information about the guest VM. 434 * @param pCmdCtx Pointer to the clipboard command context. 434 435 * @param pData Data block to write to clipboard. 435 436 */ -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r80470 r80473 342 342 * Resets a client's state message queue. 343 343 * 344 * @param pClient DataPointer to the client data structure to reset message queue for.344 * @param pClient Pointer to the client data structure to reset message queue for. 345 345 */ 346 346 void vboxSvcClipboardMsgQueueReset(PVBOXCLIPBOARDCLIENT pClient) … … 431 431 * 432 432 * @returns IPRT status code. 433 * @param pClient DataPointer to the client data structure to add new message to.433 * @param pClient Pointer to the client data structure to add new message to. 434 434 * @param pMsg Pointer to message to add. The queue then owns the pointer. 435 435 * @param fAppend Whether to append or prepend the message to the queue. … … 1638 1638 * Resets a Shared Clipboard service's client state. 1639 1639 * 1640 * @param pClient 1640 * @param pClientState Client state to reset. 1641 1641 */ 1642 1642 static void vboxSvcClipboardClientStateReset(PVBOXCLIPBOARDCLIENTSTATE pClientState)
Note:
See TracChangeset
for help on using the changeset viewer.