Diff

teal-src/util/stanza.d.tl @ 11459:86904555bffc

teal: Use new integer support in Teal 0.13.0
author Kim Alvefur <zash@zash.se>
date Thu, 18 Mar 2021 23:16:41 +0100
parent 11432:113f3912c7cb
child 11642:7f2dee4249aa
line wrap: on
line diff
--- a/teal-src/util/stanza.d.tl	Thu Mar 18 13:07:10 2021 +0100
+++ b/teal-src/util/stanza.d.tl	Thu Mar 18 23:16:41 2021 +0100
@@ -26,7 +26,7 @@
 		get_child_text : function ( stanza_t, string, string ) : string
 		child_with_name : function ( stanza_t, string, string ) : stanza_t
 		child_with_ns : function ( stanza_t, string, string ) : stanza_t
-		children : function ( stanza_t ) : children_iter, stanza_t, number
+		children : function ( stanza_t ) : children_iter, stanza_t, integer
 		childtags : function ( stanza_t, string, string ) : childtags_iter
 		maptags : function ( stanza_t, maptags_cb ) : stanza_t
 		find : function ( stanza_t, string ) : stanza_t | string
@@ -36,7 +36,7 @@
 		pretty_top_tag : function ( stanza_t ) : string
 
 		get_error : function ( stanza_t ) : string, string, string, stanza_t
-		indent : function ( stanza_t, number, string ) : stanza_t
+		indent : function ( stanza_t, integer, string ) : stanza_t
 	end
 
 	record serialized_stanza_t