Changeset 34787 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Dec 7, 2010 2:51:18 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68597
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r34714 r34787 14432 14432 <interface 14433 14433 name="IExtPackManager" extends="$unknown" 14434 uuid=" 8104df65-74d6-4e33-b374-50aa062b4afd"14434 uuid="70d808a9-176f-4d45-adad-7c509b8309b3" 14435 14435 wsmap="suppress" 14436 14436 > … … 14474 14474 <param name="file" type="IExtPackFile" dir="return"> 14475 14475 <desc>The interface of the extension pack file object.</desc> 14476 </param>14477 </method>14478 14479 <method name="install">14480 <desc>14481 Please use openExtPackFile + IExtPackFile::install instead of this14482 interface. This will be removed later in the beta cycle.14483 </desc>14484 <param name="path" type="wstring" dir="in">14485 <desc>The path of the extension pack tarball.</desc>14486 </param>14487 <param name="name" type="wstring" dir="return">14488 <desc>The name of the installed extension pack.</desc>14489 14476 </param> 14490 14477 </method>
Note:
See TracChangeset
for help on using the changeset viewer.