musicus mpd client 0.1d
Data Fields
MpdInfo Struct Reference

#include <definitions.h>

Data Fields

GString * config_file
 the absolute path for the config file
gboolean auto_connect
 true if program should triy to connect to mpd on startup
MpdObj * obj
 A MpdObj to actually connect to MPD.
MpdStateInfo msi
 The StateInfo of the mpd daemon.
MpdPlayState mps
 The playback state of the mpd daemon.
MpdStatusFmt msf
 The format strings for the different status texts.
gint update_interval
 the update interval for the title updater
gint xfade_secs
 the length of the crossfade effect
GList * update_routines
 the routines which are called all update_interval milliseconds
GList * period_funcs

Detailed Description

The MpdInfo struct holds all MPD-related information


Field Documentation

true if program should triy to connect to mpd on startup

the absolute path for the config file

The playback state of the mpd daemon.

The format strings for the different status texts.

The StateInfo of the mpd daemon.

MpdObj* MpdInfo::obj

A MpdObj to actually connect to MPD.

a second set of routines which are called all 500ms regardless of the value of update_interval

the update interval for the title updater

the routines which are called all update_interval milliseconds

the length of the crossfade effect


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines