backport to other branches Vincent
On Tue, Jun 26, 2012 at 11:08 AM, Enlightenment SVN <[email protected]> wrote: > Log: > eeze: Initial docs fopr Eeze_UDev_Watch and callback types > > Author: stefan > Date: 2012-06-26 02:08:49 -0700 (Tue, 26 Jun 2012) > New Revision: 72864 > Trac: http://trac.enlightenment.org/e/changeset/72864 > > Modified: > trunk/eeze/src/lib/Eeze.h > > Modified: trunk/eeze/src/lib/Eeze.h > =================================================================== > --- trunk/eeze/src/lib/Eeze.h 2012-06-26 09:08:45 UTC (rev 72863) > +++ trunk/eeze/src/lib/Eeze.h 2012-06-26 09:08:49 UTC (rev 72864) > @@ -220,6 +220,12 @@ > /**@}*/ > > struct Eeze_Udev_Watch; > + > +/** > + * @addtogroup watch > + * @typedef Eeze_Udev_Watch Eeze_Udev_Watch > + * @brief Opaque structure to hold data for a udev watch > + */ > typedef struct Eeze_Udev_Watch Eeze_Udev_Watch; > > #define EEZE_VERSION_MAJOR 1 > @@ -237,6 +243,7 @@ > > /** > * @addtogroup watch > + * @typedef Eeze_Udev_Watch_Cb Eeze_Udev_Watch_Cb > * @brief Callback type for use with #Eeze_Udev_Watch > */ > typedef void(*Eeze_Udev_Watch_Cb)(const char *, Eeze_Udev_Event, void *, > Eeze_Udev_Watch *); > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
