summaryrefslogtreecommitdiff
path: root/src/up-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/up-device.h')
-rw-r--r--src/up-device.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/up-device.h b/src/up-device.h
index cc50427..58c0bd8 100644
--- a/src/up-device.h
+++ b/src/up-device.h
@@ -22,8 +22,7 @@
#ifndef __UP_DEVICE_H__
#define __UP_DEVICE_H__
-#include <glib-object.h>
-
+#include <dbus/up-device-generated.h>
#include "up-daemon.h"
G_BEGIN_DECLS
@@ -39,13 +38,13 @@ typedef struct UpDevicePrivate UpDevicePrivate;
typedef struct
{
- GObject parent;
+ UpExportedDeviceSkeleton parent;
UpDevicePrivate *priv;
} UpDevice;
typedef struct
{
- GObjectClass parent_class;
+ UpExportedDeviceSkeletonClass parent_class;
/* vtable */
gboolean (*coldplug) (UpDevice *device);