summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-10-09 12:58:14 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-10-09 15:23:48 +0200
commit386fdf3f802ab5c61f752272d8dfd57b970cca01 (patch)
tree5768d9aa50f5b2388c4f049e0759c1585f8ab9d3 /build-aux
parentff10acc860a7f1c77cf0fe4d1a142b868e0619e4 (diff)
libqmi-glib,utils: make qmi_utils_str_hex() private to the library
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/qmi-codegen/Message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/qmi-codegen/Message.py b/build-aux/qmi-codegen/Message.py
index 3eaff1c..57b33ef 100644
--- a/build-aux/qmi-codegen/Message.py
+++ b/build-aux/qmi-codegen/Message.py
@@ -320,7 +320,7 @@ class Message:
' } else {\n'
' gchar *value_hex;\n'
'\n'
- ' value_hex = qmi_utils_str_hex (value, length, \':\');\n'
+ ' value_hex = __qmi_utils_str_hex (value, length, \':\');\n'
' g_string_append_printf (ctx->printable,\n'
' "%sTLV:\\n"\n'
' "%s type = \\"%s\\" (0x%02x)\\n"\n'