mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xdg-shell: fix wlr_xdg_popup_destroy() docs
This commit is contained in:
parent
65f6f556d9
commit
078540e086
1 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue