#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
#include <sys/types.h>
#include <signal.h>
#include "action_id.h"
#include "xsmtypes.h"
#include "pyremote.h"
Go to the source code of this file.
Functions | |
static void | pyremote_init (void) |
static void | pyremote_about (void) |
static void | pyremote_configure (void) |
static void | pyremote_cleanup (void) |
static void | pyremote_run (GtkWidget *w, void *data) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
GxsmPlugin | pyremote_pi |
static const char * | about_text |
|
Definition at line 412 of file pyremote.C. References GxsmPlugin::description, N_, pyremote_pi, and VERSION. |
|
Definition at line 444 of file pyremote.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, pyremote_pi, and VERSION. |
|
Definition at line 464 of file pyremote.C. |
|
Definition at line 457 of file pyremote.C. References GxsmPlugin::app, GnomeAppService::message(), and pyremote_pi. |
|
Definition at line 431 of file pyremote.C. |
|
Definition at line 1139 of file pyremote.C. References DBG_L1, and PI_DEBUG_ERROR. |
|
Initial value: N_("Gxsm Plugin\n\n" "Python Remote Control.") Definition at line 408 of file pyremote.C. |
|
Definition at line 362 of file pyremote.C. Referenced by get_gxsm_plugin_info(), pyremote_about(), and pyremote_configure(). |