Il 29/01/2013 05:51, Wenchao Xia ha scritto:
> + * qb_fmt_info_new: create a new QBlockFormatInfo structure.
> + *
> + * return 0 on success, libqblock negative error value on fail.
> + *
> + * @context: operation context.
> + * @p_fmt: pointer that will receive created struct.
> + */
> +LIBQB_DLL_PUBLIC
> +int qb_fmt_info_new(QBlockContext *context,
> +                    QBlockFormatInfo **p_fmt);

Please spell out QB_FORMAT_, qb_format_, QB_LOCATION, qb_location_
instead of using fmt and loc.

Paolo

Reply via email to