Commit Graph

78 Commits

Author SHA1 Message Date
Xavi Artigas 17032f60a3 Simplify core_io example
No need to unref src and dst since copier does that.
No need to unref copier since it is a child of main loop.
And therefore, no need to use EFL_MAIN_EX().
2017-11-27 12:39:04 +01:00
Xavi Artigas e134283999 Minor tweaks to simplify the loop example 2017-11-24 17:32:11 +01:00
Andy Williams 597ba6d98c ui: Add a new sizing example - much nicer using the new pack capabilities 2017-11-24 14:18:20 +00:00
Andy Williams 4f12494667 core: Tidy up some core example variables 2017-11-22 14:39:45 +00:00
Andy Williams e58ac7d5c8 core: Add a polling example 2017-11-22 14:32:32 +00:00
Andy Williams 07c0c68cc7 core: Add idler reference 2017-11-22 13:11:38 +00:00
Andy Williams 8035919a32 net: Add a simple net_io example simulating an HTTP client
We connect to a remote host and execute a HEAD request and print the response
2017-11-22 11:41:55 +00:00
Andy Williams 9549086432 core: Add mising summary 2017-11-21 19:10:05 +00:00
Andy Williams b6c382900c core: Add an io example (copier) 2017-11-21 19:07:45 +00:00
Andy Williams 981d59e32d core: Add first efl_core reference, loop 2017-11-21 18:45:33 +00:00
Andy Williams 13fb2b4b1b eina: Add a little more documentation for our examples 2017-11-16 15:13:01 +00:00
Andy Williams a688d5a1af eina: Add str/strbuf/stringshare reference examples 2017-11-16 12:39:52 +00:00
Andy Williams e45396c48d eina: Add custom eina_value reference using timezone 2017-11-16 09:52:34 +00:00
Andy Williams 866bfc8a49 eina: Add struct value reference 2017-11-16 08:53:54 +00:00
Andy Williams fb84558bde eina: Add a first pass for value reference 2017-11-15 21:43:51 +00:00
Andy Williams badb4f912e eina: Add an int hash to the reference 2017-11-15 18:57:07 +00:00
Andy Williams 14b77cfe82 build: Update to match headers with deps 2017-11-15 18:25:15 +00:00
Cedric BAIL 22f356282b eina: depends only on efl_core. 2017-11-14 14:32:39 -08:00
Cedric BAIL a45f16f5d1 eina: we can now rely solely on Efl_Core.h 2017-11-14 14:07:54 -08:00
Cedric BAIL 5cd1e7fd27 eina: add an example of EINA_ITERATOR_FOREACH in the iterator references code. 2017-11-14 13:39:59 -08:00
Cedric BAIL a082087b84 eina: improve Eina_Hash example by using EINA_ITERATOR_FOREACH macro. 2017-11-14 13:39:29 -08:00
Andy Williams f10e9e9413 Add a first pass Eina_Hash reference as well 2017-11-14 17:28:42 +00:00
Andy Williams b8a5fc8d9a eina: shorter file names - thye don't all need to be _main.c 2017-11-14 16:15:29 +00:00
Andy Williams 9d06cb5923 eina: Add a list reference example 2017-11-14 14:45:44 +00:00
Andy Williams d89bd6fb61 eina: Add an array reference example 2017-11-14 13:31:39 +00:00
Andy Williams e29ed754fc eina: Move to a reference dir per namespace 2017-11-14 12:18:39 +00:00
Andy Williams 9c6395967a eina_iterator: Fix language for iterator printing 2017-11-14 12:12:09 +00:00
Andy Williams ad5287a9e3 eina-iterator: Add first reference example 2017-11-09 18:46:02 +00:00