Merge branch 'missing-since-markers' into 'main'

Add two missing `Since` markers

See merge request GNOME/gtk!5537
This commit is contained in:
Matthias Clasen 2023-02-19 14:56:51 +00:00
commit 1b0f324be5
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)