summaryrefslogtreecommitdiff
path: root/atspi/atspi-registry.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-10-27 12:37:53 -0400
committerMike Gorse <mgorse@novell.com>2010-10-27 12:37:53 -0400
commit5544649ae7afb697e59ca8e9c2b8694f2a8dea39 (patch)
tree1b78b6e739ba180aa8de36a7b7f3af571a6adb2f /atspi/atspi-registry.c
parent5ecfcf986fa6c0016d941c8bbcab4c14d21a0958 (diff)
downloadat-spi2-core-5544649ae7afb697e59ca8e9c2b8694f2a8dea39.tar.gz
Various bug fixes
Diffstat (limited to 'atspi/atspi-registry.c')
-rw-r--r--atspi/atspi-registry.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/atspi/atspi-registry.c b/atspi/atspi-registry.c
index 2e4763bc..3bf5b600 100644
--- a/atspi/atspi-registry.c
+++ b/atspi/atspi-registry.c
@@ -49,8 +49,8 @@ atspi_get_desktop_count ()
* Get the virtual desktop indicated by index @i.
* NOTE: currently multiple virtual desktops are not implemented.
*
- * Returns: a pointer to the 'i-th' virtual desktop's #AtspiAccessible
- * representation.
+ * Returns: (transfer full): a pointer to the 'i-th' virtual desktop's
+ * #AtspiAccessible representation.
**/
AtspiAccessible*
atspi_get_desktop (gint i)
@@ -61,7 +61,6 @@ atspi_get_desktop (gint i)
/**
* atspi_get_desktop_list:
- * @desktop_list: a pointer to an array of #Accessible references.
*
* Get the list of virtual desktops. On return, @list will point
* to a newly-created, NULL terminated array of virtual desktop
@@ -72,10 +71,8 @@ atspi_get_desktop (gint i)
* Not Yet Implemented : this implementation always returns a single
* #Accessible desktop.
*
- * Returns: an integer indicating how many virtual desktops have been
- * placed in the list pointed to by parameter @list.
+ * Returns: (transfer full): a #GArray of desktops.
**/
-/* TODO: Make this a garray */
GArray *
atspi_get_desktop_list ()
{