X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwgt-info.h;h=50b8ed4f252d6bbdfdca752b18d5166f6f42f148;hb=7e1027342a3cff95635ba2107f283321cf0efa08;hp=4d2007d6dded07f28965e84364d43608b0f2ed20;hpb=9ab266df6642c6e930e03b3024d7c3d53ef88bbc;p=src%2Fapp-framework-main.git diff --git a/src/wgt-info.h b/src/wgt-info.h index 4d2007d..50b8ed4 100644 --- a/src/wgt-info.h +++ b/src/wgt-info.h @@ -75,4 +75,6 @@ extern struct wgt *wgt_info_wgt(struct wgt_info *ifo); extern void wgt_info_addref(struct wgt_info *ifo); extern void wgt_info_unref(struct wgt_info *ifo); extern void wgt_info_dump(struct wgt_info *ifo, int fd, const char *prefix); +extern const struct wgt_desc_feature *wgt_info_feature(struct wgt_info *ifo, const char *name); +extern const char *wgt_info_param(const struct wgt_desc_feature *feature, const char *name);