diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2015-11-16 20:45:07 +0100 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2015-11-16 20:45:07 +0100 |
commit | eaf31100891e631e5d9dd0a713003b6d70178650 (patch) | |
tree | 04fd95a407e696bbd3fb0434440d99d07785953d /CODING | |
parent | f01ac0788eeb8c5b54b6df31df0def9d4d71f4c3 (diff) |
A new ecore module: ecore_con
It's now super easy to perform various network task in a full efl fashion.
Implemented "Lookup" for dns query and "Url" to perform http requests.
"Server" will come soon.
Comes with quite complete docs, examples and unit tests
Diffstat (limited to 'CODING')
-rw-r--r-- | CODING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ Documentation cheatsheet | |||
32 | :func:`elm_list_go` (for functions) | 32 | :func:`elm_list_go` (for functions) |
33 | :attr:`homogeneous` (for properties) | 33 | :attr:`homogeneous` (for properties) |
34 | :ref:`Elm_List_Mode` (for enums) | 34 | :ref:`Elm_List_Mode` (for enums) |
35 | :data:`ELM_LIST_LIMIT` (for enum values) | ||
35 | 36 | ||
36 | :func:`efl.evas.Object.delete` (for items not in current scope) | 37 | :func:`efl.evas.Object.delete` (for items not in current scope) |
37 | :func:`~efl.evas.Object.delete` (will show it short, just "delete") | 38 | :func:`~efl.evas.Object.delete` (will show it short, just "delete") |