Changeset 73571 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Aug 8, 2018 4:10:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r73535 r73571 2451 2451 </method> 2452 2452 2453 <method name="createCloud UserProfileManager">2454 <desc> 2455 Creates a new cloud user profilemanager object2456 </desc> 2457 <param name="manager" type="ICloud UserProfileManager" dir="return">2453 <method name="createCloudProviderManager"> 2454 <desc> 2455 Creates a new cloud provider manager object 2456 </desc> 2457 <param name="manager" type="ICloudProviderManager" dir="return"> 2458 2458 <desc>New cloud user profile manager</desc> 2459 2459 </param> … … 25107 25107 25108 25108 <!-- 25109 // ICloud UserProfiles25109 // ICloudProvider 25110 25110 ////////////////////////////////////////////////////////////////////////// 25111 25111 --> 25112 25112 25113 25113 <interface 25114 name="ICloud UserProfiles" extends="$unknown"25114 name="ICloudProvider" extends="$unknown" 25115 25115 uuid="cfadfecb-ef89-41a9-abbd-9772d41baddb" 25116 25116 wsmap="managed" reservedMethods="4" reservedAttributes="4" 25117 25117 > 25118 <desc>25119 Cloud user profiles description25120 </desc>25121 25122 25118 <method name="getProvider"> 25123 25119 <desc> … … 25225 25221 25226 25222 <!-- 25227 // ICloud UserProfileManager25223 // ICloudProviderManager 25228 25224 ////////////////////////////////////////////////////////////////////////// 25229 25225 --> 25230 25226 <interface 25231 name="ICloud UserProfileManager" extends="$unknown"25227 name="ICloudProviderManager" extends="$unknown" 25232 25228 uuid="64e276a7-cfd1-48ed-aad3-19368197f3b2" 25233 25229 wsmap="managed" reservedMethods="4" reservedAttributes="4" 25234 25230 > 25235 <desc> 25236 Cloud User Profile Manager description 25237 </desc> 25238 25239 <attribute name="supportedProviders" type="CloudProviderId" readonly="yes" safearray="yes"> 25231 25232 <attribute name="supportedProviders" type="wstring" readonly="yes" safearray="yes"> 25240 25233 <desc>Returns a predefined list of all supported cloud providers.</desc> 25241 25234 </attribute> … … 25243 25236 <method name="getAllProfiles" const="yes"> 25244 25237 <desc> 25245 Returns the list of the ICloud UserProfilesin one call.25246 </desc> 25247 <param name="profileList" type="ICloud UserProfiles" safearray="yes" dir="return">25248 <desc>Returns the list of ICloud UserProfiles.</desc>25238 Returns the list of the ICloudProvider in one call. 25239 </desc> 25240 <param name="profileList" type="ICloudProvider" safearray="yes" dir="return"> 25241 <desc>Returns the list of ICloudProvider.</desc> 25249 25242 </param> 25250 25243 </method> … … 25252 25245 <method name="getProfilesByProvider" const="yes"> 25253 25246 <desc> 25254 Returns the ICloud UserProfilesfor the particular provider.25255 </desc> 25256 <param name="provider Id" type="CloudProviderId" dir="in">25257 </param> 25258 <param name="profile" type="ICloud UserProfiles" dir="return">25259 <desc>Returns the ICloud UserProfiles.</desc>25247 Returns the ICloudProvider for the particular provider. 25248 </desc> 25249 <param name="providerName" type="wstring" dir="in"> 25250 </param> 25251 <param name="profile" type="ICloudProvider" dir="return"> 25252 <desc>Returns the ICloudProvider.</desc> 25260 25253 </param> 25261 25254 </method>
Note:
See TracChangeset
for help on using the changeset viewer.