elementary/frame - api review updated.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Feb 2012 12:56:26 +0000 (12:56 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Feb 2012 12:56:26 +0000 (12:56 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68161 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_frame.h

index 0b3ede9..3fcbe60 100644 (file)
@@ -91,7 +91,7 @@ EAPI void elm_frame_collapse_set(Evas_Object *obj, Eina_Bool collapse);
  * Use this to toggle the collapsed state of a frame, triggering animations.
  */
 //XXX: ... really need to provide this API?
-//XXX: How about elm_frame_collapse_transition_go()?
+//XXX: How about elm_frame_fold_transition_go()?
 EAPI void elm_frame_collapse_go(Evas_Object *obj, Eina_Bool collapse);
 
 /**