Added definitions for SpiRemoteObject, a derivative of AtkObject used to
[platform/core/uifw/at-spi2-atk.git] / cspi / spi_selection.c
index e8c4e0c..d66d5cd 100644 (file)
@@ -6,8 +6,6 @@
  *
  * Increment the reference count for an #AccessibleSelection object.
  *
- * Returns: (no return code implemented yet).
- *
  **/
 void
 AccessibleSelection_ref (AccessibleSelection *obj)
@@ -21,8 +19,6 @@ AccessibleSelection_ref (AccessibleSelection *obj)
  *
  * Decrement the reference count for an #Accessible object.
  *
- * Returns: (no return code implemented yet).
- *
  **/
 void
 AccessibleSelection_unref (AccessibleSelection *obj)
@@ -197,7 +193,7 @@ AccessibleSelection_selectAll (AccessibleSelection *obj)
 
   cspi_check_ev ("selectAll");
 
-  return TRUE; /* TODO: change the bonobo method to return SPIBoolean */
+  return TRUE; /* TODO: change the CORBA method to return SPIBoolean */
 }
 
 /**