Mercurial > pidgin
diff src/signals.h @ 12291:5bc3d67ceb24
[gaim-migrate @ 14595]
Adam Wendt <adam@ipwebdev.com> gives us the playing-sound-event signal, now
plugins can stop sound events, or play their own.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 02 Dec 2005 06:43:00 +0000 |
parents | cb73483c9f63 |
children | fc464a0abccc |
line wrap: on
line diff
--- a/src/signals.h Fri Dec 02 03:13:51 2005 +0000 +++ b/src/signals.h Fri Dec 02 06:43:00 2005 +0000 @@ -324,6 +324,9 @@ void gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER_POINTER( GaimCallback cb, va_list args, void *data, void **return_val); +void gaim_marshal_BOOLEAN__INT_POINTER( + GaimCallback cb, va_list args, void *data, void **return_val); + /*@}*/ #ifdef __cplusplus