~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal-proposed

« back to all changes in this revision

Viewing changes to sources/rb-media-player-source.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Rico Tzschichholz
  • Date: 2011-12-05 19:31:23 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20111205193123-89047p8yplb0w1vx
Tags: 2.90.1~20111126.89c872b0-0ubuntu1
* Upload the new version to Ubuntu, should solve those issues:
  - the lack of rhythmbox-client command (lp: #875064)
  - the music sharing preferences dialog (lp: #894153)
  - several segfaults (lp: #859195, #814614)
* debian/control.in:
  - let the rhythmbox gir depends on gir1.2-peas-1.0 (lp: #874973)

[ Rico Tzschichholz ]
* New upstream git snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <glib.h>
32
32
 
33
33
#include <shell/rb-shell.h>
34
 
#include <sources/rb-removable-media-source.h>
 
34
#include <sources/rb-browser-source.h>
35
35
#include <rhythmdb/rhythmdb.h>
36
36
 
37
37
G_BEGIN_DECLS
50
50
 
51
51
struct _RBMediaPlayerSource
52
52
{
53
 
        RBRemovableMediaSource parent_instance;
 
53
        RBBrowserSource parent_instance;
54
54
};
55
55
 
56
56
struct _RBMediaPlayerSourceClass
57
57
{
58
 
        RBRemovableMediaSourceClass parent_class;
 
58
        RBBrowserSourceClass parent_class;
59
59
 
60
60
        /* class members */
61
61
        void            (*impl_get_entries)     (RBMediaPlayerSource *source, const char *category, GHashTable *map);