comparison libpurple/imgstore.h @ 25635:efaecb71baad

propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9) to branch 'im.pidgin.pidgin.vv' (head 3ed39e8792f4a2e92ef5a3c7f4fb14251c9dae11)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 15 Mar 2008 07:39:15 +0000
parents 5a85bded9ae8
children 76af23621e19 48e33e3673e2
comparison
equal deleted inserted replaced
25634:741a702033e0 25635:efaecb71baad
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