File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 22<!-- $Revision$ -->
33<!-- EN-Revision: 9e0804888ae46a50f28d98514a8d5e70a34e069c Maintainer: nsfisis Status: working -->
44
5- !!!
65<refentry xml : id =" ffi.scope" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
76 <refnamediv >
87 <refname >FFI::scope</refname >
9- <refpurpose >!!! Instantiates an FFI object with C declarations parsed during preloading </refpurpose >
8+ <refpurpose >事前ロード中にパースされた C の宣言を使って FFI オブジェクトをインスタンス化する </refpurpose >
109 </refnamediv >
1110
1211 <refsect1 role =" description" >
1615 <methodparam ><type >string</type ><parameter >name</parameter ></methodparam >
1716 </methodsynopsis >
1817 <para >
19- Instantiates an FFI object with C declarations parsed during preloading.
18+ 事前ロード中にパースされた C の宣言を使って FFI オブジェクトをインスタンス化します。
2019 </para >
2120 <para >
22- The <methodname >FFI::scope</methodname > method is safe to call multiple times for the same scope. Multiple references to the
23- same scope may be loaded at the same time.
21+ <methodname >FFI::scope</methodname > メソッドを同じスコープに対して複数回呼ぶのは安全です。
22+ 同じスコープを指す複数の参照は同時に読み込まれるかもしれません。
2423 </para >
2524 </refsect1 >
2625
3130 <term ><parameter >name</parameter ></term >
3231 <listitem >
3332 <para >
34- The scope name defined by a special <literal >FFI_SCOPE</literal > define.
33+ 特殊な <literal >FFI_SCOPE</literal > define によって定義されたスコープ名。
3534 </para >
3635 </listitem >
3736 </varlistentry >
You can’t perform that action at this time.
0 commit comments