core: Add mising summary

This commit is contained in:
Andy Williams 2017-11-21 19:10:05 +00:00
parent b6c382900c
commit 9549086432
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@
/*
* Efl Core Loop examples.
*
* TODO
* A collection of loop examples. First we print out loop information and
* show how loops are inherited.
*
* Then we move on to the Efl.Loop.Fd and show how you could use a loop to
* read or write to an FD without blocking.
*/
static int _count = 0;