X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;fp=src%2Fafb-context.h;h=5560585805bde1f67f3c35fc89b88cadde4625d7;hb=ce8de8236b96dc771d3af3094e04e797e75767af;hp=ceda5d241855bd89ac87848993dfa1c50c11a6a0;hpb=e97aa93b02793018d7d9cad1582748b02493dad2;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.h b/src/afb-context.h index ceda5d24..55605858 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -47,6 +47,7 @@ extern const char *afb_context_sent_uuid(struct afb_context *context); extern void *afb_context_get(struct afb_context *context); extern void afb_context_set(struct afb_context *context, void *value, void (*free_value)(void*)); +extern void *afb_context_data(struct afb_context *context, void *(*make_value)(void), void (*free_value)(void*)); extern void afb_context_close(struct afb_context *context); extern void afb_context_refresh(struct afb_context *context);