Tizen Native API

Functions

int ecore_buffer_queue_init (void)
 Init the Ecore_Buffer_Queue system.
void ecore_buffer_queue_shutdown (void)
 Shut down the Ecore_Buffer_Queue system.

Ecore Buffer Queue is a queue which conntects processes for sharing Ecore_Buffer. one process (related object is Ecore_Buffer_Provider) has rear terminal position of Ecore_Buffer Queue which can enqueue the Ecore_Buffer, and the other process (related object is Ecore_Buffer_Consumer) has front terminal position of Ecore_Buffer_Queue which can dequeue the Ecore_Buffer.


Function Documentation

int ecore_buffer_queue_init ( void  )

Init the Ecore_Buffer_Queue system.

Since :
2.4
Returns:
How many times the lib has been initialized, 0 indicates failure.

Set up the connection of Buffer Queue deamon, and Init Ecore_Buffer_Queue libraries.

See also:
ecore_buffer_queue_shutdown()
void ecore_buffer_queue_shutdown ( void  )

Shut down the Ecore_Buffer_Queue system.

Since :
2.4

this closes the connection of Buffer Queue deamon, and Shut down Ecore_Buffer_Queue libraries.

See also:
ecore_buffer_queue_init()