gthread: Make some argument names match up

This fixes a warning from g-ir-scanner as the declaration and
documentation comment didn’t match.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-11-29 12:00:35 +00:00
parent f14cd8de14
commit 8f08c1a038

View File

@ -286,7 +286,7 @@ void g_cond_free (GCond *cond);
GLIB_DEPRECATED_IN_2_32
gboolean g_cond_timed_wait (GCond *cond,
GMutex *mutex,
GTimeVal *timeval);
GTimeVal *abs_time);
G_GNUC_END_IGNORE_DEPRECATIONS