view src/sid/xs_genui.c @ 1212:36cc5e56246e trunk

Added title changes event for songchange plugin
author Giacomo Lozito <james@develia.org>
date Fri, 06 Jul 2007 17:37:21 +0200
parents 6c3c7b841382
children e566e18e9e3d
line wrap: on
line source

#ifdef HAVE_CONFIG_H
#  include <config.h>
#endif

#include <gtk/gtk.h>

#include "xs_genui.h"
#include "xs_interface.h"
#include "xs_glade.h"


void
xs_cfg_sp2_filter_load                 (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_cfg_sp2_filter_save                 (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_cfg_sp2_filter_import               (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_cfg_sp2_filter_export               (GtkButton       *button,
                                        gpointer         user_data)
{

}