Detailed Description
Procedures for config management
Function Documentation
gboolean config_get_config_file |
( |
gboolean |
is_applet | ) |
|
get string for the configuration file
- Parameters:
-
is_applet | set TRUE if calling from a GNOME applet |
save configuration to disk
GtkWidget* mpd_new_properties_window |
( |
GtkWindow * |
parent | ) |
|
Create a new properties window to edit configuration settings
- Parameters:
-
parent | The parent window, this window will be centered on the parent window. |
- Returns:
- the properties window
void mpd_new_properties_window_cb |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data |
|
) |
| |
Callback which builds new properties window
- Parameters:
-
widget | the widget from where the call originates |
data | use data as parent window |