Changeset 100205 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jun 19, 2023 10:25:09 AM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard-x11.cpp
r100204 r100205 105 105 106 106 /** 107 * @copydoc SHCLTRANSFERCALLBACK TABLE::pfnOnRegistered107 * @copydoc SHCLTRANSFERCALLBACKS::pfnOnRegistered 108 108 * 109 109 * This starts the HTTP server if not done yet and registers the transfer with it. … … 166 166 167 167 /** 168 * @copydoc SHCLTRANSFERCALLBACK TABLE::pfnOnUnregistered168 * @copydoc SHCLTRANSFERCALLBACKS::pfnOnUnregistered 169 169 * 170 170 * Unregisters a (now) unregistered transfer from the HTTP server. … … 179 179 180 180 /** 181 * @copydoc SHCLTRANSFERCALLBACK TABLE::pfnOnCompleted181 * @copydoc SHCLTRANSFERCALLBACKS::pfnOnCompleted 182 182 * 183 183 * Unregisters a complete transfer from the HTTP server. … … 191 191 } 192 192 193 /** @copydoc SHCLTRANSFERCALLBACK TABLE::pfnOnError193 /** @copydoc SHCLTRANSFERCALLBACKS::pfnOnError 194 194 * 195 195 * Unregisters a failed transfer from the HTTP server.
Note:
See TracChangeset
for help on using the changeset viewer.