Changeset 5779 for luci2/cbi2/widget.h

Show
Ignore:
Timestamp:
03/09/10 18:33:37 (3 years ago)
Author:
blogic
Message:

give widgets a namespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci2/cbi2/widget.h

    r5687 r5779  
    22#define _WIDGET_H__ 
    33 
     4void widget_register(char *name, struct cbi_widget *w); 
     5struct cbi_widget* widget_find(const char *namespace, const char *name); 
    46int widget_verify(struct cbi_ctx *ctx, struct cbi_element *e); 
    57int widget_find_prop(struct cbi_widget *w, const char *name);