gnome-power-manager r3158 - in trunk: . src
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r3158 - in trunk: . src
- Date: Thu, 15 Jan 2009 11:45:44 +0000 (UTC)
Author: rhughes
Date: Thu Jan 15 11:45:44 2009
New Revision: 3158
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3158&view=rev
Log:
2009-01-15 Richard Hughes <richard hughsie com>
* src/gpm-phone.h:
Fix one last file.
Modified:
trunk/ChangeLog
trunk/src/gpm-phone.h
Modified: trunk/src/gpm-phone.h
==============================================================================
--- trunk/src/gpm-phone.h (original)
+++ trunk/src/gpm-phone.h Thu Jan 15 11:45:44 2009
@@ -49,22 +49,22 @@
{
GObjectClass parent_class;
void (* device_added) (GpmPhone *phone,
- guint index);
+ guint idx);
void (* device_removed) (GpmPhone *phone,
- guint index);
+ guint idx);
void (* device_refresh) (GpmPhone *phone,
- guint index);
+ guint idx);
} GpmPhoneClass;
GType gpm_phone_get_type (void);
GpmPhone *gpm_phone_new (void);
gboolean gpm_phone_get_present (GpmPhone *phone,
- guint index);
+ guint idx);
guint gpm_phone_get_percentage (GpmPhone *phone,
- guint index);
+ guint idx);
gboolean gpm_phone_get_on_ac (GpmPhone *phone,
- guint index);
+ guint idx);
guint gpm_phone_get_num_batteries (GpmPhone *phone);
gboolean gpm_phone_coldplug (GpmPhone *phone);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]