Kouhei Sutou
null+****@clear*****
Tue Jan 27 16:15:17 JST 2015
Kouhei Sutou 2015-01-27 16:15:17 +0900 (Tue, 27 Jan 2015) New Revision: 8e28d219fb5062dc2ecedbdb158696f86621ba1e https://github.com/groonga/groonga/commit/8e28d219fb5062dc2ecedbdb158696f86621ba1e Message: doc: fix description Modified files: doc/source/reference/api/grn_ctx.rst Modified: doc/source/reference/api/grn_ctx.rst (+3 -1) =================================================================== --- doc/source/reference/api/grn_ctx.rst 2015-01-27 16:15:01 +0900 (f9acebb) +++ doc/source/reference/api/grn_ctx.rst 2015-01-27 16:15:17 +0900 (9705408) @@ -52,7 +52,9 @@ Reference ctxの管理するメモリを解放し、使用を終了します。 - If ``ctx`` is initialized by :c:func:`grn_ctx_open()` not :c:func:`grn_ctx_init()`. You need also to call :c:func:`grn_ctx_close()`. + If ``ctx`` is initialized by :c:func:`grn_ctx_open()` not + :c:func:`grn_ctx_init()`, you need to use + :c:func:`grn_ctx_close()` instead of :c:func:`grn_ctx_fin()`. :param ctx: 解放するctx構造体へのポインタを指定します。 :return: ``GRN_SUCCESS`` on success, not ``GRN_SUCCESS`` on error. -------------- next part -------------- HTML����������������������������...Download