gmio_core: add doc for task_iface

This commit is contained in:
Hugues Delorme 2015-04-02 16:14:46 +02:00
parent 560ca7c28b
commit 9ee0abfdc6

View File

@ -22,6 +22,7 @@
#include "global.h" #include "global.h"
/*! Defines an interface through which any task can be controlled */
struct gmio_task_iface struct gmio_task_iface
{ {
/*! Optional opaque pointer on a user task object, passed as first /*! Optional opaque pointer on a user task object, passed as first