[at-spi2-core] GetNSelections has an out parameter, not an in



commit b4dbd859c98c1aa3239812638da87990fbde908f
Author: Mike Gorse <mgorse novell com>
Date:   Fri Feb 25 09:29:27 2011 -0600

    GetNSelections has an out parameter, not an in

 atspi/atspi-text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c
index 2b9fa48..c5589b3 100644
--- a/atspi/atspi-text.c
+++ b/atspi/atspi-text.c
@@ -651,7 +651,7 @@ atspi_text_get_n_selections (AtspiText *obj, GError **error)
 
   g_return_val_if_fail (obj != NULL, -1);
 
-  _atspi_dbus_call (obj, atspi_interface_text, "GetNSelections", error, "i", &retval);
+  _atspi_dbus_call (obj, atspi_interface_text, "GetNSelections", error, "=>i", &retval);
 
   return retval;
 }



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