]> code.delx.au - pulseaudio/blobdiff - src/pulse/subscribe.h
client: limit block size for zero-copy operations to mempool block size
[pulseaudio] / src / pulse / subscribe.h
index 35d5a31ce6d287752a331e8ef1d6a57e0a83ce20..44ed24ae5b48d830444f8fada8ef1fe3bdef1f0f 100644 (file)
@@ -1,14 +1,15 @@
 #ifndef foosubscribehfoo
 #define foosubscribehfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
+  Copyright 2004-2006 Lennart Poettering
+  Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
+
   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 License,
+  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
 #include <pulse/def.h>
 #include <pulse/context.h>
 #include <pulse/cdecl.h>
+#include <pulse/version.h>
 
 /** \page subscribe Event Subscription
  *
  * \section overv_sec Overview
  *
  * The application can be notified, asynchronously, whenever the internal
- * layout of the server changes. Possible notifications are desribed in the
+ * layout of the server changes. Possible notifications are described in the
  * \ref pa_subscription_event_type and \ref pa_subscription_mask
  * enumerations.
  *