summaryrefslogtreecommitdiff
path: root/src/up-backend.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 12:49:30 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 12:49:30 +0000
commit25e51c96136c45632091a7b240f8935ce1d239ce (patch)
tree85d17e0631078617488d2b626575003f80bd7686 /src/up-backend.h
parentd2550b4c7854e970719b07b48ecdb61af9c01b6f (diff)
downloadupower-25e51c96136c45632091a7b240f8935ce1d239ce.tar.gz
trivial: DkpDevice -> UpDevice (no ABI or API break)
Diffstat (limited to 'src/up-backend.h')
-rw-r--r--src/up-backend.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/up-backend.h b/src/up-backend.h
index 4d3aecd..e88c1f6 100644
--- a/src/up-backend.h
+++ b/src/up-backend.h
@@ -52,13 +52,13 @@ typedef struct
GObjectClass parent_class;
void (* device_added) (UpBackend *backend,
GObject *native,
- DkpDevice *device);
+ UpDevice *device);
void (* device_changed) (UpBackend *backend,
GObject *native,
- DkpDevice *device);
+ UpDevice *device);
void (* device_removed) (UpBackend *backend,
GObject *native,
- DkpDevice *device);
+ UpDevice *device);
} UpBackendClass;
GType up_backend_get_type (void);