Changeset 2309891 in mainline for uspace/lib/ui/include


Ignore:
Timestamp:
2025-12-14T17:15:57Z (5 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
79b77ce
Parents:
144fafd
Message:

Copy files (Navigator and command line).

TODO Overwrite query, new I/O error types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/filelist.h

    r144fafd r2309891  
    5050extern void ui_file_list_set_rect(ui_file_list_t *, gfx_rect_t *);
    5151extern errno_t ui_file_list_read_dir(ui_file_list_t *, const char *);
     52extern char *ui_file_list_get_dir(ui_file_list_t *);
    5253extern errno_t ui_file_list_activate(ui_file_list_t *);
    5354extern errno_t ui_file_list_refresh(ui_file_list_t *);
Note: See TracChangeset for help on using the changeset viewer.