dfui_property
struct dfui_property *gp;
gp = (struct dfui_property *)payload;
struct dfui_property *p;
struct dfui_property *
struct dfui_property *h;
struct dfui_property *
struct dfui_property *h, *head = NULL;
struct dfui_property;
struct dfui_property *next;
struct dfui_property *property_head;
struct dfui_property *property_head;
struct dfui_property *property_head;
struct dfui_property *global_setting;
struct dfui_property *dfui_property_new(const char *, const char *);
void dfui_property_free(struct dfui_property *);
void dfui_properties_free(struct dfui_property *);
struct dfui_property *dfui_property_find(struct dfui_property *, const char *);
const char *dfui_property_get(struct dfui_property *, const char *);
struct dfui_property *dfui_property_set(struct dfui_property **, const char *, const char *);
const char *dfui_property_get_name(const struct dfui_property *);
const char *dfui_property_get_value(const struct dfui_property *);
struct dfui_property *dfui_field_property_set(struct dfui_field *, const char *, const char *);
struct dfui_property *dfui_action_property_set(struct dfui_action *, const char *, const char *);
struct dfui_property *dfui_form_property_set(struct dfui_form *, const char *, const char *);
dfui_encode_properties(struct aura_buffer *e, struct dfui_property *h)
dfui_encode_property(struct aura_buffer *e, struct dfui_property *h)
void dfui_encode_properties(struct aura_buffer *, struct dfui_property *);
void dfui_encode_property(struct aura_buffer *, struct dfui_property *);
struct dfui_property *dfui_decode_property(struct aura_buffer *);
struct dfui_property *dfui_decode_properties(struct aura_buffer *);
struct dfui_property *
struct dfui_property *p;
AURA_MALLOC(p, dfui_property);
dfui_property_free(struct dfui_property *p)
AURA_FREE(p, dfui_property);
dfui_properties_free(struct dfui_property *head)
struct dfui_property *p;
struct dfui_property *
dfui_property_find(struct dfui_property *head, const char *name)
struct dfui_property *p;
dfui_property_get(struct dfui_property *head, const char *name)
struct dfui_property *p;
struct dfui_property *
dfui_property_set(struct dfui_property **head, const char *name, const char *value)
struct dfui_property *p;
dfui_property_get_name(const struct dfui_property *p)
dfui_property_get_value(const struct dfui_property *p)
struct dfui_property *
struct dfui_property *h;
struct dfui_property *
struct dfui_property *h;
struct dfui_property *
struct dfui_property *h;