X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_callback.rst;h=e0158f6f888f34320b4031847a54008b87d116da;hb=90bb4fb5810353d35ce5575caa3b0a2139e3f4a1;hp=d211cd7adeac3768e44d9f0b6c2ae80df139bda1;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_callback.rst b/docs/source/libmemcached/memcached_callback.rst index d211cd7a..e0158f6f 100644 --- a/docs/source/libmemcached/memcached_callback.rst +++ b/docs/source/libmemcached/memcached_callback.rst @@ -24,7 +24,6 @@ SYNOPSIS When :func:`memcached_delete` is called this function will be executed. At the point of its execution all connections are closed. - .. enumerator:: MEMCACHED_CALLBACK_CLONE_FUNCTION When :func:`memcached_delete` is called this function will be executed. @@ -92,7 +91,6 @@ SYNOPSIS The prototype for this is: .. type:: memcached_return_t (*memcached_trigger_delete_key)(memcached_st *ptr, char *key, size_t key_length) - DESCRIPTION ----------- @@ -110,8 +108,6 @@ callback flag. No connections are reset. You can use `MEMCACHED_CALLBACK_USER_DATA` to provide custom context if required for any of the callbacks. - - RETURN VALUE ------------