tests/ref-test: Don't use gidoc for private function
This will silence some introspection warnings that would otherwise happen when we start doing that. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2824>
This commit is contained in:
parent
f6da583d06
commit
13ca367311
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ ensure_expected_format (cairo_surface_t **ref_image)
|
|||
*ref_image = target;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Tint a color:
|
||||
* @src Source pixel as x8r8g8b8.
|
||||
* @add The tint as x8r8g8b8, x8 must be zero; r8, g8 and b8 must be
|
||||
|
|
Loading…
Reference in a new issue