No need to include <memory>
[m6w6/libmemcached] / docs / memcached_result_st.rst
index 8bc43e26032c0803ad0e20b0949dca4b0d2dccf2..295b2229ebb669a2ede77e227de2a8d7723e50da 100644 (file)
@@ -2,17 +2,14 @@
 Working with result sets
 ========================
 
 Working with result sets
 ========================
 
-.. index:: object: memcached_result_st
-
-Work with memcached_result_st
-
-
 --------
 SYNOPSIS
 --------
 
 #include <libmemcached/memcached_pool.h>
 
 --------
 SYNOPSIS
 --------
 
 #include <libmemcached/memcached_pool.h>
 
+.. 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);
 .. 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: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.
 
 current result object. This value will only be available if the server
 tests it.