~ubuntu-branches/ubuntu/trusty/libdmapsharing/trusty-proposed

« back to all changes in this revision

Viewing changes to libdmapsharing/dacp-player.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-08-29 12:30:01 UTC
  • mfrom: (0.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20130829123001-pmkx9vu0nwn4n972
Tags: 2.9.23-1
* New upstream release.
* Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        GTypeInterface parent_class;
78
78
 
79
79
        DAAPRecord *(*now_playing_record) (DACPPlayer * player);
80
 
        const guchar *(*now_playing_artwork) (DACPPlayer * player,
81
 
                                              guint width, guint height);
 
80
        guchar *(*now_playing_artwork) (DACPPlayer * player,
 
81
                                        guint width, guint height);
82
82
        void (*play_pause) (DACPPlayer * player);
83
83
        void (*pause) (DACPPlayer * player);
84
84
        void (*next_item) (DACPPlayer * player);
102
102
 * @width: width
103
103
 * @height: height
104
104
 */
105
 
const guchar *dacp_player_now_playing_artwork (DACPPlayer * player,
106
 
                                               guint width, guint height);
 
105
guchar *dacp_player_now_playing_artwork (DACPPlayer * player,
 
106
                                         guint width, guint height);
107
107
 
108
108
/**
109
109
 * dacp_player_play_pause