API Version: 42.0
Library Version: 42.0
gboolean ide_workspace_addin_can_close ( IdeWorkspaceAddin* self )
This method is called to determine if the workspace can close. If the addin needs to prevent the workspace closing, then return FALSE; otherwise TRUE.
FALSE
TRUE
gboolean
TRUE if the workspace can close; otherwise FALSE.