summaryrefslogtreecommitdiff
path: root/api/map-viewer
diff options
context:
space:
mode:
Diffstat (limited to 'api/map-viewer')
-rw-r--r--api/map-viewer/genivi-mapviewer-mapviewercontrol.xml4
-rw-r--r--api/map-viewer/genivi-mapviewer-session.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/api/map-viewer/genivi-mapviewer-mapviewercontrol.xml b/api/map-viewer/genivi-mapviewer-mapviewercontrol.xml
index 5335bfb..1104ead 100644
--- a/api/map-viewer/genivi-mapviewer-mapviewercontrol.xml
+++ b/api/map-viewer/genivi-mapviewer-mapviewercontrol.xml
@@ -51,6 +51,8 @@
<line>with respect to the display viewport could be (0;0) and (hres/2;0) respectively</line>
</doc>
</arg>
+ <arg name="error" type="i" direction="out">
+ </arg>
<arg name="mapViewInstanceHandle" type="u" direction="out">
<doc>
<line>mapViewInstanceHandle = Map instance handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
@@ -76,6 +78,8 @@
<line>mapViewInstanceHandle = Map instance handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
</doc>
</arg>
+ <arg name="error" type="i" direction="out">
+ </arg>
<error name="org.genivi.mapviewer.MapViewerControl.Error.MapViewInstanceNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a map view instance handle that is not available</line>
diff --git a/api/map-viewer/genivi-mapviewer-session.xml b/api/map-viewer/genivi-mapviewer-session.xml
index 604c509..28aaae2 100644
--- a/api/map-viewer/genivi-mapviewer-session.xml
+++ b/api/map-viewer/genivi-mapviewer-session.xml
@@ -37,6 +37,8 @@
<line>This parameter can be used to identify the client application and determine if a given feature is enabled for it</line>
</doc>
</arg>
+ <arg name="error" type="i" direction="out">
+ </arg>
<arg name="sessionHandle" type="u" direction="out">
<doc>
<line>sessionHandle = Session handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
@@ -57,6 +59,8 @@
<line>sessionHandle = Session handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value</line>
</doc>
</arg>
+ <arg name="error" type="i" direction="out">
+ </arg>
<error name="org.genivi.mapviewer.Session.Error.SessionNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a session handle that is not available</line>