xdg-shell: fix wlr_xdg_popup_destroy() docs

This commit is contained in:
Kirill Primak 2023-10-09 22:06:39 +03:00 committed by Alexander Orzechowski
parent 65f6f556d9
commit 078540e086
1 changed files with 3 additions and 2 deletions

View File

@ -421,8 +421,9 @@ bool wlr_xdg_toplevel_set_parent(struct wlr_xdg_toplevel *toplevel,
struct wlr_xdg_toplevel *parent); struct wlr_xdg_toplevel *parent);
/** /**
* Request that this popup closes. * Notify the client that the popup has been dismissed and destroy the
**/ * struct wlr_xdg_popup, rendering the resource inert.
*/
void wlr_xdg_popup_destroy(struct wlr_xdg_popup *popup); void wlr_xdg_popup_destroy(struct wlr_xdg_popup *popup);
/** /**