eldbus: Use FDO error message to timeout

This commit is contained in:
José Roberto de Souza 2013-09-10 18:09:43 -03:00
parent 027548011c
commit 2266bf8904
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ extern "C" {
#define ELDBUS_FDO_INTERFACE_INTROSPECTABLE "org.freedesktop.DBus.Introspectable"
#define ELDBUS_FDO_INTEFACE_PEER "org.freedesktop.DBus.Peer"
#define ELDBUS_ERROR_PENDING_CANCELED "org.enlightenment.DBus.Canceled"
#define ELDBUS_ERROR_PENDING_TIMEOUT "org.enlightenment.DBus.Timeout"
#define ELDBUS_ERROR_PENDING_TIMEOUT "org.freedesktop.DBus.Error.NoReply"
typedef struct _Eldbus_Version
{