Method
GtkApplicationremove_window
Declaration [src]
void
gtk_application_remove_window (
GtkApplication* application,
GtkWindow* window
)
Description [src]
Remove a window from the application.
If the window belongs to the application then this call is
equivalent to setting the GtkWindow:application
property of the window to NULL
.
The application may stop running as a result of a call to this function, if the window was the last window of the application.
Parameters
window
-
Type:
GtkWindow
A window.
The data is owned by the caller of the method.