Added methods for Component Layer and MDI Z-Order information (see
[platform/core/uifw/at-spi2-atk.git] / cspi / spi_hyperlink.c
index 34c5480..a49f5ab 100644 (file)
@@ -131,10 +131,10 @@ AccessibleHyperlink_getIndexRange (AccessibleHyperlink *obj,
  *          to its originating #AccessibleHypertext object, #FALSE otherwise.
  *
  **/
-boolean
+SPIBoolean
 AccessibleHyperlink_isValid (AccessibleHyperlink *obj)
 {
-  return (boolean)
+  return (SPIBoolean)
     Accessibility_Hyperlink_isValid (CSPI_OBJREF (obj), cspi_ev ());
 }