diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-06 09:43:15 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-06 09:52:22 +0200 |
commit | 6ba2b61bbade7f3728d57eb47644fd1b668df9a4 (patch) | |
tree | 0e5ff919f5a6ee41610caa62b8a780da5302ee20 /TODO | |
parent | b3f6aab153ebdbd88ff7202dc9b116f603105599 (diff) |
qmi-codegen: allow specifying a 'max-size' for the string variables
They will still be read into a new heap-allocated string, but we now control
whether the user gives a proper size.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ + + +List of things left for later: +---------------------------------------- + + * qmi-codegen: Skip additional heap allocation for Strings marked with + 'max-size'. If the 'max-size' is short enough, we can just use arrays of + gchars with a specific size directly in the input/output bundle. |