diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-09-23 21:15:27 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-09-23 21:15:27 -0400 |
commit | cfb6da9b55768f400a11d460a04506bda200217a (patch) | |
tree | bcd8b3c5104f3afc6af1820be7e00b51868703d4 /gtk/gtkapplication.c | |
parent | 1bfa58951c8374a9ec78493783ca85d32d155f0b (diff) | |
download | gtk+-cfb6da9b55768f400a11d460a04506bda200217a.tar.gz |
Document gtk_application_get_window_by_id
Diffstat (limited to 'gtk/gtkapplication.c')
-rw-r--r-- | gtk/gtkapplication.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 334cb9fb43..4e9de420ed 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -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 |