From eb344ad3ed45c04d2234f985aaae309ebc4ce891 Mon Sep 17 00:00:00 2001 From: hermet Date: Tue, 5 Apr 2011 07:04:09 +0000 Subject: [PATCH] elementary / menu, gengrid, slider, separator, photocam, index, toggle updated signal callback list in the doxygen git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58347 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_gengrid.c | 8 ++++---- src/lib/elm_index.c | 8 +++++--- src/lib/elm_menu.c | 3 ++- src/lib/elm_photocam.c | 4 ++-- src/lib/elm_separator.c | 3 ++- src/lib/elm_slider.c | 7 ++++--- src/lib/elm_toggle.c | 6 +++--- 7 files changed, 22 insertions(+), 17 deletions(-) diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c index af20e1f..5faca42 100644 --- a/src/lib/elm_gengrid.c +++ b/src/lib/elm_gengrid.c @@ -113,10 +113,10 @@ * parameter is the Gengrid item that was unselected. * "realized" - This is called when the item in the Gengrid is created * as a real evas object. event_info is the Gengrid item that was - * created. The object may be deleted at any time, so it is up to the - * caller to not use the object pointer from - * elm_gengrid_item_object_get() in a way where it may point to freed - * objects. + * created. The object may be deleted at any time, so it is up to + * the caller to not use the object pointer from + * elm_gengrid_item_object_get() in a way where it may point to + * freed objects. * "unrealized" - This is called when the real evas object for this item * is deleted. event_info is the Gengrid item that was created. * "changed" - Called when an item is added, removed, resized or moved diff --git a/src/lib/elm_index.c b/src/lib/elm_index.c index 443f41d..b21443e 100644 --- a/src/lib/elm_index.c +++ b/src/lib/elm_index.c @@ -10,10 +10,12 @@ * Signals that you can add callbacks for are: * * "changed" - when the selected index item changes - * "delay,changed" - when the selected index item changes, but after some small idle period + * "delay,changed" - when the selected index item changes, but after some small i + * dle period * "selected" - when the user releases a finger and selects an item - * "level,up" - when the user moves a finger from the first level to the second level - * "level,down" - when the user moves a finger from the second level to the first level + * "level,up" - when the user moves a finger from the first level to the second + * level + * "level,down" - when the user moves a finger from the second level to the first * level */ typedef struct _Widget_Data Widget_Data; diff --git a/src/lib/elm_menu.c b/src/lib/elm_menu.c index ae319c9..f4d4742 100644 --- a/src/lib/elm_menu.c +++ b/src/lib/elm_menu.c @@ -10,7 +10,8 @@ * * Signals that you can add callbacks for are: * - * "clicked" - the user clicked the empty space in the menu to dismiss. event_info is NULL. + * "clicked" - the user clicked the empty space in the menu to dismiss. + * event_info is NULL. */ typedef struct _Widget_Data Widget_Data; diff --git a/src/lib/elm_photocam.c b/src/lib/elm_photocam.c index dbbdae3..ba66c56 100644 --- a/src/lib/elm_photocam.c +++ b/src/lib/elm_photocam.c @@ -22,8 +22,8 @@ * "loaded" - This is called when the image file load is complete for the first * view (low resolution blurry version). * "load,details" - Photo detailed data load begins. - * "loaded,details" - This is called when the image file load is complete for the - * detailed image data (full resolution needed). + * "loaded,details" - This is called when the image file load is complete for + * the detailed image data (full resolution needed). * "zoom,start" - Zoom animation started. * "zoom,stop" - Zoom animation stopped. * "zoom,change" - Zoom changed when using an auto zoom mode. diff --git a/src/lib/elm_separator.c b/src/lib/elm_separator.c index 0cc6f76..9b8ff73 100644 --- a/src/lib/elm_separator.c +++ b/src/lib/elm_separator.c @@ -4,7 +4,8 @@ /** * @defgroup Separator Separator * - * A separator is a widget that adds a very thin object to separate other objects. + * A separator is a widget that adds a very thin object to separate other + * objects. * A separator can be vertical or horizontal. */ diff --git a/src/lib/elm_slider.c b/src/lib/elm_slider.c index cd83aae..c9f73aa 100644 --- a/src/lib/elm_slider.c +++ b/src/lib/elm_slider.c @@ -32,9 +32,10 @@ * "slider,drag,start" - dragging the slider indicator around has started * "slider,drag,stop" - dragging the slider indicator around has stopped * "delay,changed" - A short time after the value is changed by the user. - * This will be called only when the user stops dragging for a very short - * period or when they release their finger/mouse, so it avoids possibly - * expensive reactions to the value change. + * This will be called only when the user stops dragging for + * a very short period or when they release their + * finger/mouse, so it avoids possibly expensive reactions to + * the value change. */ typedef struct _Widget_Data Widget_Data; diff --git a/src/lib/elm_toggle.c b/src/lib/elm_toggle.c index c32a499..db5177c 100644 --- a/src/lib/elm_toggle.c +++ b/src/lib/elm_toggle.c @@ -9,9 +9,9 @@ * * Signals that you can add callbacks for are: * - * "changed" - Whenever the toggle value has been changed. Is not called - * until the toggle is released by the cursor (assuming it has been triggered - * by the cursor in the first place). + * "changed" - Whenever the toggle value has been changed. Is not called until + * the toggle is released by the cursor (assuming it has been + * triggered by the cursor in the first place). */ typedef struct _Widget_Data Widget_Data; -- 2.7.4