gtkapplication: Mark gtk_application_get_active_window() as nullable
https://bugzilla.gnome.org/show_bug.cgi?id=784888
This commit is contained in:
parent
7e362638ac
commit
f05e6b2936
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user