Fix self-`(type)` annotations for `TextureScaleNode` methods
authorSebastian Dröge <sebastian@centricular.com>
Sun, 19 Feb 2023 17:00:34 +0000 (19:00 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 19 Feb 2023 17:00:34 +0000 (19:00 +0200)
gsk/gskrendernodeimpl.c

index 9b45daacae77501619d4ed17c1e87e6ef6c1507f..089b2e9ead32d8630594ea3b9fc085fe890eba26 100644 (file)
@@ -1691,7 +1691,7 @@ gsk_texture_scale_node_diff (GskRenderNode  *node1,
 
 /**
  * gsk_texture_scale_node_get_texture:
- * @node: (type GskTextureNode): a `GskRenderNode` of type %GSK_TEXTURE_SCALE_NODE
+ * @node: (type GskTextureScaleNode): a `GskRenderNode` of type %GSK_TEXTURE_SCALE_NODE
  *
  * Retrieves the `GdkTexture` used when creating this `GskRenderNode`.
  *
@@ -1709,7 +1709,7 @@ gsk_texture_scale_node_get_texture (const GskRenderNode *node)
 
 /**
  * gsk_texture_scale_node_get_filter:
- * @node: (type GskTextureNode): a `GskRenderNode` of type %GSK_TEXTURE_SCALE_NODE
+ * @node: (type GskTextureScaleNode): a `GskRenderNode` of type %GSK_TEXTURE_SCALE_NODE
  *
  * Retrieves the `GskScalingFilter` used when creating this `GskRenderNode`.
  *