From 12fb99a6b09c55afe7b1d5f7633a547d29f3e7a9 Mon Sep 17 00:00:00 2001 From: hermet Date: Mon, 20 Feb 2012 12:56:26 +0000 Subject: [PATCH] elementary/frame - api review updated. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68161 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_frame.h b/src/lib/elm_frame.h index 0b3ede9..3fcbe60 100644 --- a/src/lib/elm_frame.h +++ b/src/lib/elm_frame.h @@ -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); /** -- 2.7.4