vocabulary: moving from 'plugin' to 'binding'
[src/app-framework-binder.git] / include / afb / afb-event-itf.h
index 47ffa38..b89b941 100644 (file)
@@ -35,7 +35,7 @@ struct afb_event_itf {
 };
 
 /*
- * Describes the request by plugins from afb-daemon
+ * Describes the request of afb-daemon for bindings
  */
 struct afb_event {
        const struct afb_event_itf *itf;        /* the interface to use */