~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to widgets/rb-cell-renderer-pixbuf.h

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
struct _RBCellRendererPixbufClass
51
51
{
52
52
  GtkCellRendererClass parent_class;
 
53
 
 
54
  void (*pixbuf_clicked) (GtkTreePath *path);
53
55
};
54
56
 
55
57
GtkType          rb_cell_renderer_pixbuf_get_type (void);