efl/src/lib/ecore_con
Daniel Kolesa fcae7cab27 eolian gen: enable constness generation on property getter impls
This changes a lot of things all across the EFL. Previously,
methods tagged @const had both their external prototype and
internal impl generated with const on object, while property
getters only had const on the external API. This is now changed
and it all has const everywhere.

Ref T6859.
2018-04-17 20:31:55 +02:00
..
CMakeLists.txt cmake: add ecore_con. 2017-01-27 17:26:05 -02:00
Ecore_Con.h ecore_con_url: implement transfer speed limitation options 2018-03-26 16:01:53 -07:00
Ecore_Con_Eet.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
Ecore_Con_Eet_Eo.h
Ecore_Con_Eet_Legacy.h
Efl_Net.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
ecore_con.c ecore_con: Properly shutdown and unregister log domain 2017-12-18 19:54:31 +09:00
ecore_con_alloc.c ecore_con: Ecore_Con_Server now on top of Efl_Net! 2016-12-10 08:44:06 -02:00
ecore_con_eet.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
ecore_con_eet_base.eo ecore-con-eet: replace void_ptr usage with binbuf in eo api 2018-03-27 14:13:30 -07:00
ecore_con_eet_client_obj.eo
ecore_con_eet_server_obj.eo
ecore_con_legacy.c efl_add_ref - fis to use efl_add properly with a parent. 2018-03-29 13:30:55 +09:00
ecore_con_local.c Fix and simpligy windows behaviour. 2017-12-31 16:08:31 +00:00
ecore_con_local_win32.c efl_add_ref - fis to use efl_add properly with a parent. 2018-03-29 13:30:55 +09:00
ecore_con_private.h implement efl_net_{socket,dialer,server}_windows 2017-03-29 12:44:19 -03:00
ecore_con_proxy_helper.c ecore: use new bs static lib 2018-02-17 21:17:58 +01:00
ecore_con_socks.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
ecore_con_url.c ecore_con_url: implement transfer speed limitation options 2018-03-26 16:01:53 -07:00
ecore_con_url_curl.c Ecore_Con_Url/Curl: add referencing on _c structure 2016-12-23 23:02:45 +02:00
ecore_con_url_curl.h ecore_con_url: implement transfer speed limitation options 2018-03-26 16:01:53 -07:00
efl_net-connman.c
efl_net-connman.h
efl_net_control-connman.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_control-none.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_control.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_control_access_point-connman.c efl-net: rename conflicting "name" properties 2018-02-15 13:11:00 -05:00
efl_net_control_access_point-none.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_control_access_point.eo efl-net: rename conflicting "name" properties 2018-02-15 13:11:00 -05:00
efl_net_control_technology-connman.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_control_technology-none.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_control_technology.eo eolian: validate each class with its own unit's in mind only 2018-03-27 13:27:46 +02:00
efl_net_dialer.c
efl_net_dialer.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_dialer_http.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_dialer_http.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_dialer_simple.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_dialer_simple.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_dialer_ssl.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_dialer_ssl.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
efl_net_dialer_tcp.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_dialer_tcp.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
efl_net_dialer_udp.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_dialer_udp.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
efl_net_dialer_unix.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_dialer_unix.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
efl_net_dialer_websocket.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_dialer_websocket.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_dialer_windows.c Evil: use static buffer to store error messages 2017-12-11 16:04:02 +09:00
efl_net_dialer_windows.eo implement efl_net_{socket,dialer,server}_windows 2017-03-29 12:44:19 -03:00
efl_net_http_types.eot
efl_net_ip_address.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_ip_address.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_server.c
efl_net_server.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_server_fd.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_server_fd.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_server_ip.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_server_ip.eo ecore_con: add an intermediate Efl.Net.Server.Ip 2017-09-29 14:12:03 -07:00
efl_net_server_simple.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_server_simple.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_server_ssl.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_server_ssl.eo ecore_con: simplify Efl.Net.Server.Ssl by inheriting from Efl.Net.Server.Tcp. 2017-09-29 16:01:02 -07:00
efl_net_server_tcp.c ecore_con: resolve the possible read of uninitalized data. 2018-04-05 15:29:57 +09:00
efl_net_server_tcp.eo ecore_con: add an intermediate Efl.Net.Server.Ip 2017-09-29 14:12:03 -07:00
efl_net_server_udp.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_server_udp.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_server_udp_client.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_server_udp_client.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_server_unix.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_server_unix.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_server_windows.c ecore: rename efl_loop_Eina_FutureXXX_job to efl_loop_job. 2017-12-11 14:04:09 -08:00
efl_net_server_windows.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_session-connman.c efl-net: rename conflicting "name" properties 2018-02-15 13:11:00 -05:00
efl_net_session-none.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_session.eo efl-net: rename conflicting "name" properties 2018-02-15 13:11:00 -05:00
efl_net_socket.c
efl_net_socket.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_socket_fd.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_socket_fd.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
efl_net_socket_simple.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_socket_simple.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_socket_ssl.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_socket_ssl.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_socket_tcp.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_socket_tcp.eo ecore con: use new property impl syntax 2016-12-27 16:58:07 +01:00
efl_net_socket_udp.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_socket_udp.eo docs: Update ecore_con eo files for grammar and readability 2017-12-20 17:30:29 +00:00
efl_net_socket_unix.c
efl_net_socket_unix.eo ecore con: use new property impl syntax 2016-12-27 16:58:07 +01:00
efl_net_socket_windows.c implement efl_net_{socket,dialer,server}_windows 2017-03-29 12:44:19 -03:00
efl_net_socket_windows.eo ecore: rename Efl.Loop_User to Efl.Loop.Consumer. 2017-12-13 14:54:57 -08:00
efl_net_ssl_conn-gnutls.c
efl_net_ssl_conn-none.c
efl_net_ssl_conn-openssl.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
efl_net_ssl_context.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_net_ssl_context.eo ecore: convert existing eo files to new ownership 2017-09-15 16:51:37 +02:00
efl_net_ssl_ctx-gnutls.c efl_net: spell check s/revogation/revocation/g 2016-12-12 02:30:33 -02:00
efl_net_ssl_ctx-none.c
efl_net_ssl_ctx-openssl.c efl net - adapt to openssl 1.1.0 changes with tls method support 2017-09-15 16:12:59 +09:00
efl_net_ssl_types.eot
efl_net_types.eot efl_net: move error COULDNT_RESOLVE_HOST to broader scope. 2016-12-12 02:30:33 -02:00