X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-evt.h;fp=src%2Fafb-evt.h;h=9071b32a96ce6f4f0b5e5449a40780d84f8ad1e9;hb=fbe9349a747aba8d7c8c27e51cdd8c3c5ef8b39c;hp=2c8da6137fac40759779443128a698f65b3ac4bf;hpb=11adca199df161b22b7fa387808e987e45e0b2c7;p=src%2Fapp-framework-binder.git diff --git a/src/afb-evt.h b/src/afb-evt.h index 2c8da613..9071b32a 100644 --- a/src/afb-evt.h +++ b/src/afb-evt.h @@ -41,6 +41,9 @@ extern struct afb_event afb_evt_create_event(const char *name); extern const char *afb_evt_event_name(struct afb_event event); extern int afb_evt_event_id(struct afb_event event); +extern int afb_evt_push(struct afb_event event, struct json_object *object); +extern int afb_evt_unhooked_push(struct afb_event event, struct json_object *object); + extern int afb_evt_add_watch(struct afb_evt_listener *listener, struct afb_event event); extern int afb_evt_remove_watch(struct afb_evt_listener *listener, struct afb_event event);