Erase allow-null option of array type arguments 39/306839/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 28 Feb 2024 06:58:51 +0000 (15:58 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 28 Feb 2024 06:58:56 +0000 (15:58 +0900)
allow-null option is prohibited to array type by wayland.

Change-Id: Id8c5732ba8b133a34c9044117da9151251a1b27d
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
protocol/tizen/tizen-launch.xml
protocol/tizen/tizen-remote-surface.xml

index 52d95ee..ea21a46 100644 (file)
@@ -7,7 +7,7 @@
     <request name="type_set">
       <arg name="effect_type" type="string" allow-null="true"/>
       <arg name="pid" type="uint" />
-      <arg name="options" type="array" allow-null="true" summary="array of options"/>
+      <arg name="options" type="array" summary="array of options"/>
     </request>
 
     <request name="type_unset">
@@ -50,7 +50,7 @@
       <arg name="indicator" type="uint" />
       <arg name="effect_type" type="string" allow-null="true"/>
       <arg name="theme_type" type="string" allow-null="true"/>
-      <arg name="options" type="array" allow-null="true" summary="array of options"/>
+      <arg name="options" type="array" summary="array of options"/>
     </request>
 
     <request name="owner">
@@ -65,8 +65,8 @@
       <arg name="indicator" type="uint" />
       <arg name="effect_type" type="string" allow-null="true"/>
       <arg name="theme_type" type="string" allow-null="true"/>
-      <arg name="options" type="array" allow-null="true" summary="bundle data array to be delivered to interceptor"/>
-      <arg name="extra_config" type="array" allow-null="true" summary="additional config value string"/>
+      <arg name="options" type="array" summary="bundle data array to be delivered to interceptor"/>
+      <arg name="extra_config" type="array" summary="additional config value string"/>
     </request>
   </interface>
 
index 4b5381d..71e4408 100644 (file)
            request.
         </description>
         <arg name="event_filter" type="uint" summary="event filter value. To calculate your event filter value, refer enum input_event_filter of tizen_remote_surface interface"/>
-     </request>>
+     </request>
   </interface>
 
   <interface name="tizen_remote_surface" version="5">
         <arg name="img_file_fd" type="fd" summary="static image file descriptor" />
         <arg name="img_file_size" type="uint" summary="size of static image file" />
         <arg name="time" type="uint" summary="timestamp" />
-        <arg name="options" type="array" allow-null="true" summary="array of options"/>
+        <arg name="options" type="array" summary="array of options"/>
      </event>
 
      <!-- Version 4 additions -->