musicus mpd client 0.1d
Functions | Variables
preferences.c File Reference
#include "definitions_gtk.h"
#include <pwd.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include "preferences.h"
#include "support.h"

Functions

static void config_entry_new (GtkWidget *table, gchar *title, gint sep, gchar *value, GList *value_list)
void save_new_settings (GtkWidget *widget, gpointer data)
GtkWidget * mpd_new_properties_window (GtkWindow *parent)
void mpd_new_properties_window_cb (GtkWidget *widget, gpointer data)
gboolean config_new ()
gboolean config_save ()
gboolean config_load ()
gboolean config_get_config_file (gboolean is_applet)
void create_info_dialog (GtkWidget *window, gchar *title, gchar *info)

Variables

static gint v_pos = 0

Detailed Description

Author:
Simon Gerber
Date:
2007-12-15 preferences dialog and loading/saving

Function Documentation

static void config_entry_new ( GtkWidget *  table,
gchar *  title,
gint  sep,
gchar *  value,
GList *  value_list 
) [static]
void create_info_dialog ( GtkWidget *  window,
gchar *  title,
gchar *  info 
)
void save_new_settings ( GtkWidget *  widget,
gpointer  data 
)

Variable Documentation

gint v_pos = 0 [static]
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines