musicus mpd client 0.1d
|
#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 |
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 | ||
) |
gint v_pos = 0 [static] |