VirtualBox

Changeset 102823 in vbox for trunk/src


Ignore:
Timestamp:
Jan 10, 2024 5:15:58 PM (13 months ago)
Author:
vboxsync
Message:

Shared Clipboard/X11: Docs fixes. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp

    r102822 r102823  
    14821482
    14831483/**
    1484  * Helper for ShClX11RequestDataForX11Callback() that will cache the data returned.
     1484 * Helper for clipConvertToX11Data() that will cache the data returned.
    14851485 *
    14861486 * @returns VBox status code. VERR_NO_DATA if no data available.
     
    19791979 * @param   pCtx                Context data for the clipboard backend.
    19801980 * @param   uFormats            Clipboard formats offered.
     1981 *
     1982 * @note    When calling this function, data for the clipboard already has to be available,
     1983 *          as we grab the clipboard, which in turn then calls the X11 data conversion callback.
    19811984 */
    19821985int ShClX11ReportFormatsToX11Async(PSHCLX11CTX pCtx, SHCLFORMATS uFormats)
     
    25242527 * Worker function for ShClX11ReadDataFromX11Async.
    25252528 *
    2526  * @param  pvUserData           Pointer to a CLIPREADX11CBREQ structure containing
     2529 * @param  pvUserData           Pointer to a PSHCLX11REQUEST structure containing
    25272530 *                              information about the clipboard read request.
    25282531 *                              Must be free'd by the worker.
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