Determine whether a list contains a particular item
int PtListItemExists( PtWidget_t *widget, const char *item );
This function performs a linear search on the list for the specified item.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |