From: Lucas De Marchi Date: Mon, 17 Dec 2012 18:25:13 +0000 (+0000) Subject: edbus: rename DISCONNECTED event X-Git-Tag: submit/devel/efl/20131022.203902~2809 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4cedac312be02ae0caafc83e651827190066449;p=platform%2Fupstream%2Fefl.git edbus: rename DISCONNECTED event SVN revision: 81177 --- diff --git a/legacy/edbus/src/lib/edbus_connection.h b/legacy/edbus/src/lib/edbus_connection.h index 7f8a9af..f2183aa 100644 --- a/legacy/edbus/src/lib/edbus_connection.h +++ b/legacy/edbus/src/lib/edbus_connection.h @@ -103,7 +103,7 @@ EAPI void *edbus_connection_data_del(EDBus_Connection *conn, const c typedef enum { EDBUS_CONNECTION_EVENT_DEL, - EDBUS_CONNECTION_DISCONNECTED, + EDBUS_CONNECTION_EVENT_DISCONNECTED, EDBUS_CONNECTION_EVENT_LAST /**< sentinel, not a real event type */ } EDBus_Connection_Event_Type; diff --git a/legacy/edbus/src/lib/edbus_core.c b/legacy/edbus/src/lib/edbus_core.c index e9cbbb5..1f62aac 100644 --- a/legacy/edbus/src/lib/edbus_core.c +++ b/legacy/edbus/src/lib/edbus_core.c @@ -906,8 +906,8 @@ static void _disconnected(void *data, const EDBus_Message *msg) { EDBus_Connection *conn = data; - _edbus_connection_event_callback_call(conn, EDBUS_CONNECTION_DISCONNECTED, - NULL); + _edbus_connection_event_callback_call( + conn, EDBUS_CONNECTION_EVENT_DISCONNECTED, NULL); } static EDBus_Connection *