musicus mpd client 0.1d
|
#include "definitions_applet.h"
#include "preferences.h"
#include "support.h"
#include "mpd.h"
#include "gui.h"
#include "applet_support.h"
#include <string.h>
Functions | |
static void | musicus_applet_new (MusicusApplet *ma) |
static void | musicus_applet_init (MusicusApplet *ma) |
static gboolean | update_tooltip (gpointer data) |
static void | about_cb (BonoboUIComponent *uic, gpointer data, const gchar *verbname) |
static void | properties_cb (BonoboUIComponent *uic, gpointer data, const gchar *verbname) |
static void | applet_text_cb (BonoboUIComponent *uic, gpointer data, const gchar *verbname) |
static gboolean | musicus_applet_fill (PanelApplet *applet, const gchar *iid, gpointer data) |
PANEL_APPLET_BONOBO_FACTORY ("OAFIID:MusicusApplet_Factory", PANEL_TYPE_APPLET,"Musicus MPD client","0", musicus_applet_fill, NULL) | |
Variables | |
static const BonoboUIVerb | musicus_applet_menu_verbs [] |
static PanelAppletClass * | parent_class = NULL |
static void about_cb | ( | BonoboUIComponent * | uic, |
gpointer | data, | ||
const gchar * | verbname | ||
) | [static] |
static void applet_text_cb | ( | BonoboUIComponent * | uic, |
gpointer | data, | ||
const gchar * | verbname | ||
) | [static] |
static gboolean musicus_applet_fill | ( | PanelApplet * | applet, |
const gchar * | iid, | ||
gpointer | data | ||
) | [static] |
static void musicus_applet_init | ( | MusicusApplet * | ma | ) | [static] |
static void musicus_applet_new | ( | MusicusApplet * | ma | ) | [static] |
PANEL_APPLET_BONOBO_FACTORY | ( | "OAFIID:MusicusApplet_Factory" | , |
PANEL_TYPE_APPLET | , | ||
"Musicus MPD client" | , | ||
"0" | , | ||
musicus_applet_fill | , | ||
NULL | |||
) |
static void properties_cb | ( | BonoboUIComponent * | uic, |
gpointer | data, | ||
const gchar * | verbname | ||
) | [static] |
static gboolean update_tooltip | ( | gpointer | data | ) | [static] |
const BonoboUIVerb musicus_applet_menu_verbs[] [static] |
{ BONOBO_UI_UNSAFE_VERB ("Properties", properties_cb), BONOBO_UI_UNSAFE_VERB ("AppletText", applet_text_cb), BONOBO_UI_UNSAFE_VERB ("About", about_cb), BONOBO_UI_VERB_END }
PanelAppletClass* parent_class = NULL [static] |