From 6ba97ecbc7f8106a02bbef56bfa1603d1a906fad Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Thu, 19 Jul 2012 04:47:20 +0000 Subject: [PATCH] add missing bureaucracy. thanks vtorri, our restless monitor of forgotten files, changelog, news and @since. SVN revision: 74158 --- legacy/elementary/ChangeLog | 6 +++++- legacy/elementary/NEWS | 1 + legacy/elementary/src/lib/elm_win.h | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index 69f0146ea7..36f181eadb 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -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. \ No newline at end of file + 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. diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index 7f4190a237..ad5c0dc9d7 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -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: diff --git a/legacy/elementary/src/lib/elm_win.h b/legacy/elementary/src/lib/elm_win.h index afe460237f..02109892ba 100644 --- a/legacy/elementary/src/lib/elm_win.h +++ b/legacy/elementary/src/lib/elm_win.h @@ -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);