#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "include/dsp-pci32/xsm/xsmcmd.h"
Go to the source code of this file.
Functions | |
static void | queryDSPinfo_about (void) |
static void | queryDSPinfo_run (GtkWidget *w, void *data) |
static void | queryDSPinfo_cleanup (void) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
GxsmPlugin | queryDSPinfo_pi |
|
Definition at line 96 of file queryDSPinfo.C. References GxsmPlugin::description, N_, queryDSPinfo_pi, and VERSION. |
|
Definition at line 101 of file queryDSPinfo.C. References N_, GxsmPlugin::name, queryDSPinfo_pi, and VERSION. |
|
Definition at line 120 of file queryDSPinfo.C. |
|
Definition at line 114 of file queryDSPinfo.C. References GxsmPlugin::app, gapp, XSM_Hardware::get_info(), Xsm::hardware, GnomeAppService::message(), queryDSPinfo_pi, and App::xsm. |
|
Initial value: { NULL, NULL, 0, NULL, "queryDSPinfo", NULL, NULL, "Percy Zahl", N_("_Tools/"), N_("Hardware Info"), N_("Ask the DSP/hardware driver to report informations"), "no more info", NULL, NULL, NULL, NULL, queryDSPinfo_about, NULL, queryDSPinfo_run, queryDSPinfo_cleanup } Definition at line 73 of file queryDSPinfo.C. Referenced by get_gxsm_plugin_info(), queryDSPinfo_about(), and queryDSPinfo_run(). |