summaryrefslogtreecommitdiff
path: root/src/glibext/delayed.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-12-20 00:28:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-12-20 00:28:36 (GMT)
commit56deaf395c65658102ef0111cfc072d65335331a (patch)
treeba6d6fd0dbc781e9ad3b3cf6b2eb529a7d7a6aa3 /src/glibext/delayed.h
parentd9fdfcf887a7a596a68db2500bb5e4d0b692abb6 (diff)
Begun to clean the code by moving the disassembling process into disass/.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@202 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 ------------------------- */