add missing bureaucracy.

thanks vtorri, our restless monitor of forgotten files, changelog,
news and @since.



SVN revision: 74158
This commit is contained in:
Gustavo Sverzut Barbieri 2012-07-19 04:47:20 +00:00
parent 3506c20374
commit 6ba97ecbc7
3 changed files with 10 additions and 1 deletions

View File

@ -327,4 +327,8 @@
* Fix the mapbuf to resize the contents(smart obj) correctly. When smart obj was
set as the contents the _configure would be called recursively. In this process
the lastest size could be reverted as the previous one.
the lastest size could be reverted as the previous one.
2012-07-19 Gustavo Sverzut Barbieri (k-s)
* Add Elm_Win_Trap and elm_win_trap_set() to allow e17 integration.

View File

@ -17,6 +17,7 @@ Additions:
* Add "changed" signal to the progressbar widgets
* Use Edje to enable accessibility on TEXTBLOCK.
* Initialize Emotion when necessary.
* Elm_Win_Trap and elm_win_trap_set() to allow e17 integration.
Fixes:

View File

@ -1345,6 +1345,8 @@ EAPI Ecore_Wl_Window *elm_win_wl_window_get(const Evas_Object *obj);
* calls to internal ecore_evas with the same name and parameters. If
* there is a trap and it returns @c EINA_TRUE then the call will be
* allowed, otherwise it will be ignored.
*
* @since 1.7
*/
typedef struct _Elm_Win_Trap Elm_Win_Trap;
struct _Elm_Win_Trap
@ -1398,6 +1400,8 @@ struct _Elm_Win_Trap
* problem, such as invalid version number.
*
* @warning this is an advanced feature that you should avoid using.
*
* @since 1.7
*/
EAPI Eina_Bool elm_win_trap_set(const Elm_Win_Trap *trap);