~ubuntu-branches/ubuntu/intrepid/gnome-power-manager/intrepid-proposed

« back to all changes in this revision

Viewing changes to src/gpm-cell.h

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2008-08-19 13:55:19 UTC
  • mfrom: (2.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20080819135519-l130mnhuu3dnh28l
Tags: 2.23.6-0ubuntu1
* debian/patches/09_lid_always_blanks.patch: Update for new upstream
* debian/control, added PolicyKit DBus and Grant to reflect changes
  in upstream configure files.
* Updated upstream version (2.23.6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
{
47
47
        GObjectClass    parent_class;
48
48
        void            (* percent_changed)     (GpmCell        *cell,
49
 
                                                 guint           percent);
 
49
                                                 gfloat          percent);
50
50
        void            (* charging_changed)    (GpmCell        *cell,
51
51
                                                 gboolean        charging);
52
52
        void            (* discharging_changed) (GpmCell        *cell,