shortcut_list_cb typedef
@brief Called to receive the result of shortcut_get_list().
@since_tizen 2.4
@paramin
package_name The name of package
@paramin
icon The absolute path of an icon file for this shortcut
@paramin
name The name of the created shortcut icon
@paramin
extra_key The user data. A property of shortcut element in manifest file
@paramin
extra_data The user data. A property of shortcut element in manifest file
@paramin
user_data The callback user data
@return SHORTCUT_ERROR_NONE to continue with the next iteration of the loop, other error values to break out of the loop
@see shortcut_get_list()
Implementation
typedef shortcut_list_cb
= ffi.Pointer<ffi.NativeFunction<shortcut_list_cbFunction>>;