1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.. -*- rst -*-
.. highlightlang:: none
``grn_command_version``
=======================
Summary
-------
TODO...
Example
-------
TODO...
Reference
---------
.. c:type:: grn_command_version
.. c:macro:: GRN_COMMAND_VERSION_MIN
.. c:macro:: GRN_COMMAND_VERSION_STABLE
.. c:macro:: GRN_COMMAND_VERSION_MAX
.. c:function:: grn_command_version grn_get_default_command_version(void)
デフォルトのcommand_versionを返します。
.. c:function:: grn_rc grn_set_default_command_version(grn_command_version version)
デフォルトのcommand_versionを変更します。
:param version: 変更後のデフォルトのcommand_versionを指定します。
|