Function pm_list_empty_p

Source
pub unsafe extern "C" fn pm_list_empty_p(list: *mut pm_list_t) -> bool
Expand description

Returns true if the given list is empty.

@param list The list to check. @return True if the given list is empty, otherwise false.