The documentation is from the original floating mode commit message.
ELM_WIN_CHECK(obj);
ELM_WIN_DATA_GET_OR_RETURN(obj, sd);
+ floating = !!floating;
if (floating == sd->floating) return;
sd->floating = floating;
#ifdef HAVE_ELEMENTARY_X
* @param obj The window object
* @param floating If true, the window is floating mode
*
+ * The floating mode can be used on mobile environment. For example, if the
+ * video-player window sets the floating mode, then e (enlightenment window
+ * manager) changes its geometry and handles it like a popup.
+ *
* @ingroup Win
* @see elm_win_floating_mode_get()
* @since 1.8