- Timestamp:
- Jan 10, 2024 5:15:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp
r102822 r102823 1482 1482 1483 1483 /** 1484 * Helper for ShClX11RequestDataForX11Callback() that will cache the data returned.1484 * Helper for clipConvertToX11Data() that will cache the data returned. 1485 1485 * 1486 1486 * @returns VBox status code. VERR_NO_DATA if no data available. … … 1979 1979 * @param pCtx Context data for the clipboard backend. 1980 1980 * @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. 1981 1984 */ 1982 1985 int ShClX11ReportFormatsToX11Async(PSHCLX11CTX pCtx, SHCLFORMATS uFormats) … … 2524 2527 * Worker function for ShClX11ReadDataFromX11Async. 2525 2528 * 2526 * @param pvUserData Pointer to a CLIPREADX11CBREQstructure containing2529 * @param pvUserData Pointer to a PSHCLX11REQUEST structure containing 2527 2530 * information about the clipboard read request. 2528 2531 * Must be free'd by the worker.
Note:
See TracChangeset
for help on using the changeset viewer.