Changeset 5e758e4 in mainline for uspace/lib/ui/include/ui/list.h


Ignore:
Timestamp:
2023-11-19T12:22:11Z (8 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
69935a8
Parents:
e8a6279f
Message:

When start menu entry is edited, editor list needs updating

We need to update the entry caption in the UI list to reflect
any changes made while the entry was being edited.

File:
1 edited

Legend:

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

    re8a6279f r5e758e4  
    6060extern void *ui_list_entry_get_arg(ui_list_entry_t *);
    6161extern ui_list_t *ui_list_entry_get_list(ui_list_entry_t *);
     62extern errno_t ui_list_entry_set_caption(ui_list_entry_t *, const char *);
    6263extern size_t ui_list_entries_cnt(ui_list_t *);
    6364extern errno_t ui_list_sort(ui_list_t *);
Note: See TracChangeset for help on using the changeset viewer.