forked from AuroraMiddleware/gtk
gtk: mark gtk_native_get_for_surface as nullable
This commit is contained in:
parent
f846eec894
commit
985a39d41f
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user