doc: Add fpi-img section to the docs

This commit is contained in:
Bastien Nocera
2018-11-09 13:52:26 +01:00
parent fe17dfe01d
commit 7402401057
3 changed files with 31 additions and 0 deletions

View File

@@ -48,6 +48,15 @@
* natural upright orientation.
*/
/**
* SECTION:fpi-img
* @title: Driver Image operations
*
* Those are the driver-specific helpers for #fp_img manipulation. See #fp_img's
* documentation for more information about data formats, and their uses in
* front-end applications.
*/
struct fp_img *fpi_img_new(size_t length)
{
struct fp_img *img = g_malloc0(sizeof(*img) + length);