summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAline Bessa <alibezz@gmail.com>2011-07-27 01:02:53 -0300
committerMike Gorse <mgorse@novell.com>2011-08-23 22:44:29 -0500
commit5988b76c2d588c1c3332203dea3e18d85639302f (patch)
treea4b75de94fd78bfa41d31cfe85b0a2f89365efca
parentb112ae9189bc68941999e8fc1908e522265f32b5 (diff)
downloadat-spi2-core-5988b76c2d588c1c3332203dea3e18d85639302f.tar.gz
Adding Mike Gorse's suggestions
-rw-r--r--atspi/atspi-accessible.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index 00bb256c..ba410483 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;