Adding Mike Gorse's suggestions
authorAline Bessa <alibezz@gmail.com>
Wed, 27 Jul 2011 04:02:53 +0000 (01:02 -0300)
committerMike Gorse <mgorse@novell.com>
Wed, 24 Aug 2011 03:44:29 +0000 (22:44 -0500)
atspi/atspi-accessible.c

index 00bb256..ba41048 100644 (file)
@@ -728,7 +728,7 @@ add_to_attribute_array (gpointer key, gpointer value, gpointer data)
  * For typographic, textual, or textually-semantic attributes, see
  * atspi_text_get_attributes_as_array instead.
  *
- * Returns: (element-type GArray*) (transfer full): The name-value-pair
+ * Returns: (element-type gchar*) (transfer full): The name-value-pair
  *          attributes assigned to this object.
  */
 GArray *
@@ -1429,15 +1429,8 @@ atspi_accessible_get_interfaces (AtspiAccessible *obj)
 
   return ret;
 }
-/**
- * atspi_accessible_new:
- * @app: an #AtspiApplication reference to the new objects's parent application.
- * @path: a UTF-8 string indicating the new object's parent path.
- *
- * Creates a new #AtspiAccessible object.
- * Returns: a new #AtspiAccessible object. 
- **/
-AtspiAccessible *
+
+AtspiAccessible * 
 atspi_accessible_new (AtspiApplication *app, const gchar *path)
 {
   AtspiAccessible *accessible;