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:
@@ -38,7 +38,7 @@ if get_option('documentation')
|
||||
gdk_gir[0],
|
||||
],
|
||||
depends: gdk_gir[0],
|
||||
suite: ['docs'],
|
||||
suite: ['docs', 'failing'],
|
||||
)
|
||||
|
||||
if x11_enabled
|
||||
|
@@ -260,4 +260,4 @@ name = "StyleProvider"
|
||||
hidden = true
|
||||
|
||||
[check]
|
||||
skip_deprecated = true
|
||||
ignore_deprecated = true
|
||||
|
@@ -74,7 +74,7 @@ if get_option('documentation')
|
||||
gtk_gir[0],
|
||||
],
|
||||
depends: gtk_gir[0],
|
||||
suite: ['docs'],
|
||||
suite: ['docs', 'failing'],
|
||||
)
|
||||
endif
|
||||
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user