Ecore_IPC_Library_Group (3) - Linux Manuals

Ecore_IPC_Library_Group: Functions that set up and shut down the Ecore IPC Library.

NAME

IPC Library Functions - Functions that set up and shut down the Ecore IPC Library.

Functions


EAPI int ecore_ipc_init (void)
Initialises the Ecore IPC library.
EAPI int ecore_ipc_shutdown (void)
Shuts down the Ecore IPC library.

Detailed Description

Functions that set up and shut down the Ecore IPC Library.

Function Documentation

EAPI int ecore_ipc_init (void)

Initialises the Ecore IPC library.

Returns:

Number of times the library has been initialised without being shut down.

References ecore_con_init(), ecore_event_handler_add(), and ecore_event_type_new().

EAPI int ecore_ipc_shutdown (void)

Shuts down the Ecore IPC library.

Returns:

Number of times the library has been initialised without being shut down.

References ecore_con_shutdown(), ecore_event_handler_del(), and ecore_ipc_server_del().

Author

Generated automatically by Doxygen for Ecore from the source code.