HelenOS sources

wndlist_append    212 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 123, "Foo", true, true);
wndlist_append    253 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 1, "Foo", true, true);
wndlist_append    256 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 2, "Bar", false, true);
wndlist_append    301 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 1, "Foo", true, true);
wndlist_append    349 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 123, "Foo", true, true);
wndlist_append    390 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 1, "Foo", true, true);
wndlist_append    393 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 2, "Bar", false, true);
wndlist_append    437 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 1, "Foo", true, true);
wndlist_append    440 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 2, "Bar", false, true);
wndlist_append    487 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 1, "Foo", true, true);
wndlist_append    490 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 2, "Bar", false, true);
wndlist_append    533 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 1, "Foo", true, true);
wndlist_append    539 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 2, "Bar", false, true);
wndlist_append    577 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 1, "Foo", true, true);
wndlist_append    580 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_append(wndlist, 2, "Bar", false, true);
wndlist_append    156 uspace/app/taskbar/wndlist.c 			rc = wndlist_append(wndlist, wlist->windows[i],
wndlist_append    544 uspace/app/taskbar/wndlist.c 		rc = wndlist_append(wndlist, wnd_id, winfo->caption,
wndlist_append     52 uspace/app/taskbar/wndlist.h extern errno_t wndlist_append(wndlist_t *, sysarg_t, const char *, bool,
HelenOS homepage, sources at GitHub