diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-22 20:15:59 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-22 20:15:59 +0000 |
commit | e46f647bc95dcedf962ba2741670e45c65e8f34c (patch) | |
tree | 8e51de60bd498e57c34eca1b3ad6d1ea15589980 /network/error.h | |
parent | 0f7f9e9d9fc5493258d2b64b6ae8085c07d177d9 (diff) |
Add err_connection_failed.
Diffstat (limited to 'network/error.h')
-rw-r--r-- | network/error.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/error.h b/network/error.h index 29b73908..28ccdb07 100644 --- a/network/error.h +++ b/network/error.h @@ -29,5 +29,8 @@ DBusHandlerResult err_does_not_exist(DBusConnection *conn, DBusMessage *msg, const char *str); DBusHandlerResult err_failed(DBusConnection *conn, DBusMessage *msg, const char *str); +DBusHandlerResult err_connection_failed(DBusConnection *conn, + DBusMessage *msg, const char *str); + DBusHandlerResult err_invalid_args(DBusConnection *conn, DBusMessage *msg, const char *str); |