Changeset 2309891 in mainline for uspace/app/nav/panel.c
- Timestamp:
- 2025-12-14T17:15:57Z (3 months ago)
- Branches:
- master
- Children:
- 79b77ce
- Parents:
- 144fafd
- File:
-
- 1 edited
-
uspace/app/nav/panel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/panel.c
r144fafd r2309891 365 365 } 366 366 367 /** Get current directory from panel. 368 * 369 * @param panel Panel 370 * @return Path to current directory or @c NULL if out of memory 371 */ 372 char *panel_get_dir(panel_t *panel) 373 { 374 return ui_file_list_get_dir(panel->flist); 375 } 376 367 377 /** Refresh panel contents. 368 378 *
Note:
See TracChangeset
for help on using the changeset viewer.
