reference/funchand/functions/unregister-tick-function.xml
1e40469acf78d5c2eaf68c17e2d1d0139895e68f
...
...
@@ -10,10 +10,10 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>void</type><methodname>unregister_tick_function</methodname>
13
-
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
13
+
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<simpara>
16
-
De-registers the function named by <parameter>function_name</parameter> so it is
16
+
De-registers the function <parameter>callback</parameter> so it is
17
17
no longer executed when a <link
18
18
linkend="control-structures.declare">tick</link> is
19
19
called.
...
...
@@ -25,10 +25,10 @@
25
25
<para>
26
26
<variablelist>
27
27
<varlistentry>
28
-
<term><parameter>function_name</parameter></term>
28
+
<term><parameter>callback</parameter></term>
29
29
<listitem>
30
30
<para>
31
-
The function name, as a string.
31
+
The function to de-register.
32
32
</para>
33
33
</listitem>
34
34
</varlistentry>
...
...
@@ -53,7 +53,6 @@
53
53
</refsect1>
54
54

55
55
</refentry>
56
-

57
56
<!-- Keep this comment at the end of the file
58
57
Local variables:
59
58
mode: sgml
60
59