X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-eventid-itf.h;h=0af36581af375a71b50fdd1f3dc337cd1482ece8;hb=c8558c8a28966110aa3a356f95d3c60afe32b64a;hp=84ba2f97b5b34da5ec49c0f88a7c9991aa7f8061;hpb=c12c74c208a30c5b18716b8faa464f0b4f643255;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-eventid-itf.h b/include/afb/afb-eventid-itf.h index 84ba2f97..0af36581 100644 --- a/include/afb/afb-eventid-itf.h +++ b/include/afb/afb-eventid-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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 {