package_manager_res_event_path_cb typedef
package_manager_res_event_path_cb = Pointer<NativeFunction<package_manager_res_event_path_cbFunction> >
@brief Called to retrieve all path state about resource event.
@since_tizen 6.5
@remarks The @a path should not be released. The @a path can be used only in the callback.
@paramin
path The path handled by a resource event
@paramin
state The state of the path
@paramin
user_data The user data passed from the foreach function
@return @c true to continue with the next iteration of the loop,
otherwise @c false to break out of the loop
@see package_manager_res_event_info_foreach_path()
Implementation
typedef package_manager_res_event_path_cb = ffi
.Pointer<ffi.NativeFunction<package_manager_res_event_path_cbFunction>>;