Port date/time functions to GDateTime
[projects/chimara/chimara.git] / libchimara / schannel.h
index dd77f1a069cfd0268cf5ef7ed122293c70ddd48e..a0eba8715520ac91d800fd8c9614c563397d32f0 100644 (file)
@@ -28,6 +28,12 @@ struct glk_schannel_struct
        /* Whether channel is paused */
        gboolean paused;
        
+       /* Volume change information */
+       double target_volume;
+       long target_time_sec, target_time_usec;
+       guint volume_timer_id;
+       glui32 volume_notify;
+
 #ifdef GSTREAMER_SOUND
        /* Each sound channel is represented as a GStreamer pipeline.  */
        GstElement *pipeline, *source, *typefind, *demux, *decode, *convert, *filter, *sink;