diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-08-19 21:05:06 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-08-19 21:05:06 (GMT) |
commit | 370311f0a7176aa880dd0a15561c87a324fc111c (patch) | |
tree | c65174e576443b9832d70ec1f4a8939cf3864ff4 /src/glibext/workgroup.c | |
parent | 7ae448ef9adac1642241f09d8838294b5d6e8e2d (diff) |
Typos and cosmetics.
Diffstat (limited to 'src/glibext/workgroup.c')
-rw-r--r-- | src/glibext/workgroup.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/glibext/workgroup.c b/src/glibext/workgroup.c index ba133a9..c603d54 100644 --- a/src/glibext/workgroup.c +++ b/src/glibext/workgroup.c @@ -112,7 +112,7 @@ static void g_work_group_init(GWorkGroup *group) /****************************************************************************** * * -* Paramètres : queue = instance d'objet GLib à traiter. * +* Paramètres : group = instance d'objet GLib à traiter. * * * * Description : Supprime toutes les références externes. * * * @@ -505,8 +505,7 @@ bool g_work_group_wait_timed_for_completion(GWorkGroup *group, gint64 rel) /****************************************************************************** * * -* Paramètres : queue = gestionnaire de l'ensemble des groupes de travail.* -* id = identifiant d'un groupe de travail. * +* Paramètres : group = groupes de travail à manipuler. * * * * Description : Force un réveil d'une attente en cours pour la confirmer. * * * |