X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_result_st.rst;h=295b2229ebb669a2ede77e227de2a8d7723e50da;hb=0b11235514c679e2545176348ce56c1e19ba4d30;hp=8bc43e26032c0803ad0e20b0949dca4b0d2dccf2;hpb=16ba6539e831e2abcef9dcf56fa26e3a0d5c7f91;p=m6w6%2Flibmemcached diff --git a/docs/memcached_result_st.rst b/docs/memcached_result_st.rst index 8bc43e26..295b2229 100644 --- a/docs/memcached_result_st.rst +++ b/docs/memcached_result_st.rst @@ -2,17 +2,14 @@ Working with result sets ======================== -.. index:: object: memcached_result_st - -Work with memcached_result_st - - -------- SYNOPSIS -------- #include +.. c:type:: memcached_result_st + .. c:function:: memcached_result_st * memcached_result_create (memcached_st *ptr, memcached_result_st *result); .. c:function:: void memcached_result_free (memcached_result_st *result); @@ -76,7 +73,7 @@ the current result object. :c:func:`memcached_result_flags()` returns the flags associated with the current result object. -:c:cune:`memcached_result_cas()` returns the cas associated with the +:c:func:`memcached_result_cas()` returns the cas associated with the current result object. This value will only be available if the server tests it.