docs: update CHANGES for Disobedience user management fix.
[disorder] / disobedience / misc.c
index a1fdf4d..3878824 100644 (file)
 #include "disobedience.h"
 #include "table.h"
 
+/** @brief Embedded image */
 struct image {
+  /** @brief Image name */
   const char *name;
+  /** @brief Image data in GDK pixbuf inline format */
   const guint8 *data;
 };