atspi: eo file conformance
authorDaniel Kolesa <d.kolesa@samsung.com>
Fri, 13 Jun 2014 15:23:00 +0000 (16:23 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Fri, 13 Jun 2014 15:23:00 +0000 (16:23 +0100)
legacy/elementary/src/lib/elm_interface_atspi_action.eo
legacy/elementary/src/lib/elm_interface_atspi_text.eo

index 5ccc7ef..8639419 100644 (file)
@@ -20,7 +20,7 @@ mixin Elm_Interface_Atspi_Action ()
             /*@ Gets localized action name for given id */
          }
          values {
-            const char *;
+            const char *name;
          }
          keys {
             int id;
index 1181cac..885c84c 100644 (file)
@@ -25,11 +25,11 @@ interface Elm_Interface_Atspi_Text ()
               given initial offset and granulatity. */
          }
          keys {
-            @in Elm_Atspi_Text_Granularity granularity;
-            @inout int *start_offset @nonull; /*@ Offset indicating start of string
+            Elm_Atspi_Text_Granularity granularity;
+            int *start_offset @nonull; /*@ Offset indicating start of string
                                                 according to given granularity.
                                                 -1 in case of error. */
-            @out int *end_offset; /*@ Offset indicating end of string according
+            int *end_offset; /*@ Offset indicating end of string according
                                    to given granularity. -1 in case of error. */
          }
          values {