Exemplo n.º 1
0
static gint
score_callback (GtkAction * action, gpointer data)
{
  ShowHighScores ();
  return FALSE;
}
Exemplo n.º 2
0
static void
score_cb (GSimpleAction * action, GVariant * parameter, gpointer data)
{
  ShowHighScores ();
}