diff options
Diffstat (limited to 'src/lib/efl_wl/Efl_Wl.h')
-rw-r--r-- | src/lib/efl_wl/Efl_Wl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/efl_wl/Efl_Wl.h b/src/lib/efl_wl/Efl_Wl.h index 8b28309fd0..818cc39cd4 100644 --- a/src/lib/efl_wl/Efl_Wl.h +++ b/src/lib/efl_wl/Efl_Wl.h | |||
@@ -122,6 +122,15 @@ EAPI void efl_wl_aspect_set(Evas_Object *obj, Eina_Bool set); | |||
122 | * @param set Whether to enable min/max setting | 122 | * @param set Whether to enable min/max setting |
123 | */ | 123 | */ |
124 | EAPI void efl_wl_minmax_set(Evas_Object *obj, Eina_Bool set); | 124 | EAPI void efl_wl_minmax_set(Evas_Object *obj, Eina_Bool set); |
125 | |||
126 | /** | ||
127 | * Add an externally-managed global to the compositor | ||
128 | * @note The external implementation is expected to restrict access to authorized | ||
129 | * clients | ||
130 | * @see wl_global_create() docs | ||
131 | * @since 1.21 | ||
132 | */ | ||
133 | EAPI void *efl_wl_global_add(Evas_Object *obj, const void *interface, uint32_t version, void *data, void *bind_cb); | ||
125 | #endif | 134 | #endif |
126 | 135 | ||
127 | #endif | 136 | #endif |