comparison 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
comparison
equal deleted inserted replaced
22464:53ffaf968813 22466:5a85bded9ae8
27 #ifndef _PURPLE_IMGSTORE_H_ 27 #ifndef _PURPLE_IMGSTORE_H_
28 #define _PURPLE_IMGSTORE_H_ 28 #define _PURPLE_IMGSTORE_H_
29 29
30 #include <glib.h> 30 #include <glib.h>
31 31
32 /** A reference-counted immutable wrapper around an image's data and its
33 * filename.
34 */
32 typedef struct _PurpleStoredImage PurpleStoredImage; 35 typedef struct _PurpleStoredImage PurpleStoredImage;
33 36
34 #ifdef __cplusplus 37 #ifdef __cplusplus
35 extern "C" { 38 extern "C" {
36 #endif 39 #endif