X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=bindingstypes.py;h=aab05250a9d9f9a9afa246abb4b726af24503e04;hb=51b99938ad39a1215696f57e37c8ee79307c1086;hp=66f34a58340158c566284475c7addd65de453038;hpb=246459dcbc3be28c38b4951140a5933f4b3aa024;p=ldk-java diff --git a/bindingstypes.py b/bindingstypes.py index 66f34a58..aab05250 100644 --- a/bindingstypes.py +++ b/bindingstypes.py @@ -66,11 +66,12 @@ class ConvInfo: self.from_hu_conv = from_hu_conv class TraitMethInfo: - def __init__(self, fn_name, self_is_const, ret_ty_info, args_ty): + def __init__(self, fn_name, self_is_const, ret_ty_info, args_ty, docs): self.fn_name = fn_name self.self_is_const = self_is_const self.ret_ty_info = ret_ty_info self.args_ty = args_ty + self.docs = docs class ComplexEnumVariantInfo: def __init__(self, var_name, fields):