~ubuntu-branches/ubuntu/natty/rhythmbox/natty

« back to all changes in this revision

Viewing changes to widgets/gossip-cell-renderer-expander.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-01-20 18:41:16 UTC
  • mfrom: (1.1.56 upstream)
  • Revision ID: james.westby@ubuntu.com-20110120184116-gs8yr7px9cf2bfql
Tags: 0.13.3-0ubuntu1
* New upstream version
* debian/patches/01_dlna_vorbis.patch:
  - dropped, the fix is in the new version
* debian/patches/16_ubuntu_ayatana_register.patch,
  debian/rules:
  - dropped, the sound indicator registration relies only on mpris now
* debian/control.in,
  debian/patches/19_build_vala.patch,
  debian/rules:
  - drop vala build, it's not really useful and still on vala 0.10
* debian/patches/21_update_louie_imports.patch:
  - dropped, the fix is in the new version
* Updated the .installs

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  void (*_gtk_reserved4) (void);
50
50
};
51
51
 
52
 
GType            gossip_cell_renderer_expander_get_type (void) G_GNUC_CONST;
53
 
GtkCellRenderer *gossip_cell_renderer_expander_new      (void);
 
52
GType            gossip_cell_renderer_expander_get_type         (void) G_GNUC_CONST;
 
53
GtkCellRenderer *gossip_cell_renderer_expander_new              (void);
 
54
 
 
55
void             gossip_cell_renderer_expander_start_animation  (GossipCellRendererExpander *expander,
 
56
                                                                 GtkTreeView *widget,
 
57
                                                                 GtkTreePath *path,
 
58
                                                                 gboolean expanding);
54
59
 
55
60
G_END_DECLS
56
61