Merge branch 'matthiasc/for-main' into 'main'

docs: Mark the docs check as failing

See merge request GNOME/gtk!7598
This commit is contained in:
Matthias Clasen
2024-08-11 19:43:16 +00:00
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ if get_option('documentation')
gdk_gir[0],
],
depends: gdk_gir[0],
suite: ['docs'],
suite: ['docs', 'failing'],
)
if x11_enabled

View File

@@ -260,4 +260,4 @@ name = "StyleProvider"
hidden = true
[check]
skip_deprecated = true
ignore_deprecated = true

View File

@@ -74,7 +74,7 @@ if get_option('documentation')
gtk_gir[0],
],
depends: gtk_gir[0],
suite: ['docs'],
suite: ['docs', 'failing'],
)
endif

View File

@@ -58,7 +58,7 @@ void gdk_cicp_params_set_matrix_coefficients (GdkCicpParams *self,
/**
* GdkCicpRange:
* @GDK_CICP_RANGE_NARROW: The values use the range of 16-235 (for Y) and 16-240 for u and v.
* @GDK_CICO_RANGE_FULL: The values use the full range.
* @GDK_CICP_RANGE_FULL: The values use the full range.
*
* The values of this enumeration describe whether image data uses
* the full range of 8-bit values.

View File

@@ -615,7 +615,7 @@ gsk_render_node_diff (GskRenderNode *node1,
/**
* gsk_render_node_get_opaque_rect:
* @self: a `GskRenderNode`
* @out_opaque: (out):
* @out_opaque: (out): return location for the opaque rect
*
* Gets an opaque rectangle inside the node that GTK can determine to
* be fully opaque.