Changeset 100284 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jun 26, 2023 7:49:50 AM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 157999
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard-x11.cpp
r100235 r100284 90 90 * This starts the HTTP server if not done yet and registers the transfer with it. 91 91 * 92 * @thread Clipb poard main thread.92 * @thread Clipboard main thread. 93 93 */ 94 94 static DECLCALLBACK(void) vbclX11OnHttpTransferRegisteredCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx, PSHCLTRANSFERCTX pTransferCtx) … … 133 133 * @param pTransfer Transfer to unregister. 134 134 * 135 * @thread Clipb poard main thread.135 * @thread Clipboard main thread. 136 136 */ 137 137 static void vbclX11HttpTransferUnregister(PSHCLCONTEXT pCtx, PSHCLTRANSFER pTransfer) … … 151 151 * Unregisters a (now) unregistered transfer from the HTTP server. 152 152 * 153 * @thread Clipb poard main thread.153 * @thread Clipboard main thread. 154 154 */ 155 155 static DECLCALLBACK(void) vbclX11OnHttpTransferUnregisteredCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx, PSHCLTRANSFERCTX pTransferCtx) … … 164 164 * Unregisters a complete transfer from the HTTP server. 165 165 * 166 * @thread Clipb poard main thread.166 * @thread Clipboard main thread. 167 167 */ 168 168 static DECLCALLBACK(void) vbclX11OnHttpTransferCompletedCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx, int rc) … … 176 176 * Unregisters a failed transfer from the HTTP server. 177 177 * 178 * @thread Clipb poard main thread.178 * @thread Clipboard main thread. 179 179 */ 180 180 static DECLCALLBACK(void) vbclX11OnHttpTransferErrorCallback(PSHCLTRANSFERCALLBACKCTX pCtx, int rc)
Note:
See TracChangeset
for help on using the changeset viewer.