|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready --> |
4 | | -<refentry xmlns="http://docbook.org/ns/docbook" xml:id='function.ibase-blob-add'> |
| 3 | +<!-- EN-Revision: 65022763f3b3848097a0643b6a8d5016f7c41290 Maintainer: hirokawa Status: ready --> |
| 4 | +<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ibase-blob-add"> |
5 | 5 | <refnamediv> |
6 | 6 | <refname>ibase_blob_add</refname> |
7 | 7 | <refpurpose>生成された blob にデータを追加する</refpurpose> |
8 | 8 | </refnamediv> |
9 | | - |
| 9 | + |
10 | 10 | <refsect1 role="description"> |
11 | 11 | &reftitle.description; |
12 | 12 | <methodsynopsis> |
|
23 | 23 |
|
24 | 24 | <refsect1 role="parameters"> |
25 | 25 | &reftitle.parameters; |
26 | | - <para> |
27 | | - <variablelist> |
28 | | - <varlistentry> |
29 | | - <term><parameter>blob_handle</parameter></term> |
30 | | - <listitem> |
31 | | - <para> |
32 | | - <function>ibase_blob_create</function> でオープンした blob ハンドル。 |
33 | | - </para> |
34 | | - </listitem> |
35 | | - </varlistentry> |
36 | | - <varlistentry> |
37 | | - <term><parameter>data</parameter></term> |
38 | | - <listitem> |
39 | | - <para> |
40 | | - 追加するデータ。 |
41 | | - </para> |
42 | | - </listitem> |
43 | | - </varlistentry> |
44 | | - </variablelist> |
45 | | - </para> |
| 26 | + <variablelist> |
| 27 | + <varlistentry> |
| 28 | + <term><parameter>blob_handle</parameter></term> |
| 29 | + <listitem> |
| 30 | + <para> |
| 31 | + <function>ibase_blob_create</function> でオープンした blob ハンドル。 |
| 32 | + </para> |
| 33 | + </listitem> |
| 34 | + </varlistentry> |
| 35 | + <varlistentry> |
| 36 | + <term><parameter>data</parameter></term> |
| 37 | + <listitem> |
| 38 | + <para> |
| 39 | + 追加するデータ。 |
| 40 | + </para> |
| 41 | + </listitem> |
| 42 | + </varlistentry> |
| 43 | + </variablelist> |
46 | 44 | </refsect1> |
47 | 45 |
|
48 | 46 | <refsect1 role="returnvalues"> |
|
54 | 52 |
|
55 | 53 | <refsect1 role="seealso"> |
56 | 54 | &reftitle.seealso; |
57 | | - <para> |
58 | | - <simplelist> |
59 | | - <member><function>ibase_blob_cancel</function></member> |
60 | | - <member><function>ibase_blob_close</function></member> |
61 | | - <member><function>ibase_blob_create</function></member> |
62 | | - <member><function>ibase_blob_import</function></member> |
63 | | - </simplelist> |
64 | | - </para> |
| 55 | + <simplelist> |
| 56 | + <member><function>ibase_blob_cancel</function></member> |
| 57 | + <member><function>ibase_blob_close</function></member> |
| 58 | + <member><function>ibase_blob_create</function></member> |
| 59 | + <member><function>ibase_blob_import</function></member> |
| 60 | + </simplelist> |
65 | 61 | </refsect1> |
66 | 62 |
|
67 | 63 | </refentry> |
68 | | - |
69 | 64 | <!-- Keep this comment at the end of the file |
70 | 65 | Local variables: |
71 | 66 | mode: sgml |
|
0 commit comments