Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
12290:f17958be25ab | 12291:5bc3d67ceb24 |
---|---|
322 void gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER( | 322 void gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER( |
323 GaimCallback cb, va_list args, void *data, void **return_val); | 323 GaimCallback cb, va_list args, void *data, void **return_val); |
324 void gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER_POINTER( | 324 void gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER_POINTER( |
325 GaimCallback cb, va_list args, void *data, void **return_val); | 325 GaimCallback cb, va_list args, void *data, void **return_val); |
326 | 326 |
327 void gaim_marshal_BOOLEAN__INT_POINTER( | |
328 GaimCallback cb, va_list args, void *data, void **return_val); | |
329 | |
327 /*@}*/ | 330 /*@}*/ |
328 | 331 |
329 #ifdef __cplusplus | 332 #ifdef __cplusplus |
330 } | 333 } |
331 #endif | 334 #endif |