e_mod_processmgr: Apply E_DBus_Conn_Init_Done_Event getter/setter 62/322562/1
authorTaeHyeon Jeong <thyeon.jeong@samsung.com>
Thu, 23 Jan 2025 09:51:15 +0000 (18:51 +0900)
committerTaeHyeon Jeong <thyeon.jeong@samsung.com>
Fri, 11 Apr 2025 02:34:54 +0000 (11:34 +0900)
- Apply E_DBus_Conn_Init_Done_Event getter/setter for structure encapsulation.

Change-Id: Ib38b5f613c33668018972a8ffaa9292ac9342d11

src/e_mod_processmgr.c

index 672f9595aa7d682c86ac741bb7619cfb2a8e726b..c0017ac9458b5504d23a9aeb4d41aee8ad0db80b 100644 (file)
@@ -416,8 +416,8 @@ _cb_dbus_init_done(void *data, int type, void *ev)
    E_DBus_Conn_Init_Done_Event *e = ev;
    Eina_Bool res;
 
-   if (!((e->conn_type == ELDBUS_CONNECTION_TYPE_SYSTEM) &&
-         (e->status == E_DBUS_CONN_INIT_SUCCESS)))
+   if (!((e_dbus_conn_init_done_event_conn_type_get(e) == ELDBUS_CONNECTION_TYPE_SYSTEM) &&
+         (e_dbus_conn_init_done_event_status_get(e) == E_DBUS_CONN_INIT_SUCCESS)))
      {
         return ECORE_CALLBACK_PASS_ON;
      }