pidgin: 3389e124: Add docs to PurpleStoredImage so that do...

resiak at soc.pidgin.im resiak at soc.pidgin.im
Thu Mar 13 14:13:14 EDT 2008


-----------------------------------------------------------------
Revision: 3389e1242954b5ad17829ca04691a42eafc2319b
Ancestor: 6a300d6fe3972408fb6a40a314e1343d307c60bd
Author: resiak at soc.pidgin.im
Date: 2008-03-13T18:08:02
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3389e1242954b5ad17829ca04691a42eafc2319b

Modified files:
        libpurple/imgstore.c libpurple/imgstore.h

ChangeLog: 

Add docs to PurpleStoredImage so that doxygen links to it show up

-------------- next part --------------
============================================================
--- libpurple/imgstore.c	3aaae04427bdf9b88782c2d3b0d82c1e7f4983bc
+++ libpurple/imgstore.c	426640a30426df9ab56993ddafb8ee1cd94a3505
@@ -1,5 +1,5 @@
 /**
- * @file imgstore.h IM Image Store API
+ * @file imgstore.c IM Image Store API
  * @ingroup core
  */
 
============================================================
--- libpurple/imgstore.h	234f2755c6f3051ddef06a228ef133b2b57284b8
+++ libpurple/imgstore.h	d44b86d5fb3dcd31cbc7c85684b4f0b8493fe904
@@ -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


More information about the Commits mailing list