summaryrefslogtreecommitdiffstats
path: root/src/polyp/operation.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-20 17:09:39 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-20 17:09:39 +0000
commit98cb6aa4a30a993ddf2c15f0a03cb4d94383d4d9 (patch)
treef55eec2774433bba2fa065260f60ced629a17b43 /src/polyp/operation.h
parent71e063a69533fedc283c55eed735332e5b00713e (diff)
* a lot of doxygen updates
* s/pa_operation_callback/pa_operation_callback_t/g * add more typedefs for function prototypes * add API to query the channel map used by a pa_stream git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@530 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/operation.h')
-rw-r--r--src/polyp/operation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/polyp/operation.h b/src/polyp/operation.h
index d286b0c1..2fbac2e2 100644
--- a/src/polyp/operation.h
+++ b/src/polyp/operation.h
@@ -30,8 +30,7 @@
PA_C_DECL_BEGIN
-/** \struct pa_operation
- * An asynchronous operation object */
+/** An asynchronous operation object */
typedef struct pa_operation pa_operation;
/** Increase the reference count by one */