Sha256: 398545e50ee457432b8c33c4e110bd9af656219eaa180d038830883da2491baa

Contents?: true

Size: 1.85 KB

Versions: 128

Compression:

Stored size: 1.85 KB

Contents

.. -*- rst -*-

.. highlightlang:: none

``grn_info``
============

Summary
-------

TODO...

Example
-------

TODO...

Reference
---------

.. c:type:: grn_info_type

   TODO...

.. c:function:: grn_obj *grn_obj_get_info(grn_ctx *ctx, grn_obj *obj, grn_info_type type, grn_obj *valuebuf)

   objのtypeに対応する情報をvaluebufに格納します。

   :param obj: 対象objを指定します。
   :param type: 取得する情報の種類を指定します。
   :param valuebuf: 値を格納するバッファ(呼出側で準備)を指定します。

.. c:function:: grn_rc grn_obj_set_info(grn_ctx *ctx, grn_obj *obj, grn_info_type type, grn_obj *value)

   objのtypeに対応する情報をvalueの内容に更新します。

   :param obj: 対象objを指定します。
   :param type: 設定する情報の種類を指定します。

.. c:function:: grn_obj *grn_obj_get_element_info(grn_ctx *ctx, grn_obj *obj, grn_id id, grn_info_type type, grn_obj *value)

   objのidに対応するレコードの、typeに対応する情報をvaluebufに格納します。呼出側ではtypeに応じて十分なサイズのバッファを確保しなければいけません。

   :param obj: 対象objを指定します。
   :param id: 対象IDを指定します。
   :param type: 取得する情報の種類を指定します。
   :param value: 値を格納するバッファ(呼出側で準備)を指定します。

.. c:function:: grn_rc grn_obj_set_element_info(grn_ctx *ctx, grn_obj *obj, grn_id id, grn_info_type type, grn_obj *value)

   objのidに対応するレコードのtypeに対応する情報をvalueの内容に更新します。

   :param obj: 対象objectを指定します。
   :param id: 対象IDを指定します。
   :param type: 設定する情報の種類を指定します。
   :param value: 設定しようとする値を指定します。

Version data entries

128 entries across 64 versions & 1 rubygems

Version Path
rroonga-7.0.2-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-7.0.2-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-7.0.2-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-7.0.2-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-6.1.3-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-6.1.3-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-6.1.3-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-6.1.3-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-6.1.0-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-6.1.0-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-6.1.0-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-6.1.0-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-6.0.9-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-6.0.9-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-6.0.9-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-6.0.9-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-6.0.7-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-6.0.7-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
rroonga-6.0.7-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
rroonga-6.0.7-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt