Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <libaudgui/libaudgui-gtk.h>
#include "config.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) |
|
static |
Definition at line 63 of file plugin-preferences.c.
Referenced by plugin_make_config_window().
void plugin_make_about_window | ( | PluginHandle * | plugin | ) |
Definition at line 30 of file plugin-preferences.c.
Referenced by plugin_do_about().
void plugin_make_config_window | ( | PluginHandle * | plugin | ) |
Definition at line 69 of file plugin-preferences.c.
Referenced by plugin_do_configure().
void plugin_misc_cleanup | ( | PluginHandle * | plugin | ) |
Definition at line 111 of file plugin-preferences.c.
Referenced by misc_cleanup_cb(), and plugin_enable().
|
static |
Definition at line 55 of file plugin-preferences.c.
Referenced by plugin_make_config_window().