Signal
ShellWM::create-close-dialog
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  | 
Parameters
- window
- 
            Type: MetaWindowThe 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. |