Ecore Connection Library Functions
Utility functions that set up and shut down the Ecore Connection library. More...
Functions | |
EAPI int | ecore_con_init (void) |
Initialises the Ecore_Con library. | |
EAPI int | ecore_con_shutdown (void) |
Shuts down the Ecore_Con library. |
Detailed Description
Utility functions that set up and shut down the Ecore Connection library.Function Documentation
EAPI int ecore_con_init | ( | void | ) |
Initialises the Ecore_Con library.
- Returns:
- Number of times the library has been initialised without being shut down.
References ecore_event_type_new(), and ecore_list_new().
Referenced by ecore_ipc_init().
EAPI int ecore_con_shutdown | ( | void | ) |
Shuts down the Ecore_Con library.
- Returns:
- Number of times the library has been initialised without being shut down.
References ecore_list_destroy(), ecore_list_empty_is(), and ecore_list_first_remove().
Referenced by ecore_ipc_shutdown().