Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-accessible.c
index 62aa594..7908dea 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include <stdlib.h> /* for malloc */
-#include "spi-common/spi-stateset.h"
+#include "common/spi-stateset.h"
 #include <cspi/spi-private.h>
 
 static const char *role_names [] =
@@ -894,6 +894,7 @@ Accessible_getCollection (Accessible *obj)
          obj, spi_interface_collection);
 #else
   g_warning ("Collections not implemented");
+  return NULL;
 #endif
 }
 
@@ -997,6 +998,7 @@ Accessible_getMatchRule (Accessible *obj)
          obj, spi_interface_match_rule);
 #else
   g_warning ("Match rules not supported");
+  return NULL;
 #endif
 }
 
@@ -1035,6 +1037,7 @@ Accessible_getStreamableContent (Accessible *obj)
          obj, spi_interface_streamable_content);
 #else
   g_warning ("Streamable content not supported");
+  return NULL;
 #endif
 }