diff libpurple/imgstore.h @ 22466:5a85bded9ae8

Add docs to PurpleStoredImage so that doxygen links to it show up
author Will Thompson <will.thompson@collabora.co.uk>
date Thu, 13 Mar 2008 18:08:02 +0000
parents f296be2a1039
children 76af23621e19 48e33e3673e2
line wrap: on
line diff
--- a/libpurple/imgstore.h	Thu Mar 13 18:06:57 2008 +0000
+++ b/libpurple/imgstore.h	Thu Mar 13 18:08:02 2008 +0000
@@ -29,6 +29,9 @@
 
 #include <glib.h>
 
+/** A reference-counted immutable wrapper around an image's data and its
+ *  filename.
+ */
 typedef struct _PurpleStoredImage PurpleStoredImage;
 
 #ifdef __cplusplus