Mercurial > pidgin.yaz
view doc/imgstore-signals.dox @ 27007:e45fe73b47e3
Fix two warnings when building on OS X
slplink.c: In function ¡Æmsn_slplink_process_msg¡Ç:
slplink.c:596: warning: format ¡Æ%lu¡Ç expects type ¡Ælong unsigned int¡Ç, but argument 4 has type ¡Æguint64
nat-pmp.c: In function ¡Ædefault_gw¡Ç:
nat-pmp.c:203: warning: format ¡Æ%i¡Ç expects type ¡Æint¡Ç, but argument 3 has type ¡Æsize_t¡Ç
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 21 May 2009 05:56:53 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page imgstore-signals Image Store Signals @signals @signal image-deleting @endsignals @see imgstore.h <hr> @signaldef image-deleting @signalproto char *(*image_deleting)(const PurpleStoredImage *img); @endsignalproto @signaldesc Emitted when a #PurpleStoredImage is about to be destroyed. This allows for what amounts to weak references. Code can hold onto a pointer to the PurpleStoredImage without actually "holding" a reference. They can then use a signal handler to let them know when their img is about to be destroyed. @param img The image about to be destroyed. @note It's not possible to purple_imgstore_ref() img to save it. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et