[at-spi2-core] Adding Mike Gorse's suggestions



commit 5988b76c2d588c1c3332203dea3e18d85639302f
Author: Aline Bessa <alibezz gmail com>
Date:   Wed Jul 27 01:02:53 2011 -0300

    Adding Mike Gorse's suggestions

 atspi/atspi-accessible.c |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)
---
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index 00bb256..ba41048 100644
--- a/atspi/atspi-accessible.c
+++ b/atspi/atspi-accessible.c
@@ -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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]