forked from GNOME/rhythmbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rhythmbox.h
84 lines (81 loc) · 3.25 KB
/
rhythmbox.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/*
* Copyright (C) 2010 Jonathan Matthew <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* The Rhythmbox authors hereby grant permission for non-GPL compatible
* GStreamer plugins to be used and distributed together with GStreamer
* and Rhythmbox. This permission is above and beyond the permissions granted
* by the GPL license by which Rhythmbox is covered. If you modify this code
* you may extend this exception to your version of the code, but you are not
* obligated to do so. If you do not wish to do so, delete this exception
* statement from your version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
#ifndef __RHYTHMBOX_H
#define __RHYTHMBOX_H
#include <backends/rb-encoder.h>
#include <backends/rb-player-gst-filter.h>
#include <backends/rb-player-gst-tee.h>
#include <backends/rb-player.h>
#include <lib/rb-builder-helpers.h>
#include <lib/rb-debug.h>
#include <lib/rb-file-helpers.h>
#include <lib/rb-stock-icons.h>
#include <lib/rb-util.h>
#include <lib/libmediaplayerid/mediaplayerid.h>
#include <metadata/rb-metadata.h>
#include <podcast/rb-podcast-manager.h>
#include <podcast/rb-podcast-parse.h>
#include <shell/rb-shell.h>
#include <shell/rb-shell-player.h>
#include <shell/rb-shell-preferences.h>
#include <shell/rb-playlist-manager.h>
#include <shell/rb-removable-media-manager.h>
#include <shell/rb-history.h>
#include <shell/rb-play-order.h>
#include <sources/rb-display-page.h>
#include <sources/rb-display-page-group.h>
#include <sources/rb-display-page-model.h>
#include <sources/rb-display-page-tree.h>
#include <sources/rb-source.h>
#include <sources/rb-streaming-source.h>
#include <sources/rb-source-search.h>
#include <sources/rb-browser-source.h>
#include <sources/rb-removable-media-source.h>
#include <sources/rb-media-player-source.h>
#include <sources/rb-playlist-source.h>
#include <sources/rb-playlist-xml.h>
#include <sources/rb-auto-playlist-source.h>
#include <sources/rb-static-playlist-source.h>
#include <sources/rb-source-search-basic.h>
#include <widgets/rb-entry-view.h>
#include <widgets/rb-property-view.h>
#include <widgets/rb-dialog.h>
#include <widgets/rb-cell-renderer-pixbuf.h>
#include <widgets/rb-cell-renderer-rating.h>
#include <widgets/rb-rating.h>
#include <widgets/rb-library-browser.h>
#include <widgets/rb-segmented-bar.h>
#include <widgets/rb-song-info.h>
#include <widgets/rb-uri-dialog.h>
#include <lib/rb-string-value-map.h>
#include <rhythmdb/rhythmdb.h>
#include <rhythmdb/rhythmdb-property-model.h>
#include <rhythmdb/rhythmdb-query-model.h>
#include <rhythmdb/rhythmdb-query-results.h>
#include <rhythmdb/rhythmdb-import-job.h>
#include <rhythmdb/rb-refstring.h>
#endif /* __RHYTHMBOX_H */