From 37a751f3466b330eb48bedcd387af70546ffa27b Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 11 Aug 2011 00:54:28 +0000 Subject: [PATCH] elm Elementary.h.in: Moved the documents to the right place. SVN revision: 62326 --- src/lib/Elementary.h.in | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index a474013..43c21a7 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -26103,6 +26103,25 @@ extern "C" { EAPI void elm_factory_content_set(Evas_Object *obj, Evas_Object *content); EAPI Evas_Object *elm_factory_content_get(const Evas_Object *obj); + /** + * @defgroup Video Video + * + * This object display an player that let you control an Elm_Video + * object. It take care of updating it's content according to what is + * going on inside the Emotion object. It does activate the remember + * function on the linked Elm_Video object. + * + * Signals that you cann add callback for are : + * + * "forward,clicked" - the user clicked the forward button. + * "info,clicked" - the user clicked the info button. + * "next,clicked" - the user clicked the next button. + * "pause,clicked" - the user clicked the pause button. + * "play,clicked" - the user clicked the play button. + * "prev,clicked" - the user clicked the prev button. + * "rewind,clicked" - the user clicked the rewind button. + * "stop,clicked" - the user clicked the stop button. + */ EAPI Evas_Object *elm_video_add(Evas_Object *parent); EAPI void elm_video_file_set(Evas_Object *video, const char *filename); EAPI void elm_video_uri_set(Evas_Object *video, const char *uri); @@ -26143,26 +26162,6 @@ extern "C" { EAPI void elm_naviframe_item_title_visible_set(Elm_Object_Item *it, Eina_Bool visible) EINA_ARG_NONNULL(1); EAPI Eina_Bool elm_naviframe_item_title_visible_get(const Elm_Object_Item *it) EINA_ARG_NONNULL(1); - /** - * @defgroup Video Video - * - * This object display an player that let you control an Elm_Video - * object. It take care of updating it's content according to what is - * going on inside the Emotion object. It does activate the remember - * function on the linked Elm_Video object. - * - * Signals that you cann add callback for are : - * - * "forward,clicked" - the user clicked the forward button. - * "info,clicked" - the user clicked the info button. - * "next,clicked" - the user clicked the next button. - * "pause,clicked" - the user clicked the pause button. - * "play,clicked" - the user clicked the play button. - * "prev,clicked" - the user clicked the prev button. - * "rewind,clicked" - the user clicked the rewind button. - * "stop,clicked" - the user clicked the stop button. - */ - #ifdef __cplusplus } #endif -- 2.7.4