~ubuntu-branches/ubuntu/saucy/parole/saucy

« back to all changes in this revision

Viewing changes to src/misc/parole-stream.h

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2013-01-09 19:08:53 UTC
  • mfrom: (3.1.3 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130109190853-zeh9ksa0ijwzgmrs
Tags: 0.4.0-0ubuntu1
* New upstream release.
* debian/control:
  - add b-dep on libxfconf-0-dev since parole now uses Xfconf
  - suggests gnome-codec-install for the missing codec feature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define __PAROLE_STREAM_H
27
27
 
28
28
#include <glib-object.h>
 
29
#include <gdk/gdkx.h>
29
30
 
30
31
G_BEGIN_DECLS
31
32
 
74
75
 
75
76
GType                           parole_stream_get_type        (void) G_GNUC_CONST;
76
77
 
 
78
void parole_stream_set_image (GObject *object, GdkPixbuf *pixbuf);
 
79
 
 
80
GdkPixbuf *parole_stream_get_image (GObject *object);
 
81
 
77
82
ParoleStream                   *parole_stream_new             (void);
78
83
 
79
84
void                            parole_stream_init_properties (ParoleStream *stream);