Fill a buffer with pointers to all items
PtFileSelItem_t **PtFSAllItems( PtWidget_t *widget, PtFileSelItem_t **buffer );
This function fills a buffer with pointers to all items in the widget. If buffer==NULL, the function allocates a buffer using malloc(), and the buffer will be NULL-terminated. If buffer isn't NULL, the function won't add a NULL to the end of it.
A pointer to the buffer.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |