On Sat, 17 Oct 2009 08:36:04 -0500
Anthony Liguori <aligu...@us.ibm.com> wrote:
> +QObject *qobject_from_json(const char *string, size_t *length);
> +QObject *qobject_from_jsonf(const char *string, size_t *length, ...)
> +    __attribute__((__format__ (__printf__, 1, 3)));

 We need a wrapper for command handlers usage, they won't use 'length' and
I think we can abort() on error if the only possibility of failing is a
wrong syntax.


Reply via email to