gtkapplication: Mark gtk_application_get_active_window() as nullable

https://bugzilla.gnome.org/show_bug.cgi?id=784888
This commit is contained in:
Arun Raghavan 2017-07-13 11:25:11 +05:30 committed by Matthias Clasen
parent 7e362638ac
commit f05e6b2936

View File

@ -862,7 +862,8 @@ gtk_application_get_window_by_id (GtkApplication *application,
* if another application has it this is just the most
* recently-focused window within this application.
*
* Returns: (transfer none): the active window
* Returns: (transfer none) (nullable): the active window, or %NULL if
* there isn't one.
*
* Since: 3.6
**/