seoz pushed a commit to branch master.

commit 335898a2df68ce4f63c7ba045fbc49b7111ac818
Author: Ryuan Choi <[email protected]>
Date:   Fri Apr 19 13:30:16 2013 +0900

    elm_win.h : Removed 'rendered' which can make ambiguity.
---
 src/lib/elm_win.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elm_win.h b/src/lib/elm_win.h
index 2a89ba0..9956a9e 100644
--- a/src/lib/elm_win.h
+++ b/src/lib/elm_win.h
@@ -1537,7 +1537,7 @@ EAPI void                  elm_win_title_set(Evas_Object 
*obj, const char *title
  * Get the title of the window
  *
  * The returned string is an internal one and should not be freed or
- * modified. It will also be rendered invalid if a new title is set or if
+ * modified. It will also be invalid if a new title is set or if
  * the window is destroyed.
  *
  * @param obj The window object
@@ -1561,7 +1561,7 @@ EAPI void                  
elm_win_icon_name_set(Evas_Object *obj, const char *i
  * Get the icon name of the window
  *
  * The returned string is an internal one and should not be freed or
- * modified. It will also be rendered invalid if a new icon name is set or if
+ * modified. It will also be invalid if a new icon name is set or if
  * the window is destroyed.
  *
  * @param obj The window object
@@ -1585,7 +1585,7 @@ EAPI void                  elm_win_role_set(Evas_Object 
*obj, const char *role);
  * Get the role of the window
  *
  * The returned string is an internal one and should not be freed or
- * modified. It will also be rendered invalid if a new role is set or if
+ * modified. It will also be invalid if a new role is set or if
  * the window is destroyed.
  *
  * @param obj The window object

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to