diff options
author | root <root> | 2010-10-22 10:09:12 +0000 |
---|---|---|
committer | root <root> | 2010-10-22 10:09:12 +0000 |
commit | 84cd5c8b8c9bab9e2e9ad5a69cfc2818abc3ae0f (patch) | |
tree | 3cf0eb1ca13d6543229f8691756dba3566628b7d /ev.pod | |
parent | 2ecadb3192c0928dc5381336774e54d4019e28de (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -227,10 +227,10 @@ probe for if you specify no backends explicitly. =item unsigned int ev_embeddable_backends () Returns the set of backends that are embeddable in other event loops. This -is the theoretical, all-platform, value. To find which backends -might be supported on the current system, you would need to look at -C<ev_embeddable_backends () & ev_supported_backends ()>, likewise for -recommended ones. +value is platform-specific but can include backends not available on the +current system. To find which embeddable backends might be supported on +the current system, you would need to look at C<ev_embeddable_backends () +& ev_supported_backends ()>, likewise for recommended ones. See the description of C<ev_embed> watchers for more info. |