From acd18e16b7b7330205176ed794c67a6c16483b00 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Tue, 28 Feb 2012 07:06:04 +0000 Subject: [PATCH] one time I had a dream where people helped others who were forgetful instead of just pointing out that they were forgetful. then I woke up and realized I had fallen asleep while watching Winnie the Pooh git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/Ecore_Evas.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 9a52e6c..e3d23da 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -402,17 +402,29 @@ EAPI void ecore_evas_fullscreen_set(Ecore_Evas *ee, Eina_Bool on); */ EAPI Eina_Bool ecore_evas_fullscreen_get(const Ecore_Evas *ee); +/** @since 1.2 */ EAPI void ecore_evas_window_group_set(Ecore_Evas *ee, const Ecore_Evas *ee_group); +/** @since 1.2 */ EAPI const Ecore_Evas *ecore_evas_window_group_get(const Ecore_Evas *ee); +/** @since 1.2 */ EAPI void ecore_evas_aspect_set(Ecore_Evas *ee, double aspect); +/** @since 1.2 */ EAPI double ecore_evas_aspect_get(const Ecore_Evas *ee); +/** @since 1.2 */ EAPI void ecore_evas_urgent_set(Ecore_Evas *ee, Eina_Bool urgent); +/** @since 1.2 */ EAPI Eina_Bool ecore_evas_urgent_get(const Ecore_Evas *ee); +/** @since 1.2 */ EAPI void ecore_evas_modal_set(Ecore_Evas *ee, Eina_Bool modal); +/** @since 1.2 */ EAPI Eina_Bool ecore_evas_modal_get(const Ecore_Evas *ee); +/** @since 1.2 */ EAPI void ecore_evas_demand_attention_set(Ecore_Evas *ee, Eina_Bool demand); +/** @since 1.2 */ EAPI Eina_Bool ecore_evas_demand_attention_get(const Ecore_Evas *ee); +/** @since 1.2 */ EAPI void ecore_evas_focus_skip_set(Ecore_Evas *ee, Eina_Bool skip); +/** @since 1.2 */ EAPI Eina_Bool ecore_evas_focus_skip_get(const Ecore_Evas *ee); /** @@ -1231,6 +1243,7 @@ EAPI void ecore_evas_callback_pre_free_set(Ecore_Evas *ee, Ecore_Evas_Eve * A call to this function will set a callback on an Ecore_Evas, causing * @p func to be called whenever @p ee changes state. * + * @since 1.2 * @warning If and when this function is called depends on the underlying * windowing system. */ -- 2.7.4