Changeset 81286 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Oct 15, 2019 4:37:37 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r81190 r81286 5853 5853 <interface 5854 5854 name="IMachine" extends="$unknown" 5855 uuid=" 13a7c7cb-02fd-4962-a578-5660a5035776"5855 uuid="0020076B-00D0-494E-0023-C293000086A7" 5856 5856 wsmap="managed" 5857 5857 wrap-hint-server-addinterfaces="IInternalMachineControl" … … 6404 6404 Synchronization mode between the host OS clipboard 6405 6405 and the guest OS clipboard. 6406 </desc> 6407 </attribute> 6408 6409 <attribute name="clipboardFileTransfersEnabled" type="boolean"> 6410 <desc> 6411 Sets or retrieves whether clipboard file transfers are allowed or not. 6412 6413 When set to @a true, clipboard file transfers between supported 6414 host and guest OSes are allowed. 6406 6415 </desc> 6407 6416 </attribute> … … 21775 21784 <param name="clipboardMode" type="ClipboardMode" dir="in"> 21776 21785 <desc>The new shared clipboard mode.</desc> 21786 </param> 21787 </method> 21788 21789 <method name="onClipboardFileTransferModeChange"> 21790 <desc> 21791 Notification when the shared clipboard file transfers mode changes. 21792 </desc> 21793 <param name="enabled" type="boolean" dir="in"> 21794 <desc>Flag whether clipboard file transfers are allowed or not.</desc> 21777 21795 </param> 21778 21796 </method> … … 24082 24100 </desc> 24083 24101 </const> 24102 <const name="OnClipboardFileTransferModeChanged" value="104"> 24103 <desc> 24104 See <link to="IClipboardFileTransferModeChangedEvent">IClipboardFileTransferModeChangedEvent</link>. 24105 </desc> 24106 </const> 24084 24107 <!-- End event marker --> 24085 24108 <!-- @todo rename to 'End' as it is exclusive (we use 'last' to be inclusive). --> 24086 <const name="Last" value="10 4">24109 <const name="Last" value="105"> 24087 24110 <desc> 24088 24111 Must be last event, used for iterations and structures relying on numerical event values. … … 24903 24926 <desc> 24904 24927 The new clipboard mode. 24928 </desc> 24929 </attribute> 24930 </interface> 24931 24932 <interface 24933 name="IClipboardFileTransferModeChangedEvent" extends="IEvent" 24934 uuid="00391758-00B1-4E9D-0000-11FA00F9D583" 24935 wsmap="managed" autogen="VBoxEvent" id="OnClipboardFileTransferModeChanged" 24936 > 24937 <desc> 24938 Notification when the shared clipboard file transfer mode changes. 24939 </desc> 24940 <attribute name="enabled" type="boolean" readonly="yes"> 24941 <desc> 24942 Whether file transfers are allowed or not. 24905 24943 </desc> 24906 24944 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.