summaryrefslogtreecommitdiff
path: root/src/glibext/delayed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/delayed.h')
-rw-r--r--src/glibext/delayed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glibext/delayed.h b/src/glibext/delayed.h
index 501bb7f..d2649e1 100644
--- a/src/glibext/delayed.h
+++ b/src/glibext/delayed.h
@@ -51,6 +51,9 @@ typedef struct _GDelayedWorkClass GDelayedWorkClass;
/* Indique le type défini pour les travaux différés. */
GType g_delayed_work_get_type(void);
+/* Attend la fin de l'exécution d'une tâche donnée. */
+void g_delayed_work_wait_for_completion(GDelayedWork *);
+
/* ------------------------- TRAITEMENT DE TACHES DIFFEREES ------------------------- */