root/luci2/cbi2/widget.h
@
5786
| Revision 5786, 303 bytes (checked in by blogic, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef _WIDGET_H__ |
| 2 | #define _WIDGET_H__ |
| 3 | |
| 4 | void widget_register(char *name, struct cbi_widget *w); |
| 5 | struct cbi_widget* widget_find(const char *namespace, const char *name); |
| 6 | int widget_verify(struct cbi_ctx *ctx, struct cbi_element *e); |
| 7 | int widget_prop_find(struct cbi_widget *w, const char *name); |
| 8 | |
| 9 | #endif |
Note: See TracBrowser
for help on using the browser.
