aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/qmi-codegen/Variable.py
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-10-09 15:50:40 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-11-09 20:15:28 +0100
commit654ad38ad9356b679d469dc3ae57169b085627a7 (patch)
treecfbcfde176825e07d09120a832c84bde6f757310 /build-aux/qmi-codegen/Variable.py
parent8541fa485d486a6f0677323d2be0ea62205a0c6c (diff)
downloadexternal_libqmi-654ad38ad9356b679d469dc3ae57169b085627a7.zip
external_libqmi-654ad38ad9356b679d469dc3ae57169b085627a7.tar.gz
external_libqmi-654ad38ad9356b679d469dc3ae57169b085627a7.tar.bz2
qmi-codegen: use the new TLV builder API
Diffstat (limited to 'build-aux/qmi-codegen/Variable.py')
-rw-r--r--build-aux/qmi-codegen/Variable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/qmi-codegen/Variable.py b/build-aux/qmi-codegen/Variable.py
index fbc93f5..a364399 100644
--- a/build-aux/qmi-codegen/Variable.py
+++ b/build-aux/qmi-codegen/Variable.py
@@ -81,7 +81,7 @@ class Variable:
Emits the code involved in writing the variable to the raw byte stream
from the specific private format.
"""
- def emit_buffer_write(self, f, line_prefix, variable_name, buffer_name, buffer_len, error_label):
+ def emit_buffer_write(self, f, line_prefix, tlv_name, variable_name):
pass