Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Functions
plugin-preferences.c File Reference
#include <libaudgui/libaudgui-gtk.h>
#include "i18n.h"
#include "misc.h"
#include "plugin.h"
#include "plugins.h"
#include "preferences.h"
#include "ui_preferences.h"

Go to the source code of this file.

Functions

void plugin_make_about_window (PluginHandle *plugin)
 
static void response_cb (GtkWidget *window, int response, const PluginPreferences *p)
 
static void destroy_cb (GtkWidget *window, const PluginPreferences *p)
 
void plugin_make_config_window (PluginHandle *plugin)
 
void plugin_misc_cleanup (PluginHandle *plugin)
 

Function Documentation

static void destroy_cb ( GtkWidget *  window,
const PluginPreferences *  p 
)
static

Definition at line 62 of file plugin-preferences.c.

Referenced by plugin_make_config_window().

void plugin_make_about_window ( PluginHandle plugin)

Definition at line 29 of file plugin-preferences.c.

Referenced by plugin_do_about().

void plugin_make_config_window ( PluginHandle plugin)

Definition at line 68 of file plugin-preferences.c.

Referenced by plugin_do_configure().

void plugin_misc_cleanup ( PluginHandle plugin)

Definition at line 110 of file plugin-preferences.c.

Referenced by misc_cleanup_cb(), and plugin_enable().

static void response_cb ( GtkWidget *  window,
int  response,
const PluginPreferences *  p 
)
static

Definition at line 54 of file plugin-preferences.c.

Referenced by plugin_make_config_window().