mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Merge branch 'missing-since-markers' into 'main'
Add two missing `Since` markers See merge request GNOME/gtk!5537
This commit is contained in:
commit
1b0f324be5
@ -1588,6 +1588,8 @@ gsk_texture_node_new (GdkTexture *texture,
|
|||||||
* GskTextureScaleNode:
|
* GskTextureScaleNode:
|
||||||
*
|
*
|
||||||
* A render node for a `GdkTexture`.
|
* A render node for a `GdkTexture`.
|
||||||
|
*
|
||||||
|
* Since: 4.10
|
||||||
*/
|
*/
|
||||||
struct _GskTextureScaleNode
|
struct _GskTextureScaleNode
|
||||||
{
|
{
|
||||||
|
@ -89,6 +89,8 @@ gtk_accessible_default_init (GtkAccessibleInterface *iface)
|
|||||||
* Retrieves the `GtkATContext` for the given `GtkAccessible`.
|
* Retrieves the `GtkATContext` for the given `GtkAccessible`.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the `GtkATContext`
|
* Returns: (transfer none): the `GtkATContext`
|
||||||
|
*
|
||||||
|
* Since: 4.10
|
||||||
*/
|
*/
|
||||||
GtkATContext *
|
GtkATContext *
|
||||||
gtk_accessible_get_at_context (GtkAccessible *self)
|
gtk_accessible_get_at_context (GtkAccessible *self)
|
||||||
|
Loading…
Reference in New Issue
Block a user