* Returns the node that was constructed by @snapshot
* and frees @snapshot.
*
- * Returns: (transfer full): a newly-created [class@Gsk.RenderNode]
+ * Returns: (transfer full) (nullable): a newly-created [class@Gsk.RenderNode]
*/
GskRenderNode *
gtk_snapshot_free_to_node (GtkSnapshot *snapshot)
* Returns a paintable for the node that was
* constructed by @snapshot and frees @snapshot.
*
- * Returns: (transfer full): a newly-created [iface@Gdk.Paintable]
+ * Returns: (transfer full) (nullable): a newly-created [iface@Gdk.Paintable]
*/
GdkPaintable *
gtk_snapshot_free_to_paintable (GtkSnapshot *snapshot,
* add more nodes to @snapshot. The only function that should
* be called after this is [method@GObject.Object.unref].
*
- * Returns: (transfer full): the constructed `GskRenderNode`
+ * Returns: (transfer full) (nullable): the constructed `GskRenderNode`
*/
GskRenderNode *
gtk_snapshot_to_node (GtkSnapshot *snapshot)
* add more nodes to @snapshot. The only function that should
* be called after this is [method@GObject.Object.unref].
*
- * Returns: (transfer full): a new `GdkPaintable`
+ * Returns: (transfer full) (nullable): a new `GdkPaintable`
*/
GdkPaintable *
gtk_snapshot_to_paintable (GtkSnapshot *snapshot,