diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2010-12-20 00:28:36 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2010-12-20 00:28:36 (GMT) | 
| commit | 56deaf395c65658102ef0111cfc072d65335331a (patch) | |
| tree | ba6d6fd0dbc781e9ad3b3cf6b2eb529a7d7a6aa3 /src/glibext/delayed.h | |
| parent | d9fdfcf887a7a596a68db2500bb5e4d0b692abb6 (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.h | 3 | 
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 ------------------------- */ | 
