Add two missing Since markers

This commit is contained in:
Sebastian Dröge 2023-02-19 11:18:15 +02:00
parent fbd4f06ee2
commit ca93512106
2 changed files with 4 additions and 0 deletions

View File

@ -1588,6 +1588,8 @@ gsk_texture_node_new (GdkTexture *texture,
* GskTextureScaleNode:
*
* A render node for a `GdkTexture`.
*
* Since: 4.10
*/
struct _GskTextureScaleNode
{

View File

@ -89,6 +89,8 @@ gtk_accessible_default_init (GtkAccessibleInterface *iface)
* Retrieves the `GtkATContext` for the given `GtkAccessible`.
*
* Returns: (transfer none): the `GtkATContext`
*
* Since: 4.10
*/
GtkATContext *
gtk_accessible_get_at_context (GtkAccessible *self)