[Xfce4-commits] r29173 - xfce4-mixer/branches/xfce_4_4/include

Danny Milosavljevic dannym at xfce.org
Sun Jan 11 20:37:33 CET 2009


Author: dannym
Date: 2009-01-11 19:37:33 +0000 (Sun, 11 Jan 2009)
New Revision: 29173

Modified:
   xfce4-mixer/branches/xfce_4_4/include/vcs.h
Log:
fix recurring 'handle_events'.

Modified: xfce4-mixer/branches/xfce_4_4/include/vcs.h
===================================================================
--- xfce4-mixer/branches/xfce_4_4/include/vcs.h	2009-01-11 19:36:07 UTC (rev 29172)
+++ xfce4-mixer/branches/xfce_4_4/include/vcs.h	2009-01-11 19:37:33 UTC (rev 29173)
@@ -4,6 +4,11 @@
 /* call this at the beginning of your program. */
 int register_vcs ();
 
+/* Optionally register a event callback (per device) with
+     vc_set_volume_callback(callback, user_data);
+   call vc_handle_events() periodically.
+ */
+
 #include "vc.h"
 
 #endif




More information about the Xfce4-commits mailing list