efl/src/lib/eldbus
Mike Blumenkrantz 95a339733a eldbus: make connections fork-safe
after a fork, any existing connection objects can no longer be used,
but it's up to the user to destroy them. internally, this prevents
existing connections from ever being returned as valid connections
and creates new ones after a fork

also destroy fd handlers for connections to ensure that no data is
accidentally clobbered before the connections are cleaned up
2018-02-02 16:59:44 -05:00
..
CMakeLists.txt
Eldbus.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
Eldbus_Model.h
eldbus_connection.h eldbus_connection: Add description of parameters to fix doxygen warning 2017-10-26 15:16:12 +09:00
eldbus_core.c eldbus: make connections fork-safe 2018-02-02 16:59:44 -05:00
eldbus_freedesktop.c
eldbus_freedesktop.h
eldbus_introspection.c
eldbus_introspection.h
eldbus_message.c
eldbus_message.h eldbus_message: Add description to fix doxygen warning 2017-10-26 15:28:43 +09:00
eldbus_message_eina_value.h
eldbus_message_from_eina_value.c
eldbus_message_helper.c
eldbus_message_helper.h
eldbus_message_to_eina_value.c
eldbus_model_arguments.c
eldbus_model_arguments.eo
eldbus_model_arguments_private.h
eldbus_model_connection.c
eldbus_model_connection.eo
eldbus_model_connection_private.h
eldbus_model_method.c
eldbus_model_method.eo eo files: convert various to use @cref 2017-11-02 16:41:01 +01:00
eldbus_model_method_private.h
eldbus_model_object.c
eldbus_model_object.eo
eldbus_model_object_private.h
eldbus_model_private.h
eldbus_model_proxy.c
eldbus_model_proxy.eo eo files: convert various to use @cref 2017-11-02 16:41:01 +01:00
eldbus_model_proxy_private.h
eldbus_model_signal.c
eldbus_model_signal.eo eo files: convert various to use @cref 2017-11-02 16:41:01 +01:00
eldbus_model_signal_private.h
eldbus_object.c
eldbus_object.h
eldbus_pending.c eldbus - make file local func added in fix static 2017-08-01 11:23:20 +09:00
eldbus_pending.h
eldbus_private.h
eldbus_private_types.h
eldbus_proxy.c
eldbus_proxy.h
eldbus_service.c
eldbus_service.h eldbus-service: add parameters and return type description for doxygen 2017-10-26 12:17:41 +09:00
eldbus_signal_handler.c eldbus: do not require error return when adding/removing signal matches 2018-02-02 16:59:44 -05:00
eldbus_signal_handler.h eldbus signal handler: add param, return type description for doxygen 2017-10-26 12:17:41 +09:00
eldbus_types.eot