VirtualBox

Changeset 80473 in vbox for trunk/src


Ignore:
Timestamp:
Aug 28, 2019 11:52:47 AM (5 years ago)
Author:
vboxsync
Message:

HostServices/SharedClipboard: Doxygen fixes

Location:
trunk/src/VBox/HostServices/SharedClipboard
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp

    r80444 r80473  
    108108 * @param pCmdCtx       Command context to use.
    109109 * @param pData         Data block to put read data into.
     110 * @param pcbActual     Where to store the actual amount of data available.
    110111 */
    111112int VBoxClipboardSvcImplReadData(PVBOXCLIPBOARDCLIENT pClient, PVBOXCLIPBOARDCLIENTCMDCTX pCmdCtx,
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp

    r80467 r80473  
    432432 *
    433433 * @param pClient               Context information about the guest VM.
     434 * @param pCmdCtx               Pointer to the clipboard command context.
    434435 * @param pData                 Data block to write to clipboard.
    435436 */
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

    r80470 r80473  
    342342 * Resets a client's state message queue.
    343343 *
    344  * @param   pClientData         Pointer to the client data structure to reset message queue for.
     344 * @param   pClient             Pointer to the client data structure to reset message queue for.
    345345 */
    346346void vboxSvcClipboardMsgQueueReset(PVBOXCLIPBOARDCLIENT pClient)
     
    431431 *
    432432 * @returns IPRT status code.
    433  * @param   pClientData         Pointer to the client data structure to add new message to.
     433 * @param   pClient             Pointer to the client data structure to add new message to.
    434434 * @param   pMsg                Pointer to message to add. The queue then owns the pointer.
    435435 * @param   fAppend             Whether to append or prepend the message to the queue.
     
    16381638 * Resets a Shared Clipboard service's client state.
    16391639 *
    1640  * @param   pClient         Client state to reset.
     1640 * @param   pClientState    Client state to reset.
    16411641 */
    16421642static void vboxSvcClipboardClientStateReset(PVBOXCLIPBOARDCLIENTSTATE pClientState)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette