~snaggen/rhythmbox/bpm

« back to all changes in this revision

Viewing changes to shell/rb-play-order-random-by-age-and-rating.h

  • Committer: Mattias Eriksson
  • Date: 2010-05-27 14:59:38 UTC
  • mfrom: (5129.1.1718)
  • Revision ID: mattias.eriksson@vizrt.com-20100527145938-953igy66p4u17fuz
Re-sync bpm branch with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  arch-tag: Header for random play order weighted by the time since last play and the rating
3
 
 *
4
2
 *  Copyright (C) 2003 Jeffrey Yasskin <jyasskin@mail.utexas.edu>
5
3
 *
6
4
 *  This program is free software; you can redistribute it and/or modify
8
6
 *  the Free Software Foundation; either version 2 of the License, or
9
7
 *  (at your option) any later version.
10
8
 *
 
9
 *  The Rhythmbox authors hereby grant permission for non-GPL compatible
 
10
 *  GStreamer plugins to be used and distributed together with GStreamer
 
11
 *  and Rhythmbox. This permission is above and beyond the permissions granted
 
12
 *  by the GPL license by which Rhythmbox is covered. If you modify this code
 
13
 *  you may extend this exception to your version of the code, but you are not
 
14
 *  obligated to do so. If you do not wish to do so, delete this exception
 
15
 *  statement from your version.
 
16
 *
11
17
 *  This program is distributed in the hope that it will be useful,
12
18
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13
19
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
28
#ifndef __RB_PLAY_ORDER_RANDOM_BY_AGE_AND_RATING_H
23
29
#define __RB_PLAY_ORDER_RANDOM_BY_AGE_AND_RATING_H
24
30
 
25
 
#include "rb-play-order-random.h"
26
 
 
27
 
#include "rb-shell-player.h"
 
31
#include <shell/rb-play-order-random.h>
 
32
#include <shell/rb-shell-player.h>
28
33
 
29
34
G_BEGIN_DECLS
30
35