reference/enchant/functions/enchant-dict-is-in-session.xml
94f2c273f0bb214580b3cba17273f79e8cc2cb25
...
...
@@ -3,60 +3,21 @@
3
3
<refentry xml:id="function.enchant-dict-is-in-session" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>enchant_dict_is_in_session</refname>
6
-
<refpurpose>Whether or not 'word' exists in this spelling-session</refpurpose>
6
+
<refpurpose>&Alias; <function>enchant_dict_is_added</function></refpurpose>
7
7
</refnamediv>
8
+

9
+
<refsynopsisdiv>
10
+
&warn.deprecated.alias-8-0-0;
11
+
</refsynopsisdiv>
12
+

8
13
<refsect1 role="description">
9
14
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>bool</type><methodname>enchant_dict_is_in_session</methodname>
12
-
<methodparam><type>resource</type><parameter>dict</parameter></methodparam>
13
-
<methodparam><type>string</type><parameter>word</parameter></methodparam>
14
-
</methodsynopsis>
15
-
<para>
16
-
Tells whether or not a word already exists in the current session.
17
-
</para>
18
-
</refsect1>
19
-
<refsect1 role="parameters">
20
-
&reftitle.parameters;
21
-
<para>
22
-
<variablelist>
23
-
<varlistentry>
24
-
<term><parameter>dict</parameter></term>
25
-
<listitem>
26
-
<para>
27
-
Dictionary resource
28
-
</para>
29
-
</listitem>
30
-
</varlistentry>
31
-
<varlistentry>
32
-
<term><parameter>word</parameter></term>
33
-
<listitem>
34
-
<para>
35
-
The word to lookup
36
-
</para>
37
-
</listitem>
38
-
</varlistentry>
39
-
</variablelist>
40
-
</para>
41
-
</refsect1>
42
-
<refsect1 role="returnvalues">
43
-
&reftitle.returnvalues;
44
-
<para>
45
-
Returns &true; if the word exists or &false;
46
-
</para>
15
+
<simpara>
16
+
&info.function.alias;
17
+
<function>enchant_dict_is_added</function>.
18
+
</simpara>
47
19
</refsect1>
48
-

49
-
<refsect1 role="seealso">
50
-
&reftitle.seealso;
51
-
<para>
52
-
<simplelist>
53
-
<member><function>enchant_dict_add_to_session</function></member>
54
-
</simplelist>
55
-
</para>
56
-
</refsect1>
57
-

58
20
</refentry>
59
-

60
21
<!-- Keep this comment at the end of the file
61
22
Local variables:
62
23
mode: sgml
63
24