Skip to content

Commit 0a3fe5b

Browse files
committed
wip
1 parent 2b14e03 commit 0a3fe5b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

reference/ffi/ffi/scope.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
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">
@@ -16,11 +15,11 @@
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

@@ -31,7 +30,7 @@
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>

0 commit comments

Comments
 (0)