elm win.h: Reorganized docs. This is done on the plane to kill my time :)
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Feb 2012 13:49:42 +0000 (13:49 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Feb 2012 13:49:42 +0000 (13:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67676 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_win.h

index 6ff9795..b63aea4 100644 (file)
@@ -423,15 +423,12 @@ EAPI Eina_Bool             elm_win_shaped_get(const Evas_Object *obj);
 EAPI void                  elm_win_alpha_set(Evas_Object *obj, Eina_Bool alpha);
 
 /**
- * Get the transparency state of a window.
+ * Get the alpha channel state of a window.
  *
  * @param obj The window object
- * @return If true, the window is transparent
- *
- * @see elm_win_transparent_set()
+ * @return If true, the window has an alpha channel
  */
-// XXX: deprecate this
-EAPI Eina_Bool             elm_win_transparent_get(const Evas_Object *obj);
+EAPI Eina_Bool             elm_win_alpha_get(const Evas_Object *obj);
 
 /**
  * Set the transparency state of a window.
@@ -447,12 +444,15 @@ EAPI Eina_Bool             elm_win_transparent_get(const Evas_Object *obj);
 EAPI void                  elm_win_transparent_set(Evas_Object *obj, Eina_Bool transparent);
 
 /**
- * Get the alpha channel state of a window.
+ * Get the transparency state of a window.
  *
  * @param obj The window object
- * @return If true, the window has an alpha channel
+ * @return If true, the window is transparent
+ *
+ * @see elm_win_transparent_set()
  */
-EAPI Eina_Bool             elm_win_alpha_get(const Evas_Object *obj);
+// XXX: deprecate this
+EAPI Eina_Bool             elm_win_transparent_get(const Evas_Object *obj);
 
 /**
  * Set the override state of a window.