Hello.

On 05/01/16 17:05, Tom Hacohen wrote:
> Hey,
>
> Here again, the new EFL + Elementary ABI reports.
>
> As usual:
> https://devs.enlightenment.org/~tasn/abi/
>

Onwards to the Elementary report review. Only very few additions here 
compared to efl. Ignoring the EO changes and other things marked as 
unstable I see the following:

elc_combobox_legacy.h
elm_combobox_add ( Evas_Object* parent )

elm_combobox.eo.legacy.h
elm_combobox_expanded_get ( Elm_Combobox const* obj )
elm_combobox_hover_begin ( Elm_Combobox* obj )
elm_combobox_hover_end ( Elm_Combobox* obj )

elm_config.h
elm_config_context_menu_disabled_get ( )
elm_config_context_menu_disabled_set ( Eina_Bool enabled )
elm_config_profile_derived_add ( char const* profile, char const* 
derive_options )
elm_config_profile_derived_del ( char const* profile )
elm_config_profile_exists ( char const* profile )
elm_config_profile_list_full_get ( )
elm_config_profile_save ( char const* profile )

elm_notify.eo.legacy.h
elm_notify_dismiss ( Elm_Notify* obj )

elm_popup.eo.legacy.h
elm_popup_dismiss ( Elm_Popup* obj )

elm_sys_notify.eo.legacy.h
elm_sys_notify_servers_get ( Elm_Sys_Notify const* obj )
elm_sys_notify_servers_set ( Elm_Sys_Notify* obj, enum 
Elm_Sys_Notify_Server servers )
elm_sys_notify_singleton_get ( )

elm_sys_notify_interface.eo.legacy.h
elm_sys_notify_interface_close ( Elm_Sys_Notify_Interface const* obj, 
unsigned int id )
elm_sys_notify_interface_send ( Elm_Sys_Notify_Interface const* obj, 
unsigned int replaces_id, char const* icon, char const* summary, char 
const* body, enum Elm_Sys_Notify_Urgency urgency, int timeout, 
void(*cb)(void*, unsigned int), void const* cb_data )
elm_sys_notify_interface_simple_send ( Elm_Sys_Notify_Interface const* 
obj, char const* icon, char const* summary, char const* body )

elm_win.eo.legacy.h
elm_win_cocoa_window_get ( Elm_Win const* obj )

elm_win_legacy.h
elm_win_win32_window_get ( Evas_Object const* obj )

Nothing really problematic from my side.

regards
Stefan Schmidt

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to