Signal
ShellWM::create-close-dialog
since: 14
Declaration
MetaCloseDialog*
create_close_dialog (
ShellWM* self,
MetaWindow* window,
gpointer user_data
)
Description [src]
Creates a close dialog for the given window.
Default handler: The default handler is called after the handlers added via |
Available since: 14 |
Parameters
window
-
Type:
MetaWindow
The window to create the dialog for.
The data is owned by the caller of the function.
Return value
Type: MetaCloseDialog
The close dialog instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |