X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-eventid-itf.h;fp=include%2Fafb%2Fafb-eventid-itf.h;h=0af36581af375a71b50fdd1f3dc337cd1482ece8;hb=1d550bd6d5caad377a22425cb9f346b011cf527b;hp=8da399021645c35d49198233b381807870ffccd3;hpb=9dfc52b10b075bf538e9774176178007eec8e48a;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-eventid-itf.h b/include/afb/afb-eventid-itf.h index 8da39902..0af36581 100644 --- a/include/afb/afb-eventid-itf.h +++ b/include/afb/afb-eventid-itf.h @@ -22,10 +22,9 @@ struct afb_eventid; struct afb_eventid_itf; /* - * Interface for handling requests. - * It records the functions to be called for the request. + * Interface for handling eventid. + * It records the functions to be called for the eventid. * Don't use this structure directly. - * Use the helper functions documented below. */ struct afb_eventid_itf { @@ -39,7 +38,7 @@ struct afb_eventid_itf }; /* - * Describes the request of afb-daemon for bindings + * Describes the eventid */ struct afb_eventid {