efl/src/lib/ecore_con
Daniel Kolesa e984e5a11a eolian: remove pointers from complex and class types
Complex types (i.e. list, array, hash, accessor etc.) now do not require
pointers with them anymore (the pointer is implied) and the same goes for
class handles. Eolian now explicitly disallows creating pointers to these
as well. This is the first part of the work to remove pointers from Eolian
completely, with the goal of simplifying the DSL (higher level) and therefore
making it easier for bindings (as well as easier API usage).

@feature
2016-05-23 15:58:33 +01:00
..
Ecore_Con.h Ecore con base: Fix Eolian warnings. 2016-02-16 10:02:10 +00:00
Ecore_Con_Eet.h Ecore con eet: Fix Eolian warnings. 2016-02-17 09:39:53 +00:00
Ecore_Con_Eet_Eo.h ecore_con: eoifying ecore_con_eet. 2015-06-22 18:55:57 +02:00
Ecore_Con_Eet_Legacy.h ecore_con: eoifying ecore_con_eet. 2015-06-22 18:55:57 +02:00
Ecore_Con_Eo.h Efl network: Remove the no longer needed .Base hack. 2016-05-11 13:00:57 +01:00
Ecore_Con_Legacy.h Efl network: Remove the no longer needed .Base hack. 2016-05-11 13:00:57 +01:00
ecore_con.c Eo: Remove eo_del() and make eo_unref() the replacement. 2016-05-17 16:23:23 +01:00
ecore_con_alloc.c reformat ecore_con so I can read it... 2013-12-20 00:08:43 -05:00
ecore_con_ares.c ecore_con: fix compilation issues on Windows 2016-02-17 14:09:55 -08:00
ecore_con_dns.c ecore_con: change Ecore.Con.Client to Efl.Network.Client. 2016-02-12 21:25:55 +01:00
ecore_con_eet.c Eo: Remove eo_del() and make eo_unref() the replacement. 2016-05-17 16:23:23 +01:00
ecore_con_eet_base.eo eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
ecore_con_eet_client_obj.eo Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00
ecore_con_eet_server_obj.eo Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00
ecore_con_info.c fix duplicate function call names in ecore and ecore_con that can clash 2014-06-16 15:57:05 +09:00
ecore_con_legacy.c Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
ecore_con_local.c Ecore con local: properly clean up fd on error. 2016-02-05 11:48:36 +00:00
ecore_con_local_win32.c Eo: Remove eo_del() and make eo_unref() the replacement. 2016-05-17 16:23:23 +01:00
ecore_con_private.h ecore_con: change Ecore.Con.Client to Efl.Network.Client. 2016-02-12 21:25:55 +01:00
ecore_con_socks.c ecore_con: changing Ecore.Con.Server to Efl.Network.Server. 2016-02-05 08:10:52 +01:00
ecore_con_ssl.c ecore_con: change Ecore.Con.Client to Efl.Network.Client. 2016-02-12 21:25:55 +01:00
ecore_con_url.c eo: for consistency use object like all our API. 2016-05-18 08:18:04 -07:00
ecore_con_url_curl.c ecore-con-url- split out the curl dleopener and resolver and headers 2015-09-03 12:22:01 +09:00
ecore_con_url_curl.h ecore-con-url- split out the curl dleopener and resolver and headers 2015-09-03 12:22:01 +09:00
efl_network.eo eolian: mark pure virtual funcs outside of implements 2016-05-12 16:15:24 +01:00
efl_network_client.eo eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
efl_network_connector.eo docs: efl_network: class descriptions for connector and URL 2016-04-26 14:01:17 +02:00
efl_network_server.eo eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
efl_network_url.eo Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00