示例#1
0
static gint undo_callback(GtkAction *action, gpointer data)
{
  PreviousPlayer();
  return FALSE;
}
示例#2
0
文件: gyahtzee.c 项目: GNOME/tali
static void
undo_cb (GSimpleAction * action, GVariant * parameter, gpointer data)
{
  PreviousPlayer ();
}