gtk: mark gtk_native_get_for_surface as nullable

This commit is contained in:
Bilal Elmoussaoui 2022-01-01 17:59:35 +01:00
parent f846eec894
commit 985a39d41f

View File

@ -267,7 +267,7 @@ gtk_native_get_surface_transform (GtkNative *self,
* *
* Finds the `GtkNative` associated with the surface. * Finds the `GtkNative` associated with the surface.
* *
* Returns: (transfer none): the `GtkNative` that is associated with @surface * Returns: (transfer none) (nullable): the `GtkNative` that is associated with @surface
*/ */
GtkNative * GtkNative *
gtk_native_get_for_surface (GdkSurface *surface) gtk_native_get_for_surface (GdkSurface *surface)