]> code.delx.au - pulseaudio/blobdiff - polyp/polyplib-operation.h
Documentation work
[pulseaudio] / polyp / polyplib-operation.h
index 7d0adc260db69fde5bdf6cb3eb832a7aa2cd5c0b..ce2756efb679f43aefdfc9c85719d80d1a01f5cd 100644 (file)
 
 PA_C_DECL_BEGIN
 
-enum pa_operation_state {
-    PA_OPERATION_RUNNING,      /**< The operation is still running */
-    PA_OPERATION_DONE,         /**< The operation has been completed */
-    PA_OPERATION_CANCELED,     /**< The operation has been canceled */
-};
-
 /** \struct pa_operation
  * An asynchronous operation object */
 struct pa_operation;