Functions that set and retrieve various information about the Wayland Display.
More...
Functions that set and retrieve various information about the Wayland Display.
EAPI struct wl_display* ecore_wl_display_get |
( |
void |
| ) |
|
|
read |
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 |
| ) |
|
|
read |
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 |
| ) |
|
|
read |
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
-
w | where to return the width. May be NULL. Returns 0 on error. |
h | where to return the height. May be NULL. Returns 0 on error. |
- Since
- 1.2
EAPI struct wl_shm* ecore_wl_shm_get |
( |
void |
| ) |
|
|
read |
Retrieves the Wayland Shm Interface used for the current Wayland connection.
- Returns
- The current wayland shm interface
- Since
- 1.2