Changeset 806d761 in mainline for uspace/app/taskbar/tbsmenu.h
- Timestamp:
- 2024-02-07T23:44:59Z (12 months ago)
- Branches:
- master
- Children:
- 242e3c3
- Parents:
- 74cb6610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/tbsmenu.h
r74cb6610 r806d761 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 53 53 extern bool tbsmenu_is_open(tbsmenu_t *); 54 54 extern void tbsmenu_destroy(tbsmenu_t *); 55 extern errno_t tbsmenu_add(tbsmenu_t *, const char *, const char *, 55 extern errno_t tbsmenu_add(tbsmenu_t *, const char *, const char *, bool, 56 56 tbsmenu_entry_t **); 57 57 extern void tbsmenu_remove(tbsmenu_t *, tbsmenu_entry_t *, bool);
Note:
See TracChangeset
for help on using the changeset viewer.