From b4dbd859c98c1aa3239812638da87990fbde908f Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Fri, 25 Feb 2011 09:29:27 -0600 Subject: GetNSelections has an out parameter, not an in --- atspi/atspi-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atspi/atspi-text.c') diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c index 2b9fa482..c5589b3e 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; } -- cgit v1.2.1