Changeset 41925 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 27, 2012 2:04:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r41914 r41925 14722 14722 <interface 14723 14723 name="IInternalSessionControl" extends="$unknown" 14724 uuid=" c2b4cd5f-d3ce-4dd6-b915-123272163ef5"14724 uuid="9ddb5449-f463-47cb-a717-d6f22da3b3a2" 14725 14725 internal="yes" 14726 14726 wsmap="suppress" … … 14913 14913 <param name="remove" type="boolean" dir="in"> 14914 14914 <desc>TRUE if the device is removed, FALSE if it was added.</desc> 14915 </param> 14916 </method> 14917 14918 <method name="onClipboardModeChange"> 14919 <desc> 14920 Notification when the shared clipboard mode changes. 14921 </desc> 14922 <param name="clipboardMode" type="ClipboardMode" dir="in"> 14923 <desc>The new shared clipboard mode.</desc> 14915 14924 </param> 14916 14925 </method> … … 16665 16674 <enum 16666 16675 name="VBoxEventType" 16667 uuid=" cce48db6-8561-479d-8d46-1358bab45d4e"16676 uuid="100cf5c8-7dd4-4600-8d75-636d211479c9" 16668 16677 > 16669 16678 … … 16923 16932 </desc> 16924 16933 </const> 16934 <const name="OnClipboardModeChanged" value="72"> 16935 <desc> 16936 See <link to="IClipboardModeChangedEvent">IClipboardModeChangedEvent</link>. 16937 </desc> 16938 </const> 16925 16939 16926 16940 <!-- Last event marker --> 16927 <const name="Last" value="7 2">16941 <const name="Last" value="73"> 16928 16942 <desc> 16929 16943 Must be last event, used for iterations and structures relying on numerical event values. … … 17666 17680 <desc> 17667 17681 Medium attachment that is subject to change. 17682 </desc> 17683 </attribute> 17684 </interface> 17685 17686 <interface 17687 name="IClipboardModeChangedEvent" extends="IEvent" 17688 uuid="cac21692-7997-4595-a731-3a509db604e5" 17689 wsmap="managed" autogen="VBoxEvent" id="OnClipboardModeChanged" 17690 > 17691 <desc> 17692 Notification when the shared clipboard mode changes. 17693 </desc> 17694 <attribute name="clipboardMode" type="ClipboardMode" readonly="yes"> 17695 <desc> 17696 The new clipboard mode. 17668 17697 </desc> 17669 17698 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.