Changeset 81331 in vbox
- Timestamp:
- Oct 17, 2019 8:23:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-transfers.h
r81325 r81331 808 808 } SHCLPROVIDERCTX, *PSHCLPROVIDERCTX; 809 809 810 /** @todo r=bird: These macros must go as they do no lend themselves to writing 811 * sane documentation. Use the DECLCALLBACK macro instead, as you 812 * probably do not need the function and function pointer typedefs. 813 * 814 * However, we need the documentation as you don't document a flying 815 * flamingo elsewhere regarding these functions. 816 */ 810 817 /** Defines an clipboard transfer provider function declaration with additional parameters. */ 811 818 #define SHCLPROVIDERFUNCDECL(a_Name, ...) \
Note:
See TracChangeset
for help on using the changeset viewer.