Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 78484)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 78485)
@@ -25741,5 +25741,5 @@
   <interface
     name="ICloudClient" extends="$unknown"
-    uuid="7acc426a-5f8f-11e9-9032-1b0da54759a8"
+    uuid="e5205e46-6a8c-11e9-bcca-1fb241d260c7"
     wsmap="managed" reservedMethods="11" reservedAttributes="8"
     >
@@ -25776,4 +25776,28 @@
         is ready to be used.
       </desc>
+      <param name="form" type="IVirtualSystemDescriptionForm" dir="out">
+        <desc>
+          An IForm instance for editing the virtual system description.
+        </desc>
+      </param>
+      <param name="progress" type="IProgress" dir="return">
+        <desc>
+          Progress object to track the operation completion.
+        </desc>
+      </param>
+    </method>
+
+    <method name="getExportLaunchDescriptionFormFor">
+      <desc>
+        Returns a form for editing the virtual system description.
+        Since the data for the form are fetched from the cloud a
+        progress object is also returned to indicate if/when the form
+        is ready to be used.
+      </desc>
+      <param name="description" type="IVirtualSystemDescription" dir="in">
+        <desc>
+          Virtual system description to be edited.
+        </desc>
+      </param>
       <param name="form" type="IVirtualSystemDescriptionForm" dir="out">
         <desc>
