mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Added fileitem_get_keyname
This commit is contained in:
parent
39184d3286
commit
2b81efabb4
@ -34,6 +34,7 @@ FileItem *get_fileitem_from_path(const char *path);
|
||||
bool fileitem_is_folder(FileItem *fileitem);
|
||||
bool fileitem_is_browsable(FileItem *fileitem);
|
||||
|
||||
const char *fileitem_get_keyname(FileItem *fileitem);
|
||||
const char *fileitem_get_filename(FileItem *fileitem);
|
||||
const char *fileitem_get_displayname(FileItem *fileitem);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user