Document gtk_application_get_window_by_id

This commit is contained in:
Matthias Clasen 2012-09-23 21:15:27 -04:00
parent 1bfa58951c
commit cfb6da9b55

View File

@ -896,7 +896,9 @@ gtk_application_get_windows (GtkApplication *application)
* @application: a #GtkApplication
* @id: an identifier number
*
* Returns: (transfer none): the #GtkApplicationWindow with ID @id, or
* Returns the #GtkApplicationWindow with the given ID.
*
* Returns: (transfer none): the window with ID @id, or
* %NULL if there is no window with this ID
*
* Since: 3.6