reference/gmagick/gmagick/hasnextimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -14,11 +14,8 @@
14
14
<void />
15
15
</methodsynopsis>
16
16
<para>
17
-
Returns TRUE if the object has more images when traversing the list in the forward direction.
17
+
Returns &true; if the object has more images when traversing the list in the forward direction.
18
18
</para>
19
-

20
-
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -29,7 +26,7 @@
29
26
<refsect1 role="returnvalues">
30
27
&reftitle.returnvalues;
31
28
<para>
32
-
Returns TRUE if the object has more images when traversing the list in the forward direction, returns FALSE if there are none.
29
+
Returns &true; if the object has more images when traversing the list in the forward direction, returns &false; if there are none.
33
30
</para>
34
31
</refsect1>
35
32
<refsect1 role="errors">
36
33