]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/hook-list.h
Merge commit 'elmarco/dbus'
[pulseaudio] / src / pulsecore / hook-list.h
index de947ad56e99356597714b1623d5feacbca93b4e..86ce9d25d8f622ae666478fe5b219250e456bee2 100644 (file)
@@ -8,7 +8,7 @@
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as
-  published by the Free Software Foundation; either version 2 of the
+  published by the Free Software Foundation; either version 2.1 of the
   License, or (at your option) any later version.
 
   PulseAudio is distributed in the hope that it will be useful, but
@@ -71,4 +71,6 @@ void pa_hook_slot_free(pa_hook_slot *slot);
 
 pa_hook_result_t pa_hook_fire(pa_hook *hook, void *data);
 
+pa_bool_t pa_hook_is_firing(pa_hook *hook);
+
 #endif