ELOGF("TZPOL", "HIDE REQUEST", ec);
}
+static void
+_tzpol_iface_cb_set_transient_for_below(struct wl_client *client EINA_UNUSED, struct wl_resource *res_tzpol, uint32_t child_id, uint32_t parent_id)
+{
+ // TODO: need to implement
+}
+
+static void
+_tzpol_iface_cb_set_parent_with_below(struct wl_client *client, struct wl_resource *res_tzpol, struct wl_resource *child, struct wl_resource *parent)
+{
+ // TODO: need to implement
+}
+
// --------------------------------------------------------
// tizen_policy_interface
// --------------------------------------------------------
_tzpol_iface_cb_set_appid,
_tzpol_iface_cb_show,
_tzpol_iface_cb_hide,
+ _tzpol_iface_cb_set_transient_for_below,
+ _tzpol_iface_cb_set_parent_with_below,
};
static void
/* create globals */
global = wl_global_create(e_comp_wl->wl.disp,
&tizen_policy_interface,
- 8,
+ 9,
NULL,
_tzpol_cb_bind);
EINA_SAFETY_ON_NULL_GOTO(global, err);