diff options
author | Richard Hughes <richard@hughsie.com> | 2014-03-18 11:20:07 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-03-18 11:21:38 +0000 |
commit | 3bd7010c35ff0cc7458716a3ec17834fed6a6c57 (patch) | |
tree | 8db1e136c1053c2ee345c78c72553defb9d7d7c3 /libappstream-glib/as-image.h | |
parent | ac87950adcf2c61c927e51439e1201c32213eb39 (diff) | |
download | appstream-glib-3bd7010c35ff0cc7458716a3ec17834fed6a6c57.tar.gz |
Add gtk-doc file headers and flesh out the documentation
Diffstat (limited to 'libappstream-glib/as-image.h')
-rw-r--r-- | libappstream-glib/as-image.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libappstream-glib/as-image.h b/libappstream-glib/as-image.h index 357a9be..e49fb82 100644 --- a/libappstream-glib/as-image.h +++ b/libappstream-glib/as-image.h @@ -59,6 +59,14 @@ struct _AsImageClass void (*_as_reserved8) (void); }; +/** + * AsImageKind: + * @AS_IMAGE_KIND_UNKNOWN: Type invalid or not known + * @AS_IMAGE_KIND_SOURCE: The source image at full resolution + * @AS_IMAGE_KIND_THUMBNAIL: A thumbnail at reduced resolution + * + * The image type. + **/ typedef enum { AS_IMAGE_KIND_UNKNOWN, AS_IMAGE_KIND_SOURCE, |