Example #1
0
static void about_cb (GSimpleAction *action,
                      GVariant      *parameter,
                      gpointer       user_data)
{
	GWeatherApplet *gw_applet = (GWeatherApplet *) user_data;
    gweather_about_run (gw_applet);
}
static void about_cb (GtkAction      *action,
		      GWeatherApplet *gw_applet)
{

    gweather_about_run (gw_applet);
}