summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-screenshot.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-18 11:20:07 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-18 11:21:38 +0000
commit3bd7010c35ff0cc7458716a3ec17834fed6a6c57 (patch)
tree8db1e136c1053c2ee345c78c72553defb9d7d7c3 /libappstream-glib/as-screenshot.h
parentac87950adcf2c61c927e51439e1201c32213eb39 (diff)
downloadappstream-glib-3bd7010c35ff0cc7458716a3ec17834fed6a6c57.tar.gz
Add gtk-doc file headers and flesh out the documentation
Diffstat (limited to 'libappstream-glib/as-screenshot.h')
-rw-r--r--libappstream-glib/as-screenshot.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libappstream-glib/as-screenshot.h b/libappstream-glib/as-screenshot.h
index a252d51..94fd99c 100644
--- a/libappstream-glib/as-screenshot.h
+++ b/libappstream-glib/as-screenshot.h
@@ -61,6 +61,14 @@ struct _AsScreenshotClass
void (*_as_reserved8) (void);
};
+/**
+ * AsScreenshotKind:
+ * @AS_SCREENSHOT_KIND_UNKNOWN: Type invalid or not known
+ * @AS_SCREENSHOT_KIND_NORMAL: Optional screenshot
+ * @AS_SCREENSHOT_KIND_DEFAULT: Screenshot to show by default
+ *
+ * The screenshot type.
+ **/
typedef enum {
AS_SCREENSHOT_KIND_UNKNOWN,
AS_SCREENSHOT_KIND_NORMAL,