Changeset 87566 in vbox for trunk/include
- Timestamp:
- Feb 3, 2021 1:48:48 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142593
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/GuestHost/SharedClipboard-x11.h ¶
r87452 r87566 142 142 143 143 /** @name Shared Clipboard APIs for X11. 144 * 144 * @{ 145 145 */ 146 146 int ShClX11Init(PSHCLX11CTX pCtx, PSHCLCONTEXT pParent, bool fHeadless); … … 153 153 154 154 /** @name Shared Clipboard callbacks which have to be implemented the X11 backend and host service. 155 * 155 * @{ 156 156 */ 157 157 /** … … 191 191 * @param cb The size of the data in @a pv. 192 192 */ 193 DECLCALLBACK(void) ShClX11RequestFromX11CompleteCallback(PSHCLCONTEXT pCtx, int rc, CLIPREADCBREQ *pReq, void *pv, uint32_t cb); 193 DECLCALLBACK(void) ShClX11RequestFromX11CompleteCallback(PSHCLCONTEXT pCtx, int rcCompletion, 194 CLIPREADCBREQ *pReq, void *pv, uint32_t cb); 194 195 /** @} */ 195 196
Note:
See TracChangeset
for help on using the changeset viewer.