~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to sources/rb-daap-source.h

Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 *  You should have received a copy of the GNU General Public License
17
17
 *  along with this program; if not, write to the Free Software
18
 
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA.
19
19
 *
20
20
 */
21
21
 
23
23
#define __RB_DAAP_SOURCE_H
24
24
 
25
25
#include "rb-shell.h"
26
 
#include "rb-library-source.h"
 
26
#include "rb-browser-source.h"
27
27
#include "rhythmdb.h"
28
28
 
29
29
G_BEGIN_DECLS
38
38
typedef struct RBDAAPSourcePrivate RBDAAPSourcePrivate;
39
39
 
40
40
typedef struct {
41
 
        RBLibrarySource parent;
 
41
        RBBrowserSource parent;
42
42
 
43
43
        RBDAAPSourcePrivate *priv;
44
44
} RBDAAPSource;
45
45
 
46
46
typedef struct {
47
 
        RBLibrarySourceClass parent;
 
47
        RBBrowserSourceClass parent;
48
48
} RBDAAPSourceClass;
49
49
 
50
50
RBSource *