summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2016-04-10 12:56:39 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-04-19 10:28:17 -0400
commit5cc3b265be9d1b39124e446295d3683a90007c87 (patch)
treefb3736815d0a5226c75a76439c0c8e7df1ea1aff
parentcb2950e17fdf73262d412ff95a8c98d904a7ea57 (diff)
downloadgtk+-5cc3b265be9d1b39124e446295d3683a90007c87.tar.gz
app: improve doc of gtk_application_get_window_by_id()
https://bugzilla.gnome.org/show_bug.cgi?id=764846
-rw-r--r--gtk/gtkapplication.c3
1 files changed, 3 insertions, 0 deletions
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
*