mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
gtkapplication: Mark gtk_application_get_active_window() as nullable
https://bugzilla.gnome.org/show_bug.cgi?id=784888
This commit is contained in:
parent
cddce5a023
commit
4b1853b32f
@ -860,7 +860,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