summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-08-28 16:52:46 -0400
committerJackLivio <jack@livio.io>2019-08-28 16:52:46 -0400
commitbb7fadffa1d5cc46217850633aa873381dbec9c9 (patch)
tree2dceda4124c3c77b18dfe3f799bea88f1e01f9d6
parent75768a68f8bf22ddfc6a06fac2d799a74da0ce83 (diff)
downloadsdl_core-fix/remove_display_type_for_6_0.tar.gz
Update mobile api to remove displayTypefix/remove_display_type_for_6_0
-rw-r--r--src/components/interfaces/MOBILE_API.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index a16a4afa53..5f7c137eb9 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -728,7 +728,7 @@
</element>
</enum>
- <enum name="DisplayType" deprecated="true" since="5.0">
+ <enum name="DisplayType" removed="true" since="6.0">
<description>See DAES for further infos regarding the displays</description>
<element name="CID"/>
<element name="TYPE2" />
@@ -742,6 +742,7 @@
<element name="GEN3_8-INCH" internal_name="GEN3_8_INCH" since="3.0" />
<element name="SDL_GENERIC" since="4.0" />
<history>
+ <enum name="DisplayType" deprecated="true" since="5.0" until="6.0">
<enum name="DisplayType" since="1.0" until="5.0"/>
</history>
</enum>
@@ -2242,9 +2243,10 @@
<struct name="DisplayCapabilities" since="1.0" until="6.0"/>
</history>
<description>Contains information about the display capabilities.</description>
- <param name="displayType" type="DisplayType" mandatory="true" deprecated="true" since="5.0">
+ <param name="displayType" type="DisplayType" removed="true" since="6.0">
<description>The type of the display. See DisplayType</description>
<history>
+ <param name="displayType" type="DisplayType" mandatory="true" deprecated="true" since="5.0" until="6.0">
<param name="displayType" type="DisplayType" mandatory="true" since="1.0" until="5.0"/>
</history>
</param>