diff options
author | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2016-04-11 22:41:03 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2016-05-06 22:18:57 +0200 |
commit | 198326fbd270e1c10a7ab02ecf01ef0f3e387287 (patch) | |
tree | a1b77d762a4025b5e006586592d99ef0160a980d | |
parent | 8a47b7a4ec36d32244cc1a125d344e846d4a695c (diff) |
ecore: fix typo in documentation of Ecore_Exe_Event_Del
-rw-r--r-- | src/lib/ecore/Ecore_Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 7d7164a618..6877e26ab8 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h | |||
@@ -987,7 +987,7 @@ struct _Ecore_Exe_Event_Del | |||
987 | Ecore_Exe *exe; /**< The handle to the exited process, or @c NULL if not found */ | 987 | Ecore_Exe *exe; /**< The handle to the exited process, or @c NULL if not found */ |
988 | int exit_signal; /**< The signal that caused the process to exit */ | 988 | int exit_signal; /**< The signal that caused the process to exit */ |
989 | Eina_Bool exited : 1; /**< Set to 1 if the process exited of its own accord */ | 989 | Eina_Bool exited : 1; /**< Set to 1 if the process exited of its own accord */ |
990 | Eina_Bool signalled : 1; /**< Set to 1 id the process exited due to uncaught signal */ | 990 | Eina_Bool signalled : 1; /**< Set to 1 if the process exited due to uncaught signal */ |
991 | void *ext_data; /**< Extension data - not used */ | 991 | void *ext_data; /**< Extension data - not used */ |
992 | #if !defined (_WIN32) && !defined (__lv2ppu__) && !defined (EXOTIC_NO_SIGNAL) | 992 | #if !defined (_WIN32) && !defined (__lv2ppu__) && !defined (EXOTIC_NO_SIGNAL) |
993 | siginfo_t data; /**< Signal info */ | 993 | siginfo_t data; /**< Signal info */ |