Changeset 14cbf07 in mainline for uspace/lib/ui/src/selectdialog.c


Ignore:
Timestamp:
2023-05-15T16:19:52Z (11 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2b5628c, 8a4ceaa
Parents:
aace43d8
Message:

Fill in tests seats_list_populate and avail_devices_insert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/selectdialog.c

    raace43d8 r14cbf07  
    329329}
    330330
     331/** Get the entry list from select dialog.
     332 *
     333 * @param dialog Select dialog
     334 * @return UI list
     335 */
     336ui_list_t *ui_select_dialog_list(ui_select_dialog_t *dialog)
     337{
     338        return dialog->list;
     339}
     340
    331341/** Select dialog window close handler.
    332342 *
Note: See TracChangeset for help on using the changeset viewer.