VirtualBox

Changeset 87566 in vbox for trunk/include


Ignore:
Timestamp:
Feb 3, 2021 1:48:48 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142593
Message:

Shared Clipboard: doxygen fixes for unnecessary @copydoc in definitions and duplicate @param docs. (probably bugref:9437)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/VBox/GuestHost/SharedClipboard-x11.h

    r87452 r87566  
    142142
    143143/** @name Shared Clipboard APIs for X11.
    144  *  @{
     144 * @{
    145145 */
    146146int ShClX11Init(PSHCLX11CTX pCtx, PSHCLCONTEXT pParent, bool fHeadless);
     
    153153
    154154/** @name Shared Clipboard callbacks which have to be implemented the X11 backend and host service.
    155  *  @{
     155 * @{
    156156 */
    157157/**
     
    191191 * @param  cb                   The size of the data in @a pv.
    192192 */
    193 DECLCALLBACK(void) ShClX11RequestFromX11CompleteCallback(PSHCLCONTEXT pCtx, int rc, CLIPREADCBREQ *pReq, void *pv, uint32_t cb);
     193DECLCALLBACK(void) ShClX11RequestFromX11CompleteCallback(PSHCLCONTEXT pCtx, int rcCompletion,
     194                                                         CLIPREADCBREQ *pReq, void *pv, uint32_t cb);
    194195/** @} */
    195196
Note: See TracChangeset for help on using the changeset viewer.

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