#include static gboolean applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data); /************* * main * ***********/ PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_IndicatorApplet_Factory", PANEL_TYPE_APPLET, "indicator-applet", "0", applet_fill_cb, NULL); /************* * init function * ***********/ static gboolean applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) { return TRUE; }