summaryrefslogtreecommitdiff
path: root/atspi/atspi-misc-private.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-01-24 16:18:34 -0600
committerMike Gorse <mgorse@novell.com>2011-01-24 16:18:34 -0600
commit0ab99d28b6da6589a5522320e395b94cba50f907 (patch)
tree9ac895827835e7978a5386cba012703ef9b60e10 /atspi/atspi-misc-private.h
parent3aa75b70e67f5f4ddf31a9eeac132fee6389f66d (diff)
downloadat-spi2-core-0ab99d28b6da6589a5522320e395b94cba50f907.tar.gz
More error handling fixes
Set the GError in some more cases where we were previously printing warnings. Also added an error parameter to event register/deregister functions, as it makes calls over the wire.
Diffstat (limited to 'atspi/atspi-misc-private.h')
-rw-r--r--atspi/atspi-misc-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-misc-private.h b/atspi/atspi-misc-private.h
index 52ba2fdf..87373d80 100644
--- a/atspi/atspi-misc-private.h
+++ b/atspi/atspi-misc-private.h
@@ -131,7 +131,7 @@ DBusMessage *_atspi_dbus_call_partial_va (gpointer obj, const char *interface, c
dbus_bool_t _atspi_dbus_get_property (gpointer obj, const char *interface, const char *name, GError **error, const char *type, void *data);
-DBusMessage * _atspi_dbus_send_with_reply_and_block (DBusMessage *message);
+DBusMessage * _atspi_dbus_send_with_reply_and_block (DBusMessage *message, GError **error);
GHashTable *_atspi_dbus_return_hash_from_message (DBusMessage *message);