diff options
| author | Armin Rigo <arigo@tunes.org> | 2016-08-22 15:54:44 +0200 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2016-08-22 15:54:44 +0200 |
| commit | 53801207e5dcd9008dfd28e58bc40106b2919fb8 (patch) | |
| tree | 90834051c455e4c31355185e51d24af081ffc176 /doc/source/ref.rst | |
| parent | 5eb42284eab5d18cbfa0b84a0f387354a63638c1 (diff) | |
| download | cffi-53801207e5dcd9008dfd28e58bc40106b2919fb8.tar.gz | |
Update the docs according to issue #281
Diffstat (limited to 'doc/source/ref.rst')
| -rw-r--r-- | doc/source/ref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/ref.rst b/doc/source/ref.rst index 25822e9..18c22f8 100644 --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -292,7 +292,7 @@ and in C, where ``&array[index]`` is just ``array + index``. 3. ``ffi.addressof(<library>, "name")`` returns the address of the named function or global variable from the given library object. -*New in version 1.1:* for functions, it returns a regular cdata +For functions, it returns a regular cdata object containing a pointer to the function. Note that the case 1. cannot be used to take the address of a |
