Changeset 6384 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 18, 2008 9:15:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r6382 r6384 1573 1573 <desc>Full path to the shared folder in the host file system.</desc> 1574 1574 </param> 1575 <param name="writable" type="boolean" dir="in"> 1576 <desc>Whether the share is writable or readonly</desc> 1577 </param> 1575 1578 </method> 1576 1579 … … 3046 3049 <desc>Full path to the shared folder in the host file system.</desc> 3047 3050 </param> 3051 <param name="writable" type="boolean" dir="in"> 3052 <desc>Whether the share is writable or readonly</desc> 3053 </param> 3048 3054 </method> 3049 3055 … … 3901 3907 <param name="hostPath" type="wstring" dir="in"> 3902 3908 <desc>Full path to the shared folder in the host file system.</desc> 3909 </param> 3910 <param name="writable" type="boolean" dir="in"> 3911 <desc>Whether the share is writable or readonly</desc> 3903 3912 </param> 3904 3913 </method> … … 9037 9046 </desc> 9038 9047 </attribute> 9048 9049 <attribute name="writable" type="boolean" readonly="yes"> 9050 <desc> 9051 Whether the folder defined by the host path is writable or 9052 not. 9053 </desc> 9054 </attribute> 9039 9055 9040 9056 </interface>
Note:
See TracChangeset
for help on using the changeset viewer.