From 5cc3b265be9d1b39124e446295d3683a90007c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Sun, 10 Apr 2016 12:56:39 +0200 Subject: app: improve doc of gtk_application_get_window_by_id() https://bugzilla.gnome.org/show_bug.cgi?id=764846 --- gtk/gtkapplication.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 924f38063a..34b76afa67 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 * -- cgit v1.2.1