Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Functions | Variables

general.c File Reference

#include <glib.h>
#include "debug.h"
#include "general.h"
#include "plugin.h"
#include "plugins.h"

Go to the source code of this file.

Functions

static void general_load (PluginHandle *plugin)
static void general_unload (PluginHandle *plugin)
static gboolean general_init_cb (PluginHandle *plugin)
void general_init (void)
void general_cleanup (void)
void general_plugin_enable (PluginHandle *plugin, gboolean enable)

Variables

static GList * loaded_general_plugins = NULL

Function Documentation

void general_cleanup ( void  )

Definition at line 75 of file general.c.

Referenced by plugin_system_cleanup().

void general_init ( void  )

Definition at line 69 of file general.c.

Referenced by plugin_system_init().

static gboolean general_init_cb ( PluginHandle plugin) [static]

Definition at line 63 of file general.c.

Referenced by general_init().

static void general_load ( PluginHandle plugin) [static]

Definition at line 31 of file general.c.

Referenced by general_init_cb(), and general_plugin_enable().

void general_plugin_enable ( PluginHandle plugin,
gboolean  enable 
)

Definition at line 80 of file general.c.

Referenced by plugin_toggle().

static void general_unload ( PluginHandle plugin) [static]

Definition at line 47 of file general.c.

Referenced by general_cleanup(), and general_plugin_enable().


Variable Documentation

GList* loaded_general_plugins = NULL [static]

Definition at line 29 of file general.c.

Referenced by general_cleanup(), general_load(), and general_unload().