Searched refs:found_id (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/desklink/
H A Ddesklink.cpp95 int32 found_id; local
96 while (deskbar.GetItemInfo(replicant.String(), &found_id) == B_OK) {
97 err = deskbar.RemoveItem(found_id);
100 "%" B_PRId32 ": %s\n", found_id, strerror(err));

Completed in 78 milliseconds