Changeset 68b9e540 in mainline for uspace/app/nav/nav.h


Ignore:
Timestamp:
2021-10-04T12:39:55Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
0e5ed803
Parents:
d097daca
git-author:
Jiri Svoboda <jiri@…> (2021-10-03 17:39:36)
git-committer:
Jiri Svoboda <jiri@…> (2021-10-04 12:39:55)
Message:

Add panel class and add unit tests for all classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/nav.h

    rd097daca r68b9e540  
    3737#define NAV_H
    3838
     39#include <errno.h>
    3940#include <display.h>
    4041#include <ui/fixed.h>
     
    5455} navigator_t;
    5556
     57extern errno_t navigator_create(const char *, navigator_t **);
     58extern void navigator_destroy(navigator_t *);
     59extern errno_t navigator_run(const char *);
     60
     61
    5662#endif
    5763
Note: See TracChangeset for help on using the changeset viewer.