コード例 #1
0
ファイル: gyahtzee.c プロジェクト: bellau/gnome-games
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 ();
}