Method
GtkApplicationget_window_by_id
Declaration [src]
GtkWindow*
gtk_application_get_window_by_id (
GtkApplication* application,
guint id
)
Description [src]
Returns the GtkApplicationWindow
with the given ID.
The ID of a GtkApplicationWindow
can be retrieved with
gtk_application_window_get_id()
.
Return value
Type: GtkWindow
The window for the given id
.
The returned data is owned by the instance. |
The return value can be NULL . |