| Tizen Native API
    7.0
    | 
Functions that set up and shut down the Ecore IPC Library.
| Functions | |
| int | ecore_ipc_init (void) | 
| Initializes the Ecore IPC library. | |
| int | ecore_ipc_shutdown (void) | 
| Shuts down the Ecore IPC library. | |
| Typedefs | |
| typedef struct _Ecore_Ipc_Server | Ecore_Ipc_Server | 
| typedef struct _Ecore_Ipc_Client | Ecore_Ipc_Client | 
| typedef enum _Ecore_Ipc_Type | Ecore_Ipc_Type | 
Typedef Documentation
| typedef struct _Ecore_Ipc_Client Ecore_Ipc_Client | 
An IPC connection handle
| typedef struct _Ecore_Ipc_Server Ecore_Ipc_Server | 
An IPC connection handle
Enum containing IPC types.
Function Documentation
| int ecore_ipc_init | ( | void | ) | 
Initializes the Ecore IPC library.
- Returns:
- Number of times the library has been initialised without being shut down.
- Since :
- 3.0
| int ecore_ipc_shutdown | ( | void | ) | 
Shuts down the Ecore IPC library.
- Returns:
- Number of times the library has been initialised without being shut down.
- Since :
- 3.0
Variable Documentation
- Since :
- 3.0
- Since :
- 3.0
- Since :
- 3.0
- Since :
- 3.0
- Since :
- 3.0
- Since :
- 3.0