Changeset b1397ab in mainline for uspace/app/taskbar-cfg/startmenu.h


Ignore:
Timestamp:
2023-11-09T13:02:16Z (7 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
e0d874b7
Parents:
40eab9f
git-author:
Jiri Svoboda <jiri@…> (2023-11-08 18:01:53)
git-committer:
Jiri Svoboda <jiri@…> (2023-11-09 13:02:16)
Message:

Start menu editor is editing

You can change an entry and it will be saved to the configuration repo.
(Cannot create/delete yet). To see the change in the editor, you need
to restart it. To see the change in the taskbar, you need to restart it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar-cfg/startmenu.h

    r40eab9f rb1397ab  
    4444extern errno_t startmenu_populate(startmenu_t *, tbarcfg_t *);
    4545extern void startmenu_destroy(startmenu_t *);
    46 extern errno_t startmenu_insert(startmenu_t *, const char *, const char *,
     46extern errno_t startmenu_insert(startmenu_t *, smenu_entry_t *,
    4747    startmenu_entry_t **);
     48extern startmenu_entry_t *startmenu_get_selected(startmenu_t *);
    4849extern void startmenu_edit(startmenu_t *);
    4950
Note: See TracChangeset for help on using the changeset viewer.