Kestrel Interface
Loading...
Searching...
No Matches
kest_page_id.h
Go to the documentation of this file.
1#ifndef KEST_PAGE_ID_H_
2#define KEST_PAGE_ID_H_
3
4typedef struct {
5 int type;
6 char fname[32];
7 int id;
9
10struct kest_context;
12
14
15#endif
int kest_ui_page_create_identifier(kest_ui_page *page, kest_page_identifier *id)
kest_ui_page * kest_page_id_find_page(struct kest_context *cxt, kest_page_identifier pid)
Definition kest_page_id.c:9