diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index df6795aab9..48a4a891cb 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -1159,6 +1159,9 @@ gtk_application_get_windows (GtkApplication *application) * * Returns the #GtkApplicationWindow with the given ID. * + * The ID of a #GtkApplicationWindow can be retrieved with + * gtk_application_window_get_id(). + * * Returns: (nullable) (transfer none): the window with ID @id, or * %NULL if there is no window with this ID *