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:
Jonas Ådahl 2023-02-02 16:17:27 +01:00 committed by Marge Bot
parent f6da583d06
commit 13ca367311

View File

@ -369,7 +369,7 @@ ensure_expected_format (cairo_surface_t **ref_image)
*ref_image = target; *ref_image = target;
} }
/** /*
* Tint a color: * Tint a color:
* @src Source pixel as x8r8g8b8. * @src Source pixel as x8r8g8b8.
* @add The tint as x8r8g8b8, x8 must be zero; r8, g8 and b8 must be * @add The tint as x8r8g8b8, x8 must be zero; r8, g8 and b8 must be