Wayland Display Functions

Functions that set and retrieve various information about the Wayland Display. More...

Functions

EAPI struct wl_list * ecore_wl_globals_get (void)
 Retrieves the Wayland Globals Interface list used for the current Wayland connection. More...
 
EAPI struct wl_registry * ecore_wl_registry_get (void)
 Retrieves the Wayland Registry used for the current Wayland connection. More...
 
EAPI struct wl_shm * ecore_wl_shm_get (void)
 Retrieves the Wayland Shm Interface used for the current Wayland connection. More...
 
EAPI struct wl_display * ecore_wl_display_get (void)
 Retrieves the Wayland Display Interface used for the current Wayland connection. More...
 
EAPI void ecore_wl_screen_size_get (int *w, int *h)
 Retrieves the size of the current screen. More...
 

Detailed Description

Functions that set and retrieve various information about the Wayland Display.

Function Documentation

EAPI struct wl_display* ecore_wl_display_get ( void  )

Retrieves the Wayland Display Interface used for the current Wayland connection.

Returns
The current wayland display interface
Since
1.2
EAPI struct wl_list* ecore_wl_globals_get ( void  )

Retrieves the Wayland Globals Interface list used for the current Wayland connection.

Returns
The current wayland globals interface list
Since
1.7.6
EAPI struct wl_registry* ecore_wl_registry_get ( void  )

Retrieves the Wayland Registry used for the current Wayland connection.

Returns
The current wayland registry
Since
1.7.6
EAPI void ecore_wl_screen_size_get ( int *  w,
int *  h 
)

Retrieves the size of the current screen.

Parameters
wwhere to return the width. May be NULL. Returns 0 on error.
hwhere to return the height. May be NULL. Returns 0 on error.
Since
1.2

References ecore_wl_sync().

EAPI struct wl_shm* ecore_wl_shm_get ( void  )

Retrieves the Wayland Shm Interface used for the current Wayland connection.

Returns
The current wayland shm interface
Since
1.2