struct LumPlayerPrivate
struct LumPlayerPrivate {
gchar * uri;
LumPlayerInfo * info;
GtkLabel * timer;
guint timerid;
GtkRange * position_range;
guint positionid;
gboolean position_pressed;
gboolean in_pos_timer;
GtkRange * volume_range;
gboolean volume_moving;
GtkWidget * popup_menu;
GtkWidget * play_pause_btn;
gulong play_pause_id;
GtkWidget * runtime;
ScreenSaver * scrsaver;
GtkWidget * fullscreen_btn;
GtkWidget * fullscreen_item;
gboolean can_fullscreen;
gboolean fullscreen;
GtkWidget * top;
GtkWidget * bottom;
guint hideid;
GTimer * gtimer;
gboolean can_hide_bars;
gboolean mute;
};